Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

807 lines
20 KiB

  1. MessageIdTypedef= DWORD
  2. SeverityNames= (
  3. Success = 0x0:STATUS_SEVERITY_SUCCESS
  4. Informational = 0x1:STATUS_SEVERITY_INFORMATIONAL
  5. Warning = 0x2:STATUS_SEVERITY_WARNING
  6. Error = 0x3:STATUS_SEVERITY_ERROR
  7. )
  8. FacilityNames= (
  9. Application = 0x0
  10. FACILITY_ITF = 4
  11. )
  12. MessageId = 0x500
  13. Severity = Error
  14. Facility = FACILITY_ITF
  15. SymbolicName = IDS_INVALID_TR
  16. Language = English
  17. Specified Tune Request is not recognized by this device.
  18. .
  19. MessageId = 0x501
  20. Severity = Error
  21. Facility = FACILITY_ITF
  22. SymbolicName = IDS_NP_NOT_INIT
  23. Language = English
  24. No Network Provider has been associated with this device.
  25. .
  26. MessageId = 0x502
  27. Severity = Error
  28. Facility = FACILITY_ITF
  29. SymbolicName = IDS_OBJ_NO_INIT
  30. Language = English
  31. This object is not initialized.
  32. .
  33. MessageId = 0x503
  34. Severity = Error
  35. Facility = FACILITY_ITF
  36. SymbolicName = IDS_CANT_ADD_FILTER
  37. Language = English
  38. Can't add a required filter to the graph.
  39. .
  40. MessageId = 0x504
  41. Severity = Error
  42. Facility = FACILITY_ITF
  43. SymbolicName = IDS_INVALID_STATE
  44. Language = English
  45. The object is in an invalid state for this operation.
  46. .
  47. MessageId = 0x505
  48. Severity = Error
  49. Facility = FACILITY_ITF
  50. SymbolicName = IDS_CANT_REMOVE_SEG
  51. Language = English
  52. Can't remove segment from graph.
  53. .
  54. MessageId = 0x506
  55. Severity = Error
  56. Facility = FACILITY_ITF
  57. SymbolicName = IDS_CANT_CREATE_FILTER
  58. Language = English
  59. Can't create a required filter instance.
  60. .
  61. MessageId = 0x507
  62. Severity = Error
  63. Facility = FACILITY_ITF
  64. SymbolicName = IDS_CANT_REMOVE_FILTER
  65. Language = English
  66. Can't remove filter from the graph.
  67. .
  68. MessageId = 0x508
  69. Severity = Error
  70. Facility = FACILITY_ITF
  71. SymbolicName = IDS_CANT_PLAY_FILE
  72. Language = English
  73. Can't play specified file.
  74. .
  75. MessageId = 0x509
  76. Severity = Error
  77. Facility = FACILITY_ITF
  78. SymbolicName = IDS_CANT_SET_INPUTTYPE
  79. Language = English
  80. Can't set Input Type(Possibly a bad Tuning Space).
  81. .
  82. MessageId = 0x50A
  83. Severity = Error
  84. Facility = FACILITY_ITF
  85. SymbolicName = IDS_CANT_SET_COUNTRYCODE
  86. Language = English
  87. Can't set Country Code(Possibly a bad Tuning Space).
  88. .
  89. MessageId = 0x50B
  90. Severity = Error
  91. Facility = FACILITY_ITF
  92. SymbolicName = IDS_CANT_SET_CHANNEL
  93. Language = English
  94. Can't set the specified channel.
  95. .
  96. MessageId = 0x50C
  97. Severity = Error
  98. Facility = FACILITY_ITF
  99. SymbolicName = IDS_CANT_CONNECT_CAP_VR
  100. Language = English
  101. Can't connect the capture filter to the video renderer filter.
  102. .
  103. MessageId = 0x50D
  104. Severity = Error
  105. Facility = FACILITY_ITF
  106. SymbolicName = IDS_CANT_SET_VR_DEFAULTS
  107. Language = English
  108. Can't set default configuration for video renderer.
  109. .
  110. MessageId = 0x50E
  111. Severity = Error
  112. Facility = FACILITY_ITF
  113. SymbolicName = IDS_CANT_CHANGE_RUNNING_COLORKEY
  114. Language = English
  115. Can't change color key while running.
  116. .
  117. MessageId = 0x50F
  118. Severity = Error
  119. Facility = FACILITY_ITF
  120. SymbolicName = IDS_PROP_CANT_CHANGE
  121. Language = English
  122. The property cannot be changed.
  123. .
  124. MessageId = 0x510
  125. Severity = Error
  126. Facility = FACILITY_ITF
  127. SymbolicName = IDS_SIZE_CANT_BE_0
  128. Language = English
  129. The size cannot be 0.
  130. .
  131. MessageId = 0x511
  132. Severity = Error
  133. Facility = FACILITY_ITF
  134. SymbolicName = IDS_CANT_VIEW
  135. Language = English
  136. Can't find a device capable of providing the requested content.
  137. .
  138. MessageId = 0x512
  139. Severity = Error
  140. Facility = FACILITY_ITF
  141. SymbolicName = IDS_INPUT_SEG_REQUIRED
  142. Language = English
  143. You must specify an Input Segment before building the graph.
  144. .
  145. MessageId = 0x513
  146. Severity = Error
  147. Facility = FACILITY_ITF
  148. SymbolicName = IDS_NO_MEDIA_CONTROL
  149. Language = English
  150. Can't acquire IMediaControl interface from graph.
  151. .
  152. MessageId = 0x514
  153. Severity = Error
  154. Facility = FACILITY_ITF
  155. SymbolicName = IDS_CANT_INIT
  156. Language = English
  157. Initialization failed.
  158. .
  159. MessageId = 0x515
  160. Severity = Error
  161. Facility = FACILITY_ITF
  162. SymbolicName = IDS_NO_NP
  163. Language = English
  164. Can't load Network Provider.
  165. .
  166. MessageId = 0x516
  167. Severity = Error
  168. Facility = FACILITY_ITF
  169. SymbolicName = IDS_NO_TIF
  170. Language = English
  171. Can't load Transport Information Filter.
  172. .
  173. MessageId = 0x517
  174. Severity = Error
  175. Facility = FACILITY_ITF
  176. SymbolicName = IDS_NO_NP_CAT
  177. Language = English
  178. Can't create device enumerator for Network Provider Category.
  179. .
  180. MessageId = 0x518
  181. Severity = Error
  182. Facility = FACILITY_ITF
  183. SymbolicName = IDS_NO_TIF_CAT
  184. Language = English
  185. Can't create device enumerator for Transport Information Filter Category.
  186. .
  187. MessageId = 0x519
  188. Severity = Error
  189. Facility = FACILITY_ITF
  190. SymbolicName = IDS_CANT_CONNECT_NP_TIF
  191. Language = English
  192. Can't connect Network Provider to Transport Information Filter.
  193. .
  194. MessageId = 0x51A
  195. Severity = Error
  196. Facility = FACILITY_ITF
  197. SymbolicName = IDS_ALREADY_COMPOSED
  198. Language = English
  199. Segments already composed.
  200. .
  201. MessageId = 0x51B
  202. Severity = Error
  203. Facility = FACILITY_ITF
  204. SymbolicName = IDS_CANT_COMPOSE_WITH_SELF
  205. Language = English
  206. A segment cannot be composed with itself.
  207. .
  208. MessageId = 0x51C
  209. Severity = Error
  210. Facility = FACILITY_ITF
  211. SymbolicName = IDS_CANT_COMPOSE_EMPTY
  212. Language = English
  213. Can't compose an empty segment.
  214. .
  215. MessageId = 0x51D
  216. Severity = Error
  217. Facility = FACILITY_ITF
  218. SymbolicName = IDS_CANT_COMPOSE
  219. Language = English
  220. Can't compose segments.
  221. .
  222. MessageId = 0x51E
  223. Severity = Error
  224. Facility = FACILITY_ITF
  225. SymbolicName = IDS_INVALID_SEG_INIT
  226. Language = English
  227. Segment initialization object is invalid.
  228. .
  229. MessageId = 0x51F
  230. Severity = Error
  231. Facility = FACILITY_ITF
  232. SymbolicName = IDS_NO_CAPTURE
  233. Language = English
  234. Can't find a capture filter in analog tuner segment.
  235. .
  236. MessageId = 0x520
  237. Severity = Error
  238. Facility = FACILITY_ITF
  239. SymbolicName = IDS_INVALID_TS
  240. Language = English
  241. Invalid Tuning Space.
  242. .
  243. MessageId = 0x521
  244. Severity = Error
  245. Facility = FACILITY_ITF
  246. SymbolicName = IDS_CANT_CREATE_SEG
  247. Language = English
  248. Can't create a required device segment.
  249. .
  250. MessageId = 0x522
  251. Severity = Error
  252. Facility = FACILITY_ITF
  253. SymbolicName = IDS_CANT_PAUSE_GRAPH
  254. Language = English
  255. Can't pause graph. IMediaControl::Pause() call failed.
  256. .
  257. MessageId = 0x523
  258. Severity = Error
  259. Facility = FACILITY_ITF
  260. SymbolicName = IDS_CANT_STOP_GRAPH
  261. Language = English
  262. Can't stop graph. IMediaControl::Stop() call failed.
  263. .
  264. MessageId = 0x524
  265. Severity = Error
  266. Facility = FACILITY_ITF
  267. SymbolicName = IDS_CANT_START_GRAPH
  268. Language = English
  269. Can't start graph. IMediaControl::Run() call failed.
  270. .
  271. MessageId = 0x525
  272. Severity = Error
  273. Facility = FACILITY_ITF
  274. SymbolicName = IDS_INVALID_CONTENT
  275. Language = English
  276. Can't find a device capable of viewing the specified content.
  277. .
  278. MessageId = 0x526
  279. Severity = Error
  280. Facility = FACILITY_ITF
  281. SymbolicName = IDS_OBJ_ALREADY_INIT
  282. Language = English
  283. This object is already initialized.
  284. .
  285. MessageId = 0x527
  286. Severity = Error
  287. Facility = FACILITY_ITF
  288. SymbolicName = IDS_CANT_DECOMPOSE_GRAPH
  289. Language = English
  290. Can't decompose the graph.
  291. .
  292. MessageId = 0x528
  293. Severity = Error
  294. Facility = FACILITY_ITF
  295. SymbolicName = IDS_E_NOVBI
  296. Language = English
  297. No VBI data available from Capture Filter.
  298. .
  299. MessageId = 0x529
  300. Severity = Error
  301. Facility = FACILITY_ITF
  302. SymbolicName = IDS_CANT_CREATE_CUSTOM_COMPSEG
  303. Language = English
  304. Can't create a required custom composition segment.
  305. .
  306. MessageId = 0x52A
  307. Severity = Error
  308. Facility = FACILITY_ITF
  309. SymbolicName = IDS_CANT_RELEASE_MAP
  310. Language = English
  311. Could Not Release Event Bound Object Map.
  312. .
  313. MessageId = 0x52B
  314. Severity = Error
  315. Facility = FACILITY_ITF
  316. SymbolicName = IDS_CANT_UNBIND
  317. Language = English
  318. Could Not Release Event Bound Object.
  319. .
  320. MessageId = 0x52C
  321. Severity = Error
  322. Facility = FACILITY_ITF
  323. SymbolicName = IDS_EVENT_HTM_SITE
  324. Language = English
  325. Could Not Acquire Needed Interfaces, To Function Properly CMSEventHandler Must Be Called From Inside Microsoft Internet Explorer.
  326. .
  327. MessageId = 0x52D
  328. Severity = Error
  329. Facility = FACILITY_ITF
  330. SymbolicName = IDS_EVENT_OBJECT
  331. Language = English
  332. Event Passing Object Does Not Support Needed Interfaces, This Should Not Happen if the Object Supports COM and Automation Properly.
  333. .
  334. MessageId = 0x52E
  335. Severity = Error
  336. Facility = FACILITY_ITF
  337. SymbolicName = IDS_CANT_GET_EVENTHANDLER
  338. Language = English
  339. Could Not Allocate CMSEventHandler Interface, Memory May Be Low.
  340. .
  341. MessageId = 0x52F
  342. Severity = Error
  343. Facility = FACILITY_ITF
  344. SymbolicName = IDS_CANT_SET_ADVISE
  345. Language = English
  346. Bind to Object Failed.
  347. .
  348. MessageId = 0x530
  349. Severity = Error
  350. Facility = FACILITY_ITF
  351. SymbolicName = IDS_E_NOPROPBAGFACTORY
  352. Language = English
  353. The registry property bag class factory has not been registered in the system. Find the file named regbag.dll, and use regsvr32 to register it.
  354. .
  355. MessageId = 0x531
  356. Severity = Error
  357. Facility = FACILITY_ITF
  358. SymbolicName = IDS_E_CANNOTCREATEPROPBAG
  359. Language = English
  360. The registry property bag cannot be created. The most likely problem is low memory.
  361. .
  362. MessageId = 0x532
  363. Severity = Error
  364. Facility = FACILITY_ITF
  365. SymbolicName = IDS_E_NOMUTEX
  366. Language = English
  367. Cannot create a system handle (mutex) to protect the TuningSpaces registry area. Either system resources are low or you are trying to run this on a Win9x machine.
  368. .
  369. MessageId = 0x533
  370. Severity = Error
  371. Facility = FACILITY_ITF
  372. SymbolicName = IDS_E_NOREGACCESS
  373. Language = English
  374. The registry key cannot be created, accessed or deleted. The most likely problem is insufficient authorization to update this portion of the registry.
  375. .
  376. MessageId = 0x534
  377. Severity = Error
  378. Facility = FACILITY_ITF
  379. SymbolicName = IDS_E_NOINTERFACE
  380. Language = English
  381. An object does not support a necessary interface. This is a programming error.
  382. .
  383. MessageId = 0x535
  384. Severity = Error
  385. Facility = FACILITY_ITF
  386. SymbolicName = IDS_E_CANNOTQUERYKEY
  387. Language = English
  388. Cannot query the registry key for information about its contents.
  389. .
  390. MessageId = 0x536
  391. Severity = Error
  392. Facility = FACILITY_ITF
  393. SymbolicName = IDS_E_OUTOFMEMORY
  394. Language = English
  395. The system has run out of usable memory. The current processing will discontinue.
  396. .
  397. MessageId = 0x537
  398. Severity = Error
  399. Facility = FACILITY_ITF
  400. SymbolicName = IDS_E_NO_TS_MATCH
  401. Language = English
  402. Cannot find a Tuning Space that matches the request.
  403. .
  404. MessageId = 0x538
  405. Severity = Error
  406. Facility = FACILITY_ITF
  407. SymbolicName = IDS_E_TYPEMISMATCH
  408. Language = English
  409. The type of item index is not supported by this method.
  410. .
  411. MessageId = 0x539
  412. Severity = Error
  413. Facility = FACILITY_ITF
  414. SymbolicName = IDS_E_NOUNIQUENAME
  415. Language = English
  416. Can't retrieve Unique Name from specified Tuning Space.
  417. .
  418. MessageId = 0x53A
  419. Severity = Error
  420. Facility = FACILITY_ITF
  421. SymbolicName = IDS_E_DUPLICATETS
  422. Language = English
  423. This Tuning Space already exists.
  424. .
  425. MessageId = 0x53B
  426. Severity = Error
  427. Facility = FACILITY_ITF
  428. SymbolicName = IDS_E_PERSISTFAILED
  429. Language = English
  430. Can't persist Tuning Space.
  431. .
  432. MessageId = 0x53C
  433. Severity = Error
  434. Facility = FACILITY_ITF
  435. SymbolicName = IDS_E_NO_IDVD2_PRESENT
  436. Language = English
  437. Failed to locate IDVDInfo2 or IDVDControl2 interface. You might have out of date component. Please upgrade to newer version of DShow.
  438. .
  439. MessageId = 0x53D
  440. Severity = Error
  441. Facility = FACILITY_ITF
  442. SymbolicName = IDS_E_NO_DVD_VOLUME
  443. Language = English
  444. There is no DVD disc in the drive. Please insert a disc, and then try again.
  445. .
  446. MessageId = 0x53E
  447. Severity = Error
  448. Facility = FACILITY_ITF
  449. SymbolicName = IDS_E_REGION_CHANGE_FAIL
  450. Language = English
  451. You cannot play the current disc in your region of the world. Each DVD is authored to play in certain geographic regions. You need to obtain a disc that is intended for your region.
  452. .
  453. MessageId = 0x53F
  454. Severity = Error
  455. Facility = FACILITY_ITF
  456. SymbolicName = IDS_E_REGION_CHANGE_NOT_COMPLETED
  457. Language = English
  458. This disc cannot be played unless you change the region.
  459. .
  460. MessageId = 0x540
  461. Severity = Error
  462. Facility = FACILITY_ITF
  463. SymbolicName = IDS_E_CANTQI
  464. Language = English
  465. Can't acquire required interface.
  466. .
  467. MessageId = 0x541
  468. Severity = Error
  469. Facility = FACILITY_ITF
  470. SymbolicName = IDS_E_MAXCOUNTEXCEEDED
  471. Language = English
  472. The maximum allowed quantity has been exceeded.
  473. .
  474. MessageId = 0x542
  475. Severity = Error
  476. Facility = FACILITY_ITF
  477. SymbolicName = IDS_E_INVALIDARG
  478. Language = English
  479. Invalid method or property argument.
  480. .
  481. MessageId = 0x543
  482. Severity = Error
  483. Facility = FACILITY_ITF
  484. SymbolicName = IDS_S_INCOMPLETE_LOAD
  485. Language = English
  486. At least one Tuning Spaces couldn't be loaded.
  487. .
  488. MessageId = 0x544
  489. Severity = Error
  490. Facility = FACILITY_ITF
  491. SymbolicName = IDS_E_ROCOLLECTION
  492. Language = English
  493. Can't modify read-only collection.
  494. .
  495. MessageId = 0x545
  496. Severity = Error
  497. Facility = FACILITY_ITF
  498. SymbolicName = IDS_E_CANT_DELETE
  499. Language = English
  500. Could not delete object.
  501. .
  502. MessageId = 0x546
  503. Severity = Error
  504. Facility = FACILITY_ITF
  505. SymbolicName = IDS_E_IPICTURE
  506. Language = English
  507. Picture object returned error, the picture maybe invalid.
  508. .
  509. MessageId = 0x547
  510. Severity = Success
  511. Facility = Application
  512. SymbolicName = IDS_DVD_CLOSED_CAPTION_FORCED
  513. Language = English
  514. Forced Caption
  515. .
  516. MessageId = 0x548
  517. Severity = Success
  518. Facility = Application
  519. SymbolicName = IDS_DVD_DIRS_COMMNETS
  520. Language = English
  521. Director's comments
  522. .
  523. MessageId = 0x549
  524. Severity = Success
  525. Facility = Application
  526. SymbolicName = IDS_DVD_DIRS_COMMNETS_BIG
  527. Language = English
  528. Director's comments with bigger size characters
  529. .
  530. MessageId = 0x54A
  531. Severity = Success
  532. Facility = Application
  533. SymbolicName = IDS_DVD_DIRS_COMMNETS_CHILDREN
  534. Language = English
  535. Director's comments for children
  536. .
  537. MessageId = 0x54B
  538. Severity = Success
  539. Facility = Application
  540. SymbolicName = IDS_DVD_AUDIOTRACK
  541. Language = English
  542. Audio Track %d
  543. .
  544. MessageId = 0x54C
  545. Severity = Success
  546. Facility = Application
  547. SymbolicName = IDS_DVD_AUDIO_VISUALLY_IMPAIRED
  548. Language = English
  549. (for visually impaired)
  550. .
  551. MessageId = 0x54D
  552. Severity = Success
  553. Facility = Application
  554. SymbolicName = IDS_DVD_AUDIO_DIRC1
  555. Language = English
  556. (director's comments 1)
  557. .
  558. MessageId = 0x54E
  559. Severity = Success
  560. Facility = Application
  561. SymbolicName = IDS_DVD_AUDIO_DIRC2
  562. Language = English
  563. (director's comments 2)
  564. .
  565. MessageId = 0x550
  566. Severity = Success
  567. Facility = Application
  568. SymbolicName = IDS_DVD_DOLBY
  569. Language = English
  570. Dolby AC3
  571. .
  572. MessageId = 0x551
  573. Severity = Success
  574. Facility = Application
  575. SymbolicName = IDS_DVD_MPEG1
  576. Language = English
  577. MPEG1
  578. .
  579. MessageId = 0x552
  580. Severity = Success
  581. Facility = Application
  582. SymbolicName = IDS_DVD_MPEG2
  583. Language = English
  584. MPEG2
  585. .
  586. MessageId = 0x553
  587. Severity = Success
  588. Facility = Application
  589. SymbolicName = IDS_DVD_LPCM
  590. Language = English
  591. Linear PCM
  592. .
  593. MessageId = 0x554
  594. Severity = Success
  595. Facility = Application
  596. SymbolicName = IDS_DVD_DTS
  597. Language = English
  598. DTS
  599. .
  600. MessageId = 0x555
  601. Severity = Success
  602. Facility = Application
  603. SymbolicName = IDS_DVD_SDDS
  604. Language = English
  605. SDDS
  606. .
  607. MessageId = 0x556
  608. Severity = Success
  609. Facility = Application
  610. SymbolicName = IDS_DVD_SUBPICTURETRACK
  611. Language = English
  612. Track %d
  613. .
  614. MessageId = 0x557
  615. Severity = Success
  616. Facility = Application
  617. SymbolicName = IDS_DVD_CAPTION_BIG
  618. Language = English
  619. Caption with bigger size charecters
  620. .
  621. MessageId = 0x558
  622. Severity = Success
  623. Facility = Application
  624. SymbolicName = IDS_DVD_CAPTION_CHILDREN
  625. Language = English
  626. Caption for children
  627. .
  628. MessageId = 0x559
  629. Severity = Success
  630. Facility = Application
  631. SymbolicName = IDS_DVD_CLOSED_CAPTION
  632. Language = English
  633. Closed Caption
  634. .
  635. MessageId = 0x55A
  636. Severity = Success
  637. Facility = Application
  638. SymbolicName = IDS_DVD_CLOSED_CAPTION_BIG
  639. Language = English
  640. Closed Caption with bigger size characters
  641. .
  642. MessageId = 0x55B
  643. Severity = Success
  644. Facility = Application
  645. SymbolicName = IDS_DVD_CLOSED_CAPTION_CHILDREN
  646. Language = English
  647. Closed Caption for children
  648. .
  649. MessageId = 0x587
  650. Severity = ERROR
  651. Facility = FACILITY_ITF
  652. SymbolicName = IDS_E_OPACITY
  653. Language = English
  654. The specified value for Mixer Bitmap Opacity is invalid, it should be an integer between 0 and 100 (including both values).
  655. .
  656. MessageId = 0x588
  657. Severity = ERROR
  658. Facility = FACILITY_ITF
  659. SymbolicName = IDS_E_MIXERSRC
  660. Language = English
  661. The specified Mixer Bitmap Destination Rectangle is invalid, it must be smaller than or the same size as the current video window and larger than 1 by 1.
  662. .
  663. MessageId = 0x589
  664. Severity = ERROR
  665. Facility = FACILITY_ITF
  666. SymbolicName = IDS_E_MIXERBADFORMAT
  667. Language = English
  668. The specified Mixer Bitmap Image is not of a supported format.
  669. .
  670. MessageId = 0x590
  671. Severity = ERROR
  672. Facility = FACILITY_ITF
  673. SymbolicName = IDS_E_NOTWNDLESS
  674. Language = English
  675. This feature is unavailable, because the Video Mixing Renderer is not in windowless mode.
  676. .
  677. MessageId = 0x591
  678. Severity = ERROR
  679. Facility = FACILITY_ITF
  680. SymbolicName = IDS_PASSWORD_LENGTH
  681. Language = English
  682. Your password must be between 0 and 20 characters in length.
  683. .
  684. MessageId = 0x592
  685. Severity = ERROR
  686. Facility = FACILITY_ITF
  687. SymbolicName = IDS_INVALID_OVERSCAN
  688. Language = English
  689. The overscan value must be between 0 and 4900.
  690. .
  691. MessageId = 0x593
  692. Severity = ERROR
  693. Facility = FACILITY_ITF
  694. SymbolicName = IDS_CANT_NOTIFY_CHANNEL_CHANGE
  695. Language = English
  696. Can't issue channel change notification to other components
  697. .
  698. MessageId = 0x594
  699. Severity = ERROR
  700. Facility = FACILITY_ITF
  701. SymbolicName = IDS_NOT_ENOUGH_VIDEO_MEMORY
  702. Language = English
  703. The current input could not be viewed. Most likely there is not enough video memory.
  704. .