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.

5709 lines
124 KiB

  1. /*++
  2. Microsoft Windows Media Technology
  3. Copyright (C) Microsoft Corporation, 1999 - 2001. All Rights Reserved.
  4. Module Name:
  5. nserror.mc
  6. Abstract:
  7. Definitions for NetShow events.
  8. Author:
  9. Revision History:
  10. Notes:
  11. This file is used by the MC tool to generate the nserror.h file
  12. **************************** READ ME ******************************************
  13. Here are the commented error ranges for the Windows Media Technologies Group
  14. LEGACY RANGES
  15. 0 - 199 = General NetShow errors
  16. 200 - 399 = NetShow error events
  17. 400 - 599 = NetShow monitor events
  18. 600 - 799 = NetShow IMmsAutoServer errors
  19. 1000 - 1199 = NetShow MCMADM errors
  20. NEW RANGES
  21. 2000 - 2999 = ASF (defined in ASFERR.MC)
  22. 3000 - 3999 = Windows Media SDK
  23. 4000 - 4999 = Windows Media Player
  24. 5000 - 5999 = Windows Media Server
  25. 6000 - 6999 = Windows Media HTTP/RTSP result codes (defined in NETERROR.MC)
  26. 7000 - 7999 = Windows Media Tools
  27. 8000 - 8999 = Windows Media Content Discovery
  28. 9000 - 9999 = Windows Media Real Time Collaboration
  29. 10000 - 10999 = Windows Media Digital Rights Management
  30. 11000 - 11999 = Windows Media Setup
  31. 12000 - 12999 = Windows Media Networking
  32. **************************** READ ME ******************************************
  33. --*/
  34. #ifndef _NSERROR_H
  35. #define _NSERROR_H
  36. #define STATUS_SEVERITY(hr) (((hr) >> 30) & 0x3)
  37. /////////////////////////////////////////////////////////////////////////
  38. //
  39. // NETSHOW Success Events
  40. //
  41. /////////////////////////////////////////////////////////////////////////
  42. //
  43. // Values are 32 bit values layed out as follows:
  44. //
  45. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  46. // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  47. // +---+-+-+-----------------------+-------------------------------+
  48. // |Sev|C|R| Facility | Code |
  49. // +---+-+-+-----------------------+-------------------------------+
  50. //
  51. // where
  52. //
  53. // Sev - is the severity code
  54. //
  55. // 00 - Success
  56. // 01 - Informational
  57. // 10 - Warning
  58. // 11 - Error
  59. //
  60. // C - is the Customer code flag
  61. //
  62. // R - is a reserved bit
  63. //
  64. // Facility - is the facility code
  65. //
  66. // Code - is the facility's status code
  67. //
  68. //
  69. // Define the facility codes
  70. //
  71. #define FACILITY_NS_WIN32 0x7
  72. #define FACILITY_NS 0xD
  73. //
  74. // Define the severity codes
  75. //
  76. #define STATUS_SEVERITY_WARNING 0x2
  77. #define STATUS_SEVERITY_SUCCESS 0x0
  78. #define STATUS_SEVERITY_INFORMATIONAL 0x1
  79. #define STATUS_SEVERITY_ERROR 0x3
  80. //
  81. // MessageId: NS_S_CALLPENDING
  82. //
  83. // MessageText:
  84. //
  85. // The requested operation is pending completion.%0
  86. //
  87. #define NS_S_CALLPENDING 0x000D0000L
  88. //
  89. // MessageId: NS_S_CALLABORTED
  90. //
  91. // MessageText:
  92. //
  93. // The requested operation was aborted by the client.%0
  94. //
  95. #define NS_S_CALLABORTED 0x000D0001L
  96. //
  97. // MessageId: NS_S_STREAM_TRUNCATED
  98. //
  99. // MessageText:
  100. //
  101. // The stream was purposefully stopped before completion.%0
  102. //
  103. #define NS_S_STREAM_TRUNCATED 0x000D0002L
  104. /////////////////////////////////////////////////////////////////////////
  105. //
  106. // NETSHOW Warning Events
  107. //
  108. /////////////////////////////////////////////////////////////////////////
  109. //
  110. // MessageId: NS_W_SERVER_BANDWIDTH_LIMIT
  111. //
  112. // MessageText:
  113. //
  114. // The maximum file bitrate value specified is greater than the server's configured maximum bandwidth.%0
  115. //
  116. #define NS_W_SERVER_BANDWIDTH_LIMIT 0x800D0003L
  117. //
  118. // MessageId: NS_W_FILE_BANDWIDTH_LIMIT
  119. //
  120. // MessageText:
  121. //
  122. // The maximum bandwidth value specified is less than the maximum filebitrate.%0
  123. //
  124. #define NS_W_FILE_BANDWIDTH_LIMIT 0x800D0004L
  125. /////////////////////////////////////////////////////////////////////////
  126. //
  127. // NETSHOW Error Events
  128. //
  129. /////////////////////////////////////////////////////////////////////////
  130. //
  131. // MessageId: NS_E_NOCONNECTION
  132. //
  133. // MessageText:
  134. //
  135. // There is no connection established with the Windows Media server. The operation failed.%0
  136. //
  137. #define NS_E_NOCONNECTION 0xC00D0005L
  138. //
  139. // MessageId: NS_E_CANNOTCONNECT
  140. //
  141. // MessageText:
  142. //
  143. // Unable to establish a connection to the server.%0
  144. //
  145. #define NS_E_CANNOTCONNECT 0xC00D0006L
  146. //
  147. // MessageId: NS_E_CANNOTDESTROYTITLE
  148. //
  149. // MessageText:
  150. //
  151. // Unable to destroy the title.%0
  152. //
  153. #define NS_E_CANNOTDESTROYTITLE 0xC00D0007L
  154. //
  155. // MessageId: NS_E_CANNOTRENAMETITLE
  156. //
  157. // MessageText:
  158. //
  159. // Unable to rename the title.%0
  160. //
  161. #define NS_E_CANNOTRENAMETITLE 0xC00D0008L
  162. //
  163. // MessageId: NS_E_CANNOTOFFLINEDISK
  164. //
  165. // MessageText:
  166. //
  167. // Unable to offline disk.%0
  168. //
  169. #define NS_E_CANNOTOFFLINEDISK 0xC00D0009L
  170. //
  171. // MessageId: NS_E_CANNOTONLINEDISK
  172. //
  173. // MessageText:
  174. //
  175. // Unable to online disk.%0
  176. //
  177. #define NS_E_CANNOTONLINEDISK 0xC00D000AL
  178. //
  179. // MessageId: NS_E_NOREGISTEREDWALKER
  180. //
  181. // MessageText:
  182. //
  183. // There is no file parser registered for this type of file.%0
  184. //
  185. #define NS_E_NOREGISTEREDWALKER 0xC00D000BL
  186. //
  187. // MessageId: NS_E_NOFUNNEL
  188. //
  189. // MessageText:
  190. //
  191. // There is no data connection established.%0
  192. //
  193. #define NS_E_NOFUNNEL 0xC00D000CL
  194. //
  195. // MessageId: NS_E_NO_LOCALPLAY
  196. //
  197. // MessageText:
  198. //
  199. // Failed to load the local play DLL.%0
  200. //
  201. #define NS_E_NO_LOCALPLAY 0xC00D000DL
  202. //
  203. // MessageId: NS_E_NETWORK_BUSY
  204. //
  205. // MessageText:
  206. //
  207. // The network is busy.%0
  208. //
  209. #define NS_E_NETWORK_BUSY 0xC00D000EL
  210. //
  211. // MessageId: NS_E_TOO_MANY_SESS
  212. //
  213. // MessageText:
  214. //
  215. // The server session limit was exceeded.%0
  216. //
  217. #define NS_E_TOO_MANY_SESS 0xC00D000FL
  218. //
  219. // MessageId: NS_E_ALREADY_CONNECTED
  220. //
  221. // MessageText:
  222. //
  223. // The network connection already exists.%0
  224. //
  225. #define NS_E_ALREADY_CONNECTED 0xC00D0010L
  226. //
  227. // MessageId: NS_E_INVALID_INDEX
  228. //
  229. // MessageText:
  230. //
  231. // Index %1 is invalid.%0
  232. //
  233. #define NS_E_INVALID_INDEX 0xC00D0011L
  234. //
  235. // MessageId: NS_E_PROTOCOL_MISMATCH
  236. //
  237. // MessageText:
  238. //
  239. // There is no protocol or protocol version supported by both the client and the server.%0
  240. //
  241. #define NS_E_PROTOCOL_MISMATCH 0xC00D0012L
  242. //
  243. // MessageId: NS_E_TIMEOUT
  244. //
  245. // MessageText:
  246. //
  247. // There was no timely response from the server.%0
  248. //
  249. #define NS_E_TIMEOUT 0xC00D0013L
  250. //
  251. // MessageId: NS_E_NET_WRITE
  252. //
  253. // MessageText:
  254. //
  255. // Error writing to the network.%0
  256. //
  257. #define NS_E_NET_WRITE 0xC00D0014L
  258. //
  259. // MessageId: NS_E_NET_READ
  260. //
  261. // MessageText:
  262. //
  263. // Error reading from the network.%0
  264. //
  265. #define NS_E_NET_READ 0xC00D0015L
  266. //
  267. // MessageId: NS_E_DISK_WRITE
  268. //
  269. // MessageText:
  270. //
  271. // Error writing to a disk.%0
  272. //
  273. #define NS_E_DISK_WRITE 0xC00D0016L
  274. //
  275. // MessageId: NS_E_DISK_READ
  276. //
  277. // MessageText:
  278. //
  279. // Error reading from a disk.%0
  280. //
  281. #define NS_E_DISK_READ 0xC00D0017L
  282. //
  283. // MessageId: NS_E_FILE_WRITE
  284. //
  285. // MessageText:
  286. //
  287. // Error writing to a file.%0
  288. //
  289. #define NS_E_FILE_WRITE 0xC00D0018L
  290. //
  291. // MessageId: NS_E_FILE_READ
  292. //
  293. // MessageText:
  294. //
  295. // Error reading from a file.%0
  296. //
  297. #define NS_E_FILE_READ 0xC00D0019L
  298. //
  299. // MessageId: NS_E_FILE_NOT_FOUND
  300. //
  301. // MessageText:
  302. //
  303. // The system cannot find the file specified.%0
  304. //
  305. #define NS_E_FILE_NOT_FOUND 0xC00D001AL
  306. //
  307. // MessageId: NS_E_FILE_EXISTS
  308. //
  309. // MessageText:
  310. //
  311. // The file already exists.%0
  312. //
  313. #define NS_E_FILE_EXISTS 0xC00D001BL
  314. //
  315. // MessageId: NS_E_INVALID_NAME
  316. //
  317. // MessageText:
  318. //
  319. // The file name, directory name, or volume label syntax is incorrect.%0
  320. //
  321. #define NS_E_INVALID_NAME 0xC00D001CL
  322. //
  323. // MessageId: NS_E_FILE_OPEN_FAILED
  324. //
  325. // MessageText:
  326. //
  327. // Failed to open a file.%0
  328. //
  329. #define NS_E_FILE_OPEN_FAILED 0xC00D001DL
  330. //
  331. // MessageId: NS_E_FILE_ALLOCATION_FAILED
  332. //
  333. // MessageText:
  334. //
  335. // Unable to allocate a file.%0
  336. //
  337. #define NS_E_FILE_ALLOCATION_FAILED 0xC00D001EL
  338. //
  339. // MessageId: NS_E_FILE_INIT_FAILED
  340. //
  341. // MessageText:
  342. //
  343. // Unable to initialize a file.%0
  344. //
  345. #define NS_E_FILE_INIT_FAILED 0xC00D001FL
  346. //
  347. // MessageId: NS_E_FILE_PLAY_FAILED
  348. //
  349. // MessageText:
  350. //
  351. // Unable to play a file.%0
  352. //
  353. #define NS_E_FILE_PLAY_FAILED 0xC00D0020L
  354. //
  355. // MessageId: NS_E_SET_DISK_UID_FAILED
  356. //
  357. // MessageText:
  358. //
  359. // Could not set the disk UID.%0
  360. //
  361. #define NS_E_SET_DISK_UID_FAILED 0xC00D0021L
  362. //
  363. // MessageId: NS_E_INDUCED
  364. //
  365. // MessageText:
  366. //
  367. // An error was induced for testing purposes.%0
  368. //
  369. #define NS_E_INDUCED 0xC00D0022L
  370. //
  371. // MessageId: NS_E_CCLINK_DOWN
  372. //
  373. // MessageText:
  374. //
  375. // Two Content Servers failed to communicate.%0
  376. //
  377. #define NS_E_CCLINK_DOWN 0xC00D0023L
  378. //
  379. // MessageId: NS_E_INTERNAL
  380. //
  381. // MessageText:
  382. //
  383. // An unknown error occurred.%0
  384. //
  385. #define NS_E_INTERNAL 0xC00D0024L
  386. //
  387. // MessageId: NS_E_BUSY
  388. //
  389. // MessageText:
  390. //
  391. // The requested resource is in use.%0
  392. //
  393. #define NS_E_BUSY 0xC00D0025L
  394. //
  395. // MessageId: NS_E_UNRECOGNIZED_STREAM_TYPE
  396. //
  397. // MessageText:
  398. //
  399. // The specified protocol is not recognized. Be sure that the file name and syntax, such as slashes, are correct for the protocol.%0
  400. //
  401. #define NS_E_UNRECOGNIZED_STREAM_TYPE 0xC00D0026L
  402. //
  403. // MessageId: NS_E_NETWORK_SERVICE_FAILURE
  404. //
  405. // MessageText:
  406. //
  407. // The network service provider failed.%0
  408. //
  409. #define NS_E_NETWORK_SERVICE_FAILURE 0xC00D0027L
  410. //
  411. // MessageId: NS_E_NETWORK_RESOURCE_FAILURE
  412. //
  413. // MessageText:
  414. //
  415. // An attempt to acquire a network resource failed.%0
  416. //
  417. #define NS_E_NETWORK_RESOURCE_FAILURE 0xC00D0028L
  418. //
  419. // MessageId: NS_E_CONNECTION_FAILURE
  420. //
  421. // MessageText:
  422. //
  423. // The network connection has failed.%0
  424. //
  425. #define NS_E_CONNECTION_FAILURE 0xC00D0029L
  426. //
  427. // MessageId: NS_E_SHUTDOWN
  428. //
  429. // MessageText:
  430. //
  431. // The session is being terminated locally.%0
  432. //
  433. #define NS_E_SHUTDOWN 0xC00D002AL
  434. //
  435. // MessageId: NS_E_INVALID_REQUEST
  436. //
  437. // MessageText:
  438. //
  439. // The request is invalid in the current state.%0
  440. //
  441. #define NS_E_INVALID_REQUEST 0xC00D002BL
  442. //
  443. // MessageId: NS_E_INSUFFICIENT_BANDWIDTH
  444. //
  445. // MessageText:
  446. //
  447. // There is insufficient bandwidth available to fulfill the request.%0
  448. //
  449. #define NS_E_INSUFFICIENT_BANDWIDTH 0xC00D002CL
  450. //
  451. // MessageId: NS_E_NOT_REBUILDING
  452. //
  453. // MessageText:
  454. //
  455. // The disk is not rebuilding.%0
  456. //
  457. #define NS_E_NOT_REBUILDING 0xC00D002DL
  458. //
  459. // MessageId: NS_E_LATE_OPERATION
  460. //
  461. // MessageText:
  462. //
  463. // An operation requested for a particular time could not be carried out on schedule.%0
  464. //
  465. #define NS_E_LATE_OPERATION 0xC00D002EL
  466. //
  467. // MessageId: NS_E_INVALID_DATA
  468. //
  469. // MessageText:
  470. //
  471. // Invalid or corrupt data was encountered.%0
  472. //
  473. #define NS_E_INVALID_DATA 0xC00D002FL
  474. //
  475. // MessageId: NS_E_FILE_BANDWIDTH_LIMIT
  476. //
  477. // MessageText:
  478. //
  479. // The bandwidth required to stream a file is higher than the maximum file bandwidth allowed on the server.%0
  480. //
  481. #define NS_E_FILE_BANDWIDTH_LIMIT 0xC00D0030L
  482. //
  483. // MessageId: NS_E_OPEN_FILE_LIMIT
  484. //
  485. // MessageText:
  486. //
  487. // The client cannot have any more files open simultaneously.%0
  488. //
  489. #define NS_E_OPEN_FILE_LIMIT 0xC00D0031L
  490. //
  491. // MessageId: NS_E_BAD_CONTROL_DATA
  492. //
  493. // MessageText:
  494. //
  495. // The server received invalid data from the client on the control connection.%0
  496. //
  497. #define NS_E_BAD_CONTROL_DATA 0xC00D0032L
  498. //
  499. // MessageId: NS_E_NO_STREAM
  500. //
  501. // MessageText:
  502. //
  503. // There is no stream available.%0
  504. //
  505. #define NS_E_NO_STREAM 0xC00D0033L
  506. //
  507. // MessageId: NS_E_STREAM_END
  508. //
  509. // MessageText:
  510. //
  511. // There is no more data in the stream.%0
  512. //
  513. #define NS_E_STREAM_END 0xC00D0034L
  514. //
  515. // MessageId: NS_E_SERVER_NOT_FOUND
  516. //
  517. // MessageText:
  518. //
  519. // The specified server could not be found.%0
  520. //
  521. #define NS_E_SERVER_NOT_FOUND 0xC00D0035L
  522. //
  523. // MessageId: NS_E_DUPLICATE_NAME
  524. //
  525. // MessageText:
  526. //
  527. // The specified name is already in use.
  528. //
  529. #define NS_E_DUPLICATE_NAME 0xC00D0036L
  530. //
  531. // MessageId: NS_E_DUPLICATE_ADDRESS
  532. //
  533. // MessageText:
  534. //
  535. // The specified address is already in use.
  536. //
  537. #define NS_E_DUPLICATE_ADDRESS 0xC00D0037L
  538. //
  539. // MessageId: NS_E_BAD_MULTICAST_ADDRESS
  540. //
  541. // MessageText:
  542. //
  543. // The specified address is not a valid multicast address.
  544. //
  545. #define NS_E_BAD_MULTICAST_ADDRESS 0xC00D0038L
  546. //
  547. // MessageId: NS_E_BAD_ADAPTER_ADDRESS
  548. //
  549. // MessageText:
  550. //
  551. // The specified adapter address is invalid.
  552. //
  553. #define NS_E_BAD_ADAPTER_ADDRESS 0xC00D0039L
  554. //
  555. // MessageId: NS_E_BAD_DELIVERY_MODE
  556. //
  557. // MessageText:
  558. //
  559. // The specified delivery mode is invalid.
  560. //
  561. #define NS_E_BAD_DELIVERY_MODE 0xC00D003AL
  562. //
  563. // MessageId: NS_E_INVALID_CHANNEL
  564. //
  565. // MessageText:
  566. //
  567. // The specified station does not exist.
  568. //
  569. #define NS_E_INVALID_CHANNEL 0xC00D003BL
  570. //
  571. // MessageId: NS_E_INVALID_STREAM
  572. //
  573. // MessageText:
  574. //
  575. // The specified stream does not exist.
  576. //
  577. #define NS_E_INVALID_STREAM 0xC00D003CL
  578. //
  579. // MessageId: NS_E_INVALID_ARCHIVE
  580. //
  581. // MessageText:
  582. //
  583. // The specified archive could not be opened.
  584. //
  585. #define NS_E_INVALID_ARCHIVE 0xC00D003DL
  586. //
  587. // MessageId: NS_E_NOTITLES
  588. //
  589. // MessageText:
  590. //
  591. // The system cannot find any titles on the server.%0
  592. //
  593. #define NS_E_NOTITLES 0xC00D003EL
  594. //
  595. // MessageId: NS_E_INVALID_CLIENT
  596. //
  597. // MessageText:
  598. //
  599. // The system cannot find the client specified.%0
  600. //
  601. #define NS_E_INVALID_CLIENT 0xC00D003FL
  602. //
  603. // MessageId: NS_E_INVALID_BLACKHOLE_ADDRESS
  604. //
  605. // MessageText:
  606. //
  607. // The Blackhole Address is not initialized.%0
  608. //
  609. #define NS_E_INVALID_BLACKHOLE_ADDRESS 0xC00D0040L
  610. //
  611. // MessageId: NS_E_INCOMPATIBLE_FORMAT
  612. //
  613. // MessageText:
  614. //
  615. // The station does not support the stream format.
  616. //
  617. #define NS_E_INCOMPATIBLE_FORMAT 0xC00D0041L
  618. //
  619. // MessageId: NS_E_INVALID_KEY
  620. //
  621. // MessageText:
  622. //
  623. // The specified key is not valid.
  624. //
  625. #define NS_E_INVALID_KEY 0xC00D0042L
  626. //
  627. // MessageId: NS_E_INVALID_PORT
  628. //
  629. // MessageText:
  630. //
  631. // The specified port is not valid.
  632. //
  633. #define NS_E_INVALID_PORT 0xC00D0043L
  634. //
  635. // MessageId: NS_E_INVALID_TTL
  636. //
  637. // MessageText:
  638. //
  639. // The specified TTL is not valid.
  640. //
  641. #define NS_E_INVALID_TTL 0xC00D0044L
  642. //
  643. // MessageId: NS_E_STRIDE_REFUSED
  644. //
  645. // MessageText:
  646. //
  647. // The request to fast forward or rewind could not be fulfilled.
  648. //
  649. #define NS_E_STRIDE_REFUSED 0xC00D0045L
  650. //
  651. // IMmsAutoServer Errors
  652. //
  653. //
  654. // MessageId: NS_E_MMSAUTOSERVER_CANTFINDWALKER
  655. //
  656. // MessageText:
  657. //
  658. // Unable to load the appropriate file parser.%0
  659. //
  660. #define NS_E_MMSAUTOSERVER_CANTFINDWALKER 0xC00D0046L
  661. //
  662. // MessageId: NS_E_MAX_BITRATE
  663. //
  664. // MessageText:
  665. //
  666. // Cannot exceed the maximum bandwidth limit.%0
  667. //
  668. #define NS_E_MAX_BITRATE 0xC00D0047L
  669. //
  670. // MessageId: NS_E_LOGFILEPERIOD
  671. //
  672. // MessageText:
  673. //
  674. // Invalid value for LogFilePeriod.%0
  675. //
  676. #define NS_E_LOGFILEPERIOD 0xC00D0048L
  677. //
  678. // MessageId: NS_E_MAX_CLIENTS
  679. //
  680. // MessageText:
  681. //
  682. // Cannot exceed the maximum client limit.%0
  683. //
  684. //
  685. #define NS_E_MAX_CLIENTS 0xC00D0049L
  686. //
  687. // MessageId: NS_E_LOG_FILE_SIZE
  688. //
  689. // MessageText:
  690. //
  691. // Log File Size too small.%0
  692. //
  693. //
  694. #define NS_E_LOG_FILE_SIZE 0xC00D004AL
  695. //
  696. // MessageId: NS_E_MAX_FILERATE
  697. //
  698. // MessageText:
  699. //
  700. // Cannot exceed the maximum file rate.%0
  701. //
  702. #define NS_E_MAX_FILERATE 0xC00D004BL
  703. //
  704. // File Walker Errors
  705. //
  706. //
  707. // MessageId: NS_E_WALKER_UNKNOWN
  708. //
  709. // MessageText:
  710. //
  711. // Unknown file type.%0
  712. //
  713. #define NS_E_WALKER_UNKNOWN 0xC00D004CL
  714. //
  715. // MessageId: NS_E_WALKER_SERVER
  716. //
  717. // MessageText:
  718. //
  719. // The specified file, %1, cannot be loaded onto the specified server, %2.%0
  720. //
  721. #define NS_E_WALKER_SERVER 0xC00D004DL
  722. //
  723. // MessageId: NS_E_WALKER_USAGE
  724. //
  725. // MessageText:
  726. //
  727. // There was a usage error with file parser.%0
  728. //
  729. #define NS_E_WALKER_USAGE 0xC00D004EL
  730. /////////////////////////////////////////////////////////////////////////
  731. //
  732. // NETSHOW Monitor Events
  733. //
  734. /////////////////////////////////////////////////////////////////////////
  735. // Tiger Events
  736. // %1 is the tiger name
  737. //
  738. // MessageId: NS_I_TIGER_START
  739. //
  740. // MessageText:
  741. //
  742. // The Title Server %1 is running.%0
  743. //
  744. #define NS_I_TIGER_START 0x400D004FL
  745. //
  746. // MessageId: NS_E_TIGER_FAIL
  747. //
  748. // MessageText:
  749. //
  750. // The Title Server %1 has failed.%0
  751. //
  752. #define NS_E_TIGER_FAIL 0xC00D0050L
  753. // Cub Events
  754. // %1 is the cub ID
  755. // %2 is the cub name
  756. //
  757. // MessageId: NS_I_CUB_START
  758. //
  759. // MessageText:
  760. //
  761. // Content Server %1 (%2) is starting.%0
  762. //
  763. #define NS_I_CUB_START 0x400D0051L
  764. //
  765. // MessageId: NS_I_CUB_RUNNING
  766. //
  767. // MessageText:
  768. //
  769. // Content Server %1 (%2) is running.%0
  770. //
  771. #define NS_I_CUB_RUNNING 0x400D0052L
  772. //
  773. // MessageId: NS_E_CUB_FAIL
  774. //
  775. // MessageText:
  776. //
  777. // Content Server %1 (%2) has failed.%0
  778. //
  779. #define NS_E_CUB_FAIL 0xC00D0053L
  780. // Disk Events
  781. // %1 is the tiger disk ID
  782. // %2 is the device name
  783. // %3 is the cub ID
  784. //
  785. // MessageId: NS_I_DISK_START
  786. //
  787. // MessageText:
  788. //
  789. // Disk %1 ( %2 ) on Content Server %3, is running.%0
  790. //
  791. #define NS_I_DISK_START 0x400D0054L
  792. //
  793. // MessageId: NS_E_DISK_FAIL
  794. //
  795. // MessageText:
  796. //
  797. // Disk %1 ( %2 ) on Content Server %3, has failed.%0
  798. //
  799. #define NS_E_DISK_FAIL 0xC00D0055L
  800. //
  801. // MessageId: NS_I_DISK_REBUILD_STARTED
  802. //
  803. // MessageText:
  804. //
  805. // Started rebuilding disk %1 ( %2 ) on Content Server %3.%0
  806. //
  807. #define NS_I_DISK_REBUILD_STARTED 0x400D0056L
  808. //
  809. // MessageId: NS_I_DISK_REBUILD_FINISHED
  810. //
  811. // MessageText:
  812. //
  813. // Finished rebuilding disk %1 ( %2 ) on Content Server %3.%0
  814. //
  815. #define NS_I_DISK_REBUILD_FINISHED 0x400D0057L
  816. //
  817. // MessageId: NS_I_DISK_REBUILD_ABORTED
  818. //
  819. // MessageText:
  820. //
  821. // Aborted rebuilding disk %1 ( %2 ) on Content Server %3.%0
  822. //
  823. #define NS_I_DISK_REBUILD_ABORTED 0x400D0058L
  824. // Admin Events
  825. //
  826. // MessageId: NS_I_LIMIT_FUNNELS
  827. //
  828. // MessageText:
  829. //
  830. // A NetShow administrator at network location %1 set the data stream limit to %2 streams.%0
  831. //
  832. #define NS_I_LIMIT_FUNNELS 0x400D0059L
  833. //
  834. // MessageId: NS_I_START_DISK
  835. //
  836. // MessageText:
  837. //
  838. // A NetShow administrator at network location %1 started disk %2.%0
  839. //
  840. #define NS_I_START_DISK 0x400D005AL
  841. //
  842. // MessageId: NS_I_STOP_DISK
  843. //
  844. // MessageText:
  845. //
  846. // A NetShow administrator at network location %1 stopped disk %2.%0
  847. //
  848. #define NS_I_STOP_DISK 0x400D005BL
  849. //
  850. // MessageId: NS_I_STOP_CUB
  851. //
  852. // MessageText:
  853. //
  854. // A NetShow administrator at network location %1 stopped Content Server %2.%0
  855. //
  856. #define NS_I_STOP_CUB 0x400D005CL
  857. //
  858. // MessageId: NS_I_KILL_VIEWER
  859. //
  860. // MessageText:
  861. //
  862. // A NetShow administrator at network location %1 disconnected viewer %2 from the system.%0
  863. //
  864. #define NS_I_KILL_VIEWER 0x400D005DL
  865. //
  866. // MessageId: NS_I_REBUILD_DISK
  867. //
  868. // MessageText:
  869. //
  870. // A NetShow administrator at network location %1 started rebuilding disk %2.%0
  871. //
  872. #define NS_I_REBUILD_DISK 0x400D005EL
  873. //
  874. // MessageId: NS_W_UNKNOWN_EVENT
  875. //
  876. // MessageText:
  877. //
  878. // Unknown %1 event encountered.%0
  879. //
  880. #define NS_W_UNKNOWN_EVENT 0x800D005FL
  881. // Alerts
  882. //
  883. // MessageId: NS_E_MAX_FUNNELS_ALERT
  884. //
  885. // MessageText:
  886. //
  887. // The NetShow data stream limit of %1 streams was reached.%0
  888. //
  889. #define NS_E_MAX_FUNNELS_ALERT 0xC00D0060L
  890. //
  891. // MessageId: NS_E_ALLOCATE_FILE_FAIL
  892. //
  893. // MessageText:
  894. //
  895. // The NetShow Video Server was unable to allocate a %1 block file named %2.%0
  896. //
  897. #define NS_E_ALLOCATE_FILE_FAIL 0xC00D0061L
  898. //
  899. // MessageId: NS_E_PAGING_ERROR
  900. //
  901. // MessageText:
  902. //
  903. // A Content Server was unable to page a block.%0
  904. //
  905. #define NS_E_PAGING_ERROR 0xC00D0062L
  906. //
  907. // MessageId: NS_E_BAD_BLOCK0_VERSION
  908. //
  909. // MessageText:
  910. //
  911. // Disk %1 has unrecognized control block version %2.%0
  912. //
  913. #define NS_E_BAD_BLOCK0_VERSION 0xC00D0063L
  914. //
  915. // MessageId: NS_E_BAD_DISK_UID
  916. //
  917. // MessageText:
  918. //
  919. // Disk %1 has incorrect uid %2.%0
  920. //
  921. #define NS_E_BAD_DISK_UID 0xC00D0064L
  922. //
  923. // MessageId: NS_E_BAD_FSMAJOR_VERSION
  924. //
  925. // MessageText:
  926. //
  927. // Disk %1 has unsupported file system major version %2.%0
  928. //
  929. #define NS_E_BAD_FSMAJOR_VERSION 0xC00D0065L
  930. //
  931. // MessageId: NS_E_BAD_STAMPNUMBER
  932. //
  933. // MessageText:
  934. //
  935. // Disk %1 has bad stamp number in control block.%0
  936. //
  937. #define NS_E_BAD_STAMPNUMBER 0xC00D0066L
  938. //
  939. // MessageId: NS_E_PARTIALLY_REBUILT_DISK
  940. //
  941. // MessageText:
  942. //
  943. // Disk %1 is partially reconstructed.%0
  944. //
  945. #define NS_E_PARTIALLY_REBUILT_DISK 0xC00D0067L
  946. //
  947. // MessageId: NS_E_ENACTPLAN_GIVEUP
  948. //
  949. // MessageText:
  950. //
  951. // EnactPlan gives up.%0
  952. //
  953. #define NS_E_ENACTPLAN_GIVEUP 0xC00D0068L
  954. // MCMADM warnings/errors
  955. //
  956. // MessageId: MCMADM_I_NO_EVENTS
  957. //
  958. // MessageText:
  959. //
  960. // Event initialization failed, there will be no MCM events.%0
  961. //
  962. #define MCMADM_I_NO_EVENTS 0x400D0069L
  963. //
  964. // MessageId: MCMADM_E_REGKEY_NOT_FOUND
  965. //
  966. // MessageText:
  967. //
  968. // The key was not found in the registry.%0
  969. //
  970. #define MCMADM_E_REGKEY_NOT_FOUND 0xC00D006AL
  971. //
  972. // MessageId: NS_E_NO_FORMATS
  973. //
  974. // MessageText:
  975. //
  976. // No stream formats were found in an NSC file.%0
  977. //
  978. #define NS_E_NO_FORMATS 0xC00D006BL
  979. //
  980. // MessageId: NS_E_NO_REFERENCES
  981. //
  982. // MessageText:
  983. //
  984. // No reference URLs were found in an ASX file.%0
  985. //
  986. #define NS_E_NO_REFERENCES 0xC00D006CL
  987. //
  988. // MessageId: NS_E_WAVE_OPEN
  989. //
  990. // MessageText:
  991. //
  992. // Error opening wave device, the device might be in use.%0
  993. //
  994. #define NS_E_WAVE_OPEN 0xC00D006DL
  995. //
  996. // MessageId: NS_I_LOGGING_FAILED
  997. //
  998. // MessageText:
  999. //
  1000. // The logging operation failed.
  1001. //
  1002. #define NS_I_LOGGING_FAILED 0x400D006EL
  1003. //
  1004. // MessageId: NS_E_CANNOTCONNECTEVENTS
  1005. //
  1006. // MessageText:
  1007. //
  1008. // Unable to establish a connection to the NetShow event monitor service.%0
  1009. //
  1010. #define NS_E_CANNOTCONNECTEVENTS 0xC00D006FL
  1011. //
  1012. // MessageId: NS_I_LIMIT_BANDWIDTH
  1013. //
  1014. // MessageText:
  1015. //
  1016. // A NetShow administrator at network location %1 set the maximum bandwidth limit to %2 bps.%0
  1017. //
  1018. #define NS_I_LIMIT_BANDWIDTH 0x400D0070L
  1019. //
  1020. // MessageId: NS_E_NO_DEVICE
  1021. //
  1022. // MessageText:
  1023. //
  1024. // No device driver is present on the system.%0
  1025. //
  1026. #define NS_E_NO_DEVICE 0xC00D0071L
  1027. //
  1028. // MessageId: NS_E_NO_SPECIFIED_DEVICE
  1029. //
  1030. // MessageText:
  1031. //
  1032. // No specified device driver is present.%0
  1033. //
  1034. #define NS_E_NO_SPECIFIED_DEVICE 0xC00D0072L
  1035. // NOTENOTE!!!
  1036. //
  1037. // Due to legacy problems these error codes live inside the ASF error code range
  1038. //
  1039. //
  1040. // MessageId: NS_E_NOTHING_TO_DO
  1041. //
  1042. // MessageText:
  1043. //
  1044. // NS_E_NOTHING_TO_DO
  1045. //
  1046. #define NS_E_NOTHING_TO_DO 0xC00D07F1L
  1047. //
  1048. // MessageId: NS_E_NO_MULTICAST
  1049. //
  1050. // MessageText:
  1051. //
  1052. // Not receiving data from the server.%0
  1053. //
  1054. #define NS_E_NO_MULTICAST 0xC00D07F2L
  1055. /////////////////////////////////////////////////////////////////////////
  1056. //
  1057. // NETSHOW Error Events
  1058. //
  1059. // IdRange = 200..399
  1060. //
  1061. /////////////////////////////////////////////////////////////////////////
  1062. //
  1063. // MessageId: NS_E_MONITOR_GIVEUP
  1064. //
  1065. // MessageText:
  1066. //
  1067. // Netshow Events Monitor is not operational and has been disconnected.%0
  1068. //
  1069. #define NS_E_MONITOR_GIVEUP 0xC00D00C8L
  1070. //
  1071. // MessageId: NS_E_REMIRRORED_DISK
  1072. //
  1073. // MessageText:
  1074. //
  1075. // Disk %1 is remirrored.%0
  1076. //
  1077. #define NS_E_REMIRRORED_DISK 0xC00D00C9L
  1078. //
  1079. // MessageId: NS_E_INSUFFICIENT_DATA
  1080. //
  1081. // MessageText:
  1082. //
  1083. // Insufficient data found.%0
  1084. //
  1085. #define NS_E_INSUFFICIENT_DATA 0xC00D00CAL
  1086. //
  1087. // MessageId: NS_E_ASSERT
  1088. //
  1089. // MessageText:
  1090. //
  1091. // %1 failed in file %2 line %3.%0
  1092. //
  1093. #define NS_E_ASSERT 0xC00D00CBL
  1094. //
  1095. // MessageId: NS_E_BAD_ADAPTER_NAME
  1096. //
  1097. // MessageText:
  1098. //
  1099. // The specified adapter name is invalid.%0
  1100. //
  1101. #define NS_E_BAD_ADAPTER_NAME 0xC00D00CCL
  1102. //
  1103. // MessageId: NS_E_NOT_LICENSED
  1104. //
  1105. // MessageText:
  1106. //
  1107. // The application is not licensed for this feature.%0
  1108. //
  1109. #define NS_E_NOT_LICENSED 0xC00D00CDL
  1110. //
  1111. // MessageId: NS_E_NO_SERVER_CONTACT
  1112. //
  1113. // MessageText:
  1114. //
  1115. // Unable to contact the server.%0
  1116. //
  1117. #define NS_E_NO_SERVER_CONTACT 0xC00D00CEL
  1118. //
  1119. // MessageId: NS_E_TOO_MANY_TITLES
  1120. //
  1121. // MessageText:
  1122. //
  1123. // Maximum number of titles exceeded.%0
  1124. //
  1125. #define NS_E_TOO_MANY_TITLES 0xC00D00CFL
  1126. //
  1127. // MessageId: NS_E_TITLE_SIZE_EXCEEDED
  1128. //
  1129. // MessageText:
  1130. //
  1131. // Maximum size of a title exceeded.%0
  1132. //
  1133. #define NS_E_TITLE_SIZE_EXCEEDED 0xC00D00D0L
  1134. //
  1135. // MessageId: NS_E_UDP_DISABLED
  1136. //
  1137. // MessageText:
  1138. //
  1139. // UDP protocol not enabled. Not trying %1!ls!.%0
  1140. //
  1141. #define NS_E_UDP_DISABLED 0xC00D00D1L
  1142. //
  1143. // MessageId: NS_E_TCP_DISABLED
  1144. //
  1145. // MessageText:
  1146. //
  1147. // TCP protocol not enabled. Not trying %1!ls!.%0
  1148. //
  1149. #define NS_E_TCP_DISABLED 0xC00D00D2L
  1150. //
  1151. // MessageId: NS_E_HTTP_DISABLED
  1152. //
  1153. // MessageText:
  1154. //
  1155. // HTTP protocol not enabled. Not trying %1!ls!.%0
  1156. //
  1157. #define NS_E_HTTP_DISABLED 0xC00D00D3L
  1158. //
  1159. // MessageId: NS_E_LICENSE_EXPIRED
  1160. //
  1161. // MessageText:
  1162. //
  1163. // The product license has expired.%0
  1164. //
  1165. #define NS_E_LICENSE_EXPIRED 0xC00D00D4L
  1166. //
  1167. // MessageId: NS_E_TITLE_BITRATE
  1168. //
  1169. // MessageText:
  1170. //
  1171. // Source file exceeds the per title maximum bitrate. See NetShow Theater documentation for more information.%0
  1172. //
  1173. #define NS_E_TITLE_BITRATE 0xC00D00D5L
  1174. //
  1175. // MessageId: NS_E_EMPTY_PROGRAM_NAME
  1176. //
  1177. // MessageText:
  1178. //
  1179. // The program name cannot be empty.%0
  1180. //
  1181. #define NS_E_EMPTY_PROGRAM_NAME 0xC00D00D6L
  1182. //
  1183. // MessageId: NS_E_MISSING_CHANNEL
  1184. //
  1185. // MessageText:
  1186. //
  1187. // Station %1 does not exist.%0
  1188. //
  1189. #define NS_E_MISSING_CHANNEL 0xC00D00D7L
  1190. //
  1191. // MessageId: NS_E_NO_CHANNELS
  1192. //
  1193. // MessageText:
  1194. //
  1195. // You need to define at least one station before this operation can complete.%0
  1196. //
  1197. #define NS_E_NO_CHANNELS 0xC00D00D8L
  1198. /////////////////////////////////////////////////////////////////////
  1199. // This error message is to replace previous NS_E_INVALID_INDEX which
  1200. // takes an index value for the error message string. For some application
  1201. // obtain the index value at reporting error time is very difficult, so we
  1202. // use this string to avoid the problem.
  1203. //////////////////////////////////////////////////////////////////////
  1204. //
  1205. // MessageId: NS_E_INVALID_INDEX2
  1206. //
  1207. // MessageText:
  1208. //
  1209. // The index specified is invalid.%0
  1210. //
  1211. #define NS_E_INVALID_INDEX2 0xC00D00D9L
  1212. /////////////////////////////////////////////////////////////////////////
  1213. //
  1214. // NETSHOW Monitor Events
  1215. //
  1216. // IdRange = 400..599
  1217. //
  1218. // Admin Events:
  1219. //
  1220. // Alerts:
  1221. //
  1222. // Title Server:
  1223. // %1 is the Title Server name
  1224. //
  1225. // Content Server:
  1226. // %1 is the Content Server ID
  1227. // %2 is the Content Server name
  1228. // %3 is the Peer Content Server name (optional)
  1229. //
  1230. // Disks:
  1231. // %1 is the Title Server disk ID
  1232. // %2 is the device name
  1233. // %3 is the Content Server ID
  1234. //
  1235. /////////////////////////////////////////////////////////////////////////
  1236. //
  1237. // MessageId: NS_E_CUB_FAIL_LINK
  1238. //
  1239. // MessageText:
  1240. //
  1241. // Content Server %1 (%2) has failed its link to Content Server %3.%0
  1242. //
  1243. #define NS_E_CUB_FAIL_LINK 0xC00D0190L
  1244. //
  1245. // MessageId: NS_I_CUB_UNFAIL_LINK
  1246. //
  1247. // MessageText:
  1248. //
  1249. // Content Server %1 (%2) has established its link to Content Server %3.%0
  1250. //
  1251. #define NS_I_CUB_UNFAIL_LINK 0x400D0191L
  1252. //
  1253. // MessageId: NS_E_BAD_CUB_UID
  1254. //
  1255. // MessageText:
  1256. //
  1257. // Content Server %1 (%2) has incorrect uid %3.%0
  1258. //
  1259. #define NS_E_BAD_CUB_UID 0xC00D0192L
  1260. //
  1261. // MessageId: NS_I_RESTRIPE_START
  1262. //
  1263. // MessageText:
  1264. //
  1265. // Restripe operation has started.%0
  1266. //
  1267. #define NS_I_RESTRIPE_START 0x400D0193L
  1268. //
  1269. // MessageId: NS_I_RESTRIPE_DONE
  1270. //
  1271. // MessageText:
  1272. //
  1273. // Restripe operation has completed.%0
  1274. //
  1275. #define NS_I_RESTRIPE_DONE 0x400D0194L
  1276. //
  1277. // MessageId: NS_E_GLITCH_MODE
  1278. //
  1279. // MessageText:
  1280. //
  1281. // Server unreliable because multiple components failed.%0
  1282. //
  1283. #define NS_E_GLITCH_MODE 0xC00D0195L
  1284. //
  1285. // MessageId: NS_I_RESTRIPE_DISK_OUT
  1286. //
  1287. // MessageText:
  1288. //
  1289. // Content disk %1 (%2) on Content Server %3 has been restriped out.%0
  1290. //
  1291. #define NS_I_RESTRIPE_DISK_OUT 0x400D0196L
  1292. //
  1293. // MessageId: NS_I_RESTRIPE_CUB_OUT
  1294. //
  1295. // MessageText:
  1296. //
  1297. // Content server %1 (%2) has been restriped out.%0
  1298. //
  1299. #define NS_I_RESTRIPE_CUB_OUT 0x400D0197L
  1300. //
  1301. // MessageId: NS_I_DISK_STOP
  1302. //
  1303. // MessageText:
  1304. //
  1305. // Disk %1 ( %2 ) on Content Server %3, has been offlined.%0
  1306. //
  1307. #define NS_I_DISK_STOP 0x400D0198L
  1308. //
  1309. // MessageId: NS_I_CATATONIC_FAILURE
  1310. //
  1311. // MessageText:
  1312. //
  1313. // Disk %1 ( %2 ) on Content Server %3, will be failed because it is catatonic.%0
  1314. //
  1315. #define NS_I_CATATONIC_FAILURE 0x800D0199L
  1316. //
  1317. // MessageId: NS_I_CATATONIC_AUTO_UNFAIL
  1318. //
  1319. // MessageText:
  1320. //
  1321. // Disk %1 ( %2 ) on Content Server %3, auto online from catatonic state.%0
  1322. //
  1323. #define NS_I_CATATONIC_AUTO_UNFAIL 0x800D019AL
  1324. //
  1325. // MessageId: NS_E_NO_MEDIA_PROTOCOL
  1326. //
  1327. // MessageText:
  1328. //
  1329. // Content Server %1 (%2) is unable to communicate with the Media System Network Protocol.%0
  1330. //
  1331. #define NS_E_NO_MEDIA_PROTOCOL 0xC00D019BL
  1332. //
  1333. // Advanced Streaming Format (ASF) codes occupy MessageIds 2000-2999
  1334. //
  1335. // See ASFErr.mc for more details - please do not define any symbols
  1336. // in that range in this file.
  1337. //
  1338. /////////////////////////////////////////////////////////////////////////
  1339. //
  1340. // Windows Media SDK Errors
  1341. //
  1342. // IdRange = 3000-3199
  1343. //
  1344. /////////////////////////////////////////////////////////////////////////
  1345. //
  1346. // MessageId: NS_E_INVALID_INPUT_FORMAT
  1347. //
  1348. // MessageText:
  1349. //
  1350. // The input media format is invalid.%0
  1351. //
  1352. #define NS_E_INVALID_INPUT_FORMAT 0xC00D0BB8L
  1353. //
  1354. // MessageId: NS_E_MSAUDIO_NOT_INSTALLED
  1355. //
  1356. // MessageText:
  1357. //
  1358. // The MSAudio codec is not installed on this system.%0
  1359. //
  1360. #define NS_E_MSAUDIO_NOT_INSTALLED 0xC00D0BB9L
  1361. //
  1362. // MessageId: NS_E_UNEXPECTED_MSAUDIO_ERROR
  1363. //
  1364. // MessageText:
  1365. //
  1366. // An unexpected error occurred with the MSAudio codec.%0
  1367. //
  1368. #define NS_E_UNEXPECTED_MSAUDIO_ERROR 0xC00D0BBAL
  1369. //
  1370. // MessageId: NS_E_INVALID_OUTPUT_FORMAT
  1371. //
  1372. // MessageText:
  1373. //
  1374. // The output media format is invalid.%0
  1375. //
  1376. #define NS_E_INVALID_OUTPUT_FORMAT 0xC00D0BBBL
  1377. //
  1378. // MessageId: NS_E_NOT_CONFIGURED
  1379. //
  1380. // MessageText:
  1381. //
  1382. // The object must be fully configured before audio samples can be processed.%0
  1383. //
  1384. #define NS_E_NOT_CONFIGURED 0xC00D0BBCL
  1385. //
  1386. // MessageId: NS_E_PROTECTED_CONTENT
  1387. //
  1388. // MessageText:
  1389. //
  1390. // You need a license to perform the requested operation on this media file.%0
  1391. //
  1392. #define NS_E_PROTECTED_CONTENT 0xC00D0BBDL
  1393. //
  1394. // MessageId: NS_E_LICENSE_REQUIRED
  1395. //
  1396. // MessageText:
  1397. //
  1398. // You need a license to perform the requested operation on this media file.%0
  1399. //
  1400. #define NS_E_LICENSE_REQUIRED 0xC00D0BBEL
  1401. //
  1402. // MessageId: NS_E_TAMPERED_CONTENT
  1403. //
  1404. // MessageText:
  1405. //
  1406. // This media file is corrupted or invalid. Contact the content provider for a new file.%0
  1407. //
  1408. #define NS_E_TAMPERED_CONTENT 0xC00D0BBFL
  1409. //
  1410. // MessageId: NS_E_LICENSE_OUTOFDATE
  1411. //
  1412. // MessageText:
  1413. //
  1414. // The license for this media file has expired. Get a new license or contact the content provider for further assistance.%0
  1415. //
  1416. #define NS_E_LICENSE_OUTOFDATE 0xC00D0BC0L
  1417. //
  1418. // MessageId: NS_E_LICENSE_INCORRECT_RIGHTS
  1419. //
  1420. // MessageText:
  1421. //
  1422. // You are not allowed to open this file. Contact the content provider for further assistance.%0
  1423. //
  1424. #define NS_E_LICENSE_INCORRECT_RIGHTS 0xC00D0BC1L
  1425. //
  1426. // MessageId: NS_E_AUDIO_CODEC_NOT_INSTALLED
  1427. //
  1428. // MessageText:
  1429. //
  1430. // The requested audio codec is not installed on this system.%0
  1431. //
  1432. #define NS_E_AUDIO_CODEC_NOT_INSTALLED 0xC00D0BC2L
  1433. //
  1434. // MessageId: NS_E_AUDIO_CODEC_ERROR
  1435. //
  1436. // MessageText:
  1437. //
  1438. // An unexpected error occurred with the audio codec.%0
  1439. //
  1440. #define NS_E_AUDIO_CODEC_ERROR 0xC00D0BC3L
  1441. //
  1442. // MessageId: NS_E_VIDEO_CODEC_NOT_INSTALLED
  1443. //
  1444. // MessageText:
  1445. //
  1446. // The requested video codec is not installed on this system.%0
  1447. //
  1448. #define NS_E_VIDEO_CODEC_NOT_INSTALLED 0xC00D0BC4L
  1449. //
  1450. // MessageId: NS_E_VIDEO_CODEC_ERROR
  1451. //
  1452. // MessageText:
  1453. //
  1454. // An unexpected error occurred with the video codec.%0
  1455. //
  1456. #define NS_E_VIDEO_CODEC_ERROR 0xC00D0BC5L
  1457. //
  1458. // MessageId: NS_E_INVALIDPROFILE
  1459. //
  1460. // MessageText:
  1461. //
  1462. // The Profile is invalid.%0
  1463. //
  1464. #define NS_E_INVALIDPROFILE 0xC00D0BC6L
  1465. //
  1466. // MessageId: NS_E_INCOMPATIBLE_VERSION
  1467. //
  1468. // MessageText:
  1469. //
  1470. // A new version of the SDK is needed to play the requested content.%0
  1471. //
  1472. #define NS_E_INCOMPATIBLE_VERSION 0xC00D0BC7L
  1473. //
  1474. // MessageId: NS_S_REBUFFERING
  1475. //
  1476. // MessageText:
  1477. //
  1478. // The requested operation has caused the source to rebuffer.%0
  1479. //
  1480. #define NS_S_REBUFFERING 0x000D0BC8L
  1481. //
  1482. // MessageId: NS_S_DEGRADING_QUALITY
  1483. //
  1484. // MessageText:
  1485. //
  1486. // The requested operation has caused the source to degrade codec quality.%0
  1487. //
  1488. #define NS_S_DEGRADING_QUALITY 0x000D0BC9L
  1489. //
  1490. // MessageId: NS_E_OFFLINE_MODE
  1491. //
  1492. // MessageText:
  1493. //
  1494. // The requested URL is not available in offline mode.%0
  1495. //
  1496. #define NS_E_OFFLINE_MODE 0xC00D0BCAL
  1497. //
  1498. // MessageId: NS_E_NOT_CONNECTED
  1499. //
  1500. // MessageText:
  1501. //
  1502. // The requested URL cannot be accessed because there is no network connection.%0
  1503. //
  1504. #define NS_E_NOT_CONNECTED 0xC00D0BCBL
  1505. //
  1506. // MessageId: NS_E_TOO_MUCH_DATA
  1507. //
  1508. // MessageText:
  1509. //
  1510. // The encoding process was unable to keep up with the amount of supplied data.%0
  1511. //
  1512. #define NS_E_TOO_MUCH_DATA 0xC00D0BCCL
  1513. //
  1514. // MessageId: NS_E_UNSUPPORTED_PROPERTY
  1515. //
  1516. // MessageText:
  1517. //
  1518. // The given property is not supported.%0
  1519. //
  1520. #define NS_E_UNSUPPORTED_PROPERTY 0xC00D0BCDL
  1521. //
  1522. // MessageId: NS_E_8BIT_WAVE_UNSUPPORTED
  1523. //
  1524. // MessageText:
  1525. //
  1526. // Windows Media Player cannot copy the files to the CD because they are 8-bit. Convert the files to 16-bit, 44-kHz stereo files by using Sound Recorder or another audio-processing program, and then try again.%0
  1527. //
  1528. #define NS_E_8BIT_WAVE_UNSUPPORTED 0xC00D0BCEL
  1529. /////////////////////////////////////////////////////////////////////////
  1530. //
  1531. // Windows Media Player Errors
  1532. //
  1533. // IdRange = 4000 - 4999
  1534. //
  1535. /////////////////////////////////////////////////////////////////////////
  1536. //
  1537. // WMP CD Filter Error codes
  1538. //
  1539. //
  1540. // MessageId: NS_E_NO_CD
  1541. //
  1542. // MessageText:
  1543. //
  1544. // There is no CD in the CD-ROM drive. Insert a CD, and try again.%0
  1545. //
  1546. #define NS_E_NO_CD 0xC00D0FA0L
  1547. //
  1548. // MessageId: NS_E_CANT_READ_DIGITAL
  1549. //
  1550. // MessageText:
  1551. //
  1552. // Unable to perform digital reads on this compact disc drive. Please try analog playback via the Tools Options menu.%0
  1553. //
  1554. #define NS_E_CANT_READ_DIGITAL 0xC00D0FA1L
  1555. //
  1556. // MessageId: NS_E_DEVICE_DISCONNECTED
  1557. //
  1558. // MessageText:
  1559. //
  1560. // Windows Media Player no longer detects a connected portable device. Reconnect your portable device, and then try downloading the file again.%0
  1561. //
  1562. #define NS_E_DEVICE_DISCONNECTED 0xC00D0FA2L
  1563. //
  1564. // MessageId: NS_E_DEVICE_NOT_SUPPORT_FORMAT
  1565. //
  1566. // MessageText:
  1567. //
  1568. // Your Music Player does not support this song's format.%0
  1569. //
  1570. #define NS_E_DEVICE_NOT_SUPPORT_FORMAT 0xC00D0FA3L
  1571. //
  1572. // MessageId: NS_E_SLOW_READ_DIGITAL
  1573. //
  1574. // MessageText:
  1575. //
  1576. // Digital reads on this compact disc drive are too slow. Please try analog playback via the Tools Options menu.%0
  1577. //
  1578. #define NS_E_SLOW_READ_DIGITAL 0xC00D0FA4L
  1579. //
  1580. // MessageId: NS_E_MIXER_INVALID_LINE
  1581. //
  1582. // MessageText:
  1583. //
  1584. // An invalid line error occurred in the mixer.%0
  1585. //
  1586. #define NS_E_MIXER_INVALID_LINE 0xC00D0FA5L
  1587. //
  1588. // MessageId: NS_E_MIXER_INVALID_CONTROL
  1589. //
  1590. // MessageText:
  1591. //
  1592. // An invalid control error occurred in the mixer.%0
  1593. //
  1594. #define NS_E_MIXER_INVALID_CONTROL 0xC00D0FA6L
  1595. //
  1596. // MessageId: NS_E_MIXER_INVALID_VALUE
  1597. //
  1598. // MessageText:
  1599. //
  1600. // An invalid value error occurred in the mixer.%0
  1601. //
  1602. #define NS_E_MIXER_INVALID_VALUE 0xC00D0FA7L
  1603. //
  1604. // MessageId: NS_E_MIXER_UNKNOWN_MMRESULT
  1605. //
  1606. // MessageText:
  1607. //
  1608. // An unrecognized MMRESULT occurred in the mixer.%0
  1609. //
  1610. #define NS_E_MIXER_UNKNOWN_MMRESULT 0xC00D0FA8L
  1611. //
  1612. // MessageId: NS_E_USER_STOP
  1613. //
  1614. // MessageText:
  1615. //
  1616. // User has stopped the operation.%0
  1617. //
  1618. #define NS_E_USER_STOP 0xC00D0FA9L
  1619. //
  1620. // MessageId: NS_E_MP3_FORMAT_NOT_FOUND
  1621. //
  1622. // MessageText:
  1623. //
  1624. // Windows Media Player cannot play the file. One or more codecs required to play the file cannot be found.%0
  1625. //
  1626. #define NS_E_MP3_FORMAT_NOT_FOUND 0xC00D0FAAL
  1627. //
  1628. // MessageId: NS_E_CD_READ_ERROR_NO_CORRECTION
  1629. //
  1630. // MessageText:
  1631. //
  1632. // Windows Media Player cannot read the CD. It may contain flaws. Turn on error correction, and try again.%0
  1633. //
  1634. #define NS_E_CD_READ_ERROR_NO_CORRECTION 0xC00D0FABL
  1635. //
  1636. // MessageId: NS_E_CD_READ_ERROR
  1637. //
  1638. // MessageText:
  1639. //
  1640. // Windows Media Player cannot read the CD. Be sure the CD is free of dirt and scratches and the CD-ROM drive is functioning properly.%0
  1641. //
  1642. #define NS_E_CD_READ_ERROR 0xC00D0FACL
  1643. //
  1644. // MessageId: NS_E_CD_SLOW_COPY
  1645. //
  1646. // MessageText:
  1647. //
  1648. // To speed up the copy process, do not play CD tracks while copying.%0
  1649. //
  1650. #define NS_E_CD_SLOW_COPY 0xC00D0FADL
  1651. //
  1652. // MessageId: NS_E_CD_COPYTO_CD
  1653. //
  1654. // MessageText:
  1655. //
  1656. // Cannot copy directly from a CDROM to a CD drive.%0
  1657. //
  1658. #define NS_E_CD_COPYTO_CD 0xC00D0FAEL
  1659. //
  1660. // MessageId: NS_E_MIXER_NODRIVER
  1661. //
  1662. // MessageText:
  1663. //
  1664. // Could not open a sound mixer driver.%0
  1665. //
  1666. #define NS_E_MIXER_NODRIVER 0xC00D0FAFL
  1667. //
  1668. // MessageId: NS_E_REDBOOK_ENABLED_WHILE_COPYING
  1669. //
  1670. // MessageText:
  1671. //
  1672. // Windows Media Player has detected that a setting for the CD-ROM drive will cause audio CDs to copy incorrectly; no audio is copied. Change the CD-ROM drive setting in Device Manager, and then try again.%0
  1673. //
  1674. #define NS_E_REDBOOK_ENABLED_WHILE_COPYING 0xC00D0FB0L
  1675. //
  1676. // MessageId: NS_E_CD_REFRESH
  1677. //
  1678. // MessageText:
  1679. //
  1680. // Trying to refresh the CD playlist.%0
  1681. //
  1682. #define NS_E_CD_REFRESH 0xC00D0FB1L
  1683. //
  1684. // MessageId: NS_E_CD_DRIVER_PROBLEM
  1685. //
  1686. // MessageText:
  1687. //
  1688. // Windows Media Player must switch to analog mode because there is a problem reading the CD-ROM drive in digital mode. Verify that the CD-ROM drive is installed correctly or try to update the drivers for the CD-ROM drive, and then try to use digital mode again.%0
  1689. //
  1690. #define NS_E_CD_DRIVER_PROBLEM 0xC00D0FB2L
  1691. //
  1692. // MessageId: NS_E_WONT_DO_DIGITAL
  1693. //
  1694. // MessageText:
  1695. //
  1696. // Windows Media Player must switch to analog mode because there is a problem reading the CD-ROM drive in digital mode.%0
  1697. //
  1698. #define NS_E_WONT_DO_DIGITAL 0xC00D0FB3L
  1699. //
  1700. // WMP IWMPXMLParser Error codes
  1701. //
  1702. //
  1703. // MessageId: NS_E_WMPXML_NOERROR
  1704. //
  1705. // MessageText:
  1706. //
  1707. // A call was made to GetParseError on the XML parser but there was no error to retrieve.%0
  1708. //
  1709. #define NS_E_WMPXML_NOERROR 0xC00D0FB4L
  1710. //
  1711. // MessageId: NS_E_WMPXML_ENDOFDATA
  1712. //
  1713. // MessageText:
  1714. //
  1715. // The XML Parser ran out of data while parsing.%0
  1716. //
  1717. #define NS_E_WMPXML_ENDOFDATA 0xC00D0FB5L
  1718. //
  1719. // MessageId: NS_E_WMPXML_PARSEERROR
  1720. //
  1721. // MessageText:
  1722. //
  1723. // A generic parse error occurred in the XML parser but no information is available.%0
  1724. //
  1725. #define NS_E_WMPXML_PARSEERROR 0xC00D0FB6L
  1726. //
  1727. // MessageId: NS_E_WMPXML_ATTRIBUTENOTFOUND
  1728. //
  1729. // MessageText:
  1730. //
  1731. // A call get GetNamedAttribute or GetNamedAttributeIndex on the XML parser resulted in the index not being found.%0
  1732. //
  1733. #define NS_E_WMPXML_ATTRIBUTENOTFOUND 0xC00D0FB7L
  1734. //
  1735. // MessageId: NS_E_WMPXML_PINOTFOUND
  1736. //
  1737. // MessageText:
  1738. //
  1739. // A call was made go GetNamedPI on the XML parser, but the requested Processing Instruction was not found.%0
  1740. //
  1741. #define NS_E_WMPXML_PINOTFOUND 0xC00D0FB8L
  1742. //
  1743. // MessageId: NS_E_WMPXML_EMPTYDOC
  1744. //
  1745. // MessageText:
  1746. //
  1747. // Persist was called on the XML parser, but the parser has no data to persist.%0
  1748. //
  1749. #define NS_E_WMPXML_EMPTYDOC 0xC00D0FB9L
  1750. //
  1751. // Miscellaneous Media Player Error codes
  1752. //
  1753. //
  1754. // MessageId: NS_E_WMP_WINDOWSAPIFAILURE
  1755. //
  1756. // MessageText:
  1757. //
  1758. // A Windows API call failed but no error information was available.%0
  1759. //
  1760. #define NS_E_WMP_WINDOWSAPIFAILURE 0xC00D0FC8L
  1761. //
  1762. // MessageId: NS_E_WMP_RECORDING_NOT_ALLOWED
  1763. //
  1764. // MessageText:
  1765. //
  1766. // Windows Media Player cannot copy the file. Either the license restricts copying, or you must obtain a license to copy the file.%0
  1767. //
  1768. #define NS_E_WMP_RECORDING_NOT_ALLOWED 0xC00D0FC9L
  1769. //
  1770. // MessageId: NS_E_DEVICE_NOT_READY
  1771. //
  1772. // MessageText:
  1773. //
  1774. // Windows Media Player no longer detects a connected portable device. Reconnect your portable device, and try again.%0
  1775. //
  1776. #define NS_E_DEVICE_NOT_READY 0xC00D0FCAL
  1777. //
  1778. // MessageId: NS_E_DAMAGED_FILE
  1779. //
  1780. // MessageText:
  1781. //
  1782. // Windows Media Player cannot play the file because it is either damaged or corrupt.%0
  1783. //
  1784. #define NS_E_DAMAGED_FILE 0xC00D0FCBL
  1785. //
  1786. // MessageId: NS_E_MPDB_GENERIC
  1787. //
  1788. // MessageText:
  1789. //
  1790. // An error occurred when the Player was attempting to access information in your media library. Try closing and then reopening the Player.%0
  1791. //
  1792. #define NS_E_MPDB_GENERIC 0xC00D0FCCL
  1793. //
  1794. // MessageId: NS_E_FILE_FAILED_CHECKS
  1795. //
  1796. // MessageText:
  1797. //
  1798. // The file cannot be added to Media Library because it is smaller than the minimum-size requirement. Adjust the size requirements, and then try again.%0
  1799. //
  1800. #define NS_E_FILE_FAILED_CHECKS 0xC00D0FCDL
  1801. //
  1802. // MessageId: NS_E_MEDIA_LIBRARY_FAILED
  1803. //
  1804. // MessageText:
  1805. //
  1806. // Windows Media Player could not create Media Library. Check with your system administrator to get the necessary permissions to create Media Library on your computer, and then try installing the Player again.%0
  1807. //
  1808. #define NS_E_MEDIA_LIBRARY_FAILED 0xC00D0FCEL
  1809. //
  1810. // MessageId: NS_E_SHARING_VIOLATION
  1811. //
  1812. // MessageText:
  1813. //
  1814. // The file is already in use. Close other programs that may be using the file, or stop playing the file, and try again.%0
  1815. //
  1816. #define NS_E_SHARING_VIOLATION 0xC00D0FCFL
  1817. //
  1818. // Generic Media PlayerUI error codes
  1819. //
  1820. //
  1821. // MessageId: NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED
  1822. //
  1823. // MessageText:
  1824. //
  1825. // The control (%s) does not support creation of sub-controls, yet (%d) sub-controls have been specified.%0
  1826. //
  1827. #define NS_E_WMP_UI_SUBCONTROLSNOTSUPPORTED 0xC00D0FDEL
  1828. //
  1829. // MessageId: NS_E_WMP_UI_VERSIONMISMATCH
  1830. //
  1831. // MessageText:
  1832. //
  1833. // Version mismatch: (%.1f required, %.1f found).%0
  1834. //
  1835. #define NS_E_WMP_UI_VERSIONMISMATCH 0xC00D0FDFL
  1836. //
  1837. // MessageId: NS_E_WMP_UI_NOTATHEMEFILE
  1838. //
  1839. // MessageText:
  1840. //
  1841. // The layout manager was given valid XML that wasn't a theme file.%0
  1842. //
  1843. #define NS_E_WMP_UI_NOTATHEMEFILE 0xC00D0FE0L
  1844. //
  1845. // MessageId: NS_E_WMP_UI_SUBELEMENTNOTFOUND
  1846. //
  1847. // MessageText:
  1848. //
  1849. // The %s subelement could not be found on the %s object.%0
  1850. //
  1851. #define NS_E_WMP_UI_SUBELEMENTNOTFOUND 0xC00D0FE1L
  1852. //
  1853. // MessageId: NS_E_WMP_UI_VERSIONPARSE
  1854. //
  1855. // MessageText:
  1856. //
  1857. // An error occurred parsing the version tag.\nValid version tags are of the form:\n\n\t<?wmp version='1.0'?>.%0
  1858. //
  1859. #define NS_E_WMP_UI_VERSIONPARSE 0xC00D0FE2L
  1860. //
  1861. // MessageId: NS_E_WMP_UI_VIEWIDNOTFOUND
  1862. //
  1863. // MessageText:
  1864. //
  1865. // The view specified in for the 'currentViewID' property (%s) was not found in this theme file.%0
  1866. //
  1867. #define NS_E_WMP_UI_VIEWIDNOTFOUND 0xC00D0FE3L
  1868. //
  1869. // MessageId: NS_E_WMP_UI_PASSTHROUGH
  1870. //
  1871. // MessageText:
  1872. //
  1873. // This error used internally for hit testing.%0
  1874. //
  1875. #define NS_E_WMP_UI_PASSTHROUGH 0xC00D0FE4L
  1876. //
  1877. // MessageId: NS_E_WMP_UI_OBJECTNOTFOUND
  1878. //
  1879. // MessageText:
  1880. //
  1881. // Attributes were specified for the %s object, but the object was not available to send them to.%0
  1882. //
  1883. #define NS_E_WMP_UI_OBJECTNOTFOUND 0xC00D0FE5L
  1884. //
  1885. // MessageId: NS_E_WMP_UI_SECONDHANDLER
  1886. //
  1887. // MessageText:
  1888. //
  1889. // The %s event already has a handler, the second handler was ignored.%0
  1890. //
  1891. #define NS_E_WMP_UI_SECONDHANDLER 0xC00D0FE6L
  1892. //
  1893. // MessageId: NS_E_WMP_UI_NOSKININZIP
  1894. //
  1895. // MessageText:
  1896. //
  1897. // No .wms file found in skin archive.%0
  1898. //
  1899. #define NS_E_WMP_UI_NOSKININZIP 0xC00D0FE7L
  1900. //
  1901. // MessageId: NS_S_WMP_UI_VERSIONMISMATCH
  1902. //
  1903. // MessageText:
  1904. //
  1905. // An upgrade may be needed for the theme manager to correctly show this skin. Skin reports version: %.1f.%0
  1906. //
  1907. #define NS_S_WMP_UI_VERSIONMISMATCH 0x000D0FE8L
  1908. //
  1909. // MessageId: NS_S_WMP_EXCEPTION
  1910. //
  1911. // MessageText:
  1912. //
  1913. // An error occurred in one of the UI components.%0
  1914. //
  1915. #define NS_S_WMP_EXCEPTION 0x000D0FE9L
  1916. //
  1917. // MessageId: NS_E_WMP_URLDOWNLOADFAILED
  1918. //
  1919. // MessageText:
  1920. //
  1921. // Windows Media Player cannot download the file. Check the path to the server, and then try again. For example, if you specified "mms://" in the file name, and the file was actually located on a path beginning with "http://" the file cannot be downloaded, even though it can be played.%0
  1922. //
  1923. #define NS_E_WMP_URLDOWNLOADFAILED 0xC00D0FEAL
  1924. //
  1925. // WMP Regional button control
  1926. //
  1927. //
  1928. // MessageId: NS_E_WMP_RBC_JPGMAPPINGIMAGE
  1929. //
  1930. // MessageText:
  1931. //
  1932. // JPG Images are not recommended for use as a mappingImage.%0
  1933. //
  1934. #define NS_E_WMP_RBC_JPGMAPPINGIMAGE 0xC00D1004L
  1935. //
  1936. // MessageId: NS_E_WMP_JPGTRANSPARENCY
  1937. //
  1938. // MessageText:
  1939. //
  1940. // JPG Images are not recommended when using a transparencyColor.%0
  1941. //
  1942. #define NS_E_WMP_JPGTRANSPARENCY 0xC00D1005L
  1943. //
  1944. // WMP Slider control
  1945. //
  1946. //
  1947. // MessageId: NS_E_WMP_INVALID_MAX_VAL
  1948. //
  1949. // MessageText:
  1950. //
  1951. // The Max property cannot be less than Min property.%0
  1952. //
  1953. #define NS_E_WMP_INVALID_MAX_VAL 0xC00D1009L
  1954. //
  1955. // MessageId: NS_E_WMP_INVALID_MIN_VAL
  1956. //
  1957. // MessageText:
  1958. //
  1959. // The Min property cannot be greater than Max property.%0
  1960. //
  1961. #define NS_E_WMP_INVALID_MIN_VAL 0xC00D100AL
  1962. //
  1963. // WMP CustomSlider control
  1964. //
  1965. //
  1966. // MessageId: NS_E_WMP_CS_JPGPOSITIONIMAGE
  1967. //
  1968. // MessageText:
  1969. //
  1970. // JPG Images are not recommended for use as a positionImage.%0
  1971. //
  1972. #define NS_E_WMP_CS_JPGPOSITIONIMAGE 0xC00D100EL
  1973. //
  1974. // MessageId: NS_E_WMP_CS_NOTEVENLYDIVISIBLE
  1975. //
  1976. // MessageText:
  1977. //
  1978. // The (%s) image's size is not evenly divisible by the positionImage's size.%0
  1979. //
  1980. #define NS_E_WMP_CS_NOTEVENLYDIVISIBLE 0xC00D100FL
  1981. //
  1982. // WMP ZIP Decoder
  1983. //
  1984. //
  1985. // MessageId: NS_E_WMPZIP_NOTAZIPFILE
  1986. //
  1987. // MessageText:
  1988. //
  1989. // The ZIP reader opened a file and its signature didn't match that of ZIP files.%0
  1990. //
  1991. #define NS_E_WMPZIP_NOTAZIPFILE 0xC00D1018L
  1992. //
  1993. // MessageId: NS_E_WMPZIP_CORRUPT
  1994. //
  1995. // MessageText:
  1996. //
  1997. // The ZIP reader has detected that the file is corrupt.%0
  1998. //
  1999. #define NS_E_WMPZIP_CORRUPT 0xC00D1019L
  2000. //
  2001. // MessageId: NS_E_WMPZIP_FILENOTFOUND
  2002. //
  2003. // MessageText:
  2004. //
  2005. // GetFileStream, SaveToFile, or SaveTemp file was called on the ZIP reader with a filename that was not found in the zip file.%0
  2006. //
  2007. #define NS_E_WMPZIP_FILENOTFOUND 0xC00D101AL
  2008. //
  2009. // WMP Image Decoding Error codes
  2010. //
  2011. //
  2012. // MessageId: NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED
  2013. //
  2014. // MessageText:
  2015. //
  2016. // Image type not supported.%0
  2017. //
  2018. #define NS_E_WMP_IMAGE_FILETYPE_UNSUPPORTED 0xC00D1022L
  2019. //
  2020. // MessageId: NS_E_WMP_IMAGE_INVALID_FORMAT
  2021. //
  2022. // MessageText:
  2023. //
  2024. // Image file may be corrupt.%0
  2025. //
  2026. #define NS_E_WMP_IMAGE_INVALID_FORMAT 0xC00D1023L
  2027. //
  2028. // MessageId: NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE
  2029. //
  2030. // MessageText:
  2031. //
  2032. // Unexpected end of file. GIF file may be corrupt.%0
  2033. //
  2034. #define NS_E_WMP_GIF_UNEXPECTED_ENDOFFILE 0xC00D1024L
  2035. //
  2036. // MessageId: NS_E_WMP_GIF_INVALID_FORMAT
  2037. //
  2038. // MessageText:
  2039. //
  2040. // Invalid GIF file.%0
  2041. //
  2042. #define NS_E_WMP_GIF_INVALID_FORMAT 0xC00D1025L
  2043. //
  2044. // MessageId: NS_E_WMP_GIF_BAD_VERSION_NUMBER
  2045. //
  2046. // MessageText:
  2047. //
  2048. // Invalid GIF version. Only 87a or 89a supported.%0
  2049. //
  2050. #define NS_E_WMP_GIF_BAD_VERSION_NUMBER 0xC00D1026L
  2051. //
  2052. // MessageId: NS_E_WMP_GIF_NO_IMAGE_IN_FILE
  2053. //
  2054. // MessageText:
  2055. //
  2056. // No images found in GIF file.%0
  2057. //
  2058. #define NS_E_WMP_GIF_NO_IMAGE_IN_FILE 0xC00D1027L
  2059. //
  2060. // MessageId: NS_E_WMP_PNG_INVALIDFORMAT
  2061. //
  2062. // MessageText:
  2063. //
  2064. // Invalid PNG image file format.%0
  2065. //
  2066. #define NS_E_WMP_PNG_INVALIDFORMAT 0xC00D1028L
  2067. //
  2068. // MessageId: NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH
  2069. //
  2070. // MessageText:
  2071. //
  2072. // PNG bitdepth not supported.%0
  2073. //
  2074. #define NS_E_WMP_PNG_UNSUPPORTED_BITDEPTH 0xC00D1029L
  2075. //
  2076. // MessageId: NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION
  2077. //
  2078. // MessageText:
  2079. //
  2080. // Compression format defined in PNG file not supported,%0
  2081. //
  2082. #define NS_E_WMP_PNG_UNSUPPORTED_COMPRESSION 0xC00D102AL
  2083. //
  2084. // MessageId: NS_E_WMP_PNG_UNSUPPORTED_FILTER
  2085. //
  2086. // MessageText:
  2087. //
  2088. // Filter method defined in PNG file not supported.%0
  2089. //
  2090. #define NS_E_WMP_PNG_UNSUPPORTED_FILTER 0xC00D102BL
  2091. //
  2092. // MessageId: NS_E_WMP_PNG_UNSUPPORTED_INTERLACE
  2093. //
  2094. // MessageText:
  2095. //
  2096. // Interlace method defined in PNG file not supported.%0
  2097. //
  2098. #define NS_E_WMP_PNG_UNSUPPORTED_INTERLACE 0xC00D102CL
  2099. //
  2100. // MessageId: NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC
  2101. //
  2102. // MessageText:
  2103. //
  2104. // Bad CRC in PNG file.%0
  2105. //
  2106. #define NS_E_WMP_PNG_UNSUPPORTED_BAD_CRC 0xC00D102DL
  2107. //
  2108. // MessageId: NS_E_WMP_BMP_INVALID_BITMASK
  2109. //
  2110. // MessageText:
  2111. //
  2112. // Invalid bitmask in BMP file.%0
  2113. //
  2114. #define NS_E_WMP_BMP_INVALID_BITMASK 0xC00D102EL
  2115. //
  2116. // MessageId: NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED
  2117. //
  2118. // MessageText:
  2119. //
  2120. // Topdown DIB not supported.%0
  2121. //
  2122. #define NS_E_WMP_BMP_TOPDOWN_DIB_UNSUPPORTED 0xC00D102FL
  2123. //
  2124. // MessageId: NS_E_WMP_BMP_BITMAP_NOT_CREATED
  2125. //
  2126. // MessageText:
  2127. //
  2128. // Bitmap could not be created.%0
  2129. //
  2130. #define NS_E_WMP_BMP_BITMAP_NOT_CREATED 0xC00D1030L
  2131. //
  2132. // MessageId: NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED
  2133. //
  2134. // MessageText:
  2135. //
  2136. // Compression format defined in BMP not supported.%0
  2137. //
  2138. #define NS_E_WMP_BMP_COMPRESSION_UNSUPPORTED 0xC00D1031L
  2139. //
  2140. // MessageId: NS_E_WMP_BMP_INVALID_FORMAT
  2141. //
  2142. // MessageText:
  2143. //
  2144. // Invalid Bitmap format.%0
  2145. //
  2146. #define NS_E_WMP_BMP_INVALID_FORMAT 0xC00D1032L
  2147. //
  2148. // MessageId: NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL
  2149. //
  2150. // MessageText:
  2151. //
  2152. // JPEG Arithmetic coding not supported.%0
  2153. //
  2154. #define NS_E_WMP_JPG_JERR_ARITHCODING_NOTIMPL 0xC00D1033L
  2155. //
  2156. // MessageId: NS_E_WMP_JPG_INVALID_FORMAT
  2157. //
  2158. // MessageText:
  2159. //
  2160. // Invalid JPEG format.%0
  2161. //
  2162. #define NS_E_WMP_JPG_INVALID_FORMAT 0xC00D1034L
  2163. //
  2164. // MessageId: NS_E_WMP_JPG_BAD_DCTSIZE
  2165. //
  2166. // MessageText:
  2167. //
  2168. // Invalid JPEG format.%0
  2169. //
  2170. #define NS_E_WMP_JPG_BAD_DCTSIZE 0xC00D1035L
  2171. //
  2172. // MessageId: NS_E_WMP_JPG_BAD_VERSION_NUMBER
  2173. //
  2174. // MessageText:
  2175. //
  2176. // Internal version error. Unexpected JPEG library version.%0
  2177. //
  2178. #define NS_E_WMP_JPG_BAD_VERSION_NUMBER 0xC00D1036L
  2179. //
  2180. // MessageId: NS_E_WMP_JPG_BAD_PRECISION
  2181. //
  2182. // MessageText:
  2183. //
  2184. // Internal JPEG Library error. Unsupported JPEG data precision.%0
  2185. //
  2186. #define NS_E_WMP_JPG_BAD_PRECISION 0xC00D1037L
  2187. //
  2188. // MessageId: NS_E_WMP_JPG_CCIR601_NOTIMPL
  2189. //
  2190. // MessageText:
  2191. //
  2192. // JPEG CCIR601 not supported.%0
  2193. //
  2194. #define NS_E_WMP_JPG_CCIR601_NOTIMPL 0xC00D1038L
  2195. //
  2196. // MessageId: NS_E_WMP_JPG_NO_IMAGE_IN_FILE
  2197. //
  2198. // MessageText:
  2199. //
  2200. // No image found in JPEG file.%0
  2201. //
  2202. #define NS_E_WMP_JPG_NO_IMAGE_IN_FILE 0xC00D1039L
  2203. //
  2204. // MessageId: NS_E_WMP_JPG_READ_ERROR
  2205. //
  2206. // MessageText:
  2207. //
  2208. // Could not read JPEG file.%0
  2209. //
  2210. #define NS_E_WMP_JPG_READ_ERROR 0xC00D103AL
  2211. //
  2212. // MessageId: NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL
  2213. //
  2214. // MessageText:
  2215. //
  2216. // JPEG Fractional sampling not supported.%0
  2217. //
  2218. #define NS_E_WMP_JPG_FRACT_SAMPLE_NOTIMPL 0xC00D103BL
  2219. //
  2220. // MessageId: NS_E_WMP_JPG_IMAGE_TOO_BIG
  2221. //
  2222. // MessageText:
  2223. //
  2224. // JPEG image too large. Maximum image size supported is 65500 X 65500.%0
  2225. //
  2226. #define NS_E_WMP_JPG_IMAGE_TOO_BIG 0xC00D103CL
  2227. //
  2228. // MessageId: NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE
  2229. //
  2230. // MessageText:
  2231. //
  2232. // Unexpected end of file reached in JPEG file.%0
  2233. //
  2234. #define NS_E_WMP_JPG_UNEXPECTED_ENDOFFILE 0xC00D103DL
  2235. //
  2236. // MessageId: NS_E_WMP_JPG_SOF_UNSUPPORTED
  2237. //
  2238. // MessageText:
  2239. //
  2240. // Unsupported JPEG SOF marker found.%0
  2241. //
  2242. #define NS_E_WMP_JPG_SOF_UNSUPPORTED 0xC00D103EL
  2243. //
  2244. // MessageId: NS_E_WMP_JPG_UNKNOWN_MARKER
  2245. //
  2246. // MessageText:
  2247. //
  2248. // Unknown JPEG marker found.%0
  2249. //
  2250. #define NS_E_WMP_JPG_UNKNOWN_MARKER 0xC00D103FL
  2251. //
  2252. // MessageId: NS_S_WMP_LOADED_GIF_IMAGE
  2253. //
  2254. // MessageText:
  2255. //
  2256. // Successfully loaded a GIF file.%0
  2257. //
  2258. #define NS_S_WMP_LOADED_GIF_IMAGE 0x000D1040L
  2259. //
  2260. // MessageId: NS_S_WMP_LOADED_PNG_IMAGE
  2261. //
  2262. // MessageText:
  2263. //
  2264. // Successfully loaded a PNG file.%0
  2265. //
  2266. #define NS_S_WMP_LOADED_PNG_IMAGE 0x000D1041L
  2267. //
  2268. // MessageId: NS_S_WMP_LOADED_BMP_IMAGE
  2269. //
  2270. // MessageText:
  2271. //
  2272. // Successfully loaded a BMP file.%0
  2273. //
  2274. #define NS_S_WMP_LOADED_BMP_IMAGE 0x000D1042L
  2275. //
  2276. // MessageId: NS_S_WMP_LOADED_JPG_IMAGE
  2277. //
  2278. // MessageText:
  2279. //
  2280. // Successfully loaded a JPG file.%0
  2281. //
  2282. #define NS_S_WMP_LOADED_JPG_IMAGE 0x000D1043L
  2283. //
  2284. // WMP WM Runtime Error codes
  2285. //
  2286. //
  2287. // MessageId: NS_E_WMG_INVALIDSTATE
  2288. //
  2289. // MessageText:
  2290. //
  2291. // Operation attempted in an invalid graph state.%0
  2292. //
  2293. #define NS_E_WMG_INVALIDSTATE 0xC00D1054L
  2294. //
  2295. // MessageId: NS_E_WMG_SINKALREADYEXISTS
  2296. //
  2297. // MessageText:
  2298. //
  2299. // A renderer cannot be inserted in a stream while one already exists.%0
  2300. //
  2301. #define NS_E_WMG_SINKALREADYEXISTS 0xC00D1055L
  2302. //
  2303. // MessageId: NS_E_WMG_NOSDKINTERFACE
  2304. //
  2305. // MessageText:
  2306. //
  2307. // A necessary WM SDK interface to complete the operation doesn't exist at this time.%0
  2308. //
  2309. #define NS_E_WMG_NOSDKINTERFACE 0xC00D1056L
  2310. //
  2311. // MessageId: NS_E_WMG_NOTALLOUTPUTSRENDERED
  2312. //
  2313. // MessageText:
  2314. //
  2315. // Windows Media Player cannot play the file. The file may be formatted with an unsupported codec, or the Player could not download the codec.%0
  2316. //
  2317. #define NS_E_WMG_NOTALLOUTPUTSRENDERED 0xC00D1057L
  2318. //
  2319. // MessageId: NS_E_WMR_UNSUPPORTEDSTREAM
  2320. //
  2321. // MessageText:
  2322. //
  2323. // Windows Media Player cannot play the file. The Player does not support the format you are trying to play.%0
  2324. //
  2325. #define NS_E_WMR_UNSUPPORTEDSTREAM 0xC00D1059L
  2326. //
  2327. // MessageId: NS_E_WMR_PINNOTFOUND
  2328. //
  2329. // MessageText:
  2330. //
  2331. // An operation was attempted on a pin that doesn't exist in the DirectShow filter graph.%0
  2332. //
  2333. #define NS_E_WMR_PINNOTFOUND 0xC00D105AL
  2334. //
  2335. // MessageId: NS_E_WMR_WAITINGONFORMATSWITCH
  2336. //
  2337. // MessageText:
  2338. //
  2339. // Specified operation cannot be completed while waiting for a media format change from the SDK.%0
  2340. //
  2341. #define NS_E_WMR_WAITINGONFORMATSWITCH 0xC00D105BL
  2342. //
  2343. // WMP Playlist Error codes
  2344. //
  2345. //
  2346. // MessageId: NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT
  2347. //
  2348. // MessageText:
  2349. //
  2350. // The format of this file was not recognized as a valid playlist format.%0
  2351. //
  2352. #define NS_E_WMX_UNRECOGNIZED_PLAYLIST_FORMAT 0xC00D1068L
  2353. //
  2354. // MessageId: NS_E_ASX_INVALIDFORMAT
  2355. //
  2356. // MessageText:
  2357. //
  2358. // This file was believed to be an ASX playlist, but the format was not recognized.%0
  2359. //
  2360. #define NS_E_ASX_INVALIDFORMAT 0xC00D1069L
  2361. //
  2362. // MessageId: NS_E_ASX_INVALIDVERSION
  2363. //
  2364. // MessageText:
  2365. //
  2366. // The version of this playlist is not supported. Click Details to go to the microsoft web site and see if there is a newer version of the player to install.%0
  2367. //
  2368. #define NS_E_ASX_INVALIDVERSION 0xC00D106AL
  2369. //
  2370. // MessageId: NS_E_ASX_INVALID_REPEAT_BLOCK
  2371. //
  2372. // MessageText:
  2373. //
  2374. // Format of a REPEAT loop within the current playlist file is invalid.%0
  2375. //
  2376. #define NS_E_ASX_INVALID_REPEAT_BLOCK 0xC00D106BL
  2377. //
  2378. // MessageId: NS_E_ASX_NOTHING_TO_WRITE
  2379. //
  2380. // MessageText:
  2381. //
  2382. // Windows Media Player cannot export the playlist because it is empty.%0
  2383. //
  2384. #define NS_E_ASX_NOTHING_TO_WRITE 0xC00D106CL
  2385. //
  2386. // MessageId: NS_E_URLLIST_INVALIDFORMAT
  2387. //
  2388. // MessageText:
  2389. //
  2390. // Windows Media Player does not recognize this file as a supported playlist.%0
  2391. //
  2392. #define NS_E_URLLIST_INVALIDFORMAT 0xC00D106DL
  2393. //
  2394. // MessageId: NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST
  2395. //
  2396. // MessageText:
  2397. //
  2398. // The specified attribute does not exist.%0
  2399. //
  2400. #define NS_E_WMX_ATTRIBUTE_DOES_NOT_EXIST 0xC00D106EL
  2401. //
  2402. // MessageId: NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS
  2403. //
  2404. // MessageText:
  2405. //
  2406. // The specified attribute already exists.%0
  2407. //
  2408. #define NS_E_WMX_ATTRIBUTE_ALREADY_EXISTS 0xC00D106FL
  2409. //
  2410. // MessageId: NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE
  2411. //
  2412. // MessageText:
  2413. //
  2414. // Can not retrieve the specified attribute.%0
  2415. //
  2416. #define NS_E_WMX_ATTRIBUTE_UNRETRIEVABLE 0xC00D1070L
  2417. //
  2418. // MessageId: NS_E_WMX_ITEM_DOES_NOT_EXIST
  2419. //
  2420. // MessageText:
  2421. //
  2422. // The specified item does not exist in the current playlist.%0
  2423. //
  2424. #define NS_E_WMX_ITEM_DOES_NOT_EXIST 0xC00D1071L
  2425. //
  2426. // MessageId: NS_E_WMX_ITEM_TYPE_ILLEGAL
  2427. //
  2428. // MessageText:
  2429. //
  2430. // Items of the specified type can not be created within the current playlist.%0
  2431. //
  2432. #define NS_E_WMX_ITEM_TYPE_ILLEGAL 0xC00D1072L
  2433. //
  2434. // MessageId: NS_E_WMX_ITEM_UNSETTABLE
  2435. //
  2436. // MessageText:
  2437. //
  2438. // The specified item can not be set in the current playlist.%0
  2439. //
  2440. #define NS_E_WMX_ITEM_UNSETTABLE 0xC00D1073L
  2441. //
  2442. // WMP Core Error codes
  2443. //
  2444. //
  2445. // MessageId: NS_E_WMPCORE_NOSOURCEURLSTRING
  2446. //
  2447. // MessageText:
  2448. //
  2449. // Windows Media Player cannot find the file. Be sure the path is typed correctly. If it is, the file may not exist in the specified location, or the computer where the file is stored may be offline.%0
  2450. //
  2451. #define NS_E_WMPCORE_NOSOURCEURLSTRING 0xC00D107CL
  2452. //
  2453. // MessageId: NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT
  2454. //
  2455. // MessageText:
  2456. //
  2457. // Failed to create the Global Interface Table.%0
  2458. //
  2459. #define NS_E_WMPCORE_COCREATEFAILEDFORGITOBJECT 0xC00D107DL
  2460. //
  2461. // MessageId: NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE
  2462. //
  2463. // MessageText:
  2464. //
  2465. // Failed to get the marshalled graph event handler interface.%0
  2466. //
  2467. #define NS_E_WMPCORE_FAILEDTOGETMARSHALLEDEVENTHANDLERINTERFACE 0xC00D107EL
  2468. //
  2469. // MessageId: NS_E_WMPCORE_BUFFERTOOSMALL
  2470. //
  2471. // MessageText:
  2472. //
  2473. // Buffer is too small for copying media type.%0
  2474. //
  2475. #define NS_E_WMPCORE_BUFFERTOOSMALL 0xC00D107FL
  2476. //
  2477. // MessageId: NS_E_WMPCORE_UNAVAILABLE
  2478. //
  2479. // MessageText:
  2480. //
  2481. // Current state of the player does not allow the operation.%0
  2482. //
  2483. #define NS_E_WMPCORE_UNAVAILABLE 0xC00D1080L
  2484. //
  2485. // MessageId: NS_E_WMPCORE_INVALIDPLAYLISTMODE
  2486. //
  2487. // MessageText:
  2488. //
  2489. // Playlist manager does not understand the current play mode (shuffle, normal etc).%0
  2490. //
  2491. #define NS_E_WMPCORE_INVALIDPLAYLISTMODE 0xC00D1081L
  2492. //
  2493. // MessageId: NS_E_WMPCORE_ITEMNOTINPLAYLIST
  2494. //
  2495. // MessageText:
  2496. //
  2497. // The item is not in the playlist.%0
  2498. //
  2499. #define NS_E_WMPCORE_ITEMNOTINPLAYLIST 0xC00D1086L
  2500. //
  2501. // MessageId: NS_E_WMPCORE_PLAYLISTEMPTY
  2502. //
  2503. // MessageText:
  2504. //
  2505. // There are no items in this playlist. Add items to the playlist, and try again.%0
  2506. //
  2507. #define NS_E_WMPCORE_PLAYLISTEMPTY 0xC00D1087L
  2508. //
  2509. // MessageId: NS_E_WMPCORE_NOBROWSER
  2510. //
  2511. // MessageText:
  2512. //
  2513. // The Web site cannot be accessed. A Web browser is not detected on your computer.%0
  2514. //
  2515. #define NS_E_WMPCORE_NOBROWSER 0xC00D1088L
  2516. //
  2517. // MessageId: NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL
  2518. //
  2519. // MessageText:
  2520. //
  2521. // Windows Media Player cannot find the specified file. Be sure the path is typed correctly. If it is, the file does not exist in the specified location, or the computer where the file is stored is offline.%0
  2522. //
  2523. #define NS_E_WMPCORE_UNRECOGNIZED_MEDIA_URL 0xC00D1089L
  2524. //
  2525. // MessageId: NS_E_WMPCORE_GRAPH_NOT_IN_LIST
  2526. //
  2527. // MessageText:
  2528. //
  2529. // Graph with the specified URL was not found in the prerolled graph list.%0
  2530. //
  2531. #define NS_E_WMPCORE_GRAPH_NOT_IN_LIST 0xC00D108AL
  2532. //
  2533. // MessageId: NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA
  2534. //
  2535. // MessageText:
  2536. //
  2537. // Operation could not be performed because the playlist does not have more than one item.%0
  2538. //
  2539. #define NS_E_WMPCORE_PLAYLIST_EMPTY_OR_SINGLE_MEDIA 0xC00D108BL
  2540. //
  2541. // MessageId: NS_E_WMPCORE_ERRORSINKNOTREGISTERED
  2542. //
  2543. // MessageText:
  2544. //
  2545. // An error sink was never registered for the calling object.%0
  2546. //
  2547. #define NS_E_WMPCORE_ERRORSINKNOTREGISTERED 0xC00D108CL
  2548. //
  2549. // MessageId: NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE
  2550. //
  2551. // MessageText:
  2552. //
  2553. // The error manager is not available to respond to errors.%0
  2554. //
  2555. #define NS_E_WMPCORE_ERRORMANAGERNOTAVAILABLE 0xC00D108DL
  2556. //
  2557. // MessageId: NS_E_WMPCORE_WEBHELPFAILED
  2558. //
  2559. // MessageText:
  2560. //
  2561. // Failed launching WebHelp URL.%0
  2562. //
  2563. #define NS_E_WMPCORE_WEBHELPFAILED 0xC00D108EL
  2564. //
  2565. // MessageId: NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED
  2566. //
  2567. // MessageText:
  2568. //
  2569. // Could not resume playing next item in playlist.%0
  2570. //
  2571. #define NS_E_WMPCORE_MEDIA_ERROR_RESUME_FAILED 0xC00D108FL
  2572. //
  2573. // MessageId: NS_E_WMPCORE_NO_REF_IN_ENTRY
  2574. //
  2575. // MessageText:
  2576. //
  2577. // No URL specified in the Ref attribute in playlist file.%0
  2578. //
  2579. #define NS_E_WMPCORE_NO_REF_IN_ENTRY 0xC00D1090L
  2580. //
  2581. // MessageId: NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY
  2582. //
  2583. // MessageText:
  2584. //
  2585. // An empty string for playlist attribute name was found.%0
  2586. //
  2587. #define NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_EMPTY 0xC00D1091L
  2588. //
  2589. // MessageId: NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL
  2590. //
  2591. // MessageText:
  2592. //
  2593. // An invalid playlist attribute name was found.%0
  2594. //
  2595. #define NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_NAME_ILLEGAL 0xC00D1092L
  2596. //
  2597. // MessageId: NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY
  2598. //
  2599. // MessageText:
  2600. //
  2601. // An empty string for a playlist attribute value was found.%0
  2602. //
  2603. #define NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_EMPTY 0xC00D1093L
  2604. //
  2605. // MessageId: NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL
  2606. //
  2607. // MessageText:
  2608. //
  2609. // An illegal value for a playlist attribute was found.%0
  2610. //
  2611. #define NS_E_WMPCORE_WMX_LIST_ATTRIBUTE_VALUE_ILLEGAL 0xC00D1094L
  2612. //
  2613. // MessageId: NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY
  2614. //
  2615. // MessageText:
  2616. //
  2617. // An empty string for a playlist item attribute name was found.%0
  2618. //
  2619. #define NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_EMPTY 0xC00D1095L
  2620. //
  2621. // MessageId: NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL
  2622. //
  2623. // MessageText:
  2624. //
  2625. // An illegal value for a playlist item attribute name was found.%0
  2626. //
  2627. #define NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_NAME_ILLEGAL 0xC00D1096L
  2628. //
  2629. // MessageId: NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY
  2630. //
  2631. // MessageText:
  2632. //
  2633. // An illegal value for a playlist item attribute was found.%0
  2634. //
  2635. #define NS_E_WMPCORE_WMX_LIST_ITEM_ATTRIBUTE_VALUE_EMPTY 0xC00D1097L
  2636. //
  2637. // MessageId: NS_E_WMPCORE_LIST_ENTRY_NO_REF
  2638. //
  2639. // MessageText:
  2640. //
  2641. // No entries found in the playlist file.%0
  2642. //
  2643. #define NS_E_WMPCORE_LIST_ENTRY_NO_REF 0xC00D1098L
  2644. //
  2645. // MessageId: NS_E_WMPCORE_CODEC_NOT_TRUSTED
  2646. //
  2647. // MessageText:
  2648. //
  2649. // The codec downloaded for this media does not appear to be properly signed. Installation is not possible.%0
  2650. //
  2651. #define NS_E_WMPCORE_CODEC_NOT_TRUSTED 0xC00D109AL
  2652. //
  2653. // MessageId: NS_E_WMPCORE_CODEC_NOT_FOUND
  2654. //
  2655. // MessageText:
  2656. //
  2657. // Windows Media Player cannot play the file. One or more codecs required to play the file could not be found.%0
  2658. //
  2659. #define NS_E_WMPCORE_CODEC_NOT_FOUND 0xC00D109BL
  2660. //
  2661. // MessageId: NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED
  2662. //
  2663. // MessageText:
  2664. //
  2665. // Some of the codecs required by this media are not installed on your system. Since the option for automatic codec acquisition is disabled, no codecs will be downloaded.%0
  2666. //
  2667. #define NS_E_WMPCORE_CODEC_DOWNLOAD_NOT_ALLOWED 0xC00D109CL
  2668. //
  2669. // MessageId: NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST
  2670. //
  2671. // MessageText:
  2672. //
  2673. // Failed to download the playlist file.%0
  2674. //
  2675. #define NS_E_WMPCORE_ERROR_DOWNLOADING_PLAYLIST 0xC00D109DL
  2676. //
  2677. // MessageId: NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST
  2678. //
  2679. // MessageText:
  2680. //
  2681. // Failed to build the playlist.%0
  2682. //
  2683. #define NS_E_WMPCORE_FAILED_TO_BUILD_PLAYLIST 0xC00D109EL
  2684. //
  2685. // MessageId: NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE
  2686. //
  2687. // MessageText:
  2688. //
  2689. // Playlist has no alternates to switch into.%0
  2690. //
  2691. #define NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NONE 0xC00D109FL
  2692. //
  2693. // MessageId: NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED
  2694. //
  2695. // MessageText:
  2696. //
  2697. // No more playlist alternates available to switch to.%0
  2698. //
  2699. #define NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_EXHAUSTED 0xC00D10A0L
  2700. //
  2701. // MessageId: NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND
  2702. //
  2703. // MessageText:
  2704. //
  2705. // Could not find the name of the alternate playlist to switch into.%0
  2706. //
  2707. #define NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_NAME_NOT_FOUND 0xC00D10A1L
  2708. //
  2709. // MessageId: NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED
  2710. //
  2711. // MessageText:
  2712. //
  2713. // Failed to switch to an alternate for this media.%0
  2714. //
  2715. #define NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_MORPH_FAILED 0xC00D10A2L
  2716. //
  2717. // MessageId: NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED
  2718. //
  2719. // MessageText:
  2720. //
  2721. // Failed to initialize an alternate for the media.%0
  2722. //
  2723. #define NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED 0xC00D10A3L
  2724. //
  2725. // MessageId: NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY
  2726. //
  2727. // MessageText:
  2728. //
  2729. // No URL specified for the roll over Refs in the playlist file.%0
  2730. //
  2731. #define NS_E_WMPCORE_MEDIA_ALTERNATE_REF_EMPTY 0xC00D10A4L
  2732. //
  2733. // MessageId: NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME
  2734. //
  2735. // MessageText:
  2736. //
  2737. // Encountered a playlist with no name.%0
  2738. //
  2739. #define NS_E_WMPCORE_PLAYLIST_NO_EVENT_NAME 0xC00D10A5L
  2740. //
  2741. // MessageId: NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT
  2742. //
  2743. // MessageText:
  2744. //
  2745. // A required attribute in the event block of the playlist was not found.%0
  2746. //
  2747. #define NS_E_WMPCORE_PLAYLIST_EVENT_ATTRIBUTE_ABSENT 0xC00D10A6L
  2748. //
  2749. // MessageId: NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY
  2750. //
  2751. // MessageText:
  2752. //
  2753. // No items were found in the event block of the playlist.%0
  2754. //
  2755. #define NS_E_WMPCORE_PLAYLIST_EVENT_EMPTY 0xC00D10A7L
  2756. //
  2757. // MessageId: NS_E_WMPCORE_PLAYLIST_STACK_EMPTY
  2758. //
  2759. // MessageText:
  2760. //
  2761. // No playlist was found while returning from a nested playlist.%0
  2762. //
  2763. #define NS_E_WMPCORE_PLAYLIST_STACK_EMPTY 0xC00D10A8L
  2764. //
  2765. // MessageId: NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE
  2766. //
  2767. // MessageText:
  2768. //
  2769. // The media item is not active currently.%0
  2770. //
  2771. #define NS_E_WMPCORE_CURRENT_MEDIA_NOT_ACTIVE 0xC00D10A9L
  2772. //
  2773. // MessageId: NS_E_WMPCORE_USER_CANCEL
  2774. //
  2775. // MessageText:
  2776. //
  2777. // Open was aborted by user.%0
  2778. //
  2779. #define NS_E_WMPCORE_USER_CANCEL 0xC00D10ABL
  2780. //
  2781. // MessageId: NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY
  2782. //
  2783. // MessageText:
  2784. //
  2785. // No items were found inside the playlist repeat block.%0
  2786. //
  2787. #define NS_E_WMPCORE_PLAYLIST_REPEAT_EMPTY 0xC00D10ACL
  2788. //
  2789. // MessageId: NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE
  2790. //
  2791. // MessageText:
  2792. //
  2793. // Media object corresponding to start of a playlist repeat block was not found.%0
  2794. //
  2795. #define NS_E_WMPCORE_PLAYLIST_REPEAT_START_MEDIA_NONE 0xC00D10ADL
  2796. //
  2797. // MessageId: NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE
  2798. //
  2799. // MessageText:
  2800. //
  2801. // Media object corresponding to the end of a playlist repeat block was not found.%0
  2802. //
  2803. #define NS_E_WMPCORE_PLAYLIST_REPEAT_END_MEDIA_NONE 0xC00D10AEL
  2804. //
  2805. // MessageId: NS_E_WMPCORE_INVALID_PLAYLIST_URL
  2806. //
  2807. // MessageText:
  2808. //
  2809. // Playlist URL supplied to the playlist manager is invalid.%0
  2810. //
  2811. #define NS_E_WMPCORE_INVALID_PLAYLIST_URL 0xC00D10AFL
  2812. //
  2813. // MessageId: NS_E_WMPCORE_MISMATCHED_RUNTIME
  2814. //
  2815. // MessageText:
  2816. //
  2817. // Player is selecting a runtime that is not valid for this media file type.%0
  2818. //
  2819. #define NS_E_WMPCORE_MISMATCHED_RUNTIME 0xC00D10B0L
  2820. //
  2821. // MessageId: NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS
  2822. //
  2823. // MessageText:
  2824. //
  2825. // Windows Media Player cannot import the playlist to Media Library because the playlist is empty.%0
  2826. //
  2827. #define NS_E_WMPCORE_PLAYLIST_IMPORT_FAILED_NO_ITEMS 0xC00D10B1L
  2828. //
  2829. // MessageId: NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION
  2830. //
  2831. // MessageText:
  2832. //
  2833. // An error has occurred that could prevent the changing of the video contrast on this media.%0
  2834. //
  2835. #define NS_E_WMPCORE_VIDEO_TRANSFORM_FILTER_INSERTION 0xC00D10B2L
  2836. //
  2837. // MessageId: NS_E_WMPCORE_MEDIA_UNAVAILABLE
  2838. //
  2839. // MessageText:
  2840. //
  2841. // Windows Media Player cannot play this file. Connect to the Internet or insert the removable media on which the file is located, and then try to play the file again.%0
  2842. //
  2843. #define NS_E_WMPCORE_MEDIA_UNAVAILABLE 0xC00D10B3L
  2844. //
  2845. // MessageId: NS_E_WMPCORE_WMX_ENTRYREF_NO_REF
  2846. //
  2847. // MessageText:
  2848. //
  2849. // The playlist contains an ENTRYREF for which no href was parsed. Check the syntax of playlist file.%0
  2850. //
  2851. #define NS_E_WMPCORE_WMX_ENTRYREF_NO_REF 0xC00D10B4L
  2852. //
  2853. // MessageId: NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST
  2854. //
  2855. // MessageText:
  2856. //
  2857. // Windows Media Player cannot play any items in this playlist. For additional information, right-click an item that cannot be played, and then click Error Details.%0
  2858. //
  2859. #define NS_E_WMPCORE_NO_PLAYABLE_MEDIA_IN_PLAYLIST 0xC00D10B5L
  2860. //
  2861. // MessageId: NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS
  2862. //
  2863. // MessageText:
  2864. //
  2865. // Windows Media Player cannot play some or all of the playlist items.%0
  2866. //
  2867. #define NS_E_WMPCORE_PLAYLIST_EMPTY_NESTED_PLAYLIST_SKIPPED_ITEMS 0xC00D10B6L
  2868. //
  2869. // MessageId: NS_E_WMPCORE_BUSY
  2870. //
  2871. // MessageText:
  2872. //
  2873. // Windows Media Player could not handle your request for digital media content in a timely manner. Try again later.%0
  2874. //
  2875. #define NS_E_WMPCORE_BUSY 0xC00D10B7L
  2876. //
  2877. // MessageId: NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE
  2878. //
  2879. // MessageText:
  2880. //
  2881. // There is no child playlist available for this media item at this time.%0
  2882. //
  2883. #define NS_E_WMPCORE_MEDIA_CHILD_PLAYLIST_UNAVAILABLE 0xC00D10B8L
  2884. //
  2885. // MessageId: NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST
  2886. //
  2887. // MessageText:
  2888. //
  2889. // There is no child playlist for this media item.%0
  2890. //
  2891. #define NS_E_WMPCORE_MEDIA_NO_CHILD_PLAYLIST 0xC00D10B9L
  2892. //
  2893. // MessageId: NS_E_WMPCORE_FILE_NOT_FOUND
  2894. //
  2895. // MessageText:
  2896. //
  2897. // Windows Media Player cannot play one or more files. Right-click the file, and then click Error Details to view information about the error.%0
  2898. //
  2899. #define NS_E_WMPCORE_FILE_NOT_FOUND 0xC00D10BAL
  2900. //
  2901. // MessageId: NS_E_WMPCORE_TEMP_FILE_NOT_FOUND
  2902. //
  2903. // MessageText:
  2904. //
  2905. // The temporary file was not found.%0
  2906. //
  2907. #define NS_E_WMPCORE_TEMP_FILE_NOT_FOUND 0xC00D10BBL
  2908. //
  2909. // MessageId: NS_E_WMDM_REVOKED
  2910. //
  2911. // MessageText:
  2912. //
  2913. // Windows Media Player cannot transfer media to the portable device without an update. Please click details to find out how to update your device.%0
  2914. //
  2915. #define NS_E_WMDM_REVOKED 0xC00D10BCL
  2916. //
  2917. // MessageId: NS_E_DDRAW_GENERIC
  2918. //
  2919. // MessageText:
  2920. //
  2921. // Windows Media Player cannot play the video stream because of a problem with your video card.%0
  2922. //
  2923. #define NS_E_DDRAW_GENERIC 0xC00D10BDL
  2924. //
  2925. // MessageId: NS_E_DISPLAY_MODE_CHANGE_FAILED
  2926. //
  2927. // MessageText:
  2928. //
  2929. // Windows Media Player failed to change the screen mode for fullscreen video playback.%0
  2930. //
  2931. #define NS_E_DISPLAY_MODE_CHANGE_FAILED 0xC00D10BEL
  2932. //
  2933. // MessageId: NS_E_PLAYLIST_CONTAINS_ERRORS
  2934. //
  2935. // MessageText:
  2936. //
  2937. // One or more items in the playlist cannot be played. For more details, right-click an item in the playlist, and then click Error Details.%0
  2938. //
  2939. #define NS_E_PLAYLIST_CONTAINS_ERRORS 0xC00D10BFL
  2940. //
  2941. // WMP Core Success codes
  2942. //
  2943. //
  2944. // MessageId: NS_S_WMPCORE_PLAYLISTCLEARABORT
  2945. //
  2946. // MessageText:
  2947. //
  2948. // Failed to clear playlist because it was aborted by user.%0
  2949. //
  2950. #define NS_S_WMPCORE_PLAYLISTCLEARABORT 0x000D10FEL
  2951. //
  2952. // MessageId: NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT
  2953. //
  2954. // MessageText:
  2955. //
  2956. // Failed to remove item in the playlist since it was aborted by user.%0
  2957. //
  2958. #define NS_S_WMPCORE_PLAYLISTREMOVEITEMABORT 0x000D10FFL
  2959. //
  2960. // MessageId: NS_S_WMPCORE_PLAYLIST_CREATION_PENDING
  2961. //
  2962. // MessageText:
  2963. //
  2964. // Playlist is being generated asynchronously.%0
  2965. //
  2966. #define NS_S_WMPCORE_PLAYLIST_CREATION_PENDING 0x000D1102L
  2967. //
  2968. // MessageId: NS_S_WMPCORE_MEDIA_VALIDATION_PENDING
  2969. //
  2970. // MessageText:
  2971. //
  2972. // Validation of the media is pending...%0
  2973. //
  2974. #define NS_S_WMPCORE_MEDIA_VALIDATION_PENDING 0x000D1103L
  2975. //
  2976. // MessageId: NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED
  2977. //
  2978. // MessageText:
  2979. //
  2980. // Encountered more than one Repeat block during ASX processing.%0
  2981. //
  2982. #define NS_S_WMPCORE_PLAYLIST_REPEAT_SECONDARY_SEGMENTS_IGNORED 0x000D1104L
  2983. //
  2984. // MessageId: NS_S_WMPCORE_COMMAND_NOT_AVAILABLE
  2985. //
  2986. // MessageText:
  2987. //
  2988. // Current state of WMP disallows calling this method or property.%0
  2989. //
  2990. #define NS_S_WMPCORE_COMMAND_NOT_AVAILABLE 0x000D1105L
  2991. //
  2992. // MessageId: NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED
  2993. //
  2994. // MessageText:
  2995. //
  2996. // Name for the playlist has been auto generated.%0
  2997. //
  2998. #define NS_S_WMPCORE_PLAYLIST_NAME_AUTO_GENERATED 0x000D1106L
  2999. //
  3000. // MessageId: NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS
  3001. //
  3002. // MessageText:
  3003. //
  3004. // The imported playlist does not contain all items from the original.%0
  3005. //
  3006. #define NS_S_WMPCORE_PLAYLIST_IMPORT_MISSING_ITEMS 0x000D1107L
  3007. //
  3008. // MessageId: NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA
  3009. //
  3010. // MessageText:
  3011. //
  3012. // The M3U playlist has been ignored because it only contains one item.%0
  3013. //
  3014. #define NS_S_WMPCORE_PLAYLIST_COLLAPSED_TO_SINGLE_MEDIA 0x000D1108L
  3015. //
  3016. // MessageId: NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING
  3017. //
  3018. // MessageText:
  3019. //
  3020. // The open for the child playlist associated with this media is pending.%0
  3021. //
  3022. #define NS_S_WMPCORE_MEDIA_CHILD_PLAYLIST_OPEN_PENDING 0x000D1109L
  3023. //
  3024. // WMP Internet Manager error codes
  3025. //
  3026. //
  3027. // MessageId: NS_E_WMPIM_USEROFFLINE
  3028. //
  3029. // MessageText:
  3030. //
  3031. // Windows Media Player has detected that you are not connected to the Internet. Connect to the Internet, and then try again.%0
  3032. //
  3033. #define NS_E_WMPIM_USEROFFLINE 0xC00D1126L
  3034. //
  3035. // MessageId: NS_E_WMPIM_USERCANCELED
  3036. //
  3037. // MessageText:
  3038. //
  3039. // User cancelled attempt to connect to the Internet.%0
  3040. //
  3041. #define NS_E_WMPIM_USERCANCELED 0xC00D1127L
  3042. //
  3043. // MessageId: NS_E_WMPIM_DIALUPFAILED
  3044. //
  3045. // MessageText:
  3046. //
  3047. // Attempt to dial connection to the Internet failed.%0
  3048. //
  3049. #define NS_E_WMPIM_DIALUPFAILED 0xC00D1128L
  3050. //
  3051. // WMP Backup and restore error and success codes
  3052. //
  3053. //
  3054. // MessageId: NS_E_WMPBR_NOLISTENER
  3055. //
  3056. // MessageText:
  3057. //
  3058. // No window is currently listening to Backup and Restore events.%0
  3059. //
  3060. #define NS_E_WMPBR_NOLISTENER 0xC00D1130L
  3061. //
  3062. // MessageId: NS_E_WMPBR_BACKUPCANCEL
  3063. //
  3064. // MessageText:
  3065. //
  3066. // Backup of your licenses has been cancelled. Please try again to ensure license backup.%0
  3067. //
  3068. #define NS_E_WMPBR_BACKUPCANCEL 0xC00D1131L
  3069. //
  3070. // MessageId: NS_E_WMPBR_RESTORECANCEL
  3071. //
  3072. // MessageText:
  3073. //
  3074. // The licenses were not restored because the restoration was cancelled.%0
  3075. //
  3076. #define NS_E_WMPBR_RESTORECANCEL 0xC00D1132L
  3077. //
  3078. // MessageId: NS_E_WMPBR_ERRORWITHURL
  3079. //
  3080. // MessageText:
  3081. //
  3082. // An error occurred during the backup or restore operation that requires a web page be displayed to the user.%0
  3083. //
  3084. #define NS_E_WMPBR_ERRORWITHURL 0xC00D1133L
  3085. //
  3086. // MessageId: NS_E_WMPBR_NAMECOLLISION
  3087. //
  3088. // MessageText:
  3089. //
  3090. // The licenses were not backed up because the backup was cancelled.%0
  3091. //
  3092. #define NS_E_WMPBR_NAMECOLLISION 0xC00D1134L
  3093. //
  3094. // MessageId: NS_S_WMPBR_SUCCESS
  3095. //
  3096. // MessageText:
  3097. //
  3098. // Backup or Restore successful!.%0
  3099. //
  3100. #define NS_S_WMPBR_SUCCESS 0x000D1135L
  3101. //
  3102. // MessageId: NS_S_WMPBR_PARTIALSUCCESS
  3103. //
  3104. // MessageText:
  3105. //
  3106. // Transfer complete with limitations.%0
  3107. //
  3108. #define NS_S_WMPBR_PARTIALSUCCESS 0x000D1136L
  3109. //
  3110. // WMP Effects Success codes
  3111. //
  3112. //
  3113. // MessageId: NS_S_WMPEFFECT_TRANSPARENT
  3114. //
  3115. // MessageText:
  3116. //
  3117. // Request to the effects control to change transparency status to transparent.%0
  3118. //
  3119. #define NS_S_WMPEFFECT_TRANSPARENT 0x000D1144L
  3120. //
  3121. // MessageId: NS_S_WMPEFFECT_OPAQUE
  3122. //
  3123. // MessageText:
  3124. //
  3125. // Request to the effects control to change transparency status to opaque.%0
  3126. //
  3127. #define NS_S_WMPEFFECT_OPAQUE 0x000D1145L
  3128. //
  3129. // WMP Application Success codes
  3130. //
  3131. //
  3132. // MessageId: NS_S_OPERATION_PENDING
  3133. //
  3134. // MessageText:
  3135. //
  3136. // The requested application pane is performing an operation and will not be relased.%0
  3137. //
  3138. #define NS_S_OPERATION_PENDING 0x000D114EL
  3139. //
  3140. // WMP DVD Error Codes
  3141. //
  3142. //
  3143. // MessageId: NS_E_DVD_NO_SUBPICTURE_STREAM
  3144. //
  3145. // MessageText:
  3146. //
  3147. // Windows Media Player cannot display subtitles or highlights in menus. Reinstall the DVD decoder or contact your device manufacturer to obtain an updated decoder, and then try again.%0
  3148. //
  3149. #define NS_E_DVD_NO_SUBPICTURE_STREAM 0xC00D1162L
  3150. //
  3151. // MessageId: NS_E_DVD_COPY_PROTECT
  3152. //
  3153. // MessageText:
  3154. //
  3155. // Windows Media Player cannot play this DVD because a problem occurred with digital copyright protection.%0
  3156. //
  3157. #define NS_E_DVD_COPY_PROTECT 0xC00D1163L
  3158. //
  3159. // MessageId: NS_E_DVD_AUTHORING_PROBLEM
  3160. //
  3161. // MessageText:
  3162. //
  3163. // Windows Media Player cannot play this DVD because the disc is incompatible with the Player.%0
  3164. //
  3165. #define NS_E_DVD_AUTHORING_PROBLEM 0xC00D1164L
  3166. //
  3167. // MessageId: NS_E_DVD_INVALID_DISC_REGION
  3168. //
  3169. // MessageText:
  3170. //
  3171. // Windows Media Player cannot play this DVD because the disc prohibits playback in your region of the world. You must obtain a disc that is intended for your geographic region.%0
  3172. //
  3173. #define NS_E_DVD_INVALID_DISC_REGION 0xC00D1165L
  3174. //
  3175. // MessageId: NS_E_DVD_COMPATIBLE_VIDEO_CARD
  3176. //
  3177. // MessageText:
  3178. //
  3179. // Windows Media Player cannot play this DVD because your video card does not support DVD playback.%0
  3180. //
  3181. #define NS_E_DVD_COMPATIBLE_VIDEO_CARD 0xC00D1166L
  3182. //
  3183. // MessageId: NS_E_DVD_MACROVISION
  3184. //
  3185. // MessageText:
  3186. //
  3187. // Windows Media Player cannot play this DVD because a problem occurred with analog copyright protection.%0
  3188. //
  3189. #define NS_E_DVD_MACROVISION 0xC00D1167L
  3190. //
  3191. // MessageId: NS_E_DVD_SYSTEM_DECODER_REGION
  3192. //
  3193. // MessageText:
  3194. //
  3195. // Windows Media Player cannot play this DVD because the region assigned to your DVD drive does not match the region assigned to your DVD decoder.%0
  3196. //
  3197. #define NS_E_DVD_SYSTEM_DECODER_REGION 0xC00D1168L
  3198. //
  3199. // MessageId: NS_E_DVD_DISC_DECODER_REGION
  3200. //
  3201. // MessageText:
  3202. //
  3203. // Windows Media Player cannot play this DVD because the disc prohibits playback in your region of the world. To play the disc by using the Player, you must obtain a disc that is intended for your geographic region.%0
  3204. //
  3205. #define NS_E_DVD_DISC_DECODER_REGION 0xC00D1169L
  3206. //
  3207. // MessageId: NS_E_DVD_NO_VIDEO_STREAM
  3208. //
  3209. // MessageText:
  3210. //
  3211. // Windows Media Player is currently unable to play DVD video. Click Details, and then click troubleshooter for information about configuring your computer to play DVDs.%0
  3212. //
  3213. #define NS_E_DVD_NO_VIDEO_STREAM 0xC00D116AL
  3214. //
  3215. // MessageId: NS_E_DVD_NO_AUDIO_STREAM
  3216. //
  3217. // MessageText:
  3218. //
  3219. // Windows Media Player cannot play DVD audio. Verify that your sound card is set up correctly, and then try again.%0
  3220. //
  3221. #define NS_E_DVD_NO_AUDIO_STREAM 0xC00D116BL
  3222. //
  3223. // MessageId: NS_E_DVD_GRAPH_BUILDING
  3224. //
  3225. // MessageText:
  3226. //
  3227. // Windows Media Player cannot play DVD video. Close any open files and quit any other running programs, and then try again. If the problem continues, restart your computer.%0
  3228. //
  3229. #define NS_E_DVD_GRAPH_BUILDING 0xC00D116CL
  3230. //
  3231. // MessageId: NS_E_DVD_NO_DECODER
  3232. //
  3233. // MessageText:
  3234. //
  3235. // Windows Media Player cannot play this DVD because a compatible DVD decoder is not installed on your computer.%0
  3236. //
  3237. #define NS_E_DVD_NO_DECODER 0xC00D116DL
  3238. //
  3239. // MessageId: NS_E_DVD_PARENTAL
  3240. //
  3241. // MessageText:
  3242. //
  3243. // Windows Media Player cannot play this DVD segment because the segment has a parental rating higher than the rating you are authorized to view.%0
  3244. //
  3245. #define NS_E_DVD_PARENTAL 0xC00D116EL
  3246. //
  3247. // MessageId: NS_E_DVD_CANNOT_JUMP
  3248. //
  3249. // MessageText:
  3250. //
  3251. // Windows Media Player cannot skip to the requested location in the DVD at this time.%0
  3252. //
  3253. #define NS_E_DVD_CANNOT_JUMP 0xC00D116FL
  3254. //
  3255. // MessageId: NS_E_DVD_DEVICE_CONTENTION
  3256. //
  3257. // MessageText:
  3258. //
  3259. // Windows Media Player cannot play this DVD because it is currently in use by another program. Quit the other program that is using the DVD, and then try to play it again.%0
  3260. //
  3261. #define NS_E_DVD_DEVICE_CONTENTION 0xC00D1170L
  3262. //
  3263. // MessageId: NS_E_DVD_NO_VIDEO_MEMORY
  3264. //
  3265. // MessageText:
  3266. //
  3267. // Windows Media Player cannot play DVD video. Double-click Display in Control Panel to lower your screen resolution and color quality settings.%0
  3268. //
  3269. #define NS_E_DVD_NO_VIDEO_MEMORY 0xC00D1171L
  3270. //
  3271. // WMP PDA Error codes
  3272. //
  3273. //
  3274. // MessageId: NS_E_NO_CD_BURNER
  3275. //
  3276. // MessageText:
  3277. //
  3278. // A CD recorder (burner) was not detected. Connect a CD recorder, and try copying again.%0
  3279. //
  3280. #define NS_E_NO_CD_BURNER 0xC00D1176L
  3281. //
  3282. // MessageId: NS_E_DEVICE_IS_NOT_READY
  3283. //
  3284. // MessageText:
  3285. //
  3286. // Windows Media Player does not detect any removable media in your portable device. Insert the media in the device or check the connection between the device and your computer, and then press F5 to refresh.%0
  3287. //
  3288. #define NS_E_DEVICE_IS_NOT_READY 0xC00D1177L
  3289. //
  3290. // MessageId: NS_E_PDA_UNSUPPORTED_FORMAT
  3291. //
  3292. // MessageText:
  3293. //
  3294. // Windows Media Player cannot play the specified file. Your portable device does not support the specified format.%0
  3295. //
  3296. #define NS_E_PDA_UNSUPPORTED_FORMAT 0xC00D1178L
  3297. //
  3298. // MessageId: NS_E_NO_PDA
  3299. //
  3300. // MessageText:
  3301. //
  3302. // Windows Media Player cannot detect a connected portable device. Connect your portable device, and try again.%0
  3303. //
  3304. #define NS_E_NO_PDA 0xC00D1179L
  3305. //
  3306. // MessageId: NS_E_PDA_UNSPECIFIED_ERROR
  3307. //
  3308. // MessageText:
  3309. //
  3310. // Windows Media Player has encountered an error on the portable device. Click the Details button for more information.%0
  3311. //
  3312. #define NS_E_PDA_UNSPECIFIED_ERROR 0xC00D117AL
  3313. //
  3314. // General Remapped Error codes in WMP
  3315. //
  3316. //
  3317. // MessageId: NS_E_WMP_PROTOCOL_PROBLEM
  3318. //
  3319. // MessageText:
  3320. //
  3321. // Windows Media Player could not open the specified URL. Be sure Windows Media Player is configured to use all available protocols, and then try again.%0
  3322. //
  3323. #define NS_E_WMP_PROTOCOL_PROBLEM 0xC00D1194L
  3324. //
  3325. // MessageId: NS_E_WMP_NO_DISK_SPACE
  3326. //
  3327. // MessageText:
  3328. //
  3329. // Windows Media Player cannot open the file because there is not enough disk space on your computer. Delete some unneeded files on your hard disk, and then try again.%0
  3330. //
  3331. #define NS_E_WMP_NO_DISK_SPACE 0xC00D1195L
  3332. //
  3333. // MessageId: NS_E_WMP_LOGON_FAILURE
  3334. //
  3335. // MessageText:
  3336. //
  3337. // The user name or password is incorrect. Type your user name or password again.%0
  3338. //
  3339. #define NS_E_WMP_LOGON_FAILURE 0xC00D1196L
  3340. //
  3341. // MessageId: NS_E_WMP_CANNOT_FIND_FILE
  3342. //
  3343. // MessageText:
  3344. //
  3345. // Windows Media Player cannot find the specified file. Be sure the path is typed correctly. If it is, the file does not exist in the specified location, or the computer where the file is stored is offline.%0
  3346. //
  3347. #define NS_E_WMP_CANNOT_FIND_FILE 0xC00D1197L
  3348. //
  3349. // MessageId: NS_E_WMP_SERVER_INACCESSIBLE
  3350. //
  3351. // MessageText:
  3352. //
  3353. // Windows Media Player cannot connect to the server. The server name may be incorrect or the server is busy. Try again later.%0
  3354. //
  3355. #define NS_E_WMP_SERVER_INACCESSIBLE 0xC00D1198L
  3356. //
  3357. // MessageId: NS_E_WMP_UNSUPPORTED_FORMAT
  3358. //
  3359. // MessageText:
  3360. //
  3361. // Windows Media Player cannot play the file. The file is either corrupt or the Player does not support the format you are trying to play.%0
  3362. //
  3363. #define NS_E_WMP_UNSUPPORTED_FORMAT 0xC00D1199L
  3364. //
  3365. // MessageId: NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT
  3366. //
  3367. // MessageText:
  3368. //
  3369. // Windows Media Player cannot play the file. The file may be formatted with an unsupported codec, or the Internet security setting on your computer is set too high. Lower your browser's security setting, and then try again.%0
  3370. //
  3371. #define NS_E_WMP_DSHOW_UNSUPPORTED_FORMAT 0xC00D119AL
  3372. //
  3373. // MessageId: NS_E_WMP_PLAYLIST_EXISTS
  3374. //
  3375. // MessageText:
  3376. //
  3377. // Windows Media Player cannot create the playlist because the name already exists. Type a different playlist name.%0
  3378. //
  3379. #define NS_E_WMP_PLAYLIST_EXISTS 0xC00D119BL
  3380. //
  3381. // MessageId: NS_E_WMP_NONMEDIA_FILES
  3382. //
  3383. // MessageText:
  3384. //
  3385. // Windows Media Player could not delete the playlist because it contains non-digital media files. Any digital media files in the playlist were deleted. Use Windows Explorer to delete non-digital media files, and then try deleting the playlist again.%0
  3386. //
  3387. #define NS_E_WMP_NONMEDIA_FILES 0xC00D119CL
  3388. //
  3389. // MessageId: NS_E_WMP_INVALID_ASX
  3390. //
  3391. // MessageText:
  3392. //
  3393. // Windows Media Player cannot play the selected playlist. The format of the playlist is either invalid or is not recognized.%0
  3394. //
  3395. #define NS_E_WMP_INVALID_ASX 0xC00D119DL
  3396. //
  3397. // MessageId: NS_E_WMP_ALREADY_IN_USE
  3398. //
  3399. // MessageText:
  3400. //
  3401. // Windows Media Player is already in use. Stop playing any content and close all Player dialog boxes and then try again.%0
  3402. //
  3403. #define NS_E_WMP_ALREADY_IN_USE 0xC00D119EL
  3404. //
  3405. // WMP CD Filter Error codes extension
  3406. //
  3407. //
  3408. // MessageId: NS_E_CD_NO_BUFFERS_READ
  3409. //
  3410. // MessageText:
  3411. //
  3412. // Windows Media Player encountered an error when reading the CD-ROM drive in digital mode. You can try to use digital mode again, or you can switch the Player to analog mode.%0
  3413. //
  3414. #define NS_E_CD_NO_BUFFERS_READ 0xC00D11F8L
  3415. /////////////////////////////////////////////////////////////////////////
  3416. //
  3417. // Windows Media Server Errors
  3418. //
  3419. // IdRange = 5000 - 5999
  3420. //
  3421. /////////////////////////////////////////////////////////////////////////
  3422. //
  3423. // MessageId: NS_E_REDIRECT
  3424. //
  3425. // MessageText:
  3426. //
  3427. // The client is redirected to another server.%0
  3428. //
  3429. #define NS_E_REDIRECT 0xC00D1388L
  3430. //
  3431. // MessageId: NS_E_STALE_PRESENTATION
  3432. //
  3433. // MessageText:
  3434. //
  3435. // The streaming media description is no longer current.%0
  3436. //
  3437. #define NS_E_STALE_PRESENTATION 0xC00D1389L
  3438. // Namespace Errors
  3439. //
  3440. // MessageId: NS_E_NAMESPACE_WRONG_PERSIST
  3441. //
  3442. // MessageText:
  3443. //
  3444. // Attempt to create a persistent namespace node under a transient parent node.%0
  3445. //
  3446. #define NS_E_NAMESPACE_WRONG_PERSIST 0xC00D138AL
  3447. //
  3448. // MessageId: NS_E_NAMESPACE_WRONG_TYPE
  3449. //
  3450. // MessageText:
  3451. //
  3452. // Unable to store a value in a namespace node of different value type.%0
  3453. //
  3454. #define NS_E_NAMESPACE_WRONG_TYPE 0xC00D138BL
  3455. //
  3456. // MessageId: NS_E_NAMESPACE_NODE_CONFLICT
  3457. //
  3458. // MessageText:
  3459. //
  3460. // Unable to remove the root namespace node.%0
  3461. //
  3462. #define NS_E_NAMESPACE_NODE_CONFLICT 0xC00D138CL
  3463. //
  3464. // MessageId: NS_E_NAMESPACE_NODE_NOT_FOUND
  3465. //
  3466. // MessageText:
  3467. //
  3468. // Could not find the specified namespace node.%0
  3469. //
  3470. #define NS_E_NAMESPACE_NODE_NOT_FOUND 0xC00D138DL
  3471. //
  3472. // MessageId: NS_E_NAMESPACE_BUFFER_TOO_SMALL
  3473. //
  3474. // MessageText:
  3475. //
  3476. // The buffer supplied to hold namespace node string is too small.%0
  3477. //
  3478. #define NS_E_NAMESPACE_BUFFER_TOO_SMALL 0xC00D138EL
  3479. //
  3480. // MessageId: NS_E_NAMESPACE_TOO_MANY_CALLBACKS
  3481. //
  3482. // MessageText:
  3483. //
  3484. // Callback list on a namespace node is at maximum size.%0
  3485. //
  3486. #define NS_E_NAMESPACE_TOO_MANY_CALLBACKS 0xC00D138FL
  3487. //
  3488. // MessageId: NS_E_NAMESPACE_DUPLICATE_CALLBACK
  3489. //
  3490. // MessageText:
  3491. //
  3492. // Attempt to register an already-registered callback on a namespace node.%0
  3493. //
  3494. #define NS_E_NAMESPACE_DUPLICATE_CALLBACK 0xC00D1390L
  3495. //
  3496. // MessageId: NS_E_NAMESPACE_CALLBACK_NOT_FOUND
  3497. //
  3498. // MessageText:
  3499. //
  3500. // Could not find callback in namespace when attempting to remove callback.%0
  3501. //
  3502. #define NS_E_NAMESPACE_CALLBACK_NOT_FOUND 0xC00D1391L
  3503. //
  3504. // MessageId: NS_E_NAMESPACE_NAME_TOO_LONG
  3505. //
  3506. // MessageText:
  3507. //
  3508. // The length of a namespace node name exceeds the allowed maximum length.%0
  3509. //
  3510. #define NS_E_NAMESPACE_NAME_TOO_LONG 0xC00D1392L
  3511. //
  3512. // MessageId: NS_E_NAMESPACE_DUPLICATE_NAME
  3513. //
  3514. // MessageText:
  3515. //
  3516. // Cannot create a namespace node which already exists.%0
  3517. //
  3518. #define NS_E_NAMESPACE_DUPLICATE_NAME 0xC00D1393L
  3519. //
  3520. // MessageId: NS_E_NAMESPACE_EMPTY_NAME
  3521. //
  3522. // MessageText:
  3523. //
  3524. // The name of a namespace node cannot be a null string.%0
  3525. //
  3526. #define NS_E_NAMESPACE_EMPTY_NAME 0xC00D1394L
  3527. //
  3528. // MessageId: NS_E_NAMESPACE_INDEX_TOO_LARGE
  3529. //
  3530. // MessageText:
  3531. //
  3532. // Finding a child namespace node by index failed because the index exceeded the number of children.%0
  3533. //
  3534. #define NS_E_NAMESPACE_INDEX_TOO_LARGE 0xC00D1395L
  3535. //
  3536. // MessageId: NS_E_NAMESPACE_BAD_NAME
  3537. //
  3538. // MessageText:
  3539. //
  3540. // The name supplied for a namespace node is not valid.%0
  3541. //
  3542. #define NS_E_NAMESPACE_BAD_NAME 0xC00D1396L
  3543. // Cache Errors
  3544. //
  3545. // MessageId: NS_E_CACHE_ARCHIVE_CONFLICT
  3546. //
  3547. // MessageText:
  3548. //
  3549. // Archive request conflicts with other requests in progress.%0
  3550. //
  3551. #define NS_E_CACHE_ARCHIVE_CONFLICT 0xC00D1397L
  3552. //
  3553. // MessageId: NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND
  3554. //
  3555. // MessageText:
  3556. //
  3557. // The specified origin server cannot be found.%0
  3558. //
  3559. #define NS_E_CACHE_ORIGIN_SERVER_NOT_FOUND 0xC00D1398L
  3560. //
  3561. // MessageId: NS_E_CACHE_ORIGIN_SERVER_TIMEOUT
  3562. //
  3563. // MessageText:
  3564. //
  3565. // The specified origin server does not respond.%0
  3566. //
  3567. #define NS_E_CACHE_ORIGIN_SERVER_TIMEOUT 0xC00D1399L
  3568. //
  3569. // MessageId: NS_E_CACHE_NOT_BROADCAST
  3570. //
  3571. // MessageText:
  3572. //
  3573. // The internal code for HTTP status code 412 Precondition Failed due to not broadcast type.%0
  3574. //
  3575. #define NS_E_CACHE_NOT_BROADCAST 0xC00D139AL
  3576. //
  3577. // MessageId: NS_E_CACHE_CANNOT_BE_CACHED
  3578. //
  3579. // MessageText:
  3580. //
  3581. // The internal code for HTTP status code 403 Forbidden due to not cacheable.%0
  3582. //
  3583. #define NS_E_CACHE_CANNOT_BE_CACHED 0xC00D139BL
  3584. //
  3585. // MessageId: NS_E_CACHE_NOT_MODIFIED
  3586. //
  3587. // MessageText:
  3588. //
  3589. // The internal code for HTTP status code 304 Not Modified.%0
  3590. //
  3591. #define NS_E_CACHE_NOT_MODIFIED 0xC00D139CL
  3592. // Object Model Errors
  3593. //
  3594. // MessageId: NS_E_CANNOT_REMOVE_PUBLISHING_POINT
  3595. //
  3596. // MessageText:
  3597. //
  3598. // Publishing Points of type Cache or Proxy cannot be removed.%0
  3599. //
  3600. #define NS_E_CANNOT_REMOVE_PUBLISHING_POINT 0xC00D139DL
  3601. //
  3602. // MessageId: NS_E_CANNOT_REMOVE_PLUGIN
  3603. //
  3604. // MessageText:
  3605. //
  3606. // Cannot remove last instance of plugin.%0
  3607. //
  3608. #define NS_E_CANNOT_REMOVE_PLUGIN 0xC00D139EL
  3609. //
  3610. // MessageId: NS_E_WRONG_PUBLISHING_POINT_TYPE
  3611. //
  3612. // MessageText:
  3613. //
  3614. // Publishing Points of type Cache or Proxy do not support this property or method.%0
  3615. //
  3616. #define NS_E_WRONG_PUBLISHING_POINT_TYPE 0xC00D139FL
  3617. //
  3618. // MessageId: NS_E_UNSUPPORTED_LOAD_TYPE
  3619. //
  3620. // MessageText:
  3621. //
  3622. // The Plugin does not support the specified Load Type.%0
  3623. //
  3624. #define NS_E_UNSUPPORTED_LOAD_TYPE 0xC00D13A0L
  3625. //
  3626. // MessageId: NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION
  3627. //
  3628. // MessageText:
  3629. //
  3630. // The Plugin does not support any Load Types. The Plugin must support at least one Load Type.%0
  3631. //
  3632. #define NS_E_INVALID_PLUGIN_LOAD_TYPE_CONFIGURATION 0xC00D13A1L
  3633. // Playlist Errors 5300-5399
  3634. //
  3635. // MessageId: NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING
  3636. //
  3637. // MessageText:
  3638. //
  3639. // The playlist entry is already playing.%0
  3640. //
  3641. #define NS_E_PLAYLIST_ENTRY_ALREADY_PLAYING 0xC00D14B4L
  3642. // Datapath Errors -- 5400 - 5499
  3643. //
  3644. // MessageId: NS_E_DATAPATH_NO_SINK
  3645. //
  3646. // MessageText:
  3647. //
  3648. // The datapath does not have a sink.%0
  3649. //
  3650. #define NS_E_DATAPATH_NO_SINK 0xC00D1518L
  3651. /////////////////////////////////////////////////////////////////////////
  3652. //
  3653. // Windows Media Tools Errors
  3654. //
  3655. // IdRange = 7000 - 7999
  3656. //
  3657. /////////////////////////////////////////////////////////////////////////
  3658. //
  3659. // MessageId: NS_E_BAD_MARKIN
  3660. //
  3661. // MessageText:
  3662. //
  3663. // The Mark In time should be greater than 0 and less than Mark Out time.%0
  3664. //
  3665. #define NS_E_BAD_MARKIN 0xC00D1B58L
  3666. //
  3667. // MessageId: NS_E_BAD_MARKOUT
  3668. //
  3669. // MessageText:
  3670. //
  3671. // The Mark Out time should be greater than Mark In time and less than file duration.%0
  3672. //
  3673. #define NS_E_BAD_MARKOUT 0xC00D1B59L
  3674. //
  3675. // MessageId: NS_E_NOMATCHING_MEDIASOURCE
  3676. //
  3677. // MessageText:
  3678. //
  3679. // No matching media source is found in source group %1.%0
  3680. //
  3681. #define NS_E_NOMATCHING_MEDIASOURCE 0xC00D1B5AL
  3682. //
  3683. // MessageId: NS_E_UNSUPPORTED_SOURCETYPE
  3684. //
  3685. // MessageText:
  3686. //
  3687. // Unsupported source type.%0
  3688. //
  3689. #define NS_E_UNSUPPORTED_SOURCETYPE 0xC00D1B5BL
  3690. //
  3691. // MessageId: NS_E_TOO_MANY_AUDIO
  3692. //
  3693. // MessageText:
  3694. //
  3695. // No more than 1 audio input is allowed.%0
  3696. //
  3697. #define NS_E_TOO_MANY_AUDIO 0xC00D1B5CL
  3698. //
  3699. // MessageId: NS_E_TOO_MANY_VIDEO
  3700. //
  3701. // MessageText:
  3702. //
  3703. // No more than 2 video inputs are allowed.%0
  3704. //
  3705. #define NS_E_TOO_MANY_VIDEO 0xC00D1B5DL
  3706. //
  3707. // MessageId: NS_E_NOMATCHING_ELEMENT
  3708. //
  3709. // MessageText:
  3710. //
  3711. // No matching element is found in the list.%0
  3712. //
  3713. #define NS_E_NOMATCHING_ELEMENT 0xC00D1B5EL
  3714. //
  3715. // MessageId: NS_E_MISMATCHED_MEDIACONTENT
  3716. //
  3717. // MessageText:
  3718. //
  3719. // The profile's media content doesn't match the media content defined in the source group.%0
  3720. //
  3721. #define NS_E_MISMATCHED_MEDIACONTENT 0xC00D1B5FL
  3722. //
  3723. // MessageId: NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP
  3724. //
  3725. // MessageText:
  3726. //
  3727. // Cannot remove an active source group from the source group collection while encoder is currently running.%0
  3728. //
  3729. #define NS_E_CANNOT_DELETE_ACTIVE_SOURCEGROUP 0xC00D1B60L
  3730. //
  3731. // MessageId: NS_E_AUDIODEVICE_BUSY
  3732. //
  3733. // MessageText:
  3734. //
  3735. // Cannot open specified audio capture device because it is in use right now.%0
  3736. //
  3737. #define NS_E_AUDIODEVICE_BUSY 0xC00D1B61L
  3738. //
  3739. // MessageId: NS_E_AUDIODEVICE_UNEXPECTED
  3740. //
  3741. // MessageText:
  3742. //
  3743. // Cannot open specified audio capture device because unexpected error occurred.%0
  3744. //
  3745. #define NS_E_AUDIODEVICE_UNEXPECTED 0xC00D1B62L
  3746. //
  3747. // MessageId: NS_E_AUDIODEVICE_BADFORMAT
  3748. //
  3749. // MessageText:
  3750. //
  3751. // Audio capture device doesn't support specified audio format.%0
  3752. //
  3753. #define NS_E_AUDIODEVICE_BADFORMAT 0xC00D1B63L
  3754. //
  3755. // MessageId: NS_E_VIDEODEVICE_BUSY
  3756. //
  3757. // MessageText:
  3758. //
  3759. // Cannot open specified video capture device because it is in use right now.%0
  3760. //
  3761. #define NS_E_VIDEODEVICE_BUSY 0xC00D1B64L
  3762. //
  3763. // MessageId: NS_E_VIDEODEVICE_UNEXPECTED
  3764. //
  3765. // MessageText:
  3766. //
  3767. // Cannot open specified video capture device because unexpected error occurred.%0
  3768. //
  3769. #define NS_E_VIDEODEVICE_UNEXPECTED 0xC00D1B65L
  3770. //
  3771. // MessageId: NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING
  3772. //
  3773. // MessageText:
  3774. //
  3775. // This operation is not allowed while encoder is running.%0
  3776. //
  3777. #define NS_E_INVALIDCALL_WHILE_ENCODER_RUNNING 0xC00D1B66L
  3778. //
  3779. // MessageId: NS_E_NO_PROFILE_IN_SOURCEGROUP
  3780. //
  3781. // MessageText:
  3782. //
  3783. // No profile is set in source group.%0
  3784. //
  3785. #define NS_E_NO_PROFILE_IN_SOURCEGROUP 0xC00D1B67L
  3786. //
  3787. // MessageId: NS_E_VIDEODRIVER_UNSTABLE
  3788. //
  3789. // MessageText:
  3790. //
  3791. // The video capture driver returned an unrecoverable error. It is now in an unstable state.%0
  3792. //
  3793. #define NS_E_VIDEODRIVER_UNSTABLE 0xC00D1B68L
  3794. //
  3795. // MessageId: NS_E_VIDCAPSTARTFAILED
  3796. //
  3797. // MessageText:
  3798. //
  3799. // The video input device could not be started.%0
  3800. //
  3801. #define NS_E_VIDCAPSTARTFAILED 0xC00D1B69L
  3802. //
  3803. // MessageId: NS_E_VIDSOURCECOMPRESSION
  3804. //
  3805. // MessageText:
  3806. //
  3807. // The video input source does not support the requested output format or color depth.%0
  3808. //
  3809. #define NS_E_VIDSOURCECOMPRESSION 0xC00D1B6AL
  3810. //
  3811. // MessageId: NS_E_VIDSOURCESIZE
  3812. //
  3813. // MessageText:
  3814. //
  3815. // The video input source does not support the request capture size.%0
  3816. //
  3817. #define NS_E_VIDSOURCESIZE 0xC00D1B6BL
  3818. //
  3819. // MessageId: NS_E_ICMQUERYFORMAT
  3820. //
  3821. // MessageText:
  3822. //
  3823. // Unable to obtain output information from video compressor.%0
  3824. //
  3825. #define NS_E_ICMQUERYFORMAT 0xC00D1B6CL
  3826. //
  3827. // MessageId: NS_E_VIDCAPCREATEWINDOW
  3828. //
  3829. // MessageText:
  3830. //
  3831. // Unable to create video capture window.%0
  3832. //
  3833. #define NS_E_VIDCAPCREATEWINDOW 0xC00D1B6DL
  3834. //
  3835. // MessageId: NS_E_VIDCAPDRVINUSE
  3836. //
  3837. // MessageText:
  3838. //
  3839. // There already is a running stream active on this video input device.%0
  3840. //
  3841. #define NS_E_VIDCAPDRVINUSE 0xC00D1B6EL
  3842. //
  3843. // MessageId: NS_E_NO_MEDIAFORMAT_IN_SOURCE
  3844. //
  3845. // MessageText:
  3846. //
  3847. // No media format is set in source.%0
  3848. //
  3849. #define NS_E_NO_MEDIAFORMAT_IN_SOURCE 0xC00D1B6FL
  3850. //
  3851. // MessageId: NS_E_NO_VALID_OUTPUT_STREAM
  3852. //
  3853. // MessageText:
  3854. //
  3855. // Cannot find valid output stream from source.%0
  3856. //
  3857. #define NS_E_NO_VALID_OUTPUT_STREAM 0xC00D1B70L
  3858. //
  3859. // MessageId: NS_E_NO_VALID_SOURCE_PLUGIN
  3860. //
  3861. // MessageText:
  3862. //
  3863. // Cannot find valid source plugin to support specified source.%0
  3864. //
  3865. #define NS_E_NO_VALID_SOURCE_PLUGIN 0xC00D1B71L
  3866. //
  3867. // MessageId: NS_E_NO_ACTIVE_SOURCEGROUP
  3868. //
  3869. // MessageText:
  3870. //
  3871. // No source group is currently active.%0
  3872. //
  3873. #define NS_E_NO_ACTIVE_SOURCEGROUP 0xC00D1B72L
  3874. //
  3875. // MessageId: NS_E_NO_SCRIPT_STREAM
  3876. //
  3877. // MessageText:
  3878. //
  3879. // No script stream is set in current active source group.%0
  3880. //
  3881. #define NS_E_NO_SCRIPT_STREAM 0xC00D1B73L
  3882. //
  3883. // MessageId: NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING
  3884. //
  3885. // MessageText:
  3886. //
  3887. // This operation is not allowed when file archival is started.%0
  3888. //
  3889. #define NS_E_INVALIDCALL_WHILE_ARCHIVAL_RUNNING 0xC00D1B74L
  3890. //
  3891. // MessageId: NS_E_INVALIDPACKETSIZE
  3892. //
  3893. // MessageText:
  3894. //
  3895. // The MaxPacketSize value specified is invalid.%0
  3896. //
  3897. #define NS_E_INVALIDPACKETSIZE 0xC00D1B75L
  3898. //
  3899. // MessageId: NS_E_PLUGIN_CLSID_NOTINVALID
  3900. //
  3901. // MessageText:
  3902. //
  3903. // The plugin CLSID specified is invalid.%0
  3904. //
  3905. #define NS_E_PLUGIN_CLSID_NOTINVALID 0xC00D1B76L
  3906. //
  3907. // MessageId: NS_E_UNSUPPORTED_ARCHIVETYPE
  3908. //
  3909. // MessageText:
  3910. //
  3911. // This Archive type is not supported.%0
  3912. //
  3913. #define NS_E_UNSUPPORTED_ARCHIVETYPE 0xC00D1B77L
  3914. //
  3915. // MessageId: NS_E_UNSUPPORTED_ARCHIVEOPERATION
  3916. //
  3917. // MessageText:
  3918. //
  3919. // This Archive operation is not supported.%0
  3920. //
  3921. #define NS_E_UNSUPPORTED_ARCHIVEOPERATION 0xC00D1B78L
  3922. //
  3923. // MessageId: NS_E_ARCHIVE_FILENAME_NOTSET
  3924. //
  3925. // MessageText:
  3926. //
  3927. // The local archive filename was not set.%0
  3928. //
  3929. #define NS_E_ARCHIVE_FILENAME_NOTSET 0xC00D1B79L
  3930. //
  3931. // MessageId: NS_E_SOURCEGROUP_NOTPREPARED
  3932. //
  3933. // MessageText:
  3934. //
  3935. // The SourceGroup is not yet prepared.%0
  3936. //
  3937. #define NS_E_SOURCEGROUP_NOTPREPARED 0xC00D1B7AL
  3938. //
  3939. // MessageId: NS_E_PROFILE_MISMATCH
  3940. //
  3941. // MessageText:
  3942. //
  3943. // Profiles on the sourcegroups do not match.%0
  3944. //
  3945. #define NS_E_PROFILE_MISMATCH 0xC00D1B7BL
  3946. //
  3947. // MessageId: NS_E_INCORRECTCLIPSETTINGS
  3948. //
  3949. // MessageText:
  3950. //
  3951. // The clip settings specified on the source are incorrect.%0
  3952. //
  3953. #define NS_E_INCORRECTCLIPSETTINGS 0xC00D1B7CL
  3954. //
  3955. // MessageId: NS_E_NOSTATSAVAILABLE
  3956. //
  3957. // MessageText:
  3958. //
  3959. // No statistics are available at this time.%0
  3960. //
  3961. #define NS_E_NOSTATSAVAILABLE 0xC00D1B7DL
  3962. //
  3963. // MessageId: NS_E_NOTARCHIVING
  3964. //
  3965. // MessageText:
  3966. //
  3967. // Encoder is not archiving.%0
  3968. //
  3969. #define NS_E_NOTARCHIVING 0xC00D1B7EL
  3970. //
  3971. // MessageId: NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED
  3972. //
  3973. // MessageText:
  3974. //
  3975. // This operation is not allowed while encoder is not running.%0
  3976. //
  3977. #define NS_E_INVALIDCALL_WHILE_ENCODER_STOPPED 0xC00D1B7FL
  3978. //
  3979. // MessageId: NS_E_NOSOURCEGROUPS
  3980. //
  3981. // MessageText:
  3982. //
  3983. // This SourceGroupCollection does not contain any SourceGroups.%0
  3984. //
  3985. #define NS_E_NOSOURCEGROUPS 0xC00D1B80L
  3986. //
  3987. // MessageId: NS_E_INVALIDINPUTFPS
  3988. //
  3989. // MessageText:
  3990. //
  3991. // Because this source group does not have a frame rate of 30 frames per second, you cannot use the inverse telecine feature.%0
  3992. //
  3993. #define NS_E_INVALIDINPUTFPS 0xC00D1B81L
  3994. //
  3995. // MessageId: NS_E_NO_DATAVIEW_SUPPORT
  3996. //
  3997. // MessageText:
  3998. //
  3999. // Internal problems are preventing the preview or postview of your content.%0
  4000. //
  4001. #define NS_E_NO_DATAVIEW_SUPPORT 0xC00D1B82L
  4002. //
  4003. // MessageId: NS_E_CODEC_UNAVAILABLE
  4004. //
  4005. // MessageText:
  4006. //
  4007. // One or more codecs required to open this media could not be found.%0
  4008. //
  4009. #define NS_E_CODEC_UNAVAILABLE 0xC00D1B83L
  4010. //
  4011. // MessageId: NS_E_ARCHIVE_SAME_AS_INPUT
  4012. //
  4013. // MessageText:
  4014. //
  4015. // The output archive file specified is the same as an input source in one of the source groups.%0
  4016. //
  4017. #define NS_E_ARCHIVE_SAME_AS_INPUT 0xC00D1B84L
  4018. //
  4019. // MessageId: NS_E_SOURCE_NOTSPECIFIED
  4020. //
  4021. // MessageText:
  4022. //
  4023. // The input source has not been setup completely.%0
  4024. //
  4025. #define NS_E_SOURCE_NOTSPECIFIED 0xC00D1B85L
  4026. //
  4027. // MessageId: NS_E_NO_REALTIME_TIMECOMPRESSION
  4028. //
  4029. // MessageText:
  4030. //
  4031. // Cannot apply time compression transform plug-in to a real time broadcast session.%0
  4032. //
  4033. #define NS_E_NO_REALTIME_TIMECOMPRESSION 0xC00D1B86L
  4034. //
  4035. // MessageId: NS_E_UNSUPPORTED_ENCODER_DEVICE
  4036. //
  4037. // MessageText:
  4038. //
  4039. // The Encoder was unable to open this device. Please see the system requirements for more information.%0
  4040. //
  4041. #define NS_E_UNSUPPORTED_ENCODER_DEVICE 0xC00D1B87L
  4042. //
  4043. // MessageId: NS_E_UNEXPECTED_DISPLAY_SETTINGS
  4044. //
  4045. // MessageText:
  4046. //
  4047. // Encoding cannot start because the display size or color setting has changed since the current session was defined. Restore the previous settings or create a new session.%0
  4048. //
  4049. #define NS_E_UNEXPECTED_DISPLAY_SETTINGS 0xC00D1B88L
  4050. //
  4051. // MessageId: NS_E_NO_AUDIODATA
  4052. //
  4053. // MessageText:
  4054. //
  4055. // No audio data has been received for multiple seconds. Check the audio source and restart the encoder.%0
  4056. //
  4057. #define NS_E_NO_AUDIODATA 0xC00D1B89L
  4058. //
  4059. // MessageId: NS_E_INPUTSOURCE_PROBLEM
  4060. //
  4061. // MessageText:
  4062. //
  4063. // One or all of your specified input sources are not working properly. Make sure your input sources are configured correctly.%0
  4064. //
  4065. #define NS_E_INPUTSOURCE_PROBLEM 0xC00D1B8AL
  4066. //
  4067. // MessageId: NS_E_WME_VERSION_MISMATCH
  4068. //
  4069. // MessageText:
  4070. //
  4071. // The supplied configuration file is not supported by this version of the encoder.%0
  4072. //
  4073. #define NS_E_WME_VERSION_MISMATCH 0xC00D1B8BL
  4074. //
  4075. // MessageId: NS_E_NO_REALTIME_PREPROCESS
  4076. //
  4077. // MessageText:
  4078. //
  4079. // Image pre-process can not be used with real-time encoding.%0
  4080. //
  4081. #define NS_E_NO_REALTIME_PREPROCESS 0xC00D1B8CL
  4082. //
  4083. // MessageId: NS_E_NO_REPEAT_PREPROCESS
  4084. //
  4085. // MessageText:
  4086. //
  4087. // Image pre-process can not be used when source is set to loop.%0
  4088. //
  4089. #define NS_E_NO_REPEAT_PREPROCESS 0xC00D1B8DL
  4090. /////////////////////////////////////////////////////////////////////////
  4091. //
  4092. // DRM Specific Errors
  4093. //
  4094. // IdRange = 10000..10999
  4095. /////////////////////////////////////////////////////////////////////////
  4096. //
  4097. // MessageId: NS_E_DRM_INVALID_APPLICATION
  4098. //
  4099. // MessageText:
  4100. //
  4101. // A problem has occurred in the Digital Rights Management component. Contact product support for this application.%0
  4102. //
  4103. #define NS_E_DRM_INVALID_APPLICATION 0xC00D2711L
  4104. //
  4105. // MessageId: NS_E_DRM_LICENSE_STORE_ERROR
  4106. //
  4107. // MessageText:
  4108. //
  4109. // License storage is not working. Contact Microsoft product support.%0
  4110. //
  4111. #define NS_E_DRM_LICENSE_STORE_ERROR 0xC00D2712L
  4112. //
  4113. // MessageId: NS_E_DRM_SECURE_STORE_ERROR
  4114. //
  4115. // MessageText:
  4116. //
  4117. // Secure storage is not working. Contact Microsoft product support.%0
  4118. //
  4119. #define NS_E_DRM_SECURE_STORE_ERROR 0xC00D2713L
  4120. //
  4121. // MessageId: NS_E_DRM_LICENSE_STORE_SAVE_ERROR
  4122. //
  4123. // MessageText:
  4124. //
  4125. // License acquisition did not work. Acquire a new license or contact the content provider for further assistance.%0
  4126. //
  4127. #define NS_E_DRM_LICENSE_STORE_SAVE_ERROR 0xC00D2714L
  4128. //
  4129. // MessageId: NS_E_DRM_SECURE_STORE_UNLOCK_ERROR
  4130. //
  4131. // MessageText:
  4132. //
  4133. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0
  4134. //
  4135. #define NS_E_DRM_SECURE_STORE_UNLOCK_ERROR 0xC00D2715L
  4136. //
  4137. // MessageId: NS_E_DRM_INVALID_CONTENT
  4138. //
  4139. // MessageText:
  4140. //
  4141. // The media file is corrupted. Contact the content provider to get a new file.%0
  4142. //
  4143. #define NS_E_DRM_INVALID_CONTENT 0xC00D2716L
  4144. //
  4145. // MessageId: NS_E_DRM_UNABLE_TO_OPEN_LICENSE
  4146. //
  4147. // MessageText:
  4148. //
  4149. // The license is corrupted. Acquire a new license.%0
  4150. //
  4151. #define NS_E_DRM_UNABLE_TO_OPEN_LICENSE 0xC00D2717L
  4152. //
  4153. // MessageId: NS_E_DRM_INVALID_LICENSE
  4154. //
  4155. // MessageText:
  4156. //
  4157. // The license is corrupted or invalid. Acquire a new license%0
  4158. //
  4159. #define NS_E_DRM_INVALID_LICENSE 0xC00D2718L
  4160. //
  4161. // MessageId: NS_E_DRM_INVALID_MACHINE
  4162. //
  4163. // MessageText:
  4164. //
  4165. // Licenses cannot be copied from one computer to another. Use License Management to transfer licenses, or get a new license for the media file.%0
  4166. //
  4167. #define NS_E_DRM_INVALID_MACHINE 0xC00D2719L
  4168. //
  4169. // MessageId: NS_E_DRM_ENUM_LICENSE_FAILED
  4170. //
  4171. // MessageText:
  4172. //
  4173. // License storage is not working. Contact Microsoft product support.%0
  4174. //
  4175. #define NS_E_DRM_ENUM_LICENSE_FAILED 0xC00D271BL
  4176. //
  4177. // MessageId: NS_E_DRM_INVALID_LICENSE_REQUEST
  4178. //
  4179. // MessageText:
  4180. //
  4181. // The media file is corrupted. Contact the content provider to get a new file.%0
  4182. //
  4183. #define NS_E_DRM_INVALID_LICENSE_REQUEST 0xC00D271CL
  4184. //
  4185. // MessageId: NS_E_DRM_UNABLE_TO_INITIALIZE
  4186. //
  4187. // MessageText:
  4188. //
  4189. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0
  4190. //
  4191. #define NS_E_DRM_UNABLE_TO_INITIALIZE 0xC00D271DL
  4192. //
  4193. // MessageId: NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE
  4194. //
  4195. // MessageText:
  4196. //
  4197. // The license could not be acquired. Try again later.%0
  4198. //
  4199. #define NS_E_DRM_UNABLE_TO_ACQUIRE_LICENSE 0xC00D271EL
  4200. //
  4201. // MessageId: NS_E_DRM_INVALID_LICENSE_ACQUIRED
  4202. //
  4203. // MessageText:
  4204. //
  4205. // License acquisition did not work. Acquire a new license or contact the content provider for further assistance.%0
  4206. //
  4207. #define NS_E_DRM_INVALID_LICENSE_ACQUIRED 0xC00D271FL
  4208. //
  4209. // MessageId: NS_E_DRM_NO_RIGHTS
  4210. //
  4211. // MessageText:
  4212. //
  4213. // The requested operation cannot be performed on this file.%0
  4214. //
  4215. #define NS_E_DRM_NO_RIGHTS 0xC00D2720L
  4216. //
  4217. // MessageId: NS_E_DRM_KEY_ERROR
  4218. //
  4219. // MessageText:
  4220. //
  4221. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4222. //
  4223. #define NS_E_DRM_KEY_ERROR 0xC00D2721L
  4224. //
  4225. // MessageId: NS_E_DRM_ENCRYPT_ERROR
  4226. //
  4227. // MessageText:
  4228. //
  4229. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0
  4230. //
  4231. #define NS_E_DRM_ENCRYPT_ERROR 0xC00D2722L
  4232. //
  4233. // MessageId: NS_E_DRM_DECRYPT_ERROR
  4234. //
  4235. // MessageText:
  4236. //
  4237. // The media file is corrupted. Contact the content provider to get a new file.%0
  4238. //
  4239. #define NS_E_DRM_DECRYPT_ERROR 0xC00D2723L
  4240. //
  4241. // MessageId: NS_E_DRM_LICENSE_INVALID_XML
  4242. //
  4243. // MessageText:
  4244. //
  4245. // The license is corrupted. Acquire a new license.%0
  4246. //
  4247. #define NS_E_DRM_LICENSE_INVALID_XML 0xC00D2725L
  4248. //
  4249. // MessageId: NS_S_DRM_LICENSE_ACQUIRED
  4250. //
  4251. // MessageText:
  4252. //
  4253. // Status message: The license was acquired.%0
  4254. //
  4255. #define NS_S_DRM_LICENSE_ACQUIRED 0x000D2726L
  4256. //
  4257. // MessageId: NS_S_DRM_INDIVIDUALIZED
  4258. //
  4259. // MessageText:
  4260. //
  4261. // Status message: The security upgrade has been completed.%0
  4262. //
  4263. #define NS_S_DRM_INDIVIDUALIZED 0x000D2727L
  4264. //
  4265. // MessageId: NS_E_DRM_NEEDS_INDIVIDUALIZATION
  4266. //
  4267. // MessageText:
  4268. //
  4269. // A security upgrade is required to perform the operation on this media file.%0
  4270. //
  4271. #define NS_E_DRM_NEEDS_INDIVIDUALIZATION 0xC00D2728L
  4272. //
  4273. // MessageId: NS_E_DRM_ACTION_NOT_QUERIED
  4274. //
  4275. // MessageText:
  4276. //
  4277. // The application cannot perform this action. Contact product support for this application.%0
  4278. //
  4279. #define NS_E_DRM_ACTION_NOT_QUERIED 0xC00D272AL
  4280. //
  4281. // MessageId: NS_E_DRM_ACQUIRING_LICENSE
  4282. //
  4283. // MessageText:
  4284. //
  4285. // You cannot begin a new license acquisition process until the current one has been completed.%0
  4286. //
  4287. #define NS_E_DRM_ACQUIRING_LICENSE 0xC00D272BL
  4288. //
  4289. // MessageId: NS_E_DRM_INDIVIDUALIZING
  4290. //
  4291. // MessageText:
  4292. //
  4293. // You cannot begin a new security upgrade until the current one has been completed.%0
  4294. //
  4295. #define NS_E_DRM_INDIVIDUALIZING 0xC00D272CL
  4296. //
  4297. // MessageId: NS_E_DRM_PARAMETERS_MISMATCHED
  4298. //
  4299. // MessageText:
  4300. //
  4301. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4302. //
  4303. #define NS_E_DRM_PARAMETERS_MISMATCHED 0xC00D272FL
  4304. //
  4305. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT
  4306. //
  4307. // MessageText:
  4308. //
  4309. // A license cannot be created for this media file. Reinstall the application.%0
  4310. //
  4311. #define NS_E_DRM_UNABLE_TO_CREATE_LICENSE_OBJECT 0xC00D2730L
  4312. //
  4313. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT
  4314. //
  4315. // MessageText:
  4316. //
  4317. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4318. //
  4319. #define NS_E_DRM_UNABLE_TO_CREATE_INDI_OBJECT 0xC00D2731L
  4320. //
  4321. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT
  4322. //
  4323. // MessageText:
  4324. //
  4325. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4326. //
  4327. #define NS_E_DRM_UNABLE_TO_CREATE_ENCRYPT_OBJECT 0xC00D2732L
  4328. //
  4329. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT
  4330. //
  4331. // MessageText:
  4332. //
  4333. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4334. //
  4335. #define NS_E_DRM_UNABLE_TO_CREATE_DECRYPT_OBJECT 0xC00D2733L
  4336. //
  4337. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT
  4338. //
  4339. // MessageText:
  4340. //
  4341. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4342. //
  4343. #define NS_E_DRM_UNABLE_TO_CREATE_PROPERTIES_OBJECT 0xC00D2734L
  4344. //
  4345. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT
  4346. //
  4347. // MessageText:
  4348. //
  4349. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4350. //
  4351. #define NS_E_DRM_UNABLE_TO_CREATE_BACKUP_OBJECT 0xC00D2735L
  4352. //
  4353. // MessageId: NS_E_DRM_INDIVIDUALIZE_ERROR
  4354. //
  4355. // MessageText:
  4356. //
  4357. // The security upgrade failed. Try again later.%0
  4358. //
  4359. #define NS_E_DRM_INDIVIDUALIZE_ERROR 0xC00D2736L
  4360. //
  4361. // MessageId: NS_E_DRM_LICENSE_OPEN_ERROR
  4362. //
  4363. // MessageText:
  4364. //
  4365. // License storage is not working. Contact Microsoft product support.%0
  4366. //
  4367. #define NS_E_DRM_LICENSE_OPEN_ERROR 0xC00D2737L
  4368. //
  4369. // MessageId: NS_E_DRM_LICENSE_CLOSE_ERROR
  4370. //
  4371. // MessageText:
  4372. //
  4373. // License storage is not working. Contact Microsoft product support.%0
  4374. //
  4375. #define NS_E_DRM_LICENSE_CLOSE_ERROR 0xC00D2738L
  4376. //
  4377. // MessageId: NS_E_DRM_GET_LICENSE_ERROR
  4378. //
  4379. // MessageText:
  4380. //
  4381. // License storage is not working. Contact Microsoft product support.%0
  4382. //
  4383. #define NS_E_DRM_GET_LICENSE_ERROR 0xC00D2739L
  4384. //
  4385. // MessageId: NS_E_DRM_QUERY_ERROR
  4386. //
  4387. // MessageText:
  4388. //
  4389. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4390. //
  4391. #define NS_E_DRM_QUERY_ERROR 0xC00D273AL
  4392. //
  4393. // MessageId: NS_E_DRM_REPORT_ERROR
  4394. //
  4395. // MessageText:
  4396. //
  4397. // A problem has occurred in the Digital Rights Management component. Contact product support for this application.%0
  4398. //
  4399. #define NS_E_DRM_REPORT_ERROR 0xC00D273BL
  4400. //
  4401. // MessageId: NS_E_DRM_GET_LICENSESTRING_ERROR
  4402. //
  4403. // MessageText:
  4404. //
  4405. // License storage is not working. Contact Microsoft product support.%0
  4406. //
  4407. #define NS_E_DRM_GET_LICENSESTRING_ERROR 0xC00D273CL
  4408. //
  4409. // MessageId: NS_E_DRM_GET_CONTENTSTRING_ERROR
  4410. //
  4411. // MessageText:
  4412. //
  4413. // The media file is corrupted. Contact the content provider to get a new file.%0
  4414. //
  4415. #define NS_E_DRM_GET_CONTENTSTRING_ERROR 0xC00D273DL
  4416. //
  4417. // MessageId: NS_E_DRM_MONITOR_ERROR
  4418. //
  4419. // MessageText:
  4420. //
  4421. // A problem has occurred in the Digital Rights Management component. Try again later.%0
  4422. //
  4423. #define NS_E_DRM_MONITOR_ERROR 0xC00D273EL
  4424. //
  4425. // MessageId: NS_E_DRM_UNABLE_TO_SET_PARAMETER
  4426. //
  4427. // MessageText:
  4428. //
  4429. // The application has made an invalid call to the Digital Rights Management component. Contact product support for this application.%0
  4430. //
  4431. #define NS_E_DRM_UNABLE_TO_SET_PARAMETER 0xC00D273FL
  4432. //
  4433. // MessageId: NS_E_DRM_INVALID_APPDATA
  4434. //
  4435. // MessageText:
  4436. //
  4437. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4438. //
  4439. #define NS_E_DRM_INVALID_APPDATA 0xC00D2740L
  4440. //
  4441. // MessageId: NS_E_DRM_INVALID_APPDATA_VERSION
  4442. //
  4443. // MessageText:
  4444. //
  4445. // A problem has occurred in the Digital Rights Management component. Contact product support for this application.%0.
  4446. //
  4447. #define NS_E_DRM_INVALID_APPDATA_VERSION 0xC00D2741L
  4448. //
  4449. // MessageId: NS_E_DRM_BACKUP_EXISTS
  4450. //
  4451. // MessageText:
  4452. //
  4453. // Licenses are already backed up in this location.%0
  4454. //
  4455. #define NS_E_DRM_BACKUP_EXISTS 0xC00D2742L
  4456. //
  4457. // MessageId: NS_E_DRM_BACKUP_CORRUPT
  4458. //
  4459. // MessageText:
  4460. //
  4461. // One or more backed-up licenses are missing or corrupt.%0
  4462. //
  4463. #define NS_E_DRM_BACKUP_CORRUPT 0xC00D2743L
  4464. //
  4465. // MessageId: NS_E_DRM_BACKUPRESTORE_BUSY
  4466. //
  4467. // MessageText:
  4468. //
  4469. // You cannot begin a new backup process until the current process has been completed.%0
  4470. //
  4471. #define NS_E_DRM_BACKUPRESTORE_BUSY 0xC00D2744L
  4472. //
  4473. // MessageId: NS_S_DRM_MONITOR_CANCELLED
  4474. //
  4475. // MessageText:
  4476. //
  4477. // Status message: License monitoring has been cancelled.%0
  4478. //
  4479. #define NS_S_DRM_MONITOR_CANCELLED 0x000D2746L
  4480. //
  4481. // MessageId: NS_S_DRM_ACQUIRE_CANCELLED
  4482. //
  4483. // MessageText:
  4484. //
  4485. // Status message: License acquisition has been cancelled.%0
  4486. //
  4487. #define NS_S_DRM_ACQUIRE_CANCELLED 0x000D2747L
  4488. //
  4489. // MessageId: NS_E_DRM_LICENSE_UNUSABLE
  4490. //
  4491. // MessageText:
  4492. //
  4493. // The license is invalid. Contact the content provider for further assistance.%0
  4494. //
  4495. #define NS_E_DRM_LICENSE_UNUSABLE 0xC00D2748L
  4496. //
  4497. // MessageId: NS_E_DRM_INVALID_PROPERTY
  4498. //
  4499. // MessageText:
  4500. //
  4501. // A required property was not set by the application. Contact product support for this application.%0.
  4502. //
  4503. #define NS_E_DRM_INVALID_PROPERTY 0xC00D2749L
  4504. //
  4505. // MessageId: NS_E_DRM_SECURE_STORE_NOT_FOUND
  4506. //
  4507. // MessageText:
  4508. //
  4509. // A problem has occurred in the Digital Rights Management component of this application. Try to acquire a license again.%0
  4510. //
  4511. #define NS_E_DRM_SECURE_STORE_NOT_FOUND 0xC00D274AL
  4512. //
  4513. // MessageId: NS_E_DRM_CACHED_CONTENT_ERROR
  4514. //
  4515. // MessageText:
  4516. //
  4517. // A license cannot be found for this media file. Use License Management to transfer a license for this file from the original computer, or acquire a new license.%0
  4518. //
  4519. #define NS_E_DRM_CACHED_CONTENT_ERROR 0xC00D274BL
  4520. //
  4521. // MessageId: NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE
  4522. //
  4523. // MessageText:
  4524. //
  4525. // A problem occurred during the security upgrade. Try again later.%0
  4526. //
  4527. #define NS_E_DRM_INDIVIDUALIZATION_INCOMPLETE 0xC00D274CL
  4528. //
  4529. // MessageId: NS_E_DRM_DRIVER_AUTH_FAILURE
  4530. //
  4531. // MessageText:
  4532. //
  4533. // Certified driver components are required to play this media file. Contact Windows Update to see whether updated drivers are available for your hardware.%0
  4534. //
  4535. #define NS_E_DRM_DRIVER_AUTH_FAILURE 0xC00D274DL
  4536. //
  4537. // MessageId: NS_E_DRM_NEED_UPGRADE
  4538. //
  4539. // MessageText:
  4540. //
  4541. // A new version of the Digital Rights Management component is required. Contact product support for this application to get the latest version.%0
  4542. //
  4543. #define NS_E_DRM_NEED_UPGRADE 0xC00D274EL
  4544. //
  4545. // MessageId: NS_E_DRM_REOPEN_CONTENT
  4546. //
  4547. // MessageText:
  4548. //
  4549. // Status message: Reopen the file.%0
  4550. //
  4551. #define NS_E_DRM_REOPEN_CONTENT 0xC00D274FL
  4552. //
  4553. // MessageId: NS_E_DRM_DRIVER_DIGIOUT_FAILURE
  4554. //
  4555. // MessageText:
  4556. //
  4557. // Certain driver functionality is required to play this media file. Contact Windows Update to see whether updated drivers are available for your hardware.%0
  4558. //
  4559. #define NS_E_DRM_DRIVER_DIGIOUT_FAILURE 0xC00D2750L
  4560. //
  4561. // MessageId: NS_E_DRM_INVALID_SECURESTORE_PASSWORD
  4562. //
  4563. // MessageText:
  4564. //
  4565. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4566. //
  4567. #define NS_E_DRM_INVALID_SECURESTORE_PASSWORD 0xC00D2751L
  4568. //
  4569. // MessageId: NS_E_DRM_APPCERT_REVOKED
  4570. //
  4571. // MessageText:
  4572. //
  4573. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4574. //
  4575. #define NS_E_DRM_APPCERT_REVOKED 0xC00D2752L
  4576. //
  4577. // MessageId: NS_E_DRM_RESTORE_FRAUD
  4578. //
  4579. // MessageText:
  4580. //
  4581. // You cannot restore your license(s).%0
  4582. //
  4583. #define NS_E_DRM_RESTORE_FRAUD 0xC00D2753L
  4584. //
  4585. // MessageId: NS_E_DRM_HARDWARE_INCONSISTENT
  4586. //
  4587. // MessageText:
  4588. //
  4589. // The licenses for your media files are corrupted. Contact Microsoft product support.%0
  4590. //
  4591. #define NS_E_DRM_HARDWARE_INCONSISTENT 0xC00D2754L
  4592. //
  4593. // MessageId: NS_E_DRM_SDMI_TRIGGER
  4594. //
  4595. // MessageText:
  4596. //
  4597. // To transfer this media file, you must upgrade the application.%0
  4598. //
  4599. #define NS_E_DRM_SDMI_TRIGGER 0xC00D2755L
  4600. //
  4601. // MessageId: NS_E_DRM_SDMI_NOMORECOPIES
  4602. //
  4603. // MessageText:
  4604. //
  4605. // You cannot make any more copies of this media file.%0
  4606. //
  4607. #define NS_E_DRM_SDMI_NOMORECOPIES 0xC00D2756L
  4608. //
  4609. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT
  4610. //
  4611. // MessageText:
  4612. //
  4613. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4614. //
  4615. #define NS_E_DRM_UNABLE_TO_CREATE_HEADER_OBJECT 0xC00D2757L
  4616. //
  4617. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT
  4618. //
  4619. // MessageText:
  4620. //
  4621. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4622. //
  4623. #define NS_E_DRM_UNABLE_TO_CREATE_KEYS_OBJECT 0xC00D2758L
  4624. ;// This error is never shown to user but needed for program logic.
  4625. //
  4626. // MessageId: NS_E_DRM_LICENSE_NOTACQUIRED
  4627. //
  4628. // MessageText:
  4629. //
  4630. // Unable to obtain license.%0
  4631. //
  4632. #define NS_E_DRM_LICENSE_NOTACQUIRED 0xC00D2759L
  4633. //
  4634. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT
  4635. //
  4636. // MessageText:
  4637. //
  4638. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4639. //
  4640. #define NS_E_DRM_UNABLE_TO_CREATE_CODING_OBJECT 0xC00D275AL
  4641. //
  4642. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT
  4643. //
  4644. // MessageText:
  4645. //
  4646. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4647. //
  4648. #define NS_E_DRM_UNABLE_TO_CREATE_STATE_DATA_OBJECT 0xC00D275BL
  4649. //
  4650. // MessageId: NS_E_DRM_BUFFER_TOO_SMALL
  4651. //
  4652. // MessageText:
  4653. //
  4654. // The buffer supplied is not sufficient.%0.
  4655. //
  4656. #define NS_E_DRM_BUFFER_TOO_SMALL 0xC00D275CL
  4657. //
  4658. // MessageId: NS_E_DRM_UNSUPPORTED_PROPERTY
  4659. //
  4660. // MessageText:
  4661. //
  4662. // The property requested is not supported.%0.
  4663. //
  4664. #define NS_E_DRM_UNSUPPORTED_PROPERTY 0xC00D275DL
  4665. //
  4666. // MessageId: NS_E_DRM_ERROR_BAD_NET_RESP
  4667. //
  4668. // MessageText:
  4669. //
  4670. // The specified server cannot perform the requested operation.%0.
  4671. //
  4672. #define NS_E_DRM_ERROR_BAD_NET_RESP 0xC00D275EL
  4673. //
  4674. // MessageId: NS_E_DRM_STORE_NOTALLSTORED
  4675. //
  4676. // MessageText:
  4677. //
  4678. // Some of the licenses could not be stored.%0.
  4679. //
  4680. #define NS_E_DRM_STORE_NOTALLSTORED 0xC00D275FL
  4681. //
  4682. // MessageId: NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID
  4683. //
  4684. // MessageText:
  4685. //
  4686. // The Digital Rights Management security upgrade component could not be validated. Contact Microsoft product support.%0
  4687. //
  4688. #define NS_E_DRM_SECURITY_COMPONENT_SIGNATURE_INVALID 0xC00D2760L
  4689. //
  4690. // MessageId: NS_E_DRM_INVALID_DATA
  4691. //
  4692. // MessageText:
  4693. //
  4694. // Invalid or corrupt data was encountered.%0
  4695. //
  4696. #define NS_E_DRM_INVALID_DATA 0xC00D2761L
  4697. //
  4698. // MessageId: NS_E_DRM_UNABLE_TO_CONTACT_SERVER
  4699. //
  4700. // MessageText:
  4701. //
  4702. // Unable to contact the server for the requested operation.%0
  4703. //
  4704. #define NS_E_DRM_UNABLE_TO_CONTACT_SERVER 0xC00D2762L
  4705. //
  4706. // MessageId: NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT
  4707. //
  4708. // MessageText:
  4709. //
  4710. // A problem has occurred in the Digital Rights Management component. Contact Microsoft product support.%0.
  4711. //
  4712. #define NS_E_DRM_UNABLE_TO_CREATE_AUTHENTICATION_OBJECT 0xC00D2763L
  4713. ;// License Reasons Section
  4714. ;// Error Codes why a license is not usable. Reserve 10200..10300 for this purpose.
  4715. ;// 10200..10249 is for license reported reasons. 10250..10300 is for client detected reasons.
  4716. //
  4717. // MessageId: NS_E_DRM_LICENSE_EXPIRED
  4718. //
  4719. // MessageText:
  4720. //
  4721. // The license for this file has expired and is no longer valid. Contact your content provider for further assistance.%0
  4722. //
  4723. #define NS_E_DRM_LICENSE_EXPIRED 0xC00D27D8L
  4724. //
  4725. // MessageId: NS_E_DRM_LICENSE_NOTENABLED
  4726. //
  4727. // MessageText:
  4728. //
  4729. // The license for this file is not valid yet, but will be at a future date.%0
  4730. //
  4731. #define NS_E_DRM_LICENSE_NOTENABLED 0xC00D27D9L
  4732. //
  4733. // MessageId: NS_E_DRM_LICENSE_APPSECLOW
  4734. //
  4735. // MessageText:
  4736. //
  4737. // The license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.%0
  4738. //
  4739. #define NS_E_DRM_LICENSE_APPSECLOW 0xC00D27DAL
  4740. //
  4741. // MessageId: NS_E_DRM_STORE_NEEDINDI
  4742. //
  4743. // MessageText:
  4744. //
  4745. // The license cannot be stored as it requires security upgrade of Digital Rights Management component.%0.
  4746. //
  4747. #define NS_E_DRM_STORE_NEEDINDI 0xC00D27DBL
  4748. //
  4749. // MessageId: NS_E_DRM_STORE_NOTALLOWED
  4750. //
  4751. // MessageText:
  4752. //
  4753. // Your machine does not meet the requirements for storing the license.%0.
  4754. //
  4755. #define NS_E_DRM_STORE_NOTALLOWED 0xC00D27DCL
  4756. //
  4757. // MessageId: NS_E_DRM_LICENSE_APP_NOTALLOWED
  4758. //
  4759. // MessageText:
  4760. //
  4761. // The license for this file requires an upgraded version of your player or a different player.%0.
  4762. //
  4763. #define NS_E_DRM_LICENSE_APP_NOTALLOWED 0xC00D27DDL
  4764. //
  4765. // MessageId: NS_S_DRM_NEEDS_INDIVIDUALIZATION
  4766. //
  4767. // MessageText:
  4768. //
  4769. // A security upgrade is required to perform the operation on this media file.%0
  4770. //
  4771. #define NS_S_DRM_NEEDS_INDIVIDUALIZATION 0x000D27DEL
  4772. //
  4773. // MessageId: NS_E_DRM_LICENSE_CERT_EXPIRED
  4774. //
  4775. // MessageText:
  4776. //
  4777. // The license server's certificate expired. Make sure your system clock is set correctly. Contact your content provider for further assistance. %0.
  4778. //
  4779. #define NS_E_DRM_LICENSE_CERT_EXPIRED 0xC00D27DFL
  4780. //
  4781. // MessageId: NS_E_DRM_LICENSE_SECLOW
  4782. //
  4783. // MessageText:
  4784. //
  4785. // The license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.%0
  4786. //
  4787. #define NS_E_DRM_LICENSE_SECLOW 0xC00D27E0L
  4788. //
  4789. // MessageId: NS_E_DRM_LICENSE_CONTENT_REVOKED
  4790. //
  4791. // MessageText:
  4792. //
  4793. // The content owner for the license you just acquired is no longer supporting their content. Contact the content owner for a newer version of the content.%0
  4794. //
  4795. #define NS_E_DRM_LICENSE_CONTENT_REVOKED 0xC00D27E1L
  4796. //
  4797. // MessageId: NS_E_DRM_LICENSE_NOSAP
  4798. //
  4799. // MessageText:
  4800. //
  4801. // The license for this file requires a feature that is not supported in your current player or operating system. You can try with newer version of your current player or contact your content provider for further assistance.%0
  4802. //
  4803. #define NS_E_DRM_LICENSE_NOSAP 0xC00D280AL
  4804. //
  4805. // MessageId: NS_E_DRM_LICENSE_NOSVP
  4806. //
  4807. // MessageText:
  4808. //
  4809. // The license for this file requires a feature that is not supported in your current player or operating system. You can try with newer version of your current player or contact your content provider for further assistance.%0
  4810. //
  4811. #define NS_E_DRM_LICENSE_NOSVP 0xC00D280BL
  4812. //
  4813. // MessageId: NS_E_DRM_LICENSE_NOWDM
  4814. //
  4815. // MessageText:
  4816. //
  4817. // The license for this file requires Windows Driver Model (WDM) audio drivers. Contact your sound card manufacturer for further assistance.%0
  4818. //
  4819. #define NS_E_DRM_LICENSE_NOWDM 0xC00D280CL
  4820. //
  4821. // MessageId: NS_E_DRM_LICENSE_NOTRUSTEDCODEC
  4822. //
  4823. // MessageText:
  4824. //
  4825. // The license for this file requires a higher level of security than the player you are currently using has. Try using a different player or download a newer version of your current player.%0
  4826. //
  4827. #define NS_E_DRM_LICENSE_NOTRUSTEDCODEC 0xC00D280DL
  4828. ;// End of License Reasons Section
  4829. /////////////////////////////////////////////////////////////////////////
  4830. //
  4831. // Windows Media Setup Specific Errors
  4832. //
  4833. // IdRange = 11000..11999
  4834. /////////////////////////////////////////////////////////////////////////
  4835. //
  4836. // MessageId: NS_S_REBOOT_RECOMMENDED
  4837. //
  4838. // MessageText:
  4839. //
  4840. // The requested operation is successful. Some cleanup will not be complete until the system is rebooted.%0
  4841. //
  4842. #define NS_S_REBOOT_RECOMMENDED 0x000D2AF8L
  4843. //
  4844. // MessageId: NS_S_REBOOT_REQUIRED
  4845. //
  4846. // MessageText:
  4847. //
  4848. // The requested operation is successful. The system will not function correctly until the system is rebooted.%0
  4849. //
  4850. #define NS_S_REBOOT_REQUIRED 0x000D2AF9L
  4851. //
  4852. // MessageId: NS_E_REBOOT_RECOMMENDED
  4853. //
  4854. // MessageText:
  4855. //
  4856. // The requested operation failed. Some cleanup will not be complete until the system is rebooted.%0
  4857. //
  4858. #define NS_E_REBOOT_RECOMMENDED 0xC00D2AFAL
  4859. //
  4860. // MessageId: NS_E_REBOOT_REQUIRED
  4861. //
  4862. // MessageText:
  4863. //
  4864. // The requested operation failed. The system will not function correctly until the system is rebooted.%0
  4865. //
  4866. #define NS_E_REBOOT_REQUIRED 0xC00D2AFBL
  4867. /////////////////////////////////////////////////////////////////////////
  4868. //
  4869. // Windows Media Networking Errors
  4870. //
  4871. // IdRange = 12000..12999
  4872. /////////////////////////////////////////////////////////////////////////
  4873. //
  4874. // MessageId: NS_E_UNKNOWN_PROTOCOL
  4875. //
  4876. // MessageText:
  4877. //
  4878. // The specified protocol is not supported.%0
  4879. //
  4880. #define NS_E_UNKNOWN_PROTOCOL 0xC00D2EE0L
  4881. //
  4882. // MessageId: NS_E_REDIRECT_TO_PROXY
  4883. //
  4884. // MessageText:
  4885. //
  4886. // The client is redirected to a proxy server.%0
  4887. //
  4888. #define NS_E_REDIRECT_TO_PROXY 0xC00D2EE1L
  4889. //
  4890. // MessageId: NS_E_INTERNAL_SERVER_ERROR
  4891. //
  4892. // MessageText:
  4893. //
  4894. // The server encountered an unexpected condition which prevented it from fulfilling the request.%0
  4895. //
  4896. #define NS_E_INTERNAL_SERVER_ERROR 0xC00D2EE2L
  4897. //
  4898. // MessageId: NS_E_BAD_REQUEST
  4899. //
  4900. // MessageText:
  4901. //
  4902. // The request could not be understood by the server.%0
  4903. //
  4904. #define NS_E_BAD_REQUEST 0xC00D2EE3L
  4905. //
  4906. // MessageId: NS_E_ERROR_FROM_PROXY
  4907. //
  4908. // MessageText:
  4909. //
  4910. // The proxy experienced an error while attempting to contact the media server.%0
  4911. //
  4912. #define NS_E_ERROR_FROM_PROXY 0xC00D2EE4L
  4913. //
  4914. // MessageId: NS_E_PROXY_TIMEOUT
  4915. //
  4916. // MessageText:
  4917. //
  4918. // The proxy did not receive a timely response while attempting to contact the media server.%0
  4919. //
  4920. #define NS_E_PROXY_TIMEOUT 0xC00D2EE5L
  4921. //
  4922. // MessageId: NS_E_SERVER_UNAVAILABLE
  4923. //
  4924. // MessageText:
  4925. //
  4926. // The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.%0
  4927. //
  4928. #define NS_E_SERVER_UNAVAILABLE 0xC00D2EE6L
  4929. //
  4930. // MessageId: NS_E_REFUSED_BY_SERVER
  4931. //
  4932. // MessageText:
  4933. //
  4934. // The server is refusing to fulfill the requested operation.%0
  4935. //
  4936. #define NS_E_REFUSED_BY_SERVER 0xC00D2EE7L
  4937. //
  4938. // MessageId: NS_E_INCOMPATIBLE_SERVER
  4939. //
  4940. // MessageText:
  4941. //
  4942. // The server is not a compatible streaming media server.%0
  4943. //
  4944. #define NS_E_INCOMPATIBLE_SERVER 0xC00D2EE8L
  4945. //
  4946. // MessageId: NS_E_MULTICAST_DISABLED
  4947. //
  4948. // MessageText:
  4949. //
  4950. // The content cannot be streamed because the Multicast protocol has been disabled.%0
  4951. //
  4952. #define NS_E_MULTICAST_DISABLED 0xC00D2EE9L
  4953. //
  4954. // MessageId: NS_E_INVALID_REDIRECT
  4955. //
  4956. // MessageText:
  4957. //
  4958. // The server redirected the player to an invalid location.%0
  4959. //
  4960. #define NS_E_INVALID_REDIRECT 0xC00D2EEAL
  4961. //
  4962. // MessageId: NS_E_ALL_PROTOCOLS_DISABLED
  4963. //
  4964. // MessageText:
  4965. //
  4966. // The content cannot be streamed because all protocols have been disabled.%0
  4967. //
  4968. #define NS_E_ALL_PROTOCOLS_DISABLED 0xC00D2EEBL
  4969. //
  4970. // MessageId: NS_E_MSBD_NO_LONGER_SUPPORTED
  4971. //
  4972. // MessageText:
  4973. //
  4974. // The MSBD protocol is no longer supported. Please use HTTP to connect to the Windows Media stream.%0
  4975. //
  4976. #define NS_E_MSBD_NO_LONGER_SUPPORTED 0xC00D2EECL
  4977. //
  4978. // MessageId: NS_E_PROXY_NOT_FOUND
  4979. //
  4980. // MessageText:
  4981. //
  4982. // The proxy server could not be located. Please check your proxy server configuration.%0
  4983. //
  4984. #define NS_E_PROXY_NOT_FOUND 0xC00D2EEDL
  4985. //
  4986. // MessageId: NS_E_CANNOT_CONNECT_TO_PROXY
  4987. //
  4988. // MessageText:
  4989. //
  4990. // Unable to establish a connection to the proxy server. Please check your proxy server configuration.%0
  4991. //
  4992. #define NS_E_CANNOT_CONNECT_TO_PROXY 0xC00D2EEEL
  4993. //
  4994. // MessageId: NS_E_SERVER_DNS_TIMEOUT
  4995. //
  4996. // MessageText:
  4997. //
  4998. // Unable to locate the media server. The operation timed out.%0
  4999. //
  5000. #define NS_E_SERVER_DNS_TIMEOUT 0xC00D2EEFL
  5001. //
  5002. // MessageId: NS_E_PROXY_DNS_TIMEOUT
  5003. //
  5004. // MessageText:
  5005. //
  5006. // Unable to locate the proxy server. The operation timed out.%0
  5007. //
  5008. #define NS_E_PROXY_DNS_TIMEOUT 0xC00D2EF0L
  5009. //
  5010. // MessageId: NS_E_CLOSED_ON_SUSPEND
  5011. //
  5012. // MessageText:
  5013. //
  5014. // Media closed because Windows was shut down.%0
  5015. //
  5016. #define NS_E_CLOSED_ON_SUSPEND 0xC00D2EF1L
  5017. #endif // _NSERROR_H