1
0

nserror.h 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631
  1. /*++
  2. Copyright (C) Microsoft Corporation, 1992 - 1999
  3. Module Name:
  4. nserror.mc
  5. Abstract:
  6. Definitions for NetShow events.
  7. Author:
  8. Revision History:
  9. Notes:
  10. This file is used by the MC tool to generate the nserror.h file
  11. Add new Ids ONLY in the sections marked **New**
  12. --*/
  13. #ifndef _NSERROR_H
  14. #define _NSERROR_H
  15. #define STATUS_SEVERITY(hr) (((hr) >> 30) & 0x3)
  16. /////////////////////////////////////////////////////////////////////////
  17. //
  18. // NETSHOW Success Events
  19. //
  20. /////////////////////////////////////////////////////////////////////////
  21. //
  22. // Values are 32 bit values layed out as follows:
  23. //
  24. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  25. // 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
  26. // +---+-+-+-----------------------+-------------------------------+
  27. // |Sev|C|R| Facility | Code |
  28. // +---+-+-+-----------------------+-------------------------------+
  29. //
  30. // where
  31. //
  32. // Sev - is the severity code
  33. //
  34. // 00 - Success
  35. // 01 - Informational
  36. // 10 - Warning
  37. // 11 - Error
  38. //
  39. // C - is the Customer code flag
  40. //
  41. // R - is a reserved bit
  42. //
  43. // Facility - is the facility code
  44. //
  45. // Code - is the facility's status code
  46. //
  47. //
  48. // Define the facility codes
  49. //
  50. #define FACILITY_NS_WIN32 0x7
  51. #define FACILITY_NS 0xD
  52. //
  53. // Define the severity codes
  54. //
  55. #define STATUS_SEVERITY_WARNING 0x2
  56. #define STATUS_SEVERITY_SUCCESS 0x0
  57. #define STATUS_SEVERITY_INFORMATIONAL 0x1
  58. #define STATUS_SEVERITY_ERROR 0x3
  59. //
  60. // MessageId: NS_S_CALLPENDING
  61. //
  62. // MessageText:
  63. //
  64. // The requested operation is pending completion.%0
  65. //
  66. #define NS_S_CALLPENDING 0x000D0000L
  67. //
  68. // MessageId: NS_S_CALLABORTED
  69. //
  70. // MessageText:
  71. //
  72. // The requested operation was aborted by the client.%0
  73. //
  74. #define NS_S_CALLABORTED 0x000D0001L
  75. //
  76. // MessageId: NS_S_STREAM_TRUNCATED
  77. //
  78. // MessageText:
  79. //
  80. // The stream was purposefully stopped before completion.%0
  81. //
  82. #define NS_S_STREAM_TRUNCATED 0x000D0002L
  83. /////////////////////////////////////////////////////////////////////////
  84. //
  85. // NETSHOW Warning Events
  86. //
  87. /////////////////////////////////////////////////////////////////////////
  88. //
  89. // MessageId: NS_W_SERVER_BANDWIDTH_LIMIT
  90. //
  91. // MessageText:
  92. //
  93. // The maximum filebitrate value specified is greater than the server's configured maximum bandwidth.%0
  94. //
  95. #define NS_W_SERVER_BANDWIDTH_LIMIT 0x800D0003L
  96. //
  97. // MessageId: NS_W_FILE_BANDWIDTH_LIMIT
  98. //
  99. // MessageText:
  100. //
  101. // The maximum bandwidth value specified is less than the maximum filebitrate.%0
  102. //
  103. #define NS_W_FILE_BANDWIDTH_LIMIT 0x800D0004L
  104. /////////////////////////////////////////////////////////////////////////
  105. //
  106. // NETSHOW Error Events
  107. //
  108. /////////////////////////////////////////////////////////////////////////
  109. //
  110. // MessageId: NS_E_NOCONNECTION
  111. //
  112. // MessageText:
  113. //
  114. // There is no connection established with the NetShow server. The operation failed.%0
  115. //
  116. #define NS_E_NOCONNECTION 0xC00D0005L
  117. //
  118. // MessageId: NS_E_CANNOTCONNECT
  119. //
  120. // MessageText:
  121. //
  122. // Unable to establish a connection to the server.%0
  123. //
  124. #define NS_E_CANNOTCONNECT 0xC00D0006L
  125. //
  126. // MessageId: NS_E_CANNOTDESTROYTITLE
  127. //
  128. // MessageText:
  129. //
  130. // Unable to destroy the title.%0
  131. //
  132. #define NS_E_CANNOTDESTROYTITLE 0xC00D0007L
  133. //
  134. // MessageId: NS_E_CANNOTRENAMETITLE
  135. //
  136. // MessageText:
  137. //
  138. // Unable to rename the title.%0
  139. //
  140. #define NS_E_CANNOTRENAMETITLE 0xC00D0008L
  141. //
  142. // MessageId: NS_E_CANNOTOFFLINEDISK
  143. //
  144. // MessageText:
  145. //
  146. // Unable to offline disk.%0
  147. //
  148. #define NS_E_CANNOTOFFLINEDISK 0xC00D0009L
  149. //
  150. // MessageId: NS_E_CANNOTONLINEDISK
  151. //
  152. // MessageText:
  153. //
  154. // Unable to online disk.%0
  155. //
  156. #define NS_E_CANNOTONLINEDISK 0xC00D000AL
  157. //
  158. // MessageId: NS_E_NOREGISTEREDWALKER
  159. //
  160. // MessageText:
  161. //
  162. // There is no file parser registered for this type of file.%0
  163. //
  164. #define NS_E_NOREGISTEREDWALKER 0xC00D000BL
  165. //
  166. // MessageId: NS_E_NOFUNNEL
  167. //
  168. // MessageText:
  169. //
  170. // There is no data connection established.%0
  171. //
  172. #define NS_E_NOFUNNEL 0xC00D000CL
  173. //
  174. // MessageId: NS_E_NO_LOCALPLAY
  175. //
  176. // MessageText:
  177. //
  178. // Failed to load the local play DLL.%0
  179. //
  180. #define NS_E_NO_LOCALPLAY 0xC00D000DL
  181. //
  182. // MessageId: NS_E_NETWORK_BUSY
  183. //
  184. // MessageText:
  185. //
  186. // The network is busy.%0
  187. //
  188. #define NS_E_NETWORK_BUSY 0xC00D000EL
  189. //
  190. // MessageId: NS_E_TOO_MANY_SESS
  191. //
  192. // MessageText:
  193. //
  194. // The server session limit was exceeded.%0
  195. //
  196. #define NS_E_TOO_MANY_SESS 0xC00D000FL
  197. //
  198. // MessageId: NS_E_ALREADY_CONNECTED
  199. //
  200. // MessageText:
  201. //
  202. // The network connection already exists.%0
  203. //
  204. #define NS_E_ALREADY_CONNECTED 0xC00D0010L
  205. //
  206. // MessageId: NS_E_INVALID_INDEX
  207. //
  208. // MessageText:
  209. //
  210. // Index %1 is invalid.%0
  211. //
  212. #define NS_E_INVALID_INDEX 0xC00D0011L
  213. //
  214. // MessageId: NS_E_PROTOCOL_MISMATCH
  215. //
  216. // MessageText:
  217. //
  218. // There is no protocol or protocol version supported by both the client and the server.%0
  219. //
  220. #define NS_E_PROTOCOL_MISMATCH 0xC00D0012L
  221. //
  222. // MessageId: NS_E_TIMEOUT
  223. //
  224. // MessageText:
  225. //
  226. // There was no timely response from server.%0
  227. //
  228. #define NS_E_TIMEOUT 0xC00D0013L
  229. //
  230. // MessageId: NS_E_NET_WRITE
  231. //
  232. // MessageText:
  233. //
  234. // Error writing to the network.%0
  235. //
  236. #define NS_E_NET_WRITE 0xC00D0014L
  237. //
  238. // MessageId: NS_E_NET_READ
  239. //
  240. // MessageText:
  241. //
  242. // Error reading from the network.%0
  243. //
  244. #define NS_E_NET_READ 0xC00D0015L
  245. //
  246. // MessageId: NS_E_DISK_WRITE
  247. //
  248. // MessageText:
  249. //
  250. // Error writing to a disk.%0
  251. //
  252. #define NS_E_DISK_WRITE 0xC00D0016L
  253. //
  254. // MessageId: NS_E_DISK_READ
  255. //
  256. // MessageText:
  257. //
  258. // Error reading from a disk.%0
  259. //
  260. #define NS_E_DISK_READ 0xC00D0017L
  261. //
  262. // MessageId: NS_E_FILE_WRITE
  263. //
  264. // MessageText:
  265. //
  266. // Error writing to a file.%0
  267. //
  268. #define NS_E_FILE_WRITE 0xC00D0018L
  269. //
  270. // MessageId: NS_E_FILE_READ
  271. //
  272. // MessageText:
  273. //
  274. // Error reading from a file.%0
  275. //
  276. #define NS_E_FILE_READ 0xC00D0019L
  277. //
  278. // MessageId: NS_E_FILE_NOT_FOUND
  279. //
  280. // MessageText:
  281. //
  282. // The system cannot find the file specified.%0
  283. //
  284. #define NS_E_FILE_NOT_FOUND 0xC00D001AL
  285. //
  286. // MessageId: NS_E_FILE_EXISTS
  287. //
  288. // MessageText:
  289. //
  290. // The file already exists.%0
  291. //
  292. #define NS_E_FILE_EXISTS 0xC00D001BL
  293. //
  294. // MessageId: NS_E_INVALID_NAME
  295. //
  296. // MessageText:
  297. //
  298. // The file name, directory name, or volume label syntax is incorrect.%0
  299. //
  300. #define NS_E_INVALID_NAME 0xC00D001CL
  301. //
  302. // MessageId: NS_E_FILE_OPEN_FAILED
  303. //
  304. // MessageText:
  305. //
  306. // Failed to open a file.%0
  307. //
  308. #define NS_E_FILE_OPEN_FAILED 0xC00D001DL
  309. //
  310. // MessageId: NS_E_FILE_ALLOCATION_FAILED
  311. //
  312. // MessageText:
  313. //
  314. // Unable to allocate a file.%0
  315. //
  316. #define NS_E_FILE_ALLOCATION_FAILED 0xC00D001EL
  317. //
  318. // MessageId: NS_E_FILE_INIT_FAILED
  319. //
  320. // MessageText:
  321. //
  322. // Unable to initialize a file.%0
  323. //
  324. #define NS_E_FILE_INIT_FAILED 0xC00D001FL
  325. //
  326. // MessageId: NS_E_FILE_PLAY_FAILED
  327. //
  328. // MessageText:
  329. //
  330. // Unable to play a file.%0
  331. //
  332. #define NS_E_FILE_PLAY_FAILED 0xC00D0020L
  333. //
  334. // MessageId: NS_E_SET_DISK_UID_FAILED
  335. //
  336. // MessageText:
  337. //
  338. // Could not set the disk UID.%0
  339. //
  340. #define NS_E_SET_DISK_UID_FAILED 0xC00D0021L
  341. //
  342. // MessageId: NS_E_INDUCED
  343. //
  344. // MessageText:
  345. //
  346. // An error was induced for testing purposes.%0
  347. //
  348. #define NS_E_INDUCED 0xC00D0022L
  349. //
  350. // MessageId: NS_E_CCLINK_DOWN
  351. //
  352. // MessageText:
  353. //
  354. // Two Content Servers failed to communicate.%0
  355. //
  356. #define NS_E_CCLINK_DOWN 0xC00D0023L
  357. //
  358. // MessageId: NS_E_INTERNAL
  359. //
  360. // MessageText:
  361. //
  362. // An unknown error occurred.%0
  363. //
  364. #define NS_E_INTERNAL 0xC00D0024L
  365. //
  366. // MessageId: NS_E_BUSY
  367. //
  368. // MessageText:
  369. //
  370. // The requested resource is in use.%0
  371. //
  372. #define NS_E_BUSY 0xC00D0025L
  373. //
  374. // MessageId: NS_E_UNRECOGNIZED_STREAM_TYPE
  375. //
  376. // MessageText:
  377. //
  378. // The specified stream type is not recognized.%0
  379. //
  380. #define NS_E_UNRECOGNIZED_STREAM_TYPE 0xC00D0026L
  381. //
  382. // MessageId: NS_E_NETWORK_SERVICE_FAILURE
  383. //
  384. // MessageText:
  385. //
  386. // The network service provider failed.%0
  387. //
  388. #define NS_E_NETWORK_SERVICE_FAILURE 0xC00D0027L
  389. //
  390. // MessageId: NS_E_NETWORK_RESOURCE_FAILURE
  391. //
  392. // MessageText:
  393. //
  394. // An attempt to acquire a network resource failed.%0
  395. //
  396. #define NS_E_NETWORK_RESOURCE_FAILURE 0xC00D0028L
  397. //
  398. // MessageId: NS_E_CONNECTION_FAILURE
  399. //
  400. // MessageText:
  401. //
  402. // The network connection has failed.%0
  403. //
  404. #define NS_E_CONNECTION_FAILURE 0xC00D0029L
  405. //
  406. // MessageId: NS_E_SHUTDOWN
  407. //
  408. // MessageText:
  409. //
  410. // The session is being terminated locally.%0
  411. //
  412. #define NS_E_SHUTDOWN 0xC00D002AL
  413. //
  414. // MessageId: NS_E_INVALID_REQUEST
  415. //
  416. // MessageText:
  417. //
  418. // The request is invalid in the current state.%0
  419. //
  420. #define NS_E_INVALID_REQUEST 0xC00D002BL
  421. //
  422. // MessageId: NS_E_INSUFFICIENT_BANDWIDTH
  423. //
  424. // MessageText:
  425. //
  426. // There is insufficient bandwidth available to fulfill the request.%0
  427. //
  428. #define NS_E_INSUFFICIENT_BANDWIDTH 0xC00D002CL
  429. //
  430. // MessageId: NS_E_NOT_REBUILDING
  431. //
  432. // MessageText:
  433. //
  434. // The disk is not rebuilding.%0
  435. //
  436. #define NS_E_NOT_REBUILDING 0xC00D002DL
  437. //
  438. // MessageId: NS_E_LATE_OPERATION
  439. //
  440. // MessageText:
  441. //
  442. // An operation requested for a particular time could not be carried out on schedule.%0
  443. //
  444. #define NS_E_LATE_OPERATION 0xC00D002EL
  445. //
  446. // MessageId: NS_E_INVALID_DATA
  447. //
  448. // MessageText:
  449. //
  450. // Invalid or corrupt data was encountered.%0
  451. //
  452. #define NS_E_INVALID_DATA 0xC00D002FL
  453. //
  454. // MessageId: NS_E_FILE_BANDWIDTH_LIMIT
  455. //
  456. // MessageText:
  457. //
  458. // The bandwidth required to stream a file is higher than the maximum file bandwidth allowed on the server.%0
  459. //
  460. #define NS_E_FILE_BANDWIDTH_LIMIT 0xC00D0030L
  461. //
  462. // MessageId: NS_E_OPEN_FILE_LIMIT
  463. //
  464. // MessageText:
  465. //
  466. // The client cannot have any more files open simultaneously.%0
  467. //
  468. #define NS_E_OPEN_FILE_LIMIT 0xC00D0031L
  469. //
  470. // MessageId: NS_E_BAD_CONTROL_DATA
  471. //
  472. // MessageText:
  473. //
  474. // The server received invalid data from the client on the control connection.%0
  475. //
  476. #define NS_E_BAD_CONTROL_DATA 0xC00D0032L
  477. //
  478. // MessageId: NS_E_NO_STREAM
  479. //
  480. // MessageText:
  481. //
  482. // There is no stream available.%0
  483. //
  484. #define NS_E_NO_STREAM 0xC00D0033L
  485. //
  486. // MessageId: NS_E_STREAM_END
  487. //
  488. // MessageText:
  489. //
  490. // There is no more data in the stream.%0
  491. //
  492. #define NS_E_STREAM_END 0xC00D0034L
  493. //
  494. // MessageId: NS_E_SERVER_NOT_FOUND
  495. //
  496. // MessageText:
  497. //
  498. // The specified server could not be found.%0
  499. //
  500. #define NS_E_SERVER_NOT_FOUND 0xC00D0035L
  501. //
  502. // MessageId: NS_E_DUPLICATE_NAME
  503. //
  504. // MessageText:
  505. //
  506. // The specified name is already in use.
  507. //
  508. #define NS_E_DUPLICATE_NAME 0xC00D0036L
  509. //
  510. // MessageId: NS_E_DUPLICATE_ADDRESS
  511. //
  512. // MessageText:
  513. //
  514. // The specified address is already in use.
  515. //
  516. #define NS_E_DUPLICATE_ADDRESS 0xC00D0037L
  517. //
  518. // MessageId: NS_E_BAD_MULTICAST_ADDRESS
  519. //
  520. // MessageText:
  521. //
  522. // The specified address is not a valid multicast address.
  523. //
  524. #define NS_E_BAD_MULTICAST_ADDRESS 0xC00D0038L
  525. //
  526. // MessageId: NS_E_BAD_ADAPTER_ADDRESS
  527. //
  528. // MessageText:
  529. //
  530. // The specified adapter address is invalid.
  531. //
  532. #define NS_E_BAD_ADAPTER_ADDRESS 0xC00D0039L
  533. //
  534. // MessageId: NS_E_BAD_DELIVERY_MODE
  535. //
  536. // MessageText:
  537. //
  538. // The specified delivery mode is invalid.
  539. //
  540. #define NS_E_BAD_DELIVERY_MODE 0xC00D003AL
  541. //
  542. // MessageId: NS_E_INVALID_CHANNEL
  543. //
  544. // MessageText:
  545. //
  546. // The specified station does not exist.
  547. //
  548. #define NS_E_INVALID_CHANNEL 0xC00D003BL
  549. //
  550. // MessageId: NS_E_INVALID_STREAM
  551. //
  552. // MessageText:
  553. //
  554. // The specified stream does not exist.
  555. //
  556. #define NS_E_INVALID_STREAM 0xC00D003CL
  557. //
  558. // MessageId: NS_E_INVALID_ARCHIVE
  559. //
  560. // MessageText:
  561. //
  562. // The specified archive could not be opened.
  563. //
  564. #define NS_E_INVALID_ARCHIVE 0xC00D003DL
  565. //
  566. // MessageId: NS_E_NOTITLES
  567. //
  568. // MessageText:
  569. //
  570. // The system cannot find any titles on the server.%0
  571. //
  572. #define NS_E_NOTITLES 0xC00D003EL
  573. //
  574. // MessageId: NS_E_INVALID_CLIENT
  575. //
  576. // MessageText:
  577. //
  578. // The system cannot find the client specified.%0
  579. //
  580. #define NS_E_INVALID_CLIENT 0xC00D003FL
  581. //
  582. // MessageId: NS_E_INVALID_BLACKHOLE_ADDRESS
  583. //
  584. // MessageText:
  585. //
  586. // The Blackhole Address is not initialized.%0
  587. //
  588. #define NS_E_INVALID_BLACKHOLE_ADDRESS 0xC00D0040L
  589. //
  590. // MessageId: NS_E_INCOMPATIBLE_FORMAT
  591. //
  592. // MessageText:
  593. //
  594. // The station does not support the stream format.
  595. //
  596. #define NS_E_INCOMPATIBLE_FORMAT 0xC00D0041L
  597. //
  598. // MessageId: NS_E_INVALID_KEY
  599. //
  600. // MessageText:
  601. //
  602. // The specified key is not valid.
  603. //
  604. #define NS_E_INVALID_KEY 0xC00D0042L
  605. //
  606. // MessageId: NS_E_INVALID_PORT
  607. //
  608. // MessageText:
  609. //
  610. // The specified port is not valid.
  611. //
  612. #define NS_E_INVALID_PORT 0xC00D0043L
  613. //
  614. // MessageId: NS_E_INVALID_TTL
  615. //
  616. // MessageText:
  617. //
  618. // The specified TTL is not valid.
  619. //
  620. #define NS_E_INVALID_TTL 0xC00D0044L
  621. //
  622. // MessageId: NS_E_STRIDE_REFUSED
  623. //
  624. // MessageText:
  625. //
  626. // The request to fast forward or rewind could not be fulfilled.
  627. //
  628. #define NS_E_STRIDE_REFUSED 0xC00D0045L
  629. //
  630. // IMmsAutoServer Errors
  631. //
  632. //
  633. // MessageId: NS_E_MMSAUTOSERVER_CANTFINDWALKER
  634. //
  635. // MessageText:
  636. //
  637. // Unable to load the appropriate file parser.%0
  638. //
  639. #define NS_E_MMSAUTOSERVER_CANTFINDWALKER 0xC00D0046L
  640. //
  641. // MessageId: NS_E_MAX_BITRATE
  642. //
  643. // MessageText:
  644. //
  645. // Cannot exceed the maximum bandwidth limit.%0
  646. //
  647. #define NS_E_MAX_BITRATE 0xC00D0047L
  648. //
  649. // MessageId: NS_E_LOGFILEPERIOD
  650. //
  651. // MessageText:
  652. //
  653. // Invalid value for LogFilePeriod.%0
  654. //
  655. #define NS_E_LOGFILEPERIOD 0xC00D0048L
  656. //
  657. // MessageId: NS_E_MAX_CLIENTS
  658. //
  659. // MessageText:
  660. //
  661. // Cannot exceed the maximum client limit.%0
  662. //
  663. //
  664. #define NS_E_MAX_CLIENTS 0xC00D0049L
  665. //
  666. // MessageId: NS_E_LOG_FILE_SIZE
  667. //
  668. // MessageText:
  669. //
  670. // Log File Size too small.%0
  671. //
  672. //
  673. #define NS_E_LOG_FILE_SIZE 0xC00D004AL
  674. //
  675. // MessageId: NS_E_MAX_FILERATE
  676. //
  677. // MessageText:
  678. //
  679. // Cannot exceed the maximum file rate.%0
  680. //
  681. #define NS_E_MAX_FILERATE 0xC00D004BL
  682. //
  683. // File Walker Errors
  684. //
  685. //
  686. // MessageId: NS_E_WALKER_UNKNOWN
  687. //
  688. // MessageText:
  689. //
  690. // Unknown file type.%0
  691. //
  692. #define NS_E_WALKER_UNKNOWN 0xC00D004CL
  693. //
  694. // MessageId: NS_E_WALKER_SERVER
  695. //
  696. // MessageText:
  697. //
  698. // The specified file, %1, cannot be loaded onto the specified server, %2.%0
  699. //
  700. #define NS_E_WALKER_SERVER 0xC00D004DL
  701. //
  702. // MessageId: NS_E_WALKER_USAGE
  703. //
  704. // MessageText:
  705. //
  706. // There was a usage error with file parser.%0
  707. //
  708. #define NS_E_WALKER_USAGE 0xC00D004EL
  709. /////////////////////////////////////////////////////////////////////////
  710. //
  711. // NETSHOW Monitor Events
  712. //
  713. /////////////////////////////////////////////////////////////////////////
  714. // Tiger Events
  715. // %1 is the tiger name
  716. //
  717. // MessageId: NS_I_TIGER_START
  718. //
  719. // MessageText:
  720. //
  721. // The Title Server %1 is running.%0
  722. //
  723. #define NS_I_TIGER_START 0x400D004FL
  724. //
  725. // MessageId: NS_E_TIGER_FAIL
  726. //
  727. // MessageText:
  728. //
  729. // The Title Server %1 has failed.%0
  730. //
  731. #define NS_E_TIGER_FAIL 0xC00D0050L
  732. // Cub Events
  733. // %1 is the cub ID
  734. // %2 is the cub name
  735. //
  736. // MessageId: NS_I_CUB_START
  737. //
  738. // MessageText:
  739. //
  740. // Content Server %1 (%2) is starting.%0
  741. //
  742. #define NS_I_CUB_START 0x400D0051L
  743. //
  744. // MessageId: NS_I_CUB_RUNNING
  745. //
  746. // MessageText:
  747. //
  748. // Content Server %1 (%2) is running.%0
  749. //
  750. #define NS_I_CUB_RUNNING 0x400D0052L
  751. //
  752. // MessageId: NS_E_CUB_FAIL
  753. //
  754. // MessageText:
  755. //
  756. // Content Server %1 (%2) has failed.%0
  757. //
  758. #define NS_E_CUB_FAIL 0xC00D0053L
  759. // Disk Events
  760. // %1 is the tiger disk ID
  761. // %2 is the device name
  762. // %3 is the cub ID
  763. //
  764. // MessageId: NS_I_DISK_START
  765. //
  766. // MessageText:
  767. //
  768. // Disk %1 ( %2 ) on Content Server %3, is running.%0
  769. //
  770. #define NS_I_DISK_START 0x400D0054L
  771. //
  772. // MessageId: NS_E_DISK_FAIL
  773. //
  774. // MessageText:
  775. //
  776. // Disk %1 ( %2 ) on Content Server %3, has failed.%0
  777. //
  778. #define NS_E_DISK_FAIL 0xC00D0055L
  779. //
  780. // MessageId: NS_I_DISK_REBUILD_STARTED
  781. //
  782. // MessageText:
  783. //
  784. // Started rebuilding disk %1 ( %2 ) on Content Server %3.%0
  785. //
  786. #define NS_I_DISK_REBUILD_STARTED 0x400D0056L
  787. //
  788. // MessageId: NS_I_DISK_REBUILD_FINISHED
  789. //
  790. // MessageText:
  791. //
  792. // Finished rebuilding disk %1 ( %2 ) on Content Server %3.%0
  793. //
  794. #define NS_I_DISK_REBUILD_FINISHED 0x400D0057L
  795. //
  796. // MessageId: NS_I_DISK_REBUILD_ABORTED
  797. //
  798. // MessageText:
  799. //
  800. // Aborted rebuilding disk %1 ( %2 ) on Content Server %3.%0
  801. //
  802. #define NS_I_DISK_REBUILD_ABORTED 0x400D0058L
  803. // Admin Events
  804. //
  805. // MessageId: NS_I_LIMIT_FUNNELS
  806. //
  807. // MessageText:
  808. //
  809. // A NetShow administrator at network location %1 set the data stream limit to %2 streams.%0
  810. //
  811. #define NS_I_LIMIT_FUNNELS 0x400D0059L
  812. //
  813. // MessageId: NS_I_START_DISK
  814. //
  815. // MessageText:
  816. //
  817. // A NetShow administrator at network location %1 started disk %2.%0
  818. //
  819. #define NS_I_START_DISK 0x400D005AL
  820. //
  821. // MessageId: NS_I_STOP_DISK
  822. //
  823. // MessageText:
  824. //
  825. // A NetShow administrator at network location %1 stopped disk %2.%0
  826. //
  827. #define NS_I_STOP_DISK 0x400D005BL
  828. //
  829. // MessageId: NS_I_STOP_CUB
  830. //
  831. // MessageText:
  832. //
  833. // A NetShow administrator at network location %1 stopped Content Server %2.%0
  834. //
  835. #define NS_I_STOP_CUB 0x400D005CL
  836. //
  837. // MessageId: NS_I_KILL_VIEWER
  838. //
  839. // MessageText:
  840. //
  841. // A NetShow administrator at network location %1 disconnected viewer %2 from the system.%0
  842. //
  843. #define NS_I_KILL_VIEWER 0x400D005DL
  844. //
  845. // MessageId: NS_I_REBUILD_DISK
  846. //
  847. // MessageText:
  848. //
  849. // A NetShow administrator at network location %1 started rebuilding disk %2.%0
  850. //
  851. #define NS_I_REBUILD_DISK 0x400D005EL
  852. //
  853. // MessageId: NS_W_UNKNOWN_EVENT
  854. //
  855. // MessageText:
  856. //
  857. // Unknown %1 event encountered.%0
  858. //
  859. #define NS_W_UNKNOWN_EVENT 0x800D005FL
  860. // Alerts
  861. //
  862. // MessageId: NS_E_MAX_FUNNELS_ALERT
  863. //
  864. // MessageText:
  865. //
  866. // The NetShow data stream limit of %1 streams was reached.%0
  867. //
  868. #define NS_E_MAX_FUNNELS_ALERT 0xC00D0060L
  869. //
  870. // MessageId: NS_E_ALLOCATE_FILE_FAIL
  871. //
  872. // MessageText:
  873. //
  874. // The NetShow Video Server was unable to allocate a %1 block file named %2.%0
  875. //
  876. #define NS_E_ALLOCATE_FILE_FAIL 0xC00D0061L
  877. //
  878. // MessageId: NS_E_PAGING_ERROR
  879. //
  880. // MessageText:
  881. //
  882. // A Content Server was unable to page a block.%0
  883. //
  884. #define NS_E_PAGING_ERROR 0xC00D0062L
  885. //
  886. // MessageId: NS_E_BAD_BLOCK0_VERSION
  887. //
  888. // MessageText:
  889. //
  890. // Disk %1 has unrecognized control block version %2.%0
  891. //
  892. #define NS_E_BAD_BLOCK0_VERSION 0xC00D0063L
  893. //
  894. // MessageId: NS_E_BAD_DISK_UID
  895. //
  896. // MessageText:
  897. //
  898. // Disk %1 has incorrect uid %2.%0
  899. //
  900. #define NS_E_BAD_DISK_UID 0xC00D0064L
  901. //
  902. // MessageId: NS_E_BAD_FSMAJOR_VERSION
  903. //
  904. // MessageText:
  905. //
  906. // Disk %1 has unsupported file system major version %2.%0
  907. //
  908. #define NS_E_BAD_FSMAJOR_VERSION 0xC00D0065L
  909. //
  910. // MessageId: NS_E_BAD_STAMPNUMBER
  911. //
  912. // MessageText:
  913. //
  914. // Disk %1 has bad stamp number in control block.%0
  915. //
  916. #define NS_E_BAD_STAMPNUMBER 0xC00D0066L
  917. //
  918. // MessageId: NS_E_PARTIALLY_REBUILT_DISK
  919. //
  920. // MessageText:
  921. //
  922. // Disk %1 is partially reconstructed.%0
  923. //
  924. #define NS_E_PARTIALLY_REBUILT_DISK 0xC00D0067L
  925. //
  926. // MessageId: NS_E_ENACTPLAN_GIVEUP
  927. //
  928. // MessageText:
  929. //
  930. // EnactPlan gives up.%0
  931. //
  932. #define NS_E_ENACTPLAN_GIVEUP 0xC00D0068L
  933. // MCMADM warnings/errors
  934. //
  935. // MessageId: MCMADM_I_NO_EVENTS
  936. //
  937. // MessageText:
  938. //
  939. // Event initialization failed, there will be no MCM events.%0
  940. //
  941. #define MCMADM_I_NO_EVENTS 0x400D0069L
  942. //
  943. // MessageId: MCMADM_E_REGKEY_NOT_FOUND
  944. //
  945. // MessageText:
  946. //
  947. // The key was not found in the registry.%0
  948. //
  949. #define MCMADM_E_REGKEY_NOT_FOUND 0xC00D006AL
  950. //
  951. // MessageId: NS_E_NO_FORMATS
  952. //
  953. // MessageText:
  954. //
  955. // No stream formats were found in an NSC file.%0
  956. //
  957. #define NS_E_NO_FORMATS 0xC00D006BL
  958. //
  959. // MessageId: NS_E_NO_REFERENCES
  960. //
  961. // MessageText:
  962. //
  963. // No reference URLs were found in an ASX file.%0
  964. //
  965. #define NS_E_NO_REFERENCES 0xC00D006CL
  966. //
  967. // MessageId: NS_E_WAVE_OPEN
  968. //
  969. // MessageText:
  970. //
  971. // Error opening wave device, the device might be in use.%0
  972. //
  973. #define NS_E_WAVE_OPEN 0xC00D006DL
  974. //
  975. // MessageId: NS_I_LOGGING_FAILED
  976. //
  977. // MessageText:
  978. //
  979. // The logging operation failed.
  980. //
  981. #define NS_I_LOGGING_FAILED 0x400D006EL
  982. //
  983. // MessageId: NS_E_CANNOTCONNECTEVENTS
  984. //
  985. // MessageText:
  986. //
  987. // Unable to establish a connection to the NetShow event monitor service.%0
  988. //
  989. #define NS_E_CANNOTCONNECTEVENTS 0xC00D006FL
  990. //
  991. // MessageId: NS_I_LIMIT_BANDWIDTH
  992. //
  993. // MessageText:
  994. //
  995. // A NetShow administrator at network location %1 set the maximum bandwidth limit to %2 bps.%0
  996. //
  997. #define NS_I_LIMIT_BANDWIDTH 0x400D0070L
  998. //
  999. // MessageId: NS_E_NOTHING_TO_DO
  1000. //
  1001. // MessageText:
  1002. //
  1003. // NS_E_NOTHING_TO_DO
  1004. //
  1005. #define NS_E_NOTHING_TO_DO 0xC00D07F1L
  1006. //
  1007. // MessageId: NS_E_NO_MULTICAST
  1008. //
  1009. // MessageText:
  1010. //
  1011. // NS_E_NO_MULTICAST
  1012. //
  1013. #define NS_E_NO_MULTICAST 0xC00D07F2L
  1014. /////////////////////////////////////////////////////////////////////////
  1015. //
  1016. // **New** NETSHOW Error Events
  1017. //
  1018. // IdRange = 200..399
  1019. //
  1020. /////////////////////////////////////////////////////////////////////////
  1021. //
  1022. // MessageId: NS_E_MONITOR_GIVEUP
  1023. //
  1024. // MessageText:
  1025. //
  1026. // Netshow Events Monitor is not operational and has been disconnected.%0
  1027. //
  1028. #define NS_E_MONITOR_GIVEUP 0xC00D00C8L
  1029. //
  1030. // MessageId: NS_E_REMIRRORED_DISK
  1031. //
  1032. // MessageText:
  1033. //
  1034. // Disk %1 is remirrored.%0
  1035. //
  1036. #define NS_E_REMIRRORED_DISK 0xC00D00C9L
  1037. //
  1038. // MessageId: NS_E_INSUFFICIENT_DATA
  1039. //
  1040. // MessageText:
  1041. //
  1042. // Insufficient data found.%0
  1043. //
  1044. #define NS_E_INSUFFICIENT_DATA 0xC00D00CAL
  1045. //
  1046. // MessageId: NS_E_ASSERT
  1047. //
  1048. // MessageText:
  1049. //
  1050. // %1 failed in file %2 line %3.%0
  1051. //
  1052. #define NS_E_ASSERT 0xC00D00CBL
  1053. //
  1054. // MessageId: NS_E_BAD_ADAPTER_NAME
  1055. //
  1056. // MessageText:
  1057. //
  1058. // The specified adapter name is invalid.%0
  1059. //
  1060. #define NS_E_BAD_ADAPTER_NAME 0xC00D00CCL
  1061. //
  1062. // MessageId: NS_E_NOT_LICENSED
  1063. //
  1064. // MessageText:
  1065. //
  1066. // The application is not licensed for this feature.%0
  1067. //
  1068. #define NS_E_NOT_LICENSED 0xC00D00CDL
  1069. //
  1070. // MessageId: NS_E_NO_SERVER_CONTACT
  1071. //
  1072. // MessageText:
  1073. //
  1074. // Unable to contact the server.%0
  1075. //
  1076. #define NS_E_NO_SERVER_CONTACT 0xC00D00CEL
  1077. //
  1078. // MessageId: NS_E_TOO_MANY_TITLES
  1079. //
  1080. // MessageText:
  1081. //
  1082. // Maximum number of titles exceeded.%0
  1083. //
  1084. #define NS_E_TOO_MANY_TITLES 0xC00D00CFL
  1085. //
  1086. // MessageId: NS_E_TITLE_SIZE_EXCEEDED
  1087. //
  1088. // MessageText:
  1089. //
  1090. // Maximum size of a title exceeded.%0
  1091. //
  1092. #define NS_E_TITLE_SIZE_EXCEEDED 0xC00D00D0L
  1093. //
  1094. // MessageId: NS_E_UDP_DISABLED
  1095. //
  1096. // MessageText:
  1097. //
  1098. // UDP protocol not enabled. Not trying %1!ls!.%0
  1099. //
  1100. #define NS_E_UDP_DISABLED 0xC00D00D1L
  1101. //
  1102. // MessageId: NS_E_TCP_DISABLED
  1103. //
  1104. // MessageText:
  1105. //
  1106. // TCP protocol not enabled. Not trying %1!ls!.%0
  1107. //
  1108. #define NS_E_TCP_DISABLED 0xC00D00D2L
  1109. //
  1110. // MessageId: NS_E_HTTP_DISABLED
  1111. //
  1112. // MessageText:
  1113. //
  1114. // HTTP protocol not enabled. Not trying %1!ls!.%0
  1115. //
  1116. #define NS_E_HTTP_DISABLED 0xC00D00D3L
  1117. //
  1118. // MessageId: NS_E_LICENSE_EXPIRED
  1119. //
  1120. // MessageText:
  1121. //
  1122. // The product license has expired.%0
  1123. //
  1124. #define NS_E_LICENSE_EXPIRED 0xC00D00D4L
  1125. //
  1126. // MessageId: NS_E_TITLE_BITRATE
  1127. //
  1128. // MessageText:
  1129. //
  1130. // Source file exceeds the per title maximum bitrate. See NetShow Theater documentation for more information.%0
  1131. //
  1132. #define NS_E_TITLE_BITRATE 0xC00D00D5L
  1133. //
  1134. // MessageId: NS_E_EMPTY_PROGRAM_NAME
  1135. //
  1136. // MessageText:
  1137. //
  1138. // The program name cannot be empty.%0
  1139. //
  1140. #define NS_E_EMPTY_PROGRAM_NAME 0xC00D00D6L
  1141. //
  1142. // MessageId: NS_E_MISSING_CHANNEL
  1143. //
  1144. // MessageText:
  1145. //
  1146. // Station %1 does not exist.%0
  1147. //
  1148. #define NS_E_MISSING_CHANNEL 0xC00D00D7L
  1149. //
  1150. // MessageId: NS_E_NO_CHANNELS
  1151. //
  1152. // MessageText:
  1153. //
  1154. // You need to define at least one station before this operation can complete.%0
  1155. //
  1156. #define NS_E_NO_CHANNELS 0xC00D00D8L
  1157. /////////////////////////////////////////////////////////////////////////
  1158. //
  1159. // **New** NETSHOW Monitor Events
  1160. //
  1161. // IdRange = 400..599
  1162. //
  1163. // Admin Events:
  1164. //
  1165. // Alerts:
  1166. //
  1167. // Title Server:
  1168. // %1 is the Title Server name
  1169. //
  1170. // Content Server:
  1171. // %1 is the Content Server ID
  1172. // %2 is the Content Server name
  1173. // %3 is the Peer Content Server name (optional)
  1174. //
  1175. // Disks:
  1176. // %1 is the Title Server disk ID
  1177. // %2 is the device name
  1178. // %3 is the Content Server ID
  1179. //
  1180. ;/////////////////////////////////////////////////////////////////////////
  1181. //
  1182. // MessageId: NS_E_CUB_FAIL_LINK
  1183. //
  1184. // MessageText:
  1185. //
  1186. // Content Server %1 (%2) has failed its link to Content Server %3.%0
  1187. //
  1188. #define NS_E_CUB_FAIL_LINK 0xC00D0190L
  1189. //
  1190. // MessageId: NS_I_CUB_UNFAIL_LINK
  1191. //
  1192. // MessageText:
  1193. //
  1194. // Content Server %1 (%2) has established its link to Content Server %3.%0
  1195. //
  1196. #define NS_I_CUB_UNFAIL_LINK 0x400D0191L
  1197. //
  1198. // MessageId: NS_E_BAD_CUB_UID
  1199. //
  1200. // MessageText:
  1201. //
  1202. // Content Server %1 (%2) has incorrect uid %3.%0
  1203. //
  1204. #define NS_E_BAD_CUB_UID 0xC00D0192L
  1205. //
  1206. // MessageId: NS_I_RESTRIPE_START
  1207. //
  1208. // MessageText:
  1209. //
  1210. // Restripe operation has started.%0
  1211. //
  1212. #define NS_I_RESTRIPE_START 0x400D0193L
  1213. //
  1214. // MessageId: NS_I_RESTRIPE_DONE
  1215. //
  1216. // MessageText:
  1217. //
  1218. // Restripe operation has completed.%0
  1219. //
  1220. #define NS_I_RESTRIPE_DONE 0x400D0194L
  1221. //
  1222. // MessageId: NS_E_GLITCH_MODE
  1223. //
  1224. // MessageText:
  1225. //
  1226. // Server unreliable because multiple components failed.%0
  1227. //
  1228. #define NS_E_GLITCH_MODE 0xC00D0195L
  1229. //
  1230. // MessageId: NS_I_RESTRIPE_DISK_OUT
  1231. //
  1232. // MessageText:
  1233. //
  1234. // Content disk %1 (%2) on Content Server %3 has been restriped out.%0
  1235. //
  1236. #define NS_I_RESTRIPE_DISK_OUT 0x400D0196L
  1237. //
  1238. // MessageId: NS_I_RESTRIPE_CUB_OUT
  1239. //
  1240. // MessageText:
  1241. //
  1242. // Content server %1 (%2) has been restriped out.%0
  1243. //
  1244. #define NS_I_RESTRIPE_CUB_OUT 0x400D0197L
  1245. //
  1246. // MessageId: NS_I_DISK_STOP
  1247. //
  1248. // MessageText:
  1249. //
  1250. // Disk %1 ( %2 ) on Content Server %3, has been offlined.%0
  1251. //
  1252. #define NS_I_DISK_STOP 0x400D0198L
  1253. //
  1254. // MessageId: NS_I_CATATONIC_FAILURE
  1255. //
  1256. // MessageText:
  1257. //
  1258. // Disk %1 ( %2 ) on Content Server %3, will be failed because it is catatonic.%0
  1259. //
  1260. #define NS_I_CATATONIC_FAILURE 0x800D0199L
  1261. //
  1262. // MessageId: NS_I_CATATONIC_AUTO_UNFAIL
  1263. //
  1264. // MessageText:
  1265. //
  1266. // Disk %1 ( %2 ) on Content Server %3, auto online from catatonic state.%0
  1267. //
  1268. #define NS_I_CATATONIC_AUTO_UNFAIL 0x800D019AL
  1269. //
  1270. // MessageId: NS_E_NO_MEDIA_PROTOCOL
  1271. //
  1272. // MessageText:
  1273. //
  1274. // Content Server %1 (%2) is unable to communicate with the Media System Network Protocol.%0
  1275. //
  1276. #define NS_E_NO_MEDIA_PROTOCOL 0xC00D019BL
  1277. /////////////////////////////////////////////////////////////////////////
  1278. //
  1279. // **New** NETSHOW IMmsAutoServer Errors
  1280. //
  1281. // IdRange = 600..799
  1282. //
  1283. /////////////////////////////////////////////////////////////////////////
  1284. //
  1285. // MessageId: NS_E_INITIAL
  1286. //
  1287. // MessageText:
  1288. //
  1289. // Placeholder.%0
  1290. //
  1291. #define NS_E_INITIAL 0xC00D0258L
  1292. /////////////////////////////////////////////////////////////////////////
  1293. //
  1294. // **New** MCMADM warnings/errors
  1295. //
  1296. // IdRange = 1000..1199
  1297. //
  1298. /////////////////////////////////////////////////////////////////////////
  1299. //
  1300. // MessageId: MCMADM_E_INITIAL
  1301. //
  1302. // MessageText:
  1303. //
  1304. // Placeholder.%0
  1305. //
  1306. #define MCMADM_E_INITIAL 0xC00D03E8L
  1307. //
  1308. // Advanced Streaming Format (ASF) codes occupy MessageIds 2000-2999
  1309. //
  1310. // See ASFErr.mc for more details - please do not define any symbols
  1311. // in that range in this file.
  1312. //
  1313. /////////////////////////////////////////////////////////////////////////
  1314. //
  1315. // Windows Media Audio SDK Errors
  1316. //
  1317. // IdRange = 3000-3199
  1318. //
  1319. /////////////////////////////////////////////////////////////////////////
  1320. //
  1321. // MessageId: NS_E_INVALID_INPUT_FORMAT
  1322. //
  1323. // MessageText:
  1324. //
  1325. // The input audio format must be a valid, PCM audio format.%0
  1326. //
  1327. #define NS_E_INVALID_INPUT_FORMAT 0xC00D0BB8L
  1328. //
  1329. // MessageId: NS_E_MSAUDIO_NOT_INSTALLED
  1330. //
  1331. // MessageText:
  1332. //
  1333. // The MSAudio codec is not installed on this system.%0
  1334. //
  1335. #define NS_E_MSAUDIO_NOT_INSTALLED 0xC00D0BB9L
  1336. //
  1337. // MessageId: NS_E_UNEXPECTED_MSAUDIO_ERROR
  1338. //
  1339. // MessageText:
  1340. //
  1341. // An unexpected error occured with the MSAudio codec.%0
  1342. //
  1343. #define NS_E_UNEXPECTED_MSAUDIO_ERROR 0xC00D0BBAL
  1344. //
  1345. // MessageId: NS_E_INVALID_OUTPUT_FORMAT
  1346. //
  1347. // MessageText:
  1348. //
  1349. // The MSAudio codec does not support the specified output format.%0
  1350. //
  1351. #define NS_E_INVALID_OUTPUT_FORMAT 0xC00D0BBBL
  1352. //
  1353. // MessageId: NS_E_NOT_CONFIGURED
  1354. //
  1355. // MessageText:
  1356. //
  1357. // The object must be fully configured before audio samples can be processed.%0
  1358. //
  1359. #define NS_E_NOT_CONFIGURED 0xC00D0BBCL
  1360. //
  1361. // MessageId: NS_E_PROTECTED_CONTENT
  1362. //
  1363. // MessageText:
  1364. //
  1365. // The content is protected and cannot be opened at this time.%0
  1366. //
  1367. #define NS_E_PROTECTED_CONTENT 0xC00D0BBDL
  1368. //
  1369. // MessageId: NS_E_LICENSE_REQUIRED
  1370. //
  1371. // MessageText:
  1372. //
  1373. // A playback license is required to open this content.%0
  1374. //
  1375. #define NS_E_LICENSE_REQUIRED 0xC00D0BBEL
  1376. //
  1377. // MessageId: NS_E_TAMPERED_CONTENT
  1378. //
  1379. // MessageText:
  1380. //
  1381. // This content has been tampered with and cannot be opened.%0
  1382. //
  1383. #define NS_E_TAMPERED_CONTENT 0xC00D0BBFL
  1384. //
  1385. // MessageId: NS_E_LICENSE_OUTOFDATE
  1386. //
  1387. // MessageText:
  1388. //
  1389. // The license is to open this content has expired.%0
  1390. //
  1391. #define NS_E_LICENSE_OUTOFDATE 0xC00D0BC0L
  1392. //
  1393. // MessageId: NS_E_LICENSE_INCORRECT_RIGHTS
  1394. //
  1395. // MessageText:
  1396. //
  1397. // The requested rights prevent the content from being opened.%0
  1398. //
  1399. #define NS_E_LICENSE_INCORRECT_RIGHTS 0xC00D0BC1L
  1400. /////////////////////////////////////////////////////////////////////////
  1401. //
  1402. // **New** NETSHOW Warning Events
  1403. //
  1404. // IdRange = 10000
  1405. //
  1406. /////////////////////////////////////////////////////////////////////////
  1407. //
  1408. // MessageId: NS_W_INITIAL
  1409. //
  1410. // MessageText:
  1411. //
  1412. // Placeholder.%0
  1413. //
  1414. #define NS_W_INITIAL 0x800D2710L
  1415. #endif _NSERROR_H