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.

14835 lines
436 KiB

  1. ;/************************************************************************
  2. ;* *
  3. ;* winerror.h -- error code definitions for the Win32 API functions *
  4. ;* *
  5. ;* Copyright (c) Microsoft Corp. All rights reserved. *
  6. ;* *
  7. ;************************************************************************/
  8. ;
  9. ;#ifndef _WINERROR_
  10. ;#define _WINERROR_
  11. ;
  12. ;#if defined (_MSC_VER) && (_MSC_VER >= 1020) && !defined(__midl)
  13. ;#pragma once
  14. ;#endif
  15. ;
  16. SeverityNames=(Success=0x0
  17. CoError=0x2
  18. )
  19. FacilityNames=(Win32=0x000
  20. Null=0x0:FACILITY_NULL
  21. Rpc=0x1:FACILITY_RPC
  22. Dispatch=0x2:FACILITY_DISPATCH
  23. Storage=0x3:FACILITY_STORAGE
  24. Interface=0x4:FACILITY_ITF
  25. OleWin32=0x7:FACILITY_WIN32
  26. Windows=0x8:FACILITY_WINDOWS
  27. Sspi=0x9:FACILITY_SSPI
  28. Security=0x9:FACILITY_SECURITY
  29. OleControl=0xa:FACILITY_CONTROL
  30. Cert=0xb:FACILITY_CERT
  31. Internet=0xc:FACILITY_INTERNET
  32. MediaServer=0xd:FACILITY_MEDIASERVER
  33. MessageQ=0xe:FACILITY_MSMQ
  34. SetupApi=0xf:FACILITY_SETUPAPI
  35. SmartCard=0x10:FACILITY_SCARD
  36. ComPlus=0x11:FACILITY_COMPLUS
  37. Aaf=0x12:FACILITY_AAF
  38. Urt=0x13:FACILITY_URT
  39. Acs=0x14:FACILITY_ACS
  40. DPLAY=0x15:FACILITY_DPLAY
  41. UMI=0x16:FACILITY_UMI
  42. SXS=0x17:FACILITY_SXS
  43. WindowsCe=0x18:FACILITY_WINDOWS_CE
  44. HTTP=0x19:FACILITY_HTTP
  45. BackgroundCopy=0x20:FACILITY_BACKGROUNDCOPY
  46. Configuration=0x21:FACILITY_CONFIGURATION
  47. )
  48. MessageId=0000 SymbolicName=ERROR_SUCCESS
  49. Language=English
  50. The operation completed successfully.
  51. .
  52. ;#define NO_ERROR 0L // dderror
  53. ;#define SEC_E_OK ((HRESULT)0x00000000L)
  54. ;
  55. MessageId=0001 SymbolicName=ERROR_INVALID_FUNCTION ;// dderror
  56. Language=English
  57. Incorrect function.
  58. .
  59. MessageId=0002 SymbolicName=ERROR_FILE_NOT_FOUND
  60. Language=English
  61. The system cannot find the file specified.
  62. .
  63. MessageId=0003 SymbolicName=ERROR_PATH_NOT_FOUND
  64. Language=English
  65. The system cannot find the path specified.
  66. .
  67. MessageId=0004 SymbolicName=ERROR_TOO_MANY_OPEN_FILES
  68. Language=English
  69. The system cannot open the file.
  70. .
  71. MessageId=0005 SymbolicName=ERROR_ACCESS_DENIED
  72. Language=English
  73. Access is denied.
  74. .
  75. MessageId=0006 SymbolicName=ERROR_INVALID_HANDLE
  76. Language=English
  77. The handle is invalid.
  78. .
  79. MessageId=0007 SymbolicName=ERROR_ARENA_TRASHED
  80. Language=English
  81. The storage control blocks were destroyed.
  82. .
  83. MessageId=0008 SymbolicName=ERROR_NOT_ENOUGH_MEMORY ;// dderror
  84. Language=English
  85. Not enough storage is available to process this command.
  86. .
  87. MessageId=0009 SymbolicName=ERROR_INVALID_BLOCK
  88. Language=English
  89. The storage control block address is invalid.
  90. .
  91. MessageId=0010 SymbolicName=ERROR_BAD_ENVIRONMENT
  92. Language=English
  93. The environment is incorrect.
  94. .
  95. MessageId=0011 SymbolicName=ERROR_BAD_FORMAT
  96. Language=English
  97. An attempt was made to load a program with an incorrect format.
  98. .
  99. MessageId=0012 SymbolicName=ERROR_INVALID_ACCESS
  100. Language=English
  101. The access code is invalid.
  102. .
  103. MessageId=0013 SymbolicName=ERROR_INVALID_DATA
  104. Language=English
  105. The data is invalid.
  106. .
  107. MessageId=0014 SymbolicName=ERROR_OUTOFMEMORY
  108. Language=English
  109. Not enough storage is available to complete this operation.
  110. .
  111. MessageId=0015 SymbolicName=ERROR_INVALID_DRIVE
  112. Language=English
  113. The system cannot find the drive specified.
  114. .
  115. MessageId=0016 SymbolicName=ERROR_CURRENT_DIRECTORY
  116. Language=English
  117. The directory cannot be removed.
  118. .
  119. MessageId=0017 SymbolicName=ERROR_NOT_SAME_DEVICE
  120. Language=English
  121. The system cannot move the file to a different disk drive.
  122. .
  123. MessageId=0018 SymbolicName=ERROR_NO_MORE_FILES
  124. Language=English
  125. There are no more files.
  126. .
  127. MessageId=0019 SymbolicName=ERROR_WRITE_PROTECT
  128. Language=English
  129. The media is write protected.
  130. .
  131. MessageId=0020 SymbolicName=ERROR_BAD_UNIT
  132. Language=English
  133. The system cannot find the device specified.
  134. .
  135. MessageId=0021 SymbolicName=ERROR_NOT_READY
  136. Language=English
  137. The device is not ready.
  138. .
  139. MessageId=0022 SymbolicName=ERROR_BAD_COMMAND
  140. Language=English
  141. The device does not recognize the command.
  142. .
  143. MessageId=0023 SymbolicName=ERROR_CRC
  144. Language=English
  145. Data error (cyclic redundancy check).
  146. .
  147. MessageId=0024 SymbolicName=ERROR_BAD_LENGTH
  148. Language=English
  149. The program issued a command but the command length is incorrect.
  150. .
  151. MessageId=0025 SymbolicName=ERROR_SEEK
  152. Language=English
  153. The drive cannot locate a specific area or track on the disk.
  154. .
  155. MessageId=0026 SymbolicName=ERROR_NOT_DOS_DISK
  156. Language=English
  157. The specified disk or diskette cannot be accessed.
  158. .
  159. MessageId=0027 SymbolicName=ERROR_SECTOR_NOT_FOUND
  160. Language=English
  161. The drive cannot find the sector requested.
  162. .
  163. MessageId=0028 SymbolicName=ERROR_OUT_OF_PAPER
  164. Language=English
  165. The printer is out of paper.
  166. .
  167. MessageId=0029 SymbolicName=ERROR_WRITE_FAULT
  168. Language=English
  169. The system cannot write to the specified device.
  170. .
  171. MessageId=0030 SymbolicName=ERROR_READ_FAULT
  172. Language=English
  173. The system cannot read from the specified device.
  174. .
  175. MessageId=0031 SymbolicName=ERROR_GEN_FAILURE
  176. Language=English
  177. A device attached to the system is not functioning.
  178. .
  179. MessageId=0032 SymbolicName=ERROR_SHARING_VIOLATION
  180. Language=English
  181. The process cannot access the file because it is being used by another process.
  182. .
  183. MessageId=0033 SymbolicName=ERROR_LOCK_VIOLATION
  184. Language=English
  185. The process cannot access the file because another process has locked a portion of the file.
  186. .
  187. MessageId=0034 SymbolicName=ERROR_WRONG_DISK
  188. Language=English
  189. The wrong diskette is in the drive.
  190. Insert %2 (Volume Serial Number: %3) into drive %1.
  191. .
  192. MessageId=0036 SymbolicName=ERROR_SHARING_BUFFER_EXCEEDED
  193. Language=English
  194. Too many files opened for sharing.
  195. .
  196. MessageId=0038 SymbolicName=ERROR_HANDLE_EOF
  197. Language=English
  198. Reached the end of the file.
  199. .
  200. MessageId=0039 SymbolicName=ERROR_HANDLE_DISK_FULL
  201. Language=English
  202. The disk is full.
  203. .
  204. MessageId=0050 SymbolicName=ERROR_NOT_SUPPORTED
  205. Language=English
  206. The request is not supported.
  207. .
  208. MessageId=0051 SymbolicName=ERROR_REM_NOT_LIST
  209. Language=English
  210. Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator.
  211. .
  212. MessageId=0052 SymbolicName=ERROR_DUP_NAME
  213. Language=English
  214. You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again.
  215. .
  216. MessageId=0053 SymbolicName=ERROR_BAD_NETPATH
  217. Language=English
  218. The network path was not found.
  219. .
  220. MessageId=0054 SymbolicName=ERROR_NETWORK_BUSY
  221. Language=English
  222. The network is busy.
  223. .
  224. MessageId=0055 SymbolicName=ERROR_DEV_NOT_EXIST ;// dderror
  225. Language=English
  226. The specified network resource or device is no longer available.
  227. .
  228. MessageId=0056 SymbolicName=ERROR_TOO_MANY_CMDS
  229. Language=English
  230. The network BIOS command limit has been reached.
  231. .
  232. MessageId=0057 SymbolicName=ERROR_ADAP_HDW_ERR
  233. Language=English
  234. A network adapter hardware error occurred.
  235. .
  236. MessageId=0058 SymbolicName=ERROR_BAD_NET_RESP
  237. Language=English
  238. The specified server cannot perform the requested operation.
  239. .
  240. MessageId=0059 SymbolicName=ERROR_UNEXP_NET_ERR
  241. Language=English
  242. An unexpected network error occurred.
  243. .
  244. MessageId=0060 SymbolicName=ERROR_BAD_REM_ADAP
  245. Language=English
  246. The remote adapter is not compatible.
  247. .
  248. MessageId=0061 SymbolicName=ERROR_PRINTQ_FULL
  249. Language=English
  250. The printer queue is full.
  251. .
  252. MessageId=0062 SymbolicName=ERROR_NO_SPOOL_SPACE
  253. Language=English
  254. Space to store the file waiting to be printed is not available on the server.
  255. .
  256. MessageId=0063 SymbolicName=ERROR_PRINT_CANCELLED
  257. Language=English
  258. Your file waiting to be printed was deleted.
  259. .
  260. MessageId=0064 SymbolicName=ERROR_NETNAME_DELETED
  261. Language=English
  262. The specified network name is no longer available.
  263. .
  264. MessageId=0065 SymbolicName=ERROR_NETWORK_ACCESS_DENIED
  265. Language=English
  266. Network access is denied.
  267. .
  268. MessageId=0066 SymbolicName=ERROR_BAD_DEV_TYPE
  269. Language=English
  270. The network resource type is not correct.
  271. .
  272. MessageId=0067 SymbolicName=ERROR_BAD_NET_NAME
  273. Language=English
  274. The network name cannot be found.
  275. .
  276. MessageId=0068 SymbolicName=ERROR_TOO_MANY_NAMES
  277. Language=English
  278. The name limit for the local computer network adapter card was exceeded.
  279. .
  280. MessageId=0069 SymbolicName=ERROR_TOO_MANY_SESS
  281. Language=English
  282. The network BIOS session limit was exceeded.
  283. .
  284. MessageId=0070 SymbolicName=ERROR_SHARING_PAUSED
  285. Language=English
  286. The remote server has been paused or is in the process of being started.
  287. .
  288. MessageId=0071 SymbolicName=ERROR_REQ_NOT_ACCEP
  289. Language=English
  290. No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
  291. .
  292. MessageId=0072 SymbolicName=ERROR_REDIR_PAUSED
  293. Language=English
  294. The specified printer or disk device has been paused.
  295. .
  296. MessageId=0080 SymbolicName=ERROR_FILE_EXISTS
  297. Language=English
  298. The file exists.
  299. .
  300. MessageId=0082 SymbolicName=ERROR_CANNOT_MAKE
  301. Language=English
  302. The directory or file cannot be created.
  303. .
  304. MessageId=0083 SymbolicName=ERROR_FAIL_I24
  305. Language=English
  306. Fail on INT 24.
  307. .
  308. MessageId=0084 SymbolicName=ERROR_OUT_OF_STRUCTURES
  309. Language=English
  310. Storage to process this request is not available.
  311. .
  312. MessageId=0085 SymbolicName=ERROR_ALREADY_ASSIGNED
  313. Language=English
  314. The local device name is already in use.
  315. .
  316. MessageId=0086 SymbolicName=ERROR_INVALID_PASSWORD
  317. Language=English
  318. The specified network password is not correct.
  319. .
  320. MessageId=0087 SymbolicName=ERROR_INVALID_PARAMETER ;// dderror
  321. Language=English
  322. The parameter is incorrect.
  323. .
  324. MessageId=0088 SymbolicName=ERROR_NET_WRITE_FAULT
  325. Language=English
  326. A write fault occurred on the network.
  327. .
  328. MessageId=0089 SymbolicName=ERROR_NO_PROC_SLOTS
  329. Language=English
  330. The system cannot start another process at this time.
  331. .
  332. MessageId=0100 SymbolicName=ERROR_TOO_MANY_SEMAPHORES
  333. Language=English
  334. Cannot create another system semaphore.
  335. .
  336. MessageId=0101 SymbolicName=ERROR_EXCL_SEM_ALREADY_OWNED
  337. Language=English
  338. The exclusive semaphore is owned by another process.
  339. .
  340. MessageId=0102 SymbolicName=ERROR_SEM_IS_SET
  341. Language=English
  342. The semaphore is set and cannot be closed.
  343. .
  344. MessageId=0103 SymbolicName=ERROR_TOO_MANY_SEM_REQUESTS
  345. Language=English
  346. The semaphore cannot be set again.
  347. .
  348. MessageId=0104 SymbolicName=ERROR_INVALID_AT_INTERRUPT_TIME
  349. Language=English
  350. Cannot request exclusive semaphores at interrupt time.
  351. .
  352. MessageId=0105 SymbolicName=ERROR_SEM_OWNER_DIED
  353. Language=English
  354. The previous ownership of this semaphore has ended.
  355. .
  356. MessageId=0106 SymbolicName=ERROR_SEM_USER_LIMIT
  357. Language=English
  358. Insert the diskette for drive %1.
  359. .
  360. MessageId=0107 SymbolicName=ERROR_DISK_CHANGE
  361. Language=English
  362. The program stopped because an alternate diskette was not inserted.
  363. .
  364. MessageId=0108 SymbolicName=ERROR_DRIVE_LOCKED
  365. Language=English
  366. The disk is in use or locked by another process.
  367. .
  368. MessageId=0109 SymbolicName=ERROR_BROKEN_PIPE
  369. Language=English
  370. The pipe has been ended.
  371. .
  372. MessageId=0110 SymbolicName=ERROR_OPEN_FAILED
  373. Language=English
  374. The system cannot open the device or file specified.
  375. .
  376. MessageId=0111 SymbolicName=ERROR_BUFFER_OVERFLOW
  377. Language=English
  378. The file name is too long.
  379. .
  380. MessageId=0112 SymbolicName=ERROR_DISK_FULL
  381. Language=English
  382. There is not enough space on the disk.
  383. .
  384. MessageId=0113 SymbolicName=ERROR_NO_MORE_SEARCH_HANDLES
  385. Language=English
  386. No more internal file identifiers available.
  387. .
  388. MessageId=0114 SymbolicName=ERROR_INVALID_TARGET_HANDLE
  389. Language=English
  390. The target internal file identifier is incorrect.
  391. .
  392. MessageId=0117 SymbolicName=ERROR_INVALID_CATEGORY
  393. Language=English
  394. The IOCTL call made by the application program is not correct.
  395. .
  396. MessageId=0118 SymbolicName=ERROR_INVALID_VERIFY_SWITCH
  397. Language=English
  398. The verify-on-write switch parameter value is not correct.
  399. .
  400. MessageId=0119 SymbolicName=ERROR_BAD_DRIVER_LEVEL
  401. Language=English
  402. The system does not support the command requested.
  403. .
  404. MessageId=0120 SymbolicName=ERROR_CALL_NOT_IMPLEMENTED
  405. Language=English
  406. This function is not supported on this system.
  407. .
  408. MessageId=0121 SymbolicName=ERROR_SEM_TIMEOUT
  409. Language=English
  410. The semaphore timeout period has expired.
  411. .
  412. MessageId=0122 SymbolicName=ERROR_INSUFFICIENT_BUFFER ;// dderror
  413. Language=English
  414. The data area passed to a system call is too small.
  415. .
  416. MessageId=0123 SymbolicName=ERROR_INVALID_NAME ;// dderror
  417. Language=English
  418. The filename, directory name, or volume label syntax is incorrect.
  419. .
  420. MessageId=0124 SymbolicName=ERROR_INVALID_LEVEL
  421. Language=English
  422. The system call level is not correct.
  423. .
  424. MessageId=0125 SymbolicName=ERROR_NO_VOLUME_LABEL
  425. Language=English
  426. The disk has no volume label.
  427. .
  428. MessageId=0126 SymbolicName=ERROR_MOD_NOT_FOUND
  429. Language=English
  430. The specified module could not be found.
  431. .
  432. MessageId=0127 SymbolicName=ERROR_PROC_NOT_FOUND
  433. Language=English
  434. The specified procedure could not be found.
  435. .
  436. MessageId=0128 SymbolicName=ERROR_WAIT_NO_CHILDREN
  437. Language=English
  438. There are no child processes to wait for.
  439. .
  440. MessageId=0129 SymbolicName=ERROR_CHILD_NOT_COMPLETE
  441. Language=English
  442. The %1 application cannot be run in Win32 mode.
  443. .
  444. MessageId=0130 SymbolicName=ERROR_DIRECT_ACCESS_HANDLE
  445. Language=English
  446. Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
  447. .
  448. MessageId=0131 SymbolicName=ERROR_NEGATIVE_SEEK
  449. Language=English
  450. An attempt was made to move the file pointer before the beginning of the file.
  451. .
  452. MessageId=0132 SymbolicName=ERROR_SEEK_ON_DEVICE
  453. Language=English
  454. The file pointer cannot be set on the specified device or file.
  455. .
  456. MessageId=0133 SymbolicName=ERROR_IS_JOIN_TARGET
  457. Language=English
  458. A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
  459. .
  460. MessageId=0134 SymbolicName=ERROR_IS_JOINED
  461. Language=English
  462. An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
  463. .
  464. MessageId=0135 SymbolicName=ERROR_IS_SUBSTED
  465. Language=English
  466. An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
  467. .
  468. MessageId=0136 SymbolicName=ERROR_NOT_JOINED
  469. Language=English
  470. The system tried to delete the JOIN of a drive that is not joined.
  471. .
  472. MessageId=0137 SymbolicName=ERROR_NOT_SUBSTED
  473. Language=English
  474. The system tried to delete the substitution of a drive that is not substituted.
  475. .
  476. MessageId=0138 SymbolicName=ERROR_JOIN_TO_JOIN
  477. Language=English
  478. The system tried to join a drive to a directory on a joined drive.
  479. .
  480. MessageId=0139 SymbolicName=ERROR_SUBST_TO_SUBST
  481. Language=English
  482. The system tried to substitute a drive to a directory on a substituted drive.
  483. .
  484. MessageId=0140 SymbolicName=ERROR_JOIN_TO_SUBST
  485. Language=English
  486. The system tried to join a drive to a directory on a substituted drive.
  487. .
  488. MessageId=0141 SymbolicName=ERROR_SUBST_TO_JOIN
  489. Language=English
  490. The system tried to SUBST a drive to a directory on a joined drive.
  491. .
  492. MessageId=0142 SymbolicName=ERROR_BUSY_DRIVE
  493. Language=English
  494. The system cannot perform a JOIN or SUBST at this time.
  495. .
  496. MessageId=0143 SymbolicName=ERROR_SAME_DRIVE
  497. Language=English
  498. The system cannot join or substitute a drive to or for a directory on the same drive.
  499. .
  500. MessageId=0144 SymbolicName=ERROR_DIR_NOT_ROOT
  501. Language=English
  502. The directory is not a subdirectory of the root directory.
  503. .
  504. MessageId=0145 SymbolicName=ERROR_DIR_NOT_EMPTY
  505. Language=English
  506. The directory is not empty.
  507. .
  508. MessageId=0146 SymbolicName=ERROR_IS_SUBST_PATH
  509. Language=English
  510. The path specified is being used in a substitute.
  511. .
  512. MessageId=0147 SymbolicName=ERROR_IS_JOIN_PATH
  513. Language=English
  514. Not enough resources are available to process this command.
  515. .
  516. MessageId=0148 SymbolicName=ERROR_PATH_BUSY
  517. Language=English
  518. The path specified cannot be used at this time.
  519. .
  520. MessageId=0149 SymbolicName=ERROR_IS_SUBST_TARGET
  521. Language=English
  522. An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.
  523. .
  524. MessageId=0150 SymbolicName=ERROR_SYSTEM_TRACE
  525. Language=English
  526. System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
  527. .
  528. MessageId=0151 SymbolicName=ERROR_INVALID_EVENT_COUNT
  529. Language=English
  530. The number of specified semaphore events for DosMuxSemWait is not correct.
  531. .
  532. MessageId=0152 SymbolicName=ERROR_TOO_MANY_MUXWAITERS
  533. Language=English
  534. DosMuxSemWait did not execute; too many semaphores are already set.
  535. .
  536. MessageId=0153 SymbolicName=ERROR_INVALID_LIST_FORMAT
  537. Language=English
  538. The DosMuxSemWait list is not correct.
  539. .
  540. MessageId=0154 SymbolicName=ERROR_LABEL_TOO_LONG
  541. Language=English
  542. The volume label you entered exceeds the label character limit of the target file system.
  543. .
  544. MessageId=0155 SymbolicName=ERROR_TOO_MANY_TCBS
  545. Language=English
  546. Cannot create another thread.
  547. .
  548. MessageId=0156 SymbolicName=ERROR_SIGNAL_REFUSED
  549. Language=English
  550. The recipient process has refused the signal.
  551. .
  552. MessageId=0157 SymbolicName=ERROR_DISCARDED
  553. Language=English
  554. The segment is already discarded and cannot be locked.
  555. .
  556. MessageId=0158 SymbolicName=ERROR_NOT_LOCKED
  557. Language=English
  558. The segment is already unlocked.
  559. .
  560. MessageId=0159 SymbolicName=ERROR_BAD_THREADID_ADDR
  561. Language=English
  562. The address for the thread ID is not correct.
  563. .
  564. MessageId=0160 SymbolicName=ERROR_BAD_ARGUMENTS
  565. Language=English
  566. One or more arguments are not correct.
  567. .
  568. MessageId=0161 SymbolicName=ERROR_BAD_PATHNAME
  569. Language=English
  570. The specified path is invalid.
  571. .
  572. MessageId=0162 SymbolicName=ERROR_SIGNAL_PENDING
  573. Language=English
  574. A signal is already pending.
  575. .
  576. MessageId=0164 SymbolicName=ERROR_MAX_THRDS_REACHED
  577. Language=English
  578. No more threads can be created in the system.
  579. .
  580. MessageId=0167 SymbolicName=ERROR_LOCK_FAILED
  581. Language=English
  582. Unable to lock a region of a file.
  583. .
  584. MessageId=0170 SymbolicName=ERROR_BUSY ;// dderror
  585. Language=English
  586. The requested resource is in use.
  587. .
  588. MessageId=0173 SymbolicName=ERROR_CANCEL_VIOLATION
  589. Language=English
  590. A lock request was not outstanding for the supplied cancel region.
  591. .
  592. MessageId=0174 SymbolicName=ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
  593. Language=English
  594. The file system does not support atomic changes to the lock type.
  595. .
  596. MessageId=0180 SymbolicName=ERROR_INVALID_SEGMENT_NUMBER
  597. Language=English
  598. The system detected a segment number that was not correct.
  599. .
  600. MessageId=0182 SymbolicName=ERROR_INVALID_ORDINAL
  601. Language=English
  602. The operating system cannot run %1.
  603. .
  604. MessageId=0183 SymbolicName=ERROR_ALREADY_EXISTS
  605. Language=English
  606. Cannot create a file when that file already exists.
  607. .
  608. MessageId=0186 SymbolicName=ERROR_INVALID_FLAG_NUMBER
  609. Language=English
  610. The flag passed is not correct.
  611. .
  612. MessageId=0187 SymbolicName=ERROR_SEM_NOT_FOUND
  613. Language=English
  614. The specified system semaphore name was not found.
  615. .
  616. MessageId=0188 SymbolicName=ERROR_INVALID_STARTING_CODESEG
  617. Language=English
  618. The operating system cannot run %1.
  619. .
  620. MessageId=0189 SymbolicName=ERROR_INVALID_STACKSEG
  621. Language=English
  622. The operating system cannot run %1.
  623. .
  624. MessageId=0190 SymbolicName=ERROR_INVALID_MODULETYPE
  625. Language=English
  626. The operating system cannot run %1.
  627. .
  628. MessageId=0191 SymbolicName=ERROR_INVALID_EXE_SIGNATURE
  629. Language=English
  630. Cannot run %1 in Win32 mode.
  631. .
  632. MessageId=0192 SymbolicName=ERROR_EXE_MARKED_INVALID
  633. Language=English
  634. The operating system cannot run %1.
  635. .
  636. MessageId=0193 SymbolicName=ERROR_BAD_EXE_FORMAT
  637. Language=English
  638. %1 is not a valid Win32 application.
  639. .
  640. MessageId=0194 SymbolicName=ERROR_ITERATED_DATA_EXCEEDS_64k
  641. Language=English
  642. The operating system cannot run %1.
  643. .
  644. MessageId=0195 SymbolicName=ERROR_INVALID_MINALLOCSIZE
  645. Language=English
  646. The operating system cannot run %1.
  647. .
  648. MessageId=0196 SymbolicName=ERROR_DYNLINK_FROM_INVALID_RING
  649. Language=English
  650. The operating system cannot run this application program.
  651. .
  652. MessageId=0197 SymbolicName=ERROR_IOPL_NOT_ENABLED
  653. Language=English
  654. The operating system is not presently configured to run this application.
  655. .
  656. MessageId=0198 SymbolicName=ERROR_INVALID_SEGDPL
  657. Language=English
  658. The operating system cannot run %1.
  659. .
  660. MessageId=0199 SymbolicName=ERROR_AUTODATASEG_EXCEEDS_64k
  661. Language=English
  662. The operating system cannot run this application program.
  663. .
  664. MessageId=0200 SymbolicName=ERROR_RING2SEG_MUST_BE_MOVABLE
  665. Language=English
  666. The code segment cannot be greater than or equal to 64K.
  667. .
  668. MessageId=0201 SymbolicName=ERROR_RELOC_CHAIN_XEEDS_SEGLIM
  669. Language=English
  670. The operating system cannot run %1.
  671. .
  672. MessageId=0202 SymbolicName=ERROR_INFLOOP_IN_RELOC_CHAIN
  673. Language=English
  674. The operating system cannot run %1.
  675. .
  676. MessageId=0203 SymbolicName=ERROR_ENVVAR_NOT_FOUND
  677. Language=English
  678. The system could not find the environment option that was entered.
  679. .
  680. MessageId=0205 SymbolicName=ERROR_NO_SIGNAL_SENT
  681. Language=English
  682. No process in the command subtree has a signal handler.
  683. .
  684. MessageId=0206 SymbolicName=ERROR_FILENAME_EXCED_RANGE
  685. Language=English
  686. The filename or extension is too long.
  687. .
  688. MessageId=0207 SymbolicName=ERROR_RING2_STACK_IN_USE
  689. Language=English
  690. The ring 2 stack is in use.
  691. .
  692. MessageId=0208 SymbolicName=ERROR_META_EXPANSION_TOO_LONG
  693. Language=English
  694. The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.
  695. .
  696. MessageId=0209 SymbolicName=ERROR_INVALID_SIGNAL_NUMBER
  697. Language=English
  698. The signal being posted is not correct.
  699. .
  700. MessageId=0210 SymbolicName=ERROR_THREAD_1_INACTIVE
  701. Language=English
  702. The signal handler cannot be set.
  703. .
  704. MessageId=0212 SymbolicName=ERROR_LOCKED
  705. Language=English
  706. The segment is locked and cannot be reallocated.
  707. .
  708. MessageId=0214 SymbolicName=ERROR_TOO_MANY_MODULES
  709. Language=English
  710. Too many dynamic-link modules are attached to this program or dynamic-link module.
  711. .
  712. MessageId=0215 SymbolicName=ERROR_NESTING_NOT_ALLOWED
  713. Language=English
  714. Cannot nest calls to LoadModule.
  715. .
  716. MessageId=0216 SymbolicName=ERROR_EXE_MACHINE_TYPE_MISMATCH
  717. Language=English
  718. The image file %1 is valid, but is for a machine type other than the current machine.
  719. .
  720. MessageId=0230 SymbolicName=ERROR_BAD_PIPE
  721. Language=English
  722. The pipe state is invalid.
  723. .
  724. MessageId=0231 SymbolicName=ERROR_PIPE_BUSY
  725. Language=English
  726. All pipe instances are busy.
  727. .
  728. MessageId=0232 SymbolicName=ERROR_NO_DATA
  729. Language=English
  730. The pipe is being closed.
  731. .
  732. MessageId=0233 SymbolicName=ERROR_PIPE_NOT_CONNECTED
  733. Language=English
  734. No process is on the other end of the pipe.
  735. .
  736. MessageId=0234 SymbolicName=ERROR_MORE_DATA ;// dderror
  737. Language=English
  738. More data is available.
  739. .
  740. MessageId=0240 SymbolicName=ERROR_VC_DISCONNECTED
  741. Language=English
  742. The session was canceled.
  743. .
  744. MessageId=0254 SymbolicName=ERROR_INVALID_EA_NAME
  745. Language=English
  746. The specified extended attribute name was invalid.
  747. .
  748. MessageId=0255 SymbolicName=ERROR_EA_LIST_INCONSISTENT
  749. Language=English
  750. The extended attributes are inconsistent.
  751. .
  752. MessageId=0258 SymbolicName=WAIT_TIMEOUT ;// dderror
  753. Language=English
  754. The wait operation timed out.
  755. .
  756. MessageId=0259 SymbolicName=ERROR_NO_MORE_ITEMS
  757. Language=English
  758. No more data is available.
  759. .
  760. MessageId=0266 SymbolicName=ERROR_CANNOT_COPY
  761. Language=English
  762. The copy functions cannot be used.
  763. .
  764. MessageId=0267 SymbolicName=ERROR_DIRECTORY
  765. Language=English
  766. The directory name is invalid.
  767. .
  768. MessageId=0275 SymbolicName=ERROR_EAS_DIDNT_FIT
  769. Language=English
  770. The extended attributes did not fit in the buffer.
  771. .
  772. MessageId=0276 SymbolicName=ERROR_EA_FILE_CORRUPT
  773. Language=English
  774. The extended attribute file on the mounted file system is corrupt.
  775. .
  776. MessageId=0277 SymbolicName=ERROR_EA_TABLE_FULL
  777. Language=English
  778. The extended attribute table file is full.
  779. .
  780. MessageId=0278 SymbolicName=ERROR_INVALID_EA_HANDLE
  781. Language=English
  782. The specified extended attribute handle is invalid.
  783. .
  784. MessageId=0282 SymbolicName=ERROR_EAS_NOT_SUPPORTED
  785. Language=English
  786. The mounted file system does not support extended attributes.
  787. .
  788. MessageId=0288 SymbolicName=ERROR_NOT_OWNER
  789. Language=English
  790. Attempt to release mutex not owned by caller.
  791. .
  792. MessageId=0298 SymbolicName=ERROR_TOO_MANY_POSTS
  793. Language=English
  794. Too many posts were made to a semaphore.
  795. .
  796. MessageId=0299 SymbolicName=ERROR_PARTIAL_COPY
  797. Language=English
  798. Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
  799. .
  800. MessageId=0300 SymbolicName=ERROR_OPLOCK_NOT_GRANTED
  801. Language=English
  802. The oplock request is denied.
  803. .
  804. MessageId=0301 SymbolicName=ERROR_INVALID_OPLOCK_PROTOCOL
  805. Language=English
  806. An invalid oplock acknowledgment was received by the system.
  807. .
  808. MessageId=0302 SymbolicName=ERROR_DISK_TOO_FRAGMENTED
  809. Language=English
  810. The volume is too fragmented to complete this operation.
  811. .
  812. MessageId=0303 SymbolicName=ERROR_DELETE_PENDING
  813. Language=English
  814. The file cannot be opened because it is in the process of being deleted.
  815. .
  816. MessageId=0317 SymbolicName=ERROR_MR_MID_NOT_FOUND
  817. Language=English
  818. The system cannot find message text for message number 0x%1 in the message file for %2.
  819. .
  820. MessageId=0487 SymbolicName=ERROR_INVALID_ADDRESS
  821. Language=English
  822. Attempt to access invalid address.
  823. .
  824. MessageId=0534 SymbolicName=ERROR_ARITHMETIC_OVERFLOW
  825. Language=English
  826. Arithmetic result exceeded 32 bits.
  827. .
  828. MessageId=0535 SymbolicName=ERROR_PIPE_CONNECTED
  829. Language=English
  830. There is a process on other end of the pipe.
  831. .
  832. MessageId=0536 SymbolicName=ERROR_PIPE_LISTENING
  833. Language=English
  834. Waiting for a process to open the other end of the pipe.
  835. .
  836. MessageId=0994 SymbolicName=ERROR_EA_ACCESS_DENIED
  837. Language=English
  838. Access to the extended attribute was denied.
  839. .
  840. MessageId=0995 SymbolicName=ERROR_OPERATION_ABORTED
  841. Language=English
  842. The I/O operation has been aborted because of either a thread exit or an application request.
  843. .
  844. MessageId=0996 SymbolicName=ERROR_IO_INCOMPLETE
  845. Language=English
  846. Overlapped I/O event is not in a signaled state.
  847. .
  848. MessageId=0997 SymbolicName=ERROR_IO_PENDING ;// dderror
  849. Language=English
  850. Overlapped I/O operation is in progress.
  851. .
  852. MessageId=0998 SymbolicName=ERROR_NOACCESS
  853. Language=English
  854. Invalid access to memory location.
  855. .
  856. MessageId=0999 SymbolicName=ERROR_SWAPERROR
  857. Language=English
  858. Error performing inpage operation.
  859. .
  860. MessageId=1001 SymbolicName=ERROR_STACK_OVERFLOW
  861. Language=English
  862. Recursion too deep; the stack overflowed.
  863. .
  864. MessageId=1002 SymbolicName=ERROR_INVALID_MESSAGE
  865. Language=English
  866. The window cannot act on the sent message.
  867. .
  868. MessageId=1003 SymbolicName=ERROR_CAN_NOT_COMPLETE
  869. Language=English
  870. Cannot complete this function.
  871. .
  872. MessageId=1004 SymbolicName=ERROR_INVALID_FLAGS
  873. Language=English
  874. Invalid flags.
  875. .
  876. MessageId=1005 SymbolicName=ERROR_UNRECOGNIZED_VOLUME
  877. Language=English
  878. The volume does not contain a recognized file system.
  879. Please make sure that all required file system drivers are loaded and that the volume is not corrupted.
  880. .
  881. MessageId=1006 SymbolicName=ERROR_FILE_INVALID
  882. Language=English
  883. The volume for a file has been externally altered so that the opened file is no longer valid.
  884. .
  885. MessageId=1007 SymbolicName=ERROR_FULLSCREEN_MODE
  886. Language=English
  887. The requested operation cannot be performed in full-screen mode.
  888. .
  889. MessageId=1008 SymbolicName=ERROR_NO_TOKEN
  890. Language=English
  891. An attempt was made to reference a token that does not exist.
  892. .
  893. MessageId=1009 SymbolicName=ERROR_BADDB
  894. Language=English
  895. The configuration registry database is corrupt.
  896. .
  897. MessageId=1010 SymbolicName=ERROR_BADKEY
  898. Language=English
  899. The configuration registry key is invalid.
  900. .
  901. MessageId=1011 SymbolicName=ERROR_CANTOPEN
  902. Language=English
  903. The configuration registry key could not be opened.
  904. .
  905. MessageId=1012 SymbolicName=ERROR_CANTREAD
  906. Language=English
  907. The configuration registry key could not be read.
  908. .
  909. MessageId=1013 SymbolicName=ERROR_CANTWRITE
  910. Language=English
  911. The configuration registry key could not be written.
  912. .
  913. MessageId=1014 SymbolicName=ERROR_REGISTRY_RECOVERED
  914. Language=English
  915. One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.
  916. .
  917. MessageId=1015 SymbolicName=ERROR_REGISTRY_CORRUPT
  918. Language=English
  919. The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.
  920. .
  921. MessageId=1016 SymbolicName=ERROR_REGISTRY_IO_FAILED
  922. Language=English
  923. An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry.
  924. .
  925. MessageId=1017 SymbolicName=ERROR_NOT_REGISTRY_FILE
  926. Language=English
  927. The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.
  928. .
  929. MessageId=1018 SymbolicName=ERROR_KEY_DELETED
  930. Language=English
  931. Illegal operation attempted on a registry key that has been marked for deletion.
  932. .
  933. MessageId=1019 SymbolicName=ERROR_NO_LOG_SPACE
  934. Language=English
  935. System could not allocate the required space in a registry log.
  936. .
  937. MessageId=1020 SymbolicName=ERROR_KEY_HAS_CHILDREN
  938. Language=English
  939. Cannot create a symbolic link in a registry key that already has subkeys or values.
  940. .
  941. MessageId=1021 SymbolicName=ERROR_CHILD_MUST_BE_VOLATILE
  942. Language=English
  943. Cannot create a stable subkey under a volatile parent key.
  944. .
  945. MessageId=1022 SymbolicName=ERROR_NOTIFY_ENUM_DIR
  946. Language=English
  947. A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
  948. .
  949. MessageId=1051 SymbolicName=ERROR_DEPENDENT_SERVICES_RUNNING
  950. Language=English
  951. A stop control has been sent to a service that other running services are dependent on.
  952. .
  953. MessageId=1052 SymbolicName=ERROR_INVALID_SERVICE_CONTROL
  954. Language=English
  955. The requested control is not valid for this service.
  956. .
  957. MessageId=1053 SymbolicName=ERROR_SERVICE_REQUEST_TIMEOUT
  958. Language=English
  959. The service did not respond to the start or control request in a timely fashion.
  960. .
  961. MessageId=1054 SymbolicName=ERROR_SERVICE_NO_THREAD
  962. Language=English
  963. A thread could not be created for the service.
  964. .
  965. MessageId=1055 SymbolicName=ERROR_SERVICE_DATABASE_LOCKED
  966. Language=English
  967. The service database is locked.
  968. .
  969. MessageId=1056 SymbolicName=ERROR_SERVICE_ALREADY_RUNNING
  970. Language=English
  971. An instance of the service is already running.
  972. .
  973. MessageId=1057 SymbolicName=ERROR_INVALID_SERVICE_ACCOUNT
  974. Language=English
  975. The account name is invalid or does not exist, or the password is invalid for the account name specified.
  976. .
  977. MessageId=1058 SymbolicName=ERROR_SERVICE_DISABLED
  978. Language=English
  979. The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
  980. .
  981. MessageId=1059 SymbolicName=ERROR_CIRCULAR_DEPENDENCY
  982. Language=English
  983. Circular service dependency was specified.
  984. .
  985. MessageId=1060 SymbolicName=ERROR_SERVICE_DOES_NOT_EXIST
  986. Language=English
  987. The specified service does not exist as an installed service.
  988. .
  989. MessageId=1061 SymbolicName=ERROR_SERVICE_CANNOT_ACCEPT_CTRL
  990. Language=English
  991. The service cannot accept control messages at this time.
  992. .
  993. MessageId=1062 SymbolicName=ERROR_SERVICE_NOT_ACTIVE
  994. Language=English
  995. The service has not been started.
  996. .
  997. MessageId=1063 SymbolicName=ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
  998. Language=English
  999. The service process could not connect to the service controller.
  1000. .
  1001. MessageId=1064 SymbolicName=ERROR_EXCEPTION_IN_SERVICE
  1002. Language=English
  1003. An exception occurred in the service when handling the control request.
  1004. .
  1005. MessageId=1065 SymbolicName=ERROR_DATABASE_DOES_NOT_EXIST
  1006. Language=English
  1007. The database specified does not exist.
  1008. .
  1009. MessageId=1066 SymbolicName=ERROR_SERVICE_SPECIFIC_ERROR
  1010. Language=English
  1011. The service has returned a service-specific error code.
  1012. .
  1013. MessageId=1067 SymbolicName=ERROR_PROCESS_ABORTED
  1014. Language=English
  1015. The process terminated unexpectedly.
  1016. .
  1017. MessageId=1068 SymbolicName=ERROR_SERVICE_DEPENDENCY_FAIL
  1018. Language=English
  1019. The dependency service or group failed to start.
  1020. .
  1021. MessageId=1069 SymbolicName=ERROR_SERVICE_LOGON_FAILED
  1022. Language=English
  1023. The service did not start due to a logon failure.
  1024. .
  1025. MessageId=1070 SymbolicName=ERROR_SERVICE_START_HANG
  1026. Language=English
  1027. After starting, the service hung in a start-pending state.
  1028. .
  1029. MessageId=1071 SymbolicName=ERROR_INVALID_SERVICE_LOCK
  1030. Language=English
  1031. The specified service database lock is invalid.
  1032. .
  1033. MessageId=1072 SymbolicName=ERROR_SERVICE_MARKED_FOR_DELETE
  1034. Language=English
  1035. The specified service has been marked for deletion.
  1036. .
  1037. MessageId=1073 SymbolicName=ERROR_SERVICE_EXISTS
  1038. Language=English
  1039. The specified service already exists.
  1040. .
  1041. MessageId=1074 SymbolicName=ERROR_ALREADY_RUNNING_LKG
  1042. Language=English
  1043. The system is currently running with the last-known-good configuration.
  1044. .
  1045. MessageId=1075 SymbolicName=ERROR_SERVICE_DEPENDENCY_DELETED
  1046. Language=English
  1047. The dependency service does not exist or has been marked for deletion.
  1048. .
  1049. MessageId=1076 SymbolicName=ERROR_BOOT_ALREADY_ACCEPTED
  1050. Language=English
  1051. The current boot has already been accepted for use as the last-known-good control set.
  1052. .
  1053. MessageId=1077 SymbolicName=ERROR_SERVICE_NEVER_STARTED
  1054. Language=English
  1055. No attempts to start the service have been made since the last boot.
  1056. .
  1057. MessageId=1078 SymbolicName=ERROR_DUPLICATE_SERVICE_NAME
  1058. Language=English
  1059. The name is already in use as either a service name or a service display name.
  1060. .
  1061. MessageId=1079 SymbolicName=ERROR_DIFFERENT_SERVICE_ACCOUNT
  1062. Language=English
  1063. The account specified for this service is different from the account specified for other services running in the same process.
  1064. .
  1065. MessageId=1080 SymbolicName=ERROR_CANNOT_DETECT_DRIVER_FAILURE
  1066. Language=English
  1067. Failure actions can only be set for Win32 services, not for drivers.
  1068. .
  1069. MessageId=1081 SymbolicName=ERROR_CANNOT_DETECT_PROCESS_ABORT
  1070. Language=English
  1071. This service runs in the same process as the service control manager.
  1072. Therefore, the service control manager cannot take action if this service's process terminates unexpectedly.
  1073. .
  1074. MessageId=1082 SymbolicName=ERROR_NO_RECOVERY_PROGRAM
  1075. Language=English
  1076. No recovery program has been configured for this service.
  1077. .
  1078. MessageId=1083 SymbolicName=ERROR_SERVICE_NOT_IN_EXE
  1079. Language=English
  1080. The executable program that this service is configured to run in does not implement the service.
  1081. .
  1082. MessageId=1084 SymbolicName=ERROR_NOT_SAFEBOOT_SERVICE
  1083. Language=English
  1084. This service cannot be started in Safe Mode
  1085. .
  1086. MessageId=1100 SymbolicName=ERROR_END_OF_MEDIA
  1087. Language=English
  1088. The physical end of the tape has been reached.
  1089. .
  1090. MessageId=1101 SymbolicName=ERROR_FILEMARK_DETECTED
  1091. Language=English
  1092. A tape access reached a filemark.
  1093. .
  1094. MessageId=1102 SymbolicName=ERROR_BEGINNING_OF_MEDIA
  1095. Language=English
  1096. The beginning of the tape or a partition was encountered.
  1097. .
  1098. MessageId=1103 SymbolicName=ERROR_SETMARK_DETECTED
  1099. Language=English
  1100. A tape access reached the end of a set of files.
  1101. .
  1102. MessageId=1104 SymbolicName=ERROR_NO_DATA_DETECTED
  1103. Language=English
  1104. No more data is on the tape.
  1105. .
  1106. MessageId=1105 SymbolicName=ERROR_PARTITION_FAILURE
  1107. Language=English
  1108. Tape could not be partitioned.
  1109. .
  1110. MessageId=1106 SymbolicName=ERROR_INVALID_BLOCK_LENGTH
  1111. Language=English
  1112. When accessing a new tape of a multivolume partition, the current block size is incorrect.
  1113. .
  1114. MessageId=1107 SymbolicName=ERROR_DEVICE_NOT_PARTITIONED
  1115. Language=English
  1116. Tape partition information could not be found when loading a tape.
  1117. .
  1118. MessageId=1108 SymbolicName=ERROR_UNABLE_TO_LOCK_MEDIA
  1119. Language=English
  1120. Unable to lock the media eject mechanism.
  1121. .
  1122. MessageId=1109 SymbolicName=ERROR_UNABLE_TO_UNLOAD_MEDIA
  1123. Language=English
  1124. Unable to unload the media.
  1125. .
  1126. MessageId=1110 SymbolicName=ERROR_MEDIA_CHANGED
  1127. Language=English
  1128. The media in the drive may have changed.
  1129. .
  1130. MessageId=1111 SymbolicName=ERROR_BUS_RESET
  1131. Language=English
  1132. The I/O bus was reset.
  1133. .
  1134. MessageId=1112 SymbolicName=ERROR_NO_MEDIA_IN_DRIVE
  1135. Language=English
  1136. No media in drive.
  1137. .
  1138. MessageId=1113 SymbolicName=ERROR_NO_UNICODE_TRANSLATION
  1139. Language=English
  1140. No mapping for the Unicode character exists in the target multi-byte code page.
  1141. .
  1142. MessageId=1114 SymbolicName=ERROR_DLL_INIT_FAILED
  1143. Language=English
  1144. A dynamic link library (DLL) initialization routine failed.
  1145. .
  1146. MessageId=1115 SymbolicName=ERROR_SHUTDOWN_IN_PROGRESS
  1147. Language=English
  1148. A system shutdown is in progress.
  1149. .
  1150. MessageId=1116 SymbolicName=ERROR_NO_SHUTDOWN_IN_PROGRESS
  1151. Language=English
  1152. Unable to abort the system shutdown because no shutdown was in progress.
  1153. .
  1154. MessageId=1117 SymbolicName=ERROR_IO_DEVICE
  1155. Language=English
  1156. The request could not be performed because of an I/O device error.
  1157. .
  1158. MessageId=1118 SymbolicName=ERROR_SERIAL_NO_DEVICE
  1159. Language=English
  1160. No serial device was successfully initialized. The serial driver will unload.
  1161. .
  1162. MessageId=1119 SymbolicName=ERROR_IRQ_BUSY
  1163. Language=English
  1164. Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened.
  1165. .
  1166. MessageId=1120 SymbolicName=ERROR_MORE_WRITES
  1167. Language=English
  1168. A serial I/O operation was completed by another write to the serial port.
  1169. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
  1170. .
  1171. MessageId=1121 SymbolicName=ERROR_COUNTER_TIMEOUT
  1172. Language=English
  1173. A serial I/O operation completed because the timeout period expired.
  1174. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
  1175. .
  1176. MessageId=1122 SymbolicName=ERROR_FLOPPY_ID_MARK_NOT_FOUND
  1177. Language=English
  1178. No ID address mark was found on the floppy disk.
  1179. .
  1180. MessageId=1123 SymbolicName=ERROR_FLOPPY_WRONG_CYLINDER
  1181. Language=English
  1182. Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
  1183. .
  1184. MessageId=1124 SymbolicName=ERROR_FLOPPY_UNKNOWN_ERROR
  1185. Language=English
  1186. The floppy disk controller reported an error that is not recognized by the floppy disk driver.
  1187. .
  1188. MessageId=1125 SymbolicName=ERROR_FLOPPY_BAD_REGISTERS
  1189. Language=English
  1190. The floppy disk controller returned inconsistent results in its registers.
  1191. .
  1192. MessageId=1126 SymbolicName=ERROR_DISK_RECALIBRATE_FAILED
  1193. Language=English
  1194. While accessing the hard disk, a recalibrate operation failed, even after retries.
  1195. .
  1196. MessageId=1127 SymbolicName=ERROR_DISK_OPERATION_FAILED
  1197. Language=English
  1198. While accessing the hard disk, a disk operation failed even after retries.
  1199. .
  1200. MessageId=1128 SymbolicName=ERROR_DISK_RESET_FAILED
  1201. Language=English
  1202. While accessing the hard disk, a disk controller reset was needed, but even that failed.
  1203. .
  1204. MessageId=1129 SymbolicName=ERROR_EOM_OVERFLOW
  1205. Language=English
  1206. Physical end of tape encountered.
  1207. .
  1208. MessageId=1130 SymbolicName=ERROR_NOT_ENOUGH_SERVER_MEMORY
  1209. Language=English
  1210. Not enough server storage is available to process this command.
  1211. .
  1212. MessageId=1131 SymbolicName=ERROR_POSSIBLE_DEADLOCK
  1213. Language=English
  1214. A potential deadlock condition has been detected.
  1215. .
  1216. MessageId=1132 SymbolicName=ERROR_MAPPED_ALIGNMENT
  1217. Language=English
  1218. The base address or the file offset specified does not have the proper alignment.
  1219. .
  1220. MessageId=1140 SymbolicName=ERROR_SET_POWER_STATE_VETOED
  1221. Language=English
  1222. An attempt to change the system power state was vetoed by another application or driver.
  1223. .
  1224. MessageId=1141 SymbolicName=ERROR_SET_POWER_STATE_FAILED
  1225. Language=English
  1226. The system BIOS failed an attempt to change the system power state.
  1227. .
  1228. MessageId=1142 SymbolicName=ERROR_TOO_MANY_LINKS
  1229. Language=English
  1230. An attempt was made to create more links on a file than the file system supports.
  1231. .
  1232. MessageId=1150 SymbolicName=ERROR_OLD_WIN_VERSION
  1233. Language=English
  1234. The specified program requires a newer version of Windows.
  1235. .
  1236. MessageId=1151 SymbolicName=ERROR_APP_WRONG_OS
  1237. Language=English
  1238. The specified program is not a Windows or MS-DOS program.
  1239. .
  1240. MessageId=1152 SymbolicName=ERROR_SINGLE_INSTANCE_APP
  1241. Language=English
  1242. Cannot start more than one instance of the specified program.
  1243. .
  1244. MessageId=1153 SymbolicName=ERROR_RMODE_APP
  1245. Language=English
  1246. The specified program was written for an earlier version of Windows.
  1247. .
  1248. MessageId=1154 SymbolicName=ERROR_INVALID_DLL
  1249. Language=English
  1250. One of the library files needed to run this application is damaged.
  1251. .
  1252. MessageId=1155 SymbolicName=ERROR_NO_ASSOCIATION
  1253. Language=English
  1254. No application is associated with the specified file for this operation.
  1255. .
  1256. MessageId=1156 SymbolicName=ERROR_DDE_FAIL
  1257. Language=English
  1258. An error occurred in sending the command to the application.
  1259. .
  1260. MessageId=1157 SymbolicName=ERROR_DLL_NOT_FOUND
  1261. Language=English
  1262. One of the library files needed to run this application cannot be found.
  1263. .
  1264. MessageId=1158 SymbolicName=ERROR_NO_MORE_USER_HANDLES
  1265. Language=English
  1266. The current process has used all of its system allowance of handles for Window Manager objects.
  1267. .
  1268. MessageId=1159 SymbolicName=ERROR_MESSAGE_SYNC_ONLY
  1269. Language=English
  1270. The message can be used only with synchronous operations.
  1271. .
  1272. MessageId=1160 SymbolicName=ERROR_SOURCE_ELEMENT_EMPTY
  1273. Language=English
  1274. The indicated source element has no media.
  1275. .
  1276. MessageId=1161 SymbolicName=ERROR_DESTINATION_ELEMENT_FULL
  1277. Language=English
  1278. The indicated destination element already contains media.
  1279. .
  1280. MessageId=1162 SymbolicName=ERROR_ILLEGAL_ELEMENT_ADDRESS
  1281. Language=English
  1282. The indicated element does not exist.
  1283. .
  1284. MessageId=1163 SymbolicName=ERROR_MAGAZINE_NOT_PRESENT
  1285. Language=English
  1286. The indicated element is part of a magazine that is not present.
  1287. .
  1288. MessageId=1164 SymbolicName=ERROR_DEVICE_REINITIALIZATION_NEEDED ;// dderror
  1289. Language=English
  1290. The indicated device requires reinitialization due to hardware errors.
  1291. .
  1292. MessageId=1165 SymbolicName=ERROR_DEVICE_REQUIRES_CLEANING
  1293. Language=English
  1294. The device has indicated that cleaning is required before further operations are attempted.
  1295. .
  1296. MessageId=1166 SymbolicName=ERROR_DEVICE_DOOR_OPEN
  1297. Language=English
  1298. The device has indicated that its door is open.
  1299. .
  1300. MessageId=1167 SymbolicName=ERROR_DEVICE_NOT_CONNECTED
  1301. Language=English
  1302. The device is not connected.
  1303. .
  1304. MessageId=1168 SymbolicName=ERROR_NOT_FOUND
  1305. Language=English
  1306. Element not found.
  1307. .
  1308. MessageId=1169 SymbolicName=ERROR_NO_MATCH
  1309. Language=English
  1310. There was no match for the specified key in the index.
  1311. .
  1312. MessageId=1170 SymbolicName=ERROR_SET_NOT_FOUND
  1313. Language=English
  1314. The property set specified does not exist on the object.
  1315. .
  1316. MessageId=1171 SymbolicName=ERROR_POINT_NOT_FOUND
  1317. Language=English
  1318. The point passed to GetMouseMovePoints is not in the buffer.
  1319. .
  1320. MessageId=1172 SymbolicName=ERROR_NO_TRACKING_SERVICE
  1321. Language=English
  1322. The tracking (workstation) service is not running.
  1323. .
  1324. MessageId=1173 SymbolicName=ERROR_NO_VOLUME_ID
  1325. Language=English
  1326. The Volume ID could not be found.
  1327. .
  1328. MessageId=1175 SymbolicName=ERROR_UNABLE_TO_REMOVE_REPLACED
  1329. Language=English
  1330. Unable to remove the file to be replaced.
  1331. .
  1332. MessageId=1176 SymbolicName=ERROR_UNABLE_TO_MOVE_REPLACEMENT
  1333. Language=English
  1334. Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
  1335. .
  1336. MessageId=1177 SymbolicName=ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
  1337. Language=English
  1338. Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
  1339. .
  1340. MessageId=1178 SymbolicName=ERROR_JOURNAL_DELETE_IN_PROGRESS
  1341. Language=English
  1342. The volume change journal is being deleted.
  1343. .
  1344. MessageId=1179 SymbolicName=ERROR_JOURNAL_NOT_ACTIVE
  1345. Language=English
  1346. The volume change journal is not active.
  1347. .
  1348. MessageId=1180 SymbolicName=ERROR_POTENTIAL_FILE_FOUND
  1349. Language=English
  1350. A file was found, but it may not be the correct file.
  1351. .
  1352. MessageId=1181 SymbolicName=ERROR_JOURNAL_ENTRY_DELETED
  1353. Language=English
  1354. The journal entry has been deleted from the journal.
  1355. .
  1356. MessageId=1200 SymbolicName=ERROR_BAD_DEVICE
  1357. Language=English
  1358. The specified device name is invalid.
  1359. .
  1360. MessageId=1201 SymbolicName=ERROR_CONNECTION_UNAVAIL
  1361. Language=English
  1362. The device is not currently connected but it is a remembered connection.
  1363. .
  1364. MessageId=1202 SymbolicName=ERROR_DEVICE_ALREADY_REMEMBERED
  1365. Language=English
  1366. The local device name has a remembered connection to another network resource.
  1367. .
  1368. MessageId=1203 SymbolicName=ERROR_NO_NET_OR_BAD_PATH
  1369. Language=English
  1370. No network provider accepted the given network path.
  1371. .
  1372. MessageId=1204 SymbolicName=ERROR_BAD_PROVIDER
  1373. Language=English
  1374. The specified network provider name is invalid.
  1375. .
  1376. MessageId=1205 SymbolicName=ERROR_CANNOT_OPEN_PROFILE
  1377. Language=English
  1378. Unable to open the network connection profile.
  1379. .
  1380. MessageId=1206 SymbolicName=ERROR_BAD_PROFILE
  1381. Language=English
  1382. The network connection profile is corrupted.
  1383. .
  1384. MessageId=1207 SymbolicName=ERROR_NOT_CONTAINER
  1385. Language=English
  1386. Cannot enumerate a noncontainer.
  1387. .
  1388. MessageId=1208 SymbolicName=ERROR_EXTENDED_ERROR
  1389. Language=English
  1390. An extended error has occurred.
  1391. .
  1392. MessageId=1209 SymbolicName=ERROR_INVALID_GROUPNAME
  1393. Language=English
  1394. The format of the specified group name is invalid.
  1395. .
  1396. MessageId=1210 SymbolicName=ERROR_INVALID_COMPUTERNAME
  1397. Language=English
  1398. The format of the specified computer name is invalid.
  1399. .
  1400. MessageId=1211 SymbolicName=ERROR_INVALID_EVENTNAME
  1401. Language=English
  1402. The format of the specified event name is invalid.
  1403. .
  1404. MessageId=1212 SymbolicName=ERROR_INVALID_DOMAINNAME
  1405. Language=English
  1406. The format of the specified domain name is invalid.
  1407. .
  1408. MessageId=1213 SymbolicName=ERROR_INVALID_SERVICENAME
  1409. Language=English
  1410. The format of the specified service name is invalid.
  1411. .
  1412. MessageId=1214 SymbolicName=ERROR_INVALID_NETNAME
  1413. Language=English
  1414. The format of the specified network name is invalid.
  1415. .
  1416. MessageId=1215 SymbolicName=ERROR_INVALID_SHARENAME
  1417. Language=English
  1418. The format of the specified share name is invalid.
  1419. .
  1420. MessageId=1216 SymbolicName=ERROR_INVALID_PASSWORDNAME
  1421. Language=English
  1422. The format of the specified password is invalid.
  1423. .
  1424. MessageId=1217 SymbolicName=ERROR_INVALID_MESSAGENAME
  1425. Language=English
  1426. The format of the specified message name is invalid.
  1427. .
  1428. MessageId=1218 SymbolicName=ERROR_INVALID_MESSAGEDEST
  1429. Language=English
  1430. The format of the specified message destination is invalid.
  1431. .
  1432. MessageId=1219 SymbolicName=ERROR_SESSION_CREDENTIAL_CONFLICT
  1433. Language=English
  1434. Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again..
  1435. .
  1436. MessageId=1220 SymbolicName=ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
  1437. Language=English
  1438. An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
  1439. .
  1440. MessageId=1221 SymbolicName=ERROR_DUP_DOMAINNAME
  1441. Language=English
  1442. The workgroup or domain name is already in use by another computer on the network.
  1443. .
  1444. MessageId=1222 SymbolicName=ERROR_NO_NETWORK
  1445. Language=English
  1446. The network is not present or not started.
  1447. .
  1448. MessageId=1223 SymbolicName=ERROR_CANCELLED
  1449. Language=English
  1450. The operation was canceled by the user.
  1451. .
  1452. MessageId=1224 SymbolicName=ERROR_USER_MAPPED_FILE
  1453. Language=English
  1454. The requested operation cannot be performed on a file with a user-mapped section open.
  1455. .
  1456. MessageId=1225 SymbolicName=ERROR_CONNECTION_REFUSED
  1457. Language=English
  1458. The remote system refused the network connection.
  1459. .
  1460. MessageId=1226 SymbolicName=ERROR_GRACEFUL_DISCONNECT
  1461. Language=English
  1462. The network connection was gracefully closed.
  1463. .
  1464. MessageId=1227 SymbolicName=ERROR_ADDRESS_ALREADY_ASSOCIATED
  1465. Language=English
  1466. The network transport endpoint already has an address associated with it.
  1467. .
  1468. MessageId=1228 SymbolicName=ERROR_ADDRESS_NOT_ASSOCIATED
  1469. Language=English
  1470. An address has not yet been associated with the network endpoint.
  1471. .
  1472. MessageId=1229 SymbolicName=ERROR_CONNECTION_INVALID
  1473. Language=English
  1474. An operation was attempted on a nonexistent network connection.
  1475. .
  1476. MessageId=1230 SymbolicName=ERROR_CONNECTION_ACTIVE
  1477. Language=English
  1478. An invalid operation was attempted on an active network connection.
  1479. .
  1480. MessageId=1231 SymbolicName=ERROR_NETWORK_UNREACHABLE
  1481. Language=English
  1482. The network location cannot be reached. For information about network troubleshooting, see Windows Help.
  1483. .
  1484. MessageId=1232 SymbolicName=ERROR_HOST_UNREACHABLE
  1485. Language=English
  1486. The network location cannot be reached. For information about network troubleshooting, see Windows Help.
  1487. .
  1488. MessageId=1233 SymbolicName=ERROR_PROTOCOL_UNREACHABLE
  1489. Language=English
  1490. The network location cannot be reached. For information about network troubleshooting, see Windows Help.
  1491. .
  1492. MessageId=1234 SymbolicName=ERROR_PORT_UNREACHABLE
  1493. Language=English
  1494. No service is operating at the destination network endpoint on the remote system.
  1495. .
  1496. MessageId=1235 SymbolicName=ERROR_REQUEST_ABORTED
  1497. Language=English
  1498. The request was aborted.
  1499. .
  1500. MessageId=1236 SymbolicName=ERROR_CONNECTION_ABORTED
  1501. Language=English
  1502. The network connection was aborted by the local system.
  1503. .
  1504. MessageId=1237 SymbolicName=ERROR_RETRY
  1505. Language=English
  1506. The operation could not be completed. A retry should be performed.
  1507. .
  1508. MessageId=1238 SymbolicName=ERROR_CONNECTION_COUNT_LIMIT
  1509. Language=English
  1510. A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
  1511. .
  1512. MessageId=1239 SymbolicName=ERROR_LOGIN_TIME_RESTRICTION
  1513. Language=English
  1514. Attempting to log in during an unauthorized time of day for this account.
  1515. .
  1516. MessageId=1240 SymbolicName=ERROR_LOGIN_WKSTA_RESTRICTION
  1517. Language=English
  1518. The account is not authorized to log in from this station.
  1519. .
  1520. MessageId=1241 SymbolicName=ERROR_INCORRECT_ADDRESS
  1521. Language=English
  1522. The network address could not be used for the operation requested.
  1523. .
  1524. MessageId=1242 SymbolicName=ERROR_ALREADY_REGISTERED
  1525. Language=English
  1526. The service is already registered.
  1527. .
  1528. MessageId=1243 SymbolicName=ERROR_SERVICE_NOT_FOUND
  1529. Language=English
  1530. The specified service does not exist.
  1531. .
  1532. MessageId=1244 SymbolicName=ERROR_NOT_AUTHENTICATED
  1533. Language=English
  1534. The operation being requested was not performed because the user has not been authenticated.
  1535. .
  1536. MessageId=1245 SymbolicName=ERROR_NOT_LOGGED_ON
  1537. Language=English
  1538. The operation being requested was not performed because the user has not logged on to the network.
  1539. The specified service does not exist.
  1540. .
  1541. MessageId=1246 SymbolicName=ERROR_CONTINUE ;// dderror
  1542. Language=English
  1543. Continue with work in progress.
  1544. .
  1545. MessageId=1247 SymbolicName=ERROR_ALREADY_INITIALIZED
  1546. Language=English
  1547. An attempt was made to perform an initialization operation when initialization has already been completed.
  1548. .
  1549. MessageId=1248 SymbolicName=ERROR_NO_MORE_DEVICES ;// dderror
  1550. Language=English
  1551. No more local devices.
  1552. .
  1553. MessageId=1249 SymbolicName=ERROR_NO_SUCH_SITE
  1554. Language=English
  1555. The specified site does not exist.
  1556. .
  1557. MessageId=1250 SymbolicName=ERROR_DOMAIN_CONTROLLER_EXISTS
  1558. Language=English
  1559. A domain controller with the specified name already exists.
  1560. .
  1561. MessageId=1251 SymbolicName=ERROR_ONLY_IF_CONNECTED
  1562. Language=English
  1563. This operation is supported only when you are connected to the server.
  1564. .
  1565. MessageId=1252 SymbolicName=ERROR_OVERRIDE_NOCHANGES
  1566. Language=English
  1567. The group policy framework should call the extension even if there are no changes.
  1568. .
  1569. MessageId=1253 SymbolicName=ERROR_BAD_USER_PROFILE
  1570. Language=English
  1571. The specified user does not have a valid profile.
  1572. .
  1573. MessageId=1254 SymbolicName=ERROR_NOT_SUPPORTED_ON_SBS
  1574. Language=English
  1575. This operation is not supported on a Microsoft Small Business Server
  1576. .
  1577. MessageId=1255 SymbolicName=ERROR_SERVER_SHUTDOWN_IN_PROGRESS
  1578. Language=English
  1579. The server machine is shutting down.
  1580. .
  1581. MessageId=1256 SymbolicName=ERROR_HOST_DOWN
  1582. Language=English
  1583. The remote system is not available. For information about network troubleshooting, see Windows Help.
  1584. .
  1585. MessageId=1257 SymbolicName=ERROR_NON_ACCOUNT_SID
  1586. Language=English
  1587. The security identifier provided is not from an account domain.
  1588. .
  1589. MessageId=1258 SymbolicName=ERROR_NON_DOMAIN_SID
  1590. Language=English
  1591. The security identifier provided does not have a domain component.
  1592. .
  1593. MessageId=1259 SymbolicName=ERROR_APPHELP_BLOCK
  1594. Language=English
  1595. AppHelp dialog canceled thus preventing the application from starting.
  1596. .
  1597. MessageId=1260 SymbolicName=ERROR_ACCESS_DISABLED_BY_POLICY
  1598. Language=English
  1599. Windows cannot open this program because it has been prevented by a software restriction policy. For more information, open Event Viewer or contact your system administrator.
  1600. .
  1601. MessageId=1261 SymbolicName=ERROR_REG_NAT_CONSUMPTION
  1602. Language=English
  1603. A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
  1604. .
  1605. MessageId=1262 SymbolicName=ERROR_CSCSHARE_OFFLINE
  1606. Language=English
  1607. The share is currently offline or does not exist.
  1608. .
  1609. MessageId=1263 SymbolicName=ERROR_PKINIT_FAILURE
  1610. Language=English
  1611. The kerberos protocol encountered an error while validating the
  1612. KDC certificate during smartcard logon.
  1613. .
  1614. MessageId=1264 SymbolicName=ERROR_SMARTCARD_SUBSYSTEM_FAILURE
  1615. Language=English
  1616. The kerberos protocol encountered an error while attempting to utilize
  1617. the smartcard subsystem.
  1618. .
  1619. MessageId=1265 SymbolicName=ERROR_DOWNGRADE_DETECTED
  1620. Language=English
  1621. The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.
  1622. .
  1623. MessageId=1266 SymbolicName=SEC_E_SMARTCARD_CERT_REVOKED
  1624. Language=English
  1625. The smartcard certificate used for authentication has been revoked.
  1626. Please contact your system administrator. There may be additional information in the
  1627. event log.
  1628. .
  1629. MessageId=1267 SymbolicName=SEC_E_ISSUING_CA_UNTRUSTED
  1630. Language=English
  1631. An untrusted certificate authority was detected While processing the
  1632. smartcard certificate used for authentication. Please contact your system
  1633. administrator.
  1634. .
  1635. MessageId=1268 SymbolicName=SEC_E_REVOCATION_OFFLINE_C
  1636. Language=English
  1637. The revocation status of the smartcard certificate used for
  1638. authentication could not be determined. Please contact your system administrator.
  1639. .
  1640. MessageId=1269 SymbolicName=SEC_E_PKINIT_CLIENT_FAILURE
  1641. Language=English
  1642. The smartcard certificate used for authentication was not trusted. Please
  1643. contact your system administrator.
  1644. .
  1645. MessageId=1270 SymbolicName=SEC_E_SMARTCARD_CERT_EXPIRED
  1646. Language=English
  1647. The smartcard certificate used for authentication has expired. Please
  1648. contact your system administrator.
  1649. .
  1650. MessageId=1271 SymbolicName=ERROR_MACHINE_LOCKED
  1651. Language=English
  1652. The machine is locked and can not be shut down without the force option.
  1653. .
  1654. MessageId=1273 SymbolicName=ERROR_CALLBACK_SUPPLIED_INVALID_DATA
  1655. Language=English
  1656. An application-defined callback gave invalid data when called.
  1657. .
  1658. MessageId=1274 SymbolicName=ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
  1659. Language=English
  1660. The group policy framework should call the extension in the synchronous foreground policy refresh.
  1661. .
  1662. MessageId=1275 SymbolicName=ERROR_DRIVER_BLOCKED
  1663. Language=English
  1664. This driver has been blocked from loading
  1665. .
  1666. MessageId=1276 SymbolicName=ERROR_INVALID_IMPORT_OF_NON_DLL
  1667. Language=English
  1668. A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
  1669. .
  1670. ;
  1671. ;///////////////////////////
  1672. ;//
  1673. ;// Add new status codes before this point unless there is a component specific section below.
  1674. ;//
  1675. ;///////////////////////////
  1676. ;
  1677. ;
  1678. ;///////////////////////////
  1679. ;// //
  1680. ;// Security Status Codes //
  1681. ;// //
  1682. ;///////////////////////////
  1683. ;
  1684. ;
  1685. MessageId=1300 SymbolicName=ERROR_NOT_ALL_ASSIGNED
  1686. Language=English
  1687. Not all privileges referenced are assigned to the caller.
  1688. .
  1689. MessageId=1301 SymbolicName=ERROR_SOME_NOT_MAPPED
  1690. Language=English
  1691. Some mapping between account names and security IDs was not done.
  1692. .
  1693. MessageId=1302 SymbolicName=ERROR_NO_QUOTAS_FOR_ACCOUNT
  1694. Language=English
  1695. No system quota limits are specifically set for this account.
  1696. .
  1697. MessageId=1303 SymbolicName=ERROR_LOCAL_USER_SESSION_KEY
  1698. Language=English
  1699. No encryption key is available. A well-known encryption key was returned.
  1700. .
  1701. MessageId=1304 SymbolicName=ERROR_NULL_LM_PASSWORD
  1702. Language=English
  1703. The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.
  1704. .
  1705. MessageId=1305 SymbolicName=ERROR_UNKNOWN_REVISION
  1706. Language=English
  1707. The revision level is unknown.
  1708. .
  1709. MessageId=1306 SymbolicName=ERROR_REVISION_MISMATCH
  1710. Language=English
  1711. Indicates two revision levels are incompatible.
  1712. .
  1713. MessageId=1307 SymbolicName=ERROR_INVALID_OWNER
  1714. Language=English
  1715. This security ID may not be assigned as the owner of this object.
  1716. .
  1717. MessageId=1308 SymbolicName=ERROR_INVALID_PRIMARY_GROUP
  1718. Language=English
  1719. This security ID may not be assigned as the primary group of an object.
  1720. .
  1721. MessageId=1309 SymbolicName=ERROR_NO_IMPERSONATION_TOKEN
  1722. Language=English
  1723. An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
  1724. .
  1725. MessageId=1310 SymbolicName=ERROR_CANT_DISABLE_MANDATORY
  1726. Language=English
  1727. The group may not be disabled.
  1728. .
  1729. MessageId=1311 SymbolicName=ERROR_NO_LOGON_SERVERS
  1730. Language=English
  1731. There are currently no logon servers available to service the logon request.
  1732. .
  1733. MessageId=1312 SymbolicName=ERROR_NO_SUCH_LOGON_SESSION
  1734. Language=English
  1735. A specified logon session does not exist. It may already have been terminated.
  1736. .
  1737. MessageId=1313 SymbolicName=ERROR_NO_SUCH_PRIVILEGE
  1738. Language=English
  1739. A specified privilege does not exist.
  1740. .
  1741. MessageId=1314 SymbolicName=ERROR_PRIVILEGE_NOT_HELD
  1742. Language=English
  1743. A required privilege is not held by the client.
  1744. .
  1745. MessageId=1315 SymbolicName=ERROR_INVALID_ACCOUNT_NAME
  1746. Language=English
  1747. The name provided is not a properly formed account name.
  1748. .
  1749. MessageId=1316 SymbolicName=ERROR_USER_EXISTS
  1750. Language=English
  1751. The specified user already exists.
  1752. .
  1753. MessageId=1317 SymbolicName=ERROR_NO_SUCH_USER
  1754. Language=English
  1755. The specified user does not exist.
  1756. .
  1757. MessageId=1318 SymbolicName=ERROR_GROUP_EXISTS
  1758. Language=English
  1759. The specified group already exists.
  1760. .
  1761. MessageId=1319 SymbolicName=ERROR_NO_SUCH_GROUP
  1762. Language=English
  1763. The specified group does not exist.
  1764. .
  1765. MessageId=1320 SymbolicName=ERROR_MEMBER_IN_GROUP
  1766. Language=English
  1767. Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.
  1768. .
  1769. MessageId=1321 SymbolicName=ERROR_MEMBER_NOT_IN_GROUP
  1770. Language=English
  1771. The specified user account is not a member of the specified group account.
  1772. .
  1773. MessageId=1322 SymbolicName=ERROR_LAST_ADMIN
  1774. Language=English
  1775. The last remaining administration account cannot be disabled or deleted.
  1776. .
  1777. MessageId=1323 SymbolicName=ERROR_WRONG_PASSWORD
  1778. Language=English
  1779. Unable to update the password. The value provided as the current password is incorrect.
  1780. .
  1781. MessageId=1324 SymbolicName=ERROR_ILL_FORMED_PASSWORD
  1782. Language=English
  1783. Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
  1784. .
  1785. MessageId=1325 SymbolicName=ERROR_PASSWORD_RESTRICTION
  1786. Language=English
  1787. Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirement of the domain.
  1788. .
  1789. MessageId=1326 SymbolicName=ERROR_LOGON_FAILURE
  1790. Language=English
  1791. Logon failure: unknown user name or bad password.
  1792. .
  1793. MessageId=1327 SymbolicName=ERROR_ACCOUNT_RESTRICTION
  1794. Language=English
  1795. Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.
  1796. .
  1797. MessageId=1328 SymbolicName=ERROR_INVALID_LOGON_HOURS
  1798. Language=English
  1799. Logon failure: account logon time restriction violation.
  1800. .
  1801. MessageId=1329 SymbolicName=ERROR_INVALID_WORKSTATION
  1802. Language=English
  1803. Logon failure: user not allowed to log on to this computer.
  1804. .
  1805. MessageId=1330 SymbolicName=ERROR_PASSWORD_EXPIRED
  1806. Language=English
  1807. Logon failure: the specified account password has expired.
  1808. .
  1809. MessageId=1331 SymbolicName=ERROR_ACCOUNT_DISABLED
  1810. Language=English
  1811. Logon failure: account currently disabled.
  1812. .
  1813. MessageId=1332 SymbolicName=ERROR_NONE_MAPPED
  1814. Language=English
  1815. No mapping between account names and security IDs was done.
  1816. .
  1817. MessageId=1333 SymbolicName=ERROR_TOO_MANY_LUIDS_REQUESTED
  1818. Language=English
  1819. Too many local user identifiers (LUIDs) were requested at one time.
  1820. .
  1821. MessageId=1334 SymbolicName=ERROR_LUIDS_EXHAUSTED
  1822. Language=English
  1823. No more local user identifiers (LUIDs) are available.
  1824. .
  1825. MessageId=1335 SymbolicName=ERROR_INVALID_SUB_AUTHORITY
  1826. Language=English
  1827. The subauthority part of a security ID is invalid for this particular use.
  1828. .
  1829. MessageId=1336 SymbolicName=ERROR_INVALID_ACL
  1830. Language=English
  1831. The access control list (ACL) structure is invalid.
  1832. .
  1833. MessageId=1337 SymbolicName=ERROR_INVALID_SID
  1834. Language=English
  1835. The security ID structure is invalid.
  1836. .
  1837. MessageId=1338 SymbolicName=ERROR_INVALID_SECURITY_DESCR
  1838. Language=English
  1839. The security descriptor structure is invalid.
  1840. .
  1841. MessageId=1340 SymbolicName=ERROR_BAD_INHERITANCE_ACL
  1842. Language=English
  1843. The inherited access control list (ACL) or access control entry (ACE) could not be built.
  1844. .
  1845. MessageId=1341 SymbolicName=ERROR_SERVER_DISABLED
  1846. Language=English
  1847. The server is currently disabled.
  1848. .
  1849. MessageId=1342 SymbolicName=ERROR_SERVER_NOT_DISABLED
  1850. Language=English
  1851. The server is currently enabled.
  1852. .
  1853. MessageId=1343 SymbolicName=ERROR_INVALID_ID_AUTHORITY
  1854. Language=English
  1855. The value provided was an invalid value for an identifier authority.
  1856. .
  1857. MessageId=1344 SymbolicName=ERROR_ALLOTTED_SPACE_EXCEEDED
  1858. Language=English
  1859. No more memory is available for security information updates.
  1860. .
  1861. MessageId=1345 SymbolicName=ERROR_INVALID_GROUP_ATTRIBUTES
  1862. Language=English
  1863. The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
  1864. .
  1865. MessageId=1346 SymbolicName=ERROR_BAD_IMPERSONATION_LEVEL
  1866. Language=English
  1867. Either a required impersonation level was not provided, or the provided impersonation level is invalid.
  1868. .
  1869. MessageId=1347 SymbolicName=ERROR_CANT_OPEN_ANONYMOUS
  1870. Language=English
  1871. Cannot open an anonymous level security token.
  1872. .
  1873. MessageId=1348 SymbolicName=ERROR_BAD_VALIDATION_CLASS
  1874. Language=English
  1875. The validation information class requested was invalid.
  1876. .
  1877. MessageId=1349 SymbolicName=ERROR_BAD_TOKEN_TYPE
  1878. Language=English
  1879. The type of the token is inappropriate for its attempted use.
  1880. .
  1881. MessageId=1350 SymbolicName=ERROR_NO_SECURITY_ON_OBJECT
  1882. Language=English
  1883. Unable to perform a security operation on an object that has no associated security.
  1884. .
  1885. MessageId=1351 SymbolicName=ERROR_CANT_ACCESS_DOMAIN_INFO
  1886. Language=English
  1887. Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
  1888. .
  1889. MessageId=1352 SymbolicName=ERROR_INVALID_SERVER_STATE
  1890. Language=English
  1891. The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
  1892. .
  1893. MessageId=1353 SymbolicName=ERROR_INVALID_DOMAIN_STATE
  1894. Language=English
  1895. The domain was in the wrong state to perform the security operation.
  1896. .
  1897. MessageId=1354 SymbolicName=ERROR_INVALID_DOMAIN_ROLE
  1898. Language=English
  1899. This operation is only allowed for the Primary Domain Controller of the domain.
  1900. .
  1901. MessageId=1355 SymbolicName=ERROR_NO_SUCH_DOMAIN
  1902. Language=English
  1903. The specified domain either does not exist or could not be contacted.
  1904. .
  1905. MessageId=1356 SymbolicName=ERROR_DOMAIN_EXISTS
  1906. Language=English
  1907. The specified domain already exists.
  1908. .
  1909. MessageId=1357 SymbolicName=ERROR_DOMAIN_LIMIT_EXCEEDED
  1910. Language=English
  1911. An attempt was made to exceed the limit on the number of domains per server.
  1912. .
  1913. MessageId=1358 SymbolicName=ERROR_INTERNAL_DB_CORRUPTION
  1914. Language=English
  1915. Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
  1916. .
  1917. MessageId=1359 SymbolicName=ERROR_INTERNAL_ERROR
  1918. Language=English
  1919. An internal error occurred.
  1920. .
  1921. MessageId=1360 SymbolicName=ERROR_GENERIC_NOT_MAPPED
  1922. Language=English
  1923. Generic access types were contained in an access mask which should already be mapped to nongeneric types.
  1924. .
  1925. MessageId=1361 SymbolicName=ERROR_BAD_DESCRIPTOR_FORMAT
  1926. Language=English
  1927. A security descriptor is not in the right format (absolute or self-relative).
  1928. .
  1929. MessageId=1362 SymbolicName=ERROR_NOT_LOGON_PROCESS
  1930. Language=English
  1931. The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
  1932. .
  1933. MessageId=1363 SymbolicName=ERROR_LOGON_SESSION_EXISTS
  1934. Language=English
  1935. Cannot start a new logon session with an ID that is already in use.
  1936. .
  1937. MessageId=1364 SymbolicName=ERROR_NO_SUCH_PACKAGE
  1938. Language=English
  1939. A specified authentication package is unknown.
  1940. .
  1941. MessageId=1365 SymbolicName=ERROR_BAD_LOGON_SESSION_STATE
  1942. Language=English
  1943. The logon session is not in a state that is consistent with the requested operation.
  1944. .
  1945. MessageId=1366 SymbolicName=ERROR_LOGON_SESSION_COLLISION
  1946. Language=English
  1947. The logon session ID is already in use.
  1948. .
  1949. MessageId=1367 SymbolicName=ERROR_INVALID_LOGON_TYPE
  1950. Language=English
  1951. A logon request contained an invalid logon type value.
  1952. .
  1953. MessageId=1368 SymbolicName=ERROR_CANNOT_IMPERSONATE
  1954. Language=English
  1955. Unable to impersonate using a named pipe until data has been read from that pipe.
  1956. .
  1957. MessageId=1369 SymbolicName=ERROR_RXACT_INVALID_STATE
  1958. Language=English
  1959. The transaction state of a registry subtree is incompatible with the requested operation.
  1960. .
  1961. MessageId=1370 SymbolicName=ERROR_RXACT_COMMIT_FAILURE
  1962. Language=English
  1963. An internal security database corruption has been encountered.
  1964. .
  1965. MessageId=1371 SymbolicName=ERROR_SPECIAL_ACCOUNT
  1966. Language=English
  1967. Cannot perform this operation on built-in accounts.
  1968. .
  1969. MessageId=1372 SymbolicName=ERROR_SPECIAL_GROUP
  1970. Language=English
  1971. Cannot perform this operation on this built-in special group.
  1972. .
  1973. MessageId=1373 SymbolicName=ERROR_SPECIAL_USER
  1974. Language=English
  1975. Cannot perform this operation on this built-in special user.
  1976. .
  1977. MessageId=1374 SymbolicName=ERROR_MEMBERS_PRIMARY_GROUP
  1978. Language=English
  1979. The user cannot be removed from a group because the group is currently the user's primary group.
  1980. .
  1981. MessageId=1375 SymbolicName=ERROR_TOKEN_ALREADY_IN_USE
  1982. Language=English
  1983. The token is already in use as a primary token.
  1984. .
  1985. MessageId=1376 SymbolicName=ERROR_NO_SUCH_ALIAS
  1986. Language=English
  1987. The specified local group does not exist.
  1988. .
  1989. MessageId=1377 SymbolicName=ERROR_MEMBER_NOT_IN_ALIAS
  1990. Language=English
  1991. The specified account name is not a member of the local group.
  1992. .
  1993. MessageId=1378 SymbolicName=ERROR_MEMBER_IN_ALIAS
  1994. Language=English
  1995. The specified account name is already a member of the local group.
  1996. .
  1997. MessageId=1379 SymbolicName=ERROR_ALIAS_EXISTS
  1998. Language=English
  1999. The specified local group already exists.
  2000. .
  2001. MessageId=1380 SymbolicName=ERROR_LOGON_NOT_GRANTED
  2002. Language=English
  2003. Logon failure: the user has not been granted the requested logon type at this computer.
  2004. .
  2005. MessageId=1381 SymbolicName=ERROR_TOO_MANY_SECRETS
  2006. Language=English
  2007. The maximum number of secrets that may be stored in a single system has been exceeded.
  2008. .
  2009. MessageId=1382 SymbolicName=ERROR_SECRET_TOO_LONG
  2010. Language=English
  2011. The length of a secret exceeds the maximum length allowed.
  2012. .
  2013. MessageId=1383 SymbolicName=ERROR_INTERNAL_DB_ERROR
  2014. Language=English
  2015. The local security authority database contains an internal inconsistency.
  2016. .
  2017. MessageId=1384 SymbolicName=ERROR_TOO_MANY_CONTEXT_IDS
  2018. Language=English
  2019. During a logon attempt, the user's security context accumulated too many security IDs.
  2020. .
  2021. MessageId=1385 SymbolicName=ERROR_LOGON_TYPE_NOT_GRANTED
  2022. Language=English
  2023. Logon failure: the user has not been granted the requested logon type at this computer.
  2024. .
  2025. MessageId=1386 SymbolicName=ERROR_NT_CROSS_ENCRYPTION_REQUIRED
  2026. Language=English
  2027. A cross-encrypted password is necessary to change a user password.
  2028. .
  2029. MessageId=1387 SymbolicName=ERROR_NO_SUCH_MEMBER
  2030. Language=English
  2031. A member could not be added to or removed from the local group because the member does not exist.
  2032. .
  2033. MessageId=1388 SymbolicName=ERROR_INVALID_MEMBER
  2034. Language=English
  2035. A new member could not be added to a local group because the member has the wrong account type.
  2036. .
  2037. MessageId=1389 SymbolicName=ERROR_TOO_MANY_SIDS
  2038. Language=English
  2039. Too many security IDs have been specified.
  2040. .
  2041. MessageId=1390 SymbolicName=ERROR_LM_CROSS_ENCRYPTION_REQUIRED
  2042. Language=English
  2043. A cross-encrypted password is necessary to change this user password.
  2044. .
  2045. MessageId=1391 SymbolicName=ERROR_NO_INHERITANCE
  2046. Language=English
  2047. Indicates an ACL contains no inheritable components.
  2048. .
  2049. MessageId=1392 SymbolicName=ERROR_FILE_CORRUPT
  2050. Language=English
  2051. The file or directory is corrupted and unreadable.
  2052. .
  2053. MessageId=1393 SymbolicName=ERROR_DISK_CORRUPT
  2054. Language=English
  2055. The disk structure is corrupted and unreadable.
  2056. .
  2057. MessageId=1394 SymbolicName=ERROR_NO_USER_SESSION_KEY
  2058. Language=English
  2059. There is no user session key for the specified logon session.
  2060. .
  2061. MessageId=1395 SymbolicName=ERROR_LICENSE_QUOTA_EXCEEDED
  2062. Language=English
  2063. The service being accessed is licensed for a particular number of connections.
  2064. No more connections can be made to the service at this time because there are already as many connections as the service can accept.
  2065. .
  2066. MessageId=1396 SymbolicName=ERROR_WRONG_TARGET_NAME
  2067. Language=English
  2068. Logon Failure: The target account name is incorrect.
  2069. .
  2070. MessageId=1397 SymbolicName=ERROR_MUTUAL_AUTH_FAILED
  2071. Language=English
  2072. Mutual Authentication failed. The server's password is out of date at the domain controller.
  2073. .
  2074. MessageId=1398 SymbolicName=ERROR_TIME_SKEW
  2075. Language=English
  2076. There is a time and/or date difference between the client and server.
  2077. .
  2078. MessageId=1399 SymbolicName=ERROR_CURRENT_DOMAIN_NOT_ALLOWED
  2079. Language=English
  2080. This operation can not be performed on the current domain.
  2081. .
  2082. ;// End of security error codes
  2083. ;
  2084. ;
  2085. ;
  2086. ;///////////////////////////
  2087. ;// //
  2088. ;// WinUser Error Codes //
  2089. ;// //
  2090. ;///////////////////////////
  2091. ;
  2092. ;
  2093. MessageId=1400 SymbolicName=ERROR_INVALID_WINDOW_HANDLE
  2094. Language=English
  2095. Invalid window handle.
  2096. .
  2097. MessageId=1401 SymbolicName=ERROR_INVALID_MENU_HANDLE
  2098. Language=English
  2099. Invalid menu handle.
  2100. .
  2101. MessageId=1402 SymbolicName=ERROR_INVALID_CURSOR_HANDLE
  2102. Language=English
  2103. Invalid cursor handle.
  2104. .
  2105. MessageId=1403 SymbolicName=ERROR_INVALID_ACCEL_HANDLE
  2106. Language=English
  2107. Invalid accelerator table handle.
  2108. .
  2109. MessageId=1404 SymbolicName=ERROR_INVALID_HOOK_HANDLE
  2110. Language=English
  2111. Invalid hook handle.
  2112. .
  2113. MessageId=1405 SymbolicName=ERROR_INVALID_DWP_HANDLE
  2114. Language=English
  2115. Invalid handle to a multiple-window position structure.
  2116. .
  2117. MessageId=1406 SymbolicName=ERROR_TLW_WITH_WSCHILD
  2118. Language=English
  2119. Cannot create a top-level child window.
  2120. .
  2121. MessageId=1407 SymbolicName=ERROR_CANNOT_FIND_WND_CLASS
  2122. Language=English
  2123. Cannot find window class.
  2124. .
  2125. MessageId=1408 SymbolicName=ERROR_WINDOW_OF_OTHER_THREAD
  2126. Language=English
  2127. Invalid window; it belongs to other thread.
  2128. .
  2129. MessageId=1409 SymbolicName=ERROR_HOTKEY_ALREADY_REGISTERED
  2130. Language=English
  2131. Hot key is already registered.
  2132. .
  2133. MessageId=1410 SymbolicName=ERROR_CLASS_ALREADY_EXISTS
  2134. Language=English
  2135. Class already exists.
  2136. .
  2137. MessageId=1411 SymbolicName=ERROR_CLASS_DOES_NOT_EXIST
  2138. Language=English
  2139. Class does not exist.
  2140. .
  2141. MessageId=1412 SymbolicName=ERROR_CLASS_HAS_WINDOWS
  2142. Language=English
  2143. Class still has open windows.
  2144. .
  2145. MessageId=1413 SymbolicName=ERROR_INVALID_INDEX
  2146. Language=English
  2147. Invalid index.
  2148. .
  2149. MessageId=1414 SymbolicName=ERROR_INVALID_ICON_HANDLE
  2150. Language=English
  2151. Invalid icon handle.
  2152. .
  2153. MessageId=1415 SymbolicName=ERROR_PRIVATE_DIALOG_INDEX
  2154. Language=English
  2155. Using private DIALOG window words.
  2156. .
  2157. MessageId=1416 SymbolicName=ERROR_LISTBOX_ID_NOT_FOUND
  2158. Language=English
  2159. The list box identifier was not found.
  2160. .
  2161. MessageId=1417 SymbolicName=ERROR_NO_WILDCARD_CHARACTERS
  2162. Language=English
  2163. No wildcards were found.
  2164. .
  2165. MessageId=1418 SymbolicName=ERROR_CLIPBOARD_NOT_OPEN
  2166. Language=English
  2167. Thread does not have a clipboard open.
  2168. .
  2169. MessageId=1419 SymbolicName=ERROR_HOTKEY_NOT_REGISTERED
  2170. Language=English
  2171. Hot key is not registered.
  2172. .
  2173. MessageId=1420 SymbolicName=ERROR_WINDOW_NOT_DIALOG
  2174. Language=English
  2175. The window is not a valid dialog window.
  2176. .
  2177. MessageId=1421 SymbolicName=ERROR_CONTROL_ID_NOT_FOUND
  2178. Language=English
  2179. Control ID not found.
  2180. .
  2181. MessageId=1422 SymbolicName=ERROR_INVALID_COMBOBOX_MESSAGE
  2182. Language=English
  2183. Invalid message for a combo box because it does not have an edit control.
  2184. .
  2185. MessageId=1423 SymbolicName=ERROR_WINDOW_NOT_COMBOBOX
  2186. Language=English
  2187. The window is not a combo box.
  2188. .
  2189. MessageId=1424 SymbolicName=ERROR_INVALID_EDIT_HEIGHT
  2190. Language=English
  2191. Height must be less than 256.
  2192. .
  2193. MessageId=1425 SymbolicName=ERROR_DC_NOT_FOUND
  2194. Language=English
  2195. Invalid device context (DC) handle.
  2196. .
  2197. MessageId=1426 SymbolicName=ERROR_INVALID_HOOK_FILTER
  2198. Language=English
  2199. Invalid hook procedure type.
  2200. .
  2201. MessageId=1427 SymbolicName=ERROR_INVALID_FILTER_PROC
  2202. Language=English
  2203. Invalid hook procedure.
  2204. .
  2205. MessageId=1428 SymbolicName=ERROR_HOOK_NEEDS_HMOD
  2206. Language=English
  2207. Cannot set nonlocal hook without a module handle.
  2208. .
  2209. MessageId=1429 SymbolicName=ERROR_GLOBAL_ONLY_HOOK
  2210. Language=English
  2211. This hook procedure can only be set globally.
  2212. .
  2213. MessageId=1430 SymbolicName=ERROR_JOURNAL_HOOK_SET
  2214. Language=English
  2215. The journal hook procedure is already installed.
  2216. .
  2217. MessageId=1431 SymbolicName=ERROR_HOOK_NOT_INSTALLED
  2218. Language=English
  2219. The hook procedure is not installed.
  2220. .
  2221. MessageId=1432 SymbolicName=ERROR_INVALID_LB_MESSAGE
  2222. Language=English
  2223. Invalid message for single-selection list box.
  2224. .
  2225. MessageId=1433 SymbolicName=ERROR_SETCOUNT_ON_BAD_LB
  2226. Language=English
  2227. LB_SETCOUNT sent to non-lazy list box.
  2228. .
  2229. MessageId=1434 SymbolicName=ERROR_LB_WITHOUT_TABSTOPS
  2230. Language=English
  2231. This list box does not support tab stops.
  2232. .
  2233. MessageId=1435 SymbolicName=ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
  2234. Language=English
  2235. Cannot destroy object created by another thread.
  2236. .
  2237. MessageId=1436 SymbolicName=ERROR_CHILD_WINDOW_MENU
  2238. Language=English
  2239. Child windows cannot have menus.
  2240. .
  2241. MessageId=1437 SymbolicName=ERROR_NO_SYSTEM_MENU
  2242. Language=English
  2243. The window does not have a system menu.
  2244. .
  2245. MessageId=1438 SymbolicName=ERROR_INVALID_MSGBOX_STYLE
  2246. Language=English
  2247. Invalid message box style.
  2248. .
  2249. MessageId=1439 SymbolicName=ERROR_INVALID_SPI_VALUE
  2250. Language=English
  2251. Invalid system-wide (SPI_*) parameter.
  2252. .
  2253. MessageId=1440 SymbolicName=ERROR_SCREEN_ALREADY_LOCKED
  2254. Language=English
  2255. Screen already locked.
  2256. .
  2257. MessageId=1441 SymbolicName=ERROR_HWNDS_HAVE_DIFF_PARENT
  2258. Language=English
  2259. All handles to windows in a multiple-window position structure must have the same parent.
  2260. .
  2261. MessageId=1442 SymbolicName=ERROR_NOT_CHILD_WINDOW
  2262. Language=English
  2263. The window is not a child window.
  2264. .
  2265. MessageId=1443 SymbolicName=ERROR_INVALID_GW_COMMAND
  2266. Language=English
  2267. Invalid GW_* command.
  2268. .
  2269. MessageId=1444 SymbolicName=ERROR_INVALID_THREAD_ID
  2270. Language=English
  2271. Invalid thread identifier.
  2272. .
  2273. MessageId=1445 SymbolicName=ERROR_NON_MDICHILD_WINDOW
  2274. Language=English
  2275. Cannot process a message from a window that is not a multiple document interface (MDI) window.
  2276. .
  2277. MessageId=1446 SymbolicName=ERROR_POPUP_ALREADY_ACTIVE
  2278. Language=English
  2279. Popup menu already active.
  2280. .
  2281. MessageId=1447 SymbolicName=ERROR_NO_SCROLLBARS
  2282. Language=English
  2283. The window does not have scroll bars.
  2284. .
  2285. MessageId=1448 SymbolicName=ERROR_INVALID_SCROLLBAR_RANGE
  2286. Language=English
  2287. Scroll bar range cannot be greater than MAXLONG.
  2288. .
  2289. MessageId=1449 SymbolicName=ERROR_INVALID_SHOWWIN_COMMAND
  2290. Language=English
  2291. Cannot show or remove the window in the way specified.
  2292. .
  2293. MessageId=1450 SymbolicName=ERROR_NO_SYSTEM_RESOURCES
  2294. Language=English.
  2295. Insufficient system resources exist to complete the requested service.
  2296. .
  2297. MessageId=1451 SymbolicName=ERROR_NONPAGED_SYSTEM_RESOURCES
  2298. Language=English.
  2299. Insufficient system resources exist to complete the requested service.
  2300. .
  2301. MessageId=1452 SymbolicName=ERROR_PAGED_SYSTEM_RESOURCES
  2302. Language=English.
  2303. Insufficient system resources exist to complete the requested service.
  2304. .
  2305. MessageId=1453 SymbolicName=ERROR_WORKING_SET_QUOTA
  2306. Language=English.
  2307. Insufficient quota to complete the requested service.
  2308. .
  2309. MessageId=1454 SymbolicName=ERROR_PAGEFILE_QUOTA
  2310. Language=English.
  2311. Insufficient quota to complete the requested service.
  2312. .
  2313. MessageId=1455 SymbolicName=ERROR_COMMITMENT_LIMIT
  2314. Language=English.
  2315. The paging file is too small for this operation to complete.
  2316. .
  2317. MessageId=1456 SymbolicName=ERROR_MENU_ITEM_NOT_FOUND
  2318. Language=English
  2319. A menu item was not found.
  2320. .
  2321. MessageId=1457 SymbolicName=ERROR_INVALID_KEYBOARD_HANDLE
  2322. Language=English.
  2323. Invalid keyboard layout handle.
  2324. .
  2325. MessageId=1458 SymbolicName=ERROR_HOOK_TYPE_NOT_ALLOWED
  2326. Language=English.
  2327. Hook type not allowed.
  2328. .
  2329. MessageId=1459 SymbolicName=ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
  2330. Language=English.
  2331. This operation requires an interactive window station.
  2332. .
  2333. MessageId=1460 SymbolicName=ERROR_TIMEOUT
  2334. Language=English.
  2335. This operation returned because the timeout period expired.
  2336. .
  2337. MessageId=1461 SymbolicName=ERROR_INVALID_MONITOR_HANDLE
  2338. Language=English
  2339. Invalid monitor handle.
  2340. .
  2341. ;// End of WinUser error codes
  2342. ;
  2343. ;
  2344. ;
  2345. ;///////////////////////////
  2346. ;// //
  2347. ;// Eventlog Status Codes //
  2348. ;// //
  2349. ;///////////////////////////
  2350. ;
  2351. ;
  2352. MessageId=1500 SymbolicName=ERROR_EVENTLOG_FILE_CORRUPT
  2353. Language=English
  2354. The event log file is corrupted.
  2355. .
  2356. MessageId=1501 SymbolicName=ERROR_EVENTLOG_CANT_START
  2357. Language=English
  2358. No event log file could be opened, so the event logging service did not start.
  2359. .
  2360. MessageId=1502 SymbolicName=ERROR_LOG_FILE_FULL
  2361. Language=English
  2362. The event log file is full.
  2363. .
  2364. MessageId=1503 SymbolicName=ERROR_EVENTLOG_FILE_CHANGED
  2365. Language=English
  2366. The event log file has changed between read operations.
  2367. .
  2368. ;// End of eventlog error codes
  2369. ;
  2370. ;
  2371. ;
  2372. ;///////////////////////////
  2373. ;// //
  2374. ;// MSI Error Codes //
  2375. ;// //
  2376. ;///////////////////////////
  2377. ;
  2378. ;
  2379. MessageId=1601 SymbolicName=ERROR_INSTALL_SERVICE_FAILURE
  2380. Language=English
  2381. The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
  2382. .
  2383. MessageId=1602 SymbolicName=ERROR_INSTALL_USEREXIT
  2384. Language=English
  2385. User cancelled installation.
  2386. .
  2387. MessageId=1603 SymbolicName=ERROR_INSTALL_FAILURE
  2388. Language=English
  2389. Fatal error during installation.
  2390. .
  2391. MessageId=1604 SymbolicName=ERROR_INSTALL_SUSPEND
  2392. Language=English
  2393. Installation suspended, incomplete.
  2394. .
  2395. MessageId=1605 SymbolicName=ERROR_UNKNOWN_PRODUCT
  2396. Language=English
  2397. This action is only valid for products that are currently installed.
  2398. .
  2399. MessageId=1606 SymbolicName=ERROR_UNKNOWN_FEATURE
  2400. Language=English
  2401. Feature ID not registered.
  2402. .
  2403. MessageId=1607 SymbolicName=ERROR_UNKNOWN_COMPONENT
  2404. Language=English
  2405. Component ID not registered.
  2406. .
  2407. MessageId=1608 SymbolicName=ERROR_UNKNOWN_PROPERTY
  2408. Language=English
  2409. Unknown property.
  2410. .
  2411. MessageId=1609 SymbolicName=ERROR_INVALID_HANDLE_STATE
  2412. Language=English
  2413. Handle is in an invalid state.
  2414. .
  2415. MessageId=1610 SymbolicName=ERROR_BAD_CONFIGURATION
  2416. Language=English
  2417. The configuration data for this product is corrupt. Contact your support personnel.
  2418. .
  2419. MessageId=1611 SymbolicName=ERROR_INDEX_ABSENT
  2420. Language=English
  2421. Component qualifier not present.
  2422. .
  2423. MessageId=1612 SymbolicName=ERROR_INSTALL_SOURCE_ABSENT
  2424. Language=English
  2425. The installation source for this product is not available. Verify that the source exists and that you can access it.
  2426. .
  2427. MessageId=1613 SymbolicName=ERROR_INSTALL_PACKAGE_VERSION
  2428. Language=English
  2429. This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
  2430. .
  2431. MessageId=1614 SymbolicName=ERROR_PRODUCT_UNINSTALLED
  2432. Language=English
  2433. Product is uninstalled.
  2434. .
  2435. MessageId=1615 SymbolicName=ERROR_BAD_QUERY_SYNTAX
  2436. Language=English
  2437. SQL query syntax invalid or unsupported.
  2438. .
  2439. MessageId=1616 SymbolicName=ERROR_INVALID_FIELD
  2440. Language=English
  2441. Record field does not exist.
  2442. .
  2443. MessageId=1617 SymbolicName=ERROR_DEVICE_REMOVED
  2444. Language=English
  2445. The device has been removed.
  2446. .
  2447. MessageId=1618 SymbolicName=ERROR_INSTALL_ALREADY_RUNNING
  2448. Language=English
  2449. Another installation is already in progress. Complete that installation before proceeding with this install.
  2450. .
  2451. MessageId=1619 SymbolicName=ERROR_INSTALL_PACKAGE_OPEN_FAILED
  2452. Language=English
  2453. This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package.
  2454. .
  2455. MessageId=1620 SymbolicName=ERROR_INSTALL_PACKAGE_INVALID
  2456. Language=English
  2457. This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
  2458. .
  2459. MessageId=1621 SymbolicName=ERROR_INSTALL_UI_FAILURE
  2460. Language=English
  2461. There was an error starting the Windows Installer service user interface. Contact your support personnel.
  2462. .
  2463. MessageId=1622 SymbolicName=ERROR_INSTALL_LOG_FAILURE
  2464. Language=English
  2465. Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
  2466. .
  2467. MessageId=1623 SymbolicName=ERROR_INSTALL_LANGUAGE_UNSUPPORTED
  2468. Language=English
  2469. The language of this installation package is not supported by your system.
  2470. .
  2471. MessageId=1624 SymbolicName=ERROR_INSTALL_TRANSFORM_FAILURE
  2472. Language=English
  2473. Error applying transforms. Verify that the specified transform paths are valid.
  2474. .
  2475. MessageId=1625 SymbolicName=ERROR_INSTALL_PACKAGE_REJECTED
  2476. Language=English
  2477. This installation is forbidden by system policy. Contact your system administrator.
  2478. .
  2479. MessageId=1626 SymbolicName=ERROR_FUNCTION_NOT_CALLED
  2480. Language=English
  2481. Function could not be executed.
  2482. .
  2483. MessageId=1627 SymbolicName=ERROR_FUNCTION_FAILED
  2484. Language=English
  2485. Function failed during execution.
  2486. .
  2487. MessageId=1628 SymbolicName=ERROR_INVALID_TABLE
  2488. Language=English
  2489. Invalid or unknown table specified.
  2490. .
  2491. MessageId=1629 SymbolicName=ERROR_DATATYPE_MISMATCH
  2492. Language=English
  2493. Data supplied is of wrong type.
  2494. .
  2495. MessageId=1630 SymbolicName=ERROR_UNSUPPORTED_TYPE
  2496. Language=English
  2497. Data of this type is not supported.
  2498. .
  2499. MessageId=1631 SymbolicName=ERROR_CREATE_FAILED
  2500. Language=English
  2501. The Windows Installer service failed to start. Contact your support personnel.
  2502. .
  2503. MessageId=1632 SymbolicName=ERROR_INSTALL_TEMP_UNWRITABLE
  2504. Language=English
  2505. The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
  2506. .
  2507. MessageId=1633 SymbolicName=ERROR_INSTALL_PLATFORM_UNSUPPORTED
  2508. Language=English
  2509. This installation package is not supported by this processor type. Contact your product vendor.
  2510. .
  2511. MessageId=1634 SymbolicName=ERROR_INSTALL_NOTUSED
  2512. Language=English
  2513. Component not used on this computer.
  2514. .
  2515. MessageId=1635 SymbolicName=ERROR_PATCH_PACKAGE_OPEN_FAILED
  2516. Language=English
  2517. This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package.
  2518. .
  2519. MessageId=1636 SymbolicName=ERROR_PATCH_PACKAGE_INVALID
  2520. Language=English
  2521. This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package.
  2522. .
  2523. MessageId=1637 SymbolicName=ERROR_PATCH_PACKAGE_UNSUPPORTED
  2524. Language=English
  2525. This patch package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service.
  2526. .
  2527. MessageId=1638 SymbolicName=ERROR_PRODUCT_VERSION
  2528. Language=English
  2529. Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel.
  2530. .
  2531. MessageId=1639 SymbolicName=ERROR_INVALID_COMMAND_LINE
  2532. Language=English
  2533. Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
  2534. .
  2535. MessageId=1640 SymbolicName=ERROR_INSTALL_REMOTE_DISALLOWED
  2536. Language=English
  2537. Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator.
  2538. .
  2539. MessageId=1641 SymbolicName=ERROR_SUCCESS_REBOOT_INITIATED
  2540. Language=English
  2541. The requested operation completed successfully. The system will be restarted so the changes can take effect.
  2542. .
  2543. MessageId=1642 SymbolicName=ERROR_PATCH_TARGET_NOT_FOUND
  2544. Language=English
  2545. The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer an
  2546. d that you have the correct upgrade patch.
  2547. .
  2548. MessageId=1643 SymbolicName=ERROR_PATCH_PACKAGE_REJECTED
  2549. Language=English
  2550. The patch package is not permitted by software restriction policy.
  2551. .
  2552. MessageId=1644 SymbolicName=ERROR_INSTALL_TRANSFORM_REJECTED
  2553. Language=English
  2554. One or more customizations are not permitted by software restriction policy.
  2555. .
  2556. ;// End of MSI error codes
  2557. ;
  2558. ;
  2559. ;
  2560. ;///////////////////////////
  2561. ;// //
  2562. ;// RPC Status Codes //
  2563. ;// //
  2564. ;///////////////////////////
  2565. ;
  2566. ;
  2567. MessageId=1700 SymbolicName=RPC_S_INVALID_STRING_BINDING
  2568. Language=English
  2569. The string binding is invalid.
  2570. .
  2571. MessageId=1701 SymbolicName=RPC_S_WRONG_KIND_OF_BINDING
  2572. Language=English
  2573. The binding handle is not the correct type.
  2574. .
  2575. MessageId=1702 SymbolicName=RPC_S_INVALID_BINDING
  2576. Language=English
  2577. The binding handle is invalid.
  2578. .
  2579. MessageId=1703 SymbolicName=RPC_S_PROTSEQ_NOT_SUPPORTED
  2580. Language=English
  2581. The RPC protocol sequence is not supported.
  2582. .
  2583. MessageId=1704 SymbolicName=RPC_S_INVALID_RPC_PROTSEQ
  2584. Language=English
  2585. The RPC protocol sequence is invalid.
  2586. .
  2587. MessageId=1705 SymbolicName=RPC_S_INVALID_STRING_UUID
  2588. Language=English
  2589. The string universal unique identifier (UUID) is invalid.
  2590. .
  2591. MessageId=1706 SymbolicName=RPC_S_INVALID_ENDPOINT_FORMAT
  2592. Language=English
  2593. The endpoint format is invalid.
  2594. .
  2595. MessageId=1707 SymbolicName=RPC_S_INVALID_NET_ADDR
  2596. Language=English
  2597. The network address is invalid.
  2598. .
  2599. MessageId=1708 SymbolicName=RPC_S_NO_ENDPOINT_FOUND
  2600. Language=English
  2601. No endpoint was found.
  2602. .
  2603. MessageId=1709 SymbolicName=RPC_S_INVALID_TIMEOUT
  2604. Language=English
  2605. The timeout value is invalid.
  2606. .
  2607. MessageId=1710 SymbolicName=RPC_S_OBJECT_NOT_FOUND
  2608. Language=English
  2609. The object universal unique identifier (UUID) was not found.
  2610. .
  2611. MessageId=1711 SymbolicName=RPC_S_ALREADY_REGISTERED
  2612. Language=English
  2613. The object universal unique identifier (UUID) has already been registered.
  2614. .
  2615. MessageId=1712 SymbolicName=RPC_S_TYPE_ALREADY_REGISTERED
  2616. Language=English
  2617. The type universal unique identifier (UUID) has already been registered.
  2618. .
  2619. MessageId=1713 SymbolicName=RPC_S_ALREADY_LISTENING
  2620. Language=English
  2621. The RPC server is already listening.
  2622. .
  2623. MessageId=1714 SymbolicName=RPC_S_NO_PROTSEQS_REGISTERED
  2624. Language=English
  2625. No protocol sequences have been registered.
  2626. .
  2627. MessageId=1715 SymbolicName=RPC_S_NOT_LISTENING
  2628. Language=English
  2629. The RPC server is not listening.
  2630. .
  2631. MessageId=1716 SymbolicName=RPC_S_UNKNOWN_MGR_TYPE
  2632. Language=English
  2633. The manager type is unknown.
  2634. .
  2635. MessageId=1717 SymbolicName=RPC_S_UNKNOWN_IF
  2636. Language=English
  2637. The interface is unknown.
  2638. .
  2639. MessageId=1718 SymbolicName=RPC_S_NO_BINDINGS
  2640. Language=English
  2641. There are no bindings.
  2642. .
  2643. MessageId=1719 SymbolicName=RPC_S_NO_PROTSEQS
  2644. Language=English
  2645. There are no protocol sequences.
  2646. .
  2647. MessageId=1720 SymbolicName=RPC_S_CANT_CREATE_ENDPOINT
  2648. Language=English
  2649. The endpoint cannot be created.
  2650. .
  2651. MessageId=1721 SymbolicName=RPC_S_OUT_OF_RESOURCES
  2652. Language=English
  2653. Not enough resources are available to complete this operation.
  2654. .
  2655. MessageId=1722 SymbolicName=RPC_S_SERVER_UNAVAILABLE
  2656. Language=English
  2657. The RPC server is unavailable.
  2658. .
  2659. MessageId=1723 SymbolicName=RPC_S_SERVER_TOO_BUSY
  2660. Language=English
  2661. The RPC server is too busy to complete this operation.
  2662. .
  2663. MessageId=1724 SymbolicName=RPC_S_INVALID_NETWORK_OPTIONS
  2664. Language=English
  2665. The network options are invalid.
  2666. .
  2667. MessageId=1725 SymbolicName=RPC_S_NO_CALL_ACTIVE
  2668. Language=English
  2669. There are no remote procedure calls active on this thread.
  2670. .
  2671. MessageId=1726 SymbolicName=RPC_S_CALL_FAILED
  2672. Language=English
  2673. The remote procedure call failed.
  2674. .
  2675. MessageId=1727 SymbolicName=RPC_S_CALL_FAILED_DNE
  2676. Language=English
  2677. The remote procedure call failed and did not execute.
  2678. .
  2679. MessageId=1728 SymbolicName=RPC_S_PROTOCOL_ERROR
  2680. Language=English
  2681. A remote procedure call (RPC) protocol error occurred.
  2682. .
  2683. MessageId=1730 SymbolicName=RPC_S_UNSUPPORTED_TRANS_SYN
  2684. Language=English
  2685. The transfer syntax is not supported by the RPC server.
  2686. .
  2687. MessageId=1732 SymbolicName=RPC_S_UNSUPPORTED_TYPE
  2688. Language=English
  2689. The universal unique identifier (UUID) type is not supported.
  2690. .
  2691. MessageId=1733 SymbolicName=RPC_S_INVALID_TAG
  2692. Language=English
  2693. The tag is invalid.
  2694. .
  2695. MessageId=1734 SymbolicName=RPC_S_INVALID_BOUND
  2696. Language=English
  2697. The array bounds are invalid.
  2698. .
  2699. MessageId=1735 SymbolicName=RPC_S_NO_ENTRY_NAME
  2700. Language=English
  2701. The binding does not contain an entry name.
  2702. .
  2703. MessageId=1736 SymbolicName=RPC_S_INVALID_NAME_SYNTAX
  2704. Language=English
  2705. The name syntax is invalid.
  2706. .
  2707. MessageId=1737 SymbolicName=RPC_S_UNSUPPORTED_NAME_SYNTAX
  2708. Language=English
  2709. The name syntax is not supported.
  2710. .
  2711. MessageId=1739 SymbolicName=RPC_S_UUID_NO_ADDRESS
  2712. Language=English
  2713. No network address is available to use to construct a universal unique identifier (UUID).
  2714. .
  2715. MessageId=1740 SymbolicName=RPC_S_DUPLICATE_ENDPOINT
  2716. Language=English
  2717. The endpoint is a duplicate.
  2718. .
  2719. MessageId=1741 SymbolicName=RPC_S_UNKNOWN_AUTHN_TYPE
  2720. Language=English
  2721. The authentication type is unknown.
  2722. .
  2723. MessageId=1742 SymbolicName=RPC_S_MAX_CALLS_TOO_SMALL
  2724. Language=English
  2725. The maximum number of calls is too small.
  2726. .
  2727. MessageId=1743 SymbolicName=RPC_S_STRING_TOO_LONG
  2728. Language=English
  2729. The string is too long.
  2730. .
  2731. MessageId=1744 SymbolicName=RPC_S_PROTSEQ_NOT_FOUND
  2732. Language=English
  2733. The RPC protocol sequence was not found.
  2734. .
  2735. MessageId=1745 SymbolicName=RPC_S_PROCNUM_OUT_OF_RANGE
  2736. Language=English
  2737. The procedure number is out of range.
  2738. .
  2739. MessageId=1746 SymbolicName=RPC_S_BINDING_HAS_NO_AUTH
  2740. Language=English
  2741. The binding does not contain any authentication information.
  2742. .
  2743. MessageId=1747 SymbolicName=RPC_S_UNKNOWN_AUTHN_SERVICE
  2744. Language=English
  2745. The authentication service is unknown.
  2746. .
  2747. MessageId=1748 SymbolicName=RPC_S_UNKNOWN_AUTHN_LEVEL
  2748. Language=English
  2749. The authentication level is unknown.
  2750. .
  2751. MessageId=1749 SymbolicName=RPC_S_INVALID_AUTH_IDENTITY
  2752. Language=English
  2753. The security context is invalid.
  2754. .
  2755. MessageId=1750 SymbolicName=RPC_S_UNKNOWN_AUTHZ_SERVICE
  2756. Language=English
  2757. The authorization service is unknown.
  2758. .
  2759. MessageId=1751 SymbolicName=EPT_S_INVALID_ENTRY
  2760. Language=English
  2761. The entry is invalid.
  2762. .
  2763. MessageId=1752 SymbolicName=EPT_S_CANT_PERFORM_OP
  2764. Language=English
  2765. The server endpoint cannot perform the operation.
  2766. .
  2767. MessageId=1753 SymbolicName=EPT_S_NOT_REGISTERED
  2768. Language=English
  2769. There are no more endpoints available from the endpoint mapper.
  2770. .
  2771. MessageId=1754 SymbolicName=RPC_S_NOTHING_TO_EXPORT
  2772. Language=English
  2773. No interfaces have been exported.
  2774. .
  2775. MessageId=1755 SymbolicName=RPC_S_INCOMPLETE_NAME
  2776. Language=English
  2777. The entry name is incomplete.
  2778. .
  2779. MessageId=1756 SymbolicName=RPC_S_INVALID_VERS_OPTION
  2780. Language=English
  2781. The version option is invalid.
  2782. .
  2783. MessageId=1757 SymbolicName=RPC_S_NO_MORE_MEMBERS
  2784. Language=English
  2785. There are no more members.
  2786. .
  2787. MessageId=1758 SymbolicName=RPC_S_NOT_ALL_OBJS_UNEXPORTED
  2788. Language=English
  2789. There is nothing to unexport.
  2790. .
  2791. MessageId=1759 SymbolicName=RPC_S_INTERFACE_NOT_FOUND
  2792. Language=English
  2793. The interface was not found.
  2794. .
  2795. MessageId=1760 SymbolicName=RPC_S_ENTRY_ALREADY_EXISTS
  2796. Language=English
  2797. The entry already exists.
  2798. .
  2799. MessageId=1761 SymbolicName=RPC_S_ENTRY_NOT_FOUND
  2800. Language=English
  2801. The entry is not found.
  2802. .
  2803. MessageId=1762 SymbolicName=RPC_S_NAME_SERVICE_UNAVAILABLE
  2804. Language=English
  2805. The name service is unavailable.
  2806. .
  2807. MessageId=1763 SymbolicName=RPC_S_INVALID_NAF_ID
  2808. Language=English
  2809. The network address family is invalid.
  2810. .
  2811. MessageId=1764 SymbolicName=RPC_S_CANNOT_SUPPORT
  2812. Language=English
  2813. The requested operation is not supported.
  2814. .
  2815. MessageId=1765 SymbolicName=RPC_S_NO_CONTEXT_AVAILABLE
  2816. Language=English
  2817. No security context is available to allow impersonation.
  2818. .
  2819. MessageId=1766 SymbolicName=RPC_S_INTERNAL_ERROR
  2820. Language=English
  2821. An internal error occurred in a remote procedure call (RPC).
  2822. .
  2823. MessageId=1767 SymbolicName=RPC_S_ZERO_DIVIDE
  2824. Language=English
  2825. The RPC server attempted an integer division by zero.
  2826. .
  2827. MessageId=1768 SymbolicName=RPC_S_ADDRESS_ERROR
  2828. Language=English
  2829. An addressing error occurred in the RPC server.
  2830. .
  2831. MessageId=1769 SymbolicName=RPC_S_FP_DIV_ZERO
  2832. Language=English
  2833. A floating-point operation at the RPC server caused a division by zero.
  2834. .
  2835. MessageId=1770 SymbolicName=RPC_S_FP_UNDERFLOW
  2836. Language=English
  2837. A floating-point underflow occurred at the RPC server.
  2838. .
  2839. MessageId=1771 SymbolicName=RPC_S_FP_OVERFLOW
  2840. Language=English
  2841. A floating-point overflow occurred at the RPC server.
  2842. .
  2843. MessageId=1772 SymbolicName=RPC_X_NO_MORE_ENTRIES
  2844. Language=English
  2845. The list of RPC servers available for the binding of auto handles has been exhausted.
  2846. .
  2847. MessageId=1773 SymbolicName=RPC_X_SS_CHAR_TRANS_OPEN_FAIL
  2848. Language=English
  2849. Unable to open the character translation table file.
  2850. .
  2851. MessageId=1774 SymbolicName=RPC_X_SS_CHAR_TRANS_SHORT_FILE
  2852. Language=English
  2853. The file containing the character translation table has fewer than 512 bytes.
  2854. .
  2855. MessageId=1775 SymbolicName=RPC_X_SS_IN_NULL_CONTEXT
  2856. Language=English
  2857. A null context handle was passed from the client to the host during a remote procedure call.
  2858. .
  2859. MessageId=1777 SymbolicName=RPC_X_SS_CONTEXT_DAMAGED
  2860. Language=English
  2861. The context handle changed during a remote procedure call.
  2862. .
  2863. MessageId=1778 SymbolicName=RPC_X_SS_HANDLES_MISMATCH
  2864. Language=English
  2865. The binding handles passed to a remote procedure call do not match.
  2866. .
  2867. MessageId=1779 SymbolicName=RPC_X_SS_CANNOT_GET_CALL_HANDLE
  2868. Language=English
  2869. The stub is unable to get the remote procedure call handle.
  2870. .
  2871. MessageId=1780 SymbolicName=RPC_X_NULL_REF_POINTER
  2872. Language=English
  2873. A null reference pointer was passed to the stub.
  2874. .
  2875. MessageId=1781 SymbolicName=RPC_X_ENUM_VALUE_OUT_OF_RANGE
  2876. Language=English
  2877. The enumeration value is out of range.
  2878. .
  2879. MessageId=1782 SymbolicName=RPC_X_BYTE_COUNT_TOO_SMALL
  2880. Language=English
  2881. The byte count is too small.
  2882. .
  2883. MessageId=1783 SymbolicName=RPC_X_BAD_STUB_DATA
  2884. Language=English
  2885. The stub received bad data.
  2886. .
  2887. MessageId=1784 SymbolicName=ERROR_INVALID_USER_BUFFER
  2888. Language=English
  2889. The supplied user buffer is not valid for the requested operation.
  2890. .
  2891. MessageId=1785 SymbolicName=ERROR_UNRECOGNIZED_MEDIA
  2892. Language=English
  2893. The disk media is not recognized. It may not be formatted.
  2894. .
  2895. MessageId=1786 SymbolicName=ERROR_NO_TRUST_LSA_SECRET
  2896. Language=English
  2897. The workstation does not have a trust secret.
  2898. .
  2899. MessageId=1787 SymbolicName=ERROR_NO_TRUST_SAM_ACCOUNT
  2900. Language=English
  2901. The security database on the server does not have a computer account for this workstation trust relationship.
  2902. .
  2903. MessageId=1788 SymbolicName=ERROR_TRUSTED_DOMAIN_FAILURE
  2904. Language=English
  2905. The trust relationship between the primary domain and the trusted domain failed.
  2906. .
  2907. MessageId=1789 SymbolicName=ERROR_TRUSTED_RELATIONSHIP_FAILURE
  2908. Language=English
  2909. The trust relationship between this workstation and the primary domain failed.
  2910. .
  2911. MessageId=1790 SymbolicName=ERROR_TRUST_FAILURE
  2912. Language=English
  2913. The network logon failed.
  2914. .
  2915. MessageId=1791 SymbolicName=RPC_S_CALL_IN_PROGRESS
  2916. Language=English
  2917. A remote procedure call is already in progress for this thread.
  2918. .
  2919. MessageId=1792 SymbolicName=ERROR_NETLOGON_NOT_STARTED
  2920. Language=English
  2921. An attempt was made to logon, but the network logon service was not started.
  2922. .
  2923. MessageId=1793 SymbolicName=ERROR_ACCOUNT_EXPIRED
  2924. Language=English
  2925. The user's account has expired.
  2926. .
  2927. MessageId=1794 SymbolicName=ERROR_REDIRECTOR_HAS_OPEN_HANDLES
  2928. Language=English
  2929. The redirector is in use and cannot be unloaded.
  2930. .
  2931. MessageId=1795 SymbolicName=ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
  2932. Language=English
  2933. The specified printer driver is already installed.
  2934. .
  2935. MessageId=1796 SymbolicName=ERROR_UNKNOWN_PORT
  2936. Language=English
  2937. The specified port is unknown.
  2938. .
  2939. MessageId=1797 SymbolicName=ERROR_UNKNOWN_PRINTER_DRIVER
  2940. Language=English
  2941. The printer driver is unknown.
  2942. .
  2943. MessageId=1798 SymbolicName=ERROR_UNKNOWN_PRINTPROCESSOR
  2944. Language=English
  2945. The print processor is unknown.
  2946. .
  2947. MessageId=1799 SymbolicName=ERROR_INVALID_SEPARATOR_FILE
  2948. Language=English
  2949. The specified separator file is invalid.
  2950. .
  2951. MessageId=1800 SymbolicName=ERROR_INVALID_PRIORITY
  2952. Language=English
  2953. The specified priority is invalid.
  2954. .
  2955. MessageId=1801 SymbolicName=ERROR_INVALID_PRINTER_NAME
  2956. Language=English
  2957. The printer name is invalid.
  2958. .
  2959. MessageId=1802 SymbolicName=ERROR_PRINTER_ALREADY_EXISTS
  2960. Language=English
  2961. The printer already exists.
  2962. .
  2963. MessageId=1803 SymbolicName=ERROR_INVALID_PRINTER_COMMAND
  2964. Language=English
  2965. The printer command is invalid.
  2966. .
  2967. MessageId=1804 SymbolicName=ERROR_INVALID_DATATYPE
  2968. Language=English
  2969. The specified datatype is invalid.
  2970. .
  2971. MessageId=1805 SymbolicName=ERROR_INVALID_ENVIRONMENT
  2972. Language=English
  2973. The environment specified is invalid.
  2974. .
  2975. MessageId=1806 SymbolicName=RPC_S_NO_MORE_BINDINGS
  2976. Language=English
  2977. There are no more bindings.
  2978. .
  2979. MessageId=1807 SymbolicName=ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
  2980. Language=English
  2981. The account used is an interdomain trust account. Use your global user account or local user account to access this server.
  2982. .
  2983. MessageId=1808 SymbolicName=ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
  2984. Language=English
  2985. The account used is a computer account. Use your global user account or local user account to access this server.
  2986. .
  2987. MessageId=1809 SymbolicName=ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
  2988. Language=English
  2989. The account used is a server trust account. Use your global user account or local user account to access this server.
  2990. .
  2991. MessageId=1810 SymbolicName=ERROR_DOMAIN_TRUST_INCONSISTENT
  2992. Language=English
  2993. The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
  2994. .
  2995. MessageId=1811 SymbolicName=ERROR_SERVER_HAS_OPEN_HANDLES
  2996. Language=English
  2997. The server is in use and cannot be unloaded.
  2998. .
  2999. MessageId=1812 SymbolicName=ERROR_RESOURCE_DATA_NOT_FOUND
  3000. Language=English
  3001. The specified image file did not contain a resource section.
  3002. .
  3003. MessageId=1813 SymbolicName=ERROR_RESOURCE_TYPE_NOT_FOUND
  3004. Language=English
  3005. The specified resource type cannot be found in the image file.
  3006. .
  3007. MessageId=1814 SymbolicName=ERROR_RESOURCE_NAME_NOT_FOUND
  3008. Language=English
  3009. The specified resource name cannot be found in the image file.
  3010. .
  3011. MessageId=1815 SymbolicName=ERROR_RESOURCE_LANG_NOT_FOUND
  3012. Language=English
  3013. The specified resource language ID cannot be found in the image file.
  3014. .
  3015. MessageId=1816 SymbolicName=ERROR_NOT_ENOUGH_QUOTA
  3016. Language=English
  3017. Not enough quota is available to process this command.
  3018. .
  3019. MessageId=1817 SymbolicName=RPC_S_NO_INTERFACES
  3020. Language=English
  3021. No interfaces have been registered.
  3022. .
  3023. MessageId=1818 SymbolicName=RPC_S_CALL_CANCELLED
  3024. Language=English
  3025. The remote procedure call was cancelled.
  3026. .
  3027. MessageId=1819 SymbolicName=RPC_S_BINDING_INCOMPLETE
  3028. Language=English
  3029. The binding handle does not contain all required information.
  3030. .
  3031. MessageId=1820 SymbolicName=RPC_S_COMM_FAILURE
  3032. Language=English
  3033. A communications failure occurred during a remote procedure call.
  3034. .
  3035. MessageId=1821 SymbolicName=RPC_S_UNSUPPORTED_AUTHN_LEVEL
  3036. Language=English
  3037. The requested authentication level is not supported.
  3038. .
  3039. MessageId=1822 SymbolicName=RPC_S_NO_PRINC_NAME
  3040. Language=English
  3041. No principal name registered.
  3042. .
  3043. MessageId=1823 SymbolicName=RPC_S_NOT_RPC_ERROR
  3044. Language=English
  3045. The error specified is not a valid Windows RPC error code.
  3046. .
  3047. MessageId=1824 SymbolicName=RPC_S_UUID_LOCAL_ONLY
  3048. Language=English
  3049. A UUID that is valid only on this computer has been allocated.
  3050. .
  3051. MessageId=1825 SymbolicName=RPC_S_SEC_PKG_ERROR
  3052. Language=English
  3053. A security package specific error occurred.
  3054. .
  3055. MessageId=1826 SymbolicName=RPC_S_NOT_CANCELLED
  3056. Language=English
  3057. Thread is not canceled.
  3058. .
  3059. MessageId=1827 SymbolicName=RPC_X_INVALID_ES_ACTION
  3060. Language=English
  3061. Invalid operation on the encoding/decoding handle.
  3062. .
  3063. MessageId=1828 SymbolicName=RPC_X_WRONG_ES_VERSION
  3064. Language=English
  3065. Incompatible version of the serializing package.
  3066. .
  3067. MessageId=1829 SymbolicName=RPC_X_WRONG_STUB_VERSION
  3068. Language=English
  3069. Incompatible version of the RPC stub.
  3070. .
  3071. MessageId=1830 SymbolicName=RPC_X_INVALID_PIPE_OBJECT
  3072. Language=English
  3073. The RPC pipe object is invalid or corrupted.
  3074. .
  3075. MessageId=1831 SymbolicName=RPC_X_WRONG_PIPE_ORDER
  3076. Language=English
  3077. An invalid operation was attempted on an RPC pipe object.
  3078. .
  3079. MessageId=1832 SymbolicName=RPC_X_WRONG_PIPE_VERSION
  3080. Language=English
  3081. Unsupported RPC pipe version.
  3082. .
  3083. MessageId=1898 SymbolicName=RPC_S_GROUP_MEMBER_NOT_FOUND
  3084. Language=English
  3085. The group member was not found.
  3086. .
  3087. MessageId=1899 SymbolicName=EPT_S_CANT_CREATE
  3088. Language=English
  3089. The endpoint mapper database entry could not be created.
  3090. .
  3091. MessageId=1900 SymbolicName=RPC_S_INVALID_OBJECT
  3092. Language=English
  3093. The object universal unique identifier (UUID) is the nil UUID.
  3094. .
  3095. MessageId=1901 SymbolicName=ERROR_INVALID_TIME
  3096. Language=English
  3097. The specified time is invalid.
  3098. .
  3099. MessageId=1902 SymbolicName=ERROR_INVALID_FORM_NAME
  3100. Language=English
  3101. The specified form name is invalid.
  3102. .
  3103. MessageId=1903 SymbolicName=ERROR_INVALID_FORM_SIZE
  3104. Language=English
  3105. The specified form size is invalid.
  3106. .
  3107. MessageId=1904 SymbolicName=ERROR_ALREADY_WAITING
  3108. Language=English
  3109. The specified printer handle is already being waited on
  3110. .
  3111. MessageId=1905 SymbolicName=ERROR_PRINTER_DELETED
  3112. Language=English
  3113. The specified printer has been deleted.
  3114. .
  3115. MessageId=1906 SymbolicName=ERROR_INVALID_PRINTER_STATE
  3116. Language=English
  3117. The state of the printer is invalid.
  3118. .
  3119. MessageId=1907 SymbolicName=ERROR_PASSWORD_MUST_CHANGE
  3120. Language=English
  3121. The user's password must be changed before logging on the first time.
  3122. .
  3123. MessageId=1908 SymbolicName=ERROR_DOMAIN_CONTROLLER_NOT_FOUND
  3124. Language=English
  3125. Could not find the domain controller for this domain.
  3126. .
  3127. MessageId=1909 SymbolicName=ERROR_ACCOUNT_LOCKED_OUT
  3128. Language=English
  3129. The referenced account is currently locked out and may not be logged on to.
  3130. .
  3131. MessageId=1910 SymbolicName=OR_INVALID_OXID
  3132. Language=English
  3133. The object exporter specified was not found.
  3134. .
  3135. MessageId=1911 SymbolicName=OR_INVALID_OID
  3136. Language=English
  3137. The object specified was not found.
  3138. .
  3139. MessageId=1912 SymbolicName=OR_INVALID_SET
  3140. Language=English
  3141. The object resolver set specified was not found.
  3142. .
  3143. MessageId=1913 SymbolicName=RPC_S_SEND_INCOMPLETE
  3144. Language=English
  3145. Some data remains to be sent in the request buffer.
  3146. .
  3147. MessageId=1914 SymbolicName=RPC_S_INVALID_ASYNC_HANDLE
  3148. Language=English
  3149. Invalid asynchronous remote procedure call handle.
  3150. .
  3151. MessageId=1915 SymbolicName=RPC_S_INVALID_ASYNC_CALL
  3152. Language=English
  3153. Invalid asynchronous RPC call handle for this operation.
  3154. .
  3155. MessageId=1916 SymbolicName=RPC_X_PIPE_CLOSED
  3156. Language=English
  3157. The RPC pipe object has already been closed.
  3158. .
  3159. MessageId=1917 SymbolicName=RPC_X_PIPE_DISCIPLINE_ERROR
  3160. Language=English
  3161. The RPC call completed before all pipes were processed.
  3162. .
  3163. MessageId=1918 SymbolicName=RPC_X_PIPE_EMPTY
  3164. Language=English
  3165. No more data is available from the RPC pipe.
  3166. .
  3167. MessageId=1919 SymbolicName=ERROR_NO_SITENAME
  3168. Language=English
  3169. No site name is available for this machine.
  3170. .
  3171. MessageId=1920 SymbolicName=ERROR_CANT_ACCESS_FILE
  3172. Language=English
  3173. The file can not be accessed by the system.
  3174. .
  3175. MessageId=1921 SymbolicName=ERROR_CANT_RESOLVE_FILENAME
  3176. Language=English
  3177. The name of the file cannot be resolved by the system.
  3178. .
  3179. MessageId=1922 SymbolicName=RPC_S_ENTRY_TYPE_MISMATCH
  3180. Language=English
  3181. The entry is not of the expected type.
  3182. .
  3183. MessageId=1923 SymbolicName=RPC_S_NOT_ALL_OBJS_EXPORTED
  3184. Language=English
  3185. Not all object UUIDs could be exported to the specified entry.
  3186. .
  3187. MessageId=1924 SymbolicName=RPC_S_INTERFACE_NOT_EXPORTED
  3188. Language=English
  3189. Interface could not be exported to the specified entry.
  3190. .
  3191. MessageId=1925 SymbolicName=RPC_S_PROFILE_NOT_ADDED
  3192. Language=English
  3193. The specified profile entry could not be added.
  3194. .
  3195. MessageId=1926 SymbolicName=RPC_S_PRF_ELT_NOT_ADDED
  3196. Language=English
  3197. The specified profile element could not be added.
  3198. .
  3199. MessageId=1927 SymbolicName=RPC_S_PRF_ELT_NOT_REMOVED
  3200. Language=English
  3201. The specified profile element could not be removed.
  3202. .
  3203. MessageId=1928 SymbolicName=RPC_S_GRP_ELT_NOT_ADDED
  3204. Language=English
  3205. The group element could not be added.
  3206. .
  3207. MessageId=1929 SymbolicName=RPC_S_GRP_ELT_NOT_REMOVED
  3208. Language=English
  3209. The group element could not be removed.
  3210. .
  3211. MessageId=1930 SymbolicName=ERROR_KM_DRIVER_BLOCKED
  3212. Language=English
  3213. The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
  3214. .
  3215. MessageId=1931 SymbolicName=ERROR_CONTEXT_EXPIRED
  3216. Language=English
  3217. The context has expired and can no longer be used.
  3218. .
  3219. ;
  3220. ;
  3221. ;
  3222. ;///////////////////////////
  3223. ;// //
  3224. ;// OpenGL Error Code //
  3225. ;// //
  3226. ;///////////////////////////
  3227. ;
  3228. ;
  3229. MessageId=2000 SymbolicName=ERROR_INVALID_PIXEL_FORMAT
  3230. Language=English
  3231. The pixel format is invalid.
  3232. .
  3233. MessageId=2001 SymbolicName=ERROR_BAD_DRIVER
  3234. Language=English
  3235. The specified driver is invalid.
  3236. .
  3237. MessageId=2002 SymbolicName=ERROR_INVALID_WINDOW_STYLE
  3238. Language=English
  3239. The window style or class attribute is invalid for this operation.
  3240. .
  3241. MessageId=2003 SymbolicName=ERROR_METAFILE_NOT_SUPPORTED
  3242. Language=English
  3243. The requested metafile operation is not supported.
  3244. .
  3245. MessageId=2004 SymbolicName=ERROR_TRANSFORM_NOT_SUPPORTED
  3246. Language=English
  3247. The requested transformation operation is not supported.
  3248. .
  3249. MessageId=2005 SymbolicName=ERROR_CLIPPING_NOT_SUPPORTED
  3250. Language=English
  3251. The requested clipping operation is not supported.
  3252. .
  3253. ;// End of OpenGL error codes
  3254. ;
  3255. ;
  3256. ;
  3257. ;///////////////////////////////////////////
  3258. ;// //
  3259. ;// Image Color Management Error Code //
  3260. ;// //
  3261. ;///////////////////////////////////////////
  3262. ;
  3263. ;
  3264. MessageId=2010 SymbolicName=ERROR_INVALID_CMM
  3265. Language=English
  3266. The specified color management module is invalid.
  3267. .
  3268. MessageId=2011 SymbolicName=ERROR_INVALID_PROFILE
  3269. Language=English
  3270. The specified color profile is invalid.
  3271. .
  3272. MessageId=2012 SymbolicName=ERROR_TAG_NOT_FOUND
  3273. Language=English
  3274. The specified tag was not found.
  3275. .
  3276. MessageId=2013 SymbolicName=ERROR_TAG_NOT_PRESENT
  3277. Language=English
  3278. A required tag is not present.
  3279. .
  3280. MessageId=2014 SymbolicName=ERROR_DUPLICATE_TAG
  3281. Language=English
  3282. The specified tag is already present.
  3283. .
  3284. MessageId=2015 SymbolicName=ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
  3285. Language=English
  3286. The specified color profile is not associated with any device.
  3287. .
  3288. MessageId=2016 SymbolicName=ERROR_PROFILE_NOT_FOUND
  3289. Language=English
  3290. The specified color profile was not found.
  3291. .
  3292. MessageId=2017 SymbolicName=ERROR_INVALID_COLORSPACE
  3293. Language=English
  3294. The specified color space is invalid.
  3295. .
  3296. MessageId=2018 SymbolicName=ERROR_ICM_NOT_ENABLED
  3297. Language=English
  3298. Image Color Management is not enabled.
  3299. .
  3300. MessageId=2019 SymbolicName=ERROR_DELETING_ICM_XFORM
  3301. Language=English
  3302. There was an error while deleting the color transform.
  3303. .
  3304. MessageId=2020 SymbolicName=ERROR_INVALID_TRANSFORM
  3305. Language=English
  3306. The specified color transform is invalid.
  3307. .
  3308. MessageId=2021 SymbolicName=ERROR_COLORSPACE_MISMATCH
  3309. Language=English
  3310. The specified transform does not match the bitmap's color space.
  3311. .
  3312. MessageId=2022 SymbolicName=ERROR_INVALID_COLORINDEX
  3313. Language=English
  3314. The specified named color index is not present in the profile.
  3315. .
  3316. ;
  3317. ;
  3318. ;
  3319. ;///////////////////////////
  3320. ;// //
  3321. ;// Winnet32 Status Codes //
  3322. ;// //
  3323. ;// The range 2100 through 2999 is reserved for network status codes.
  3324. ;// See lmerr.h for a complete listing
  3325. ;///////////////////////////
  3326. ;
  3327. ;
  3328. MessageId=2108 SymbolicName=ERROR_CONNECTED_OTHER_PASSWORD
  3329. Language=English
  3330. The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
  3331. .
  3332. MessageId=2109 SymbolicName=ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
  3333. Language=English
  3334. The network connection was made successfully using default credentials.
  3335. .
  3336. MessageId=2202 SymbolicName=ERROR_BAD_USERNAME
  3337. Language=English
  3338. The specified username is invalid.
  3339. .
  3340. MessageId=2250 SymbolicName=ERROR_NOT_CONNECTED
  3341. Language=English
  3342. This network connection does not exist.
  3343. .
  3344. MessageId=2401 SymbolicName=ERROR_OPEN_FILES
  3345. Language=English
  3346. This network connection has files open or requests pending.
  3347. .
  3348. MessageId=2402 SymbolicName=ERROR_ACTIVE_CONNECTIONS
  3349. Language=English
  3350. Active connections still exist.
  3351. .
  3352. MessageId=2404 SymbolicName=ERROR_DEVICE_IN_USE
  3353. Language=English
  3354. The device is in use by an active process and cannot be disconnected.
  3355. .
  3356. ;
  3357. ;////////////////////////////////////
  3358. ;// //
  3359. ;// Win32 Spooler Error Codes //
  3360. ;// //
  3361. ;////////////////////////////////////
  3362. MessageId=3000 SymbolicName=ERROR_UNKNOWN_PRINT_MONITOR
  3363. Language=English
  3364. The specified print monitor is unknown.
  3365. .
  3366. MessageId=3001 SymbolicName=ERROR_PRINTER_DRIVER_IN_USE
  3367. Language=English
  3368. The specified printer driver is currently in use.
  3369. .
  3370. MessageId=3002 SymbolicName=ERROR_SPOOL_FILE_NOT_FOUND
  3371. Language=English
  3372. The spool file was not found.
  3373. .
  3374. MessageId=3003 SymbolicName=ERROR_SPL_NO_STARTDOC
  3375. Language=English
  3376. A StartDocPrinter call was not issued.
  3377. .
  3378. MessageId=3004 SymbolicName=ERROR_SPL_NO_ADDJOB
  3379. Language=English
  3380. An AddJob call was not issued.
  3381. .
  3382. MessageId=3005 SymbolicName=ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
  3383. Language=English
  3384. The specified print processor has already been installed.
  3385. .
  3386. MessageId=3006 SymbolicName=ERROR_PRINT_MONITOR_ALREADY_INSTALLED
  3387. Language=English
  3388. The specified print monitor has already been installed.
  3389. .
  3390. MessageId=3007 SymbolicName=ERROR_INVALID_PRINT_MONITOR
  3391. Language=English
  3392. The specified print monitor does not have the required functions.
  3393. .
  3394. MessageId=3008 SymbolicName=ERROR_PRINT_MONITOR_IN_USE
  3395. Language=English
  3396. The specified print monitor is currently in use.
  3397. .
  3398. MessageId=3009 SymbolicName=ERROR_PRINTER_HAS_JOBS_QUEUED
  3399. Language=English
  3400. The requested operation is not allowed when there are jobs queued to the printer.
  3401. .
  3402. MessageId=3010 SymbolicName=ERROR_SUCCESS_REBOOT_REQUIRED
  3403. Language=English
  3404. The requested operation is successful. Changes will not be effective until the system is rebooted.
  3405. .
  3406. MessageId=3011 SymbolicName=ERROR_SUCCESS_RESTART_REQUIRED
  3407. Language=English
  3408. The requested operation is successful. Changes will not be effective until the service is restarted.
  3409. .
  3410. MessageId=3012 SymbolicName=ERROR_PRINTER_NOT_FOUND
  3411. Language=English
  3412. No printers were found.
  3413. .
  3414. MessageId=3013 SymbolicName=ERROR_PRINTER_DRIVER_WARNED
  3415. Language=English
  3416. The printer driver is known to be unreliable.
  3417. .
  3418. MessageId=3014 SymbolicName=ERROR_PRINTER_DRIVER_BLOCKED
  3419. Language=English
  3420. The printer driver is known to harm the system.
  3421. .
  3422. ;////////////////////////////////////
  3423. ;// //
  3424. ;// Wins Error Codes //
  3425. ;// //
  3426. ;////////////////////////////////////
  3427. MessageId=4000 SymbolicName=ERROR_WINS_INTERNAL
  3428. Language=English
  3429. WINS encountered an error while processing the command.
  3430. .
  3431. MessageId=4001 SymbolicName=ERROR_CAN_NOT_DEL_LOCAL_WINS
  3432. Language=English
  3433. The local WINS can not be deleted.
  3434. .
  3435. MessageId=4002 SymbolicName=ERROR_STATIC_INIT
  3436. Language=English
  3437. The importation from the file failed.
  3438. .
  3439. MessageId=4003 SymbolicName=ERROR_INC_BACKUP
  3440. Language=English
  3441. The backup failed. Was a full backup done before?
  3442. .
  3443. MessageId=4004 SymbolicName=ERROR_FULL_BACKUP
  3444. Language=English
  3445. The backup failed. Check the directory to which you are backing the database.
  3446. .
  3447. MessageId=4005 SymbolicName=ERROR_REC_NON_EXISTENT
  3448. Language=English
  3449. The name does not exist in the WINS database.
  3450. .
  3451. MessageId=4006 SymbolicName=ERROR_RPL_NOT_ALLOWED
  3452. Language=English
  3453. Replication with a nonconfigured partner is not allowed.
  3454. .
  3455. ;////////////////////////////////////
  3456. ;// //
  3457. ;// DHCP Error Codes //
  3458. ;// //
  3459. ;////////////////////////////////////
  3460. MessageId=4100 SymbolicName=ERROR_DHCP_ADDRESS_CONFLICT
  3461. Language=English
  3462. The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address.
  3463. .
  3464. ;////////////////////////////////////
  3465. ;// //
  3466. ;// WMI Error Codes //
  3467. ;// //
  3468. ;////////////////////////////////////
  3469. MessageId=4200 SymbolicName=ERROR_WMI_GUID_NOT_FOUND
  3470. Language=English
  3471. The GUID passed was not recognized as valid by a WMI data provider.
  3472. .
  3473. MessageId=4201 SymbolicName=ERROR_WMI_INSTANCE_NOT_FOUND
  3474. Language=English
  3475. The instance name passed was not recognized as valid by a WMI data provider.
  3476. .
  3477. MessageId=4202 SymbolicName=ERROR_WMI_ITEMID_NOT_FOUND
  3478. Language=English
  3479. The data item ID passed was not recognized as valid by a WMI data provider.
  3480. .
  3481. MessageId=4203 SymbolicName=ERROR_WMI_TRY_AGAIN
  3482. Language=English
  3483. The WMI request could not be completed and should be retried.
  3484. .
  3485. MessageId=4204 SymbolicName=ERROR_WMI_DP_NOT_FOUND
  3486. Language=English
  3487. The WMI data provider could not be located.
  3488. .
  3489. MessageId=4205 SymbolicName=ERROR_WMI_UNRESOLVED_INSTANCE_REF
  3490. Language=English
  3491. The WMI data provider references an instance set that has not been registered.
  3492. .
  3493. MessageId=4206 SymbolicName=ERROR_WMI_ALREADY_ENABLED
  3494. Language=English
  3495. The WMI data block or event notification has already been enabled.
  3496. .
  3497. MessageId=4207 SymbolicName=ERROR_WMI_GUID_DISCONNECTED
  3498. Language=English
  3499. The WMI data block is no longer available.
  3500. .
  3501. MessageId=4208 SymbolicName=ERROR_WMI_SERVER_UNAVAILABLE
  3502. Language=English
  3503. The WMI data service is not available.
  3504. .
  3505. MessageId=4209 SymbolicName=ERROR_WMI_DP_FAILED
  3506. Language=English
  3507. The WMI data provider failed to carry out the request.
  3508. .
  3509. MessageId=4210 SymbolicName=ERROR_WMI_INVALID_MOF
  3510. Language=English
  3511. The WMI MOF information is not valid.
  3512. .
  3513. MessageId=4211 SymbolicName=ERROR_WMI_INVALID_REGINFO
  3514. Language=English
  3515. The WMI registration information is not valid.
  3516. .
  3517. MessageId=4212 SymbolicName=ERROR_WMI_ALREADY_DISABLED
  3518. Language=English
  3519. The WMI data block or event notification has already been disabled.
  3520. .
  3521. MessageId=4213 SymbolicName=ERROR_WMI_READ_ONLY
  3522. Language=English
  3523. The WMI data item or data block is read only.
  3524. .
  3525. MessageId=4214 SymbolicName=ERROR_WMI_SET_FAILURE
  3526. Language=English
  3527. The WMI data item or data block could not be changed.
  3528. .
  3529. ;//////////////////////////////////////////
  3530. ;// //
  3531. ;// NT Media Services (RSM) Error Codes //
  3532. ;// //
  3533. ;//////////////////////////////////////////
  3534. MessageId=4300 SymbolicName=ERROR_INVALID_MEDIA
  3535. Language=English
  3536. The media identifier does not represent a valid medium.
  3537. .
  3538. MessageId=4301 SymbolicName=ERROR_INVALID_LIBRARY
  3539. Language=English
  3540. The library identifier does not represent a valid library.
  3541. .
  3542. MessageId=4302 SymbolicName=ERROR_INVALID_MEDIA_POOL
  3543. Language=English
  3544. The media pool identifier does not represent a valid media pool.
  3545. .
  3546. MessageId=4303 SymbolicName=ERROR_DRIVE_MEDIA_MISMATCH
  3547. Language=English
  3548. The drive and medium are not compatible or exist in different libraries.
  3549. .
  3550. MessageId=4304 SymbolicName=ERROR_MEDIA_OFFLINE
  3551. Language=English
  3552. The medium currently exists in an offline library and must be online to perform this operation.
  3553. .
  3554. MessageId=4305 SymbolicName=ERROR_LIBRARY_OFFLINE
  3555. Language=English
  3556. The operation cannot be performed on an offline library.
  3557. .
  3558. MessageId=4306 SymbolicName=ERROR_EMPTY
  3559. Language=English
  3560. The library, drive, or media pool is empty.
  3561. .
  3562. MessageId=4307 SymbolicName=ERROR_NOT_EMPTY
  3563. Language=English
  3564. The library, drive, or media pool must be empty to perform this operation.
  3565. .
  3566. MessageId=4308 SymbolicName=ERROR_MEDIA_UNAVAILABLE
  3567. Language=English
  3568. No media is currently available in this media pool or library.
  3569. .
  3570. MessageId=4309 SymbolicName=ERROR_RESOURCE_DISABLED
  3571. Language=English
  3572. A resource required for this operation is disabled.
  3573. .
  3574. MessageId=4310 SymbolicName=ERROR_INVALID_CLEANER
  3575. Language=English
  3576. The media identifier does not represent a valid cleaner.
  3577. .
  3578. MessageId=4311 SymbolicName=ERROR_UNABLE_TO_CLEAN
  3579. Language=English
  3580. The drive cannot be cleaned or does not support cleaning.
  3581. .
  3582. MessageId=4312 SymbolicName=ERROR_OBJECT_NOT_FOUND
  3583. Language=English
  3584. The object identifier does not represent a valid object.
  3585. .
  3586. MessageId=4313 SymbolicName=ERROR_DATABASE_FAILURE
  3587. Language=English
  3588. Unable to read from or write to the database.
  3589. .
  3590. MessageId=4314 SymbolicName=ERROR_DATABASE_FULL
  3591. Language=English
  3592. The database is full.
  3593. .
  3594. MessageId=4315 SymbolicName=ERROR_MEDIA_INCOMPATIBLE
  3595. Language=English
  3596. The medium is not compatible with the device or media pool.
  3597. .
  3598. MessageId=4316 SymbolicName=ERROR_RESOURCE_NOT_PRESENT
  3599. Language=English
  3600. The resource required for this operation does not exist.
  3601. .
  3602. MessageId=4317 SymbolicName=ERROR_INVALID_OPERATION
  3603. Language=English
  3604. The operation identifier is not valid.
  3605. .
  3606. MessageId=4318 SymbolicName=ERROR_MEDIA_NOT_AVAILABLE
  3607. Language=English
  3608. The media is not mounted or ready for use.
  3609. .
  3610. MessageId=4319 SymbolicName=ERROR_DEVICE_NOT_AVAILABLE
  3611. Language=English
  3612. The device is not ready for use.
  3613. .
  3614. MessageId=4320 SymbolicName=ERROR_REQUEST_REFUSED
  3615. Language=English
  3616. The operator or administrator has refused the request.
  3617. .
  3618. MessageId=4321 SymbolicName=ERROR_INVALID_DRIVE_OBJECT
  3619. Language=English
  3620. The drive identifier does not represent a valid drive.
  3621. .
  3622. MessageId=4322 SymbolicName=ERROR_LIBRARY_FULL
  3623. Language=English
  3624. Library is full. No slot is available for use.
  3625. .
  3626. MessageId=4323 SymbolicName=ERROR_MEDIUM_NOT_ACCESSIBLE
  3627. Language=English
  3628. The transport cannot access the medium.
  3629. .
  3630. MessageId=4324 SymbolicName=ERROR_UNABLE_TO_LOAD_MEDIUM
  3631. Language=English
  3632. Unable to load the medium into the drive.
  3633. .
  3634. MessageId=4325 SymbolicName=ERROR_UNABLE_TO_INVENTORY_DRIVE
  3635. Language=English
  3636. Unable to retrieve the drive status.
  3637. .
  3638. MessageId=4326 SymbolicName=ERROR_UNABLE_TO_INVENTORY_SLOT
  3639. Language=English
  3640. Unable to retrieve the slot status.
  3641. .
  3642. MessageId=4327 SymbolicName=ERROR_UNABLE_TO_INVENTORY_TRANSPORT
  3643. Language=English
  3644. Unable to retrieve status about the transport.
  3645. .
  3646. MessageId=4328 SymbolicName=ERROR_TRANSPORT_FULL
  3647. Language=English
  3648. Cannot use the transport because it is already in use.
  3649. .
  3650. MessageId=4329 SymbolicName=ERROR_CONTROLLING_IEPORT
  3651. Language=English
  3652. Unable to open or close the inject/eject port.
  3653. .
  3654. MessageId=4330 SymbolicName=ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
  3655. Language=English
  3656. Unable to eject the medium because it is in a drive.
  3657. .
  3658. MessageId=4331 SymbolicName=ERROR_CLEANER_SLOT_SET
  3659. Language=English
  3660. A cleaner slot is already reserved.
  3661. .
  3662. MessageId=4332 SymbolicName=ERROR_CLEANER_SLOT_NOT_SET
  3663. Language=English
  3664. A cleaner slot is not reserved.
  3665. .
  3666. MessageId=4333 SymbolicName=ERROR_CLEANER_CARTRIDGE_SPENT
  3667. Language=English
  3668. The cleaner cartridge has performed the maximum number of drive cleanings.
  3669. .
  3670. MessageId=4334 SymbolicName=ERROR_UNEXPECTED_OMID
  3671. Language=English
  3672. Unexpected on-medium identifier.
  3673. .
  3674. MessageId=4335 SymbolicName=ERROR_CANT_DELETE_LAST_ITEM
  3675. Language=English
  3676. The last remaining item in this group or resource cannot be deleted.
  3677. .
  3678. MessageId=4336 SymbolicName=ERROR_MESSAGE_EXCEEDS_MAX_SIZE
  3679. Language=English
  3680. The message provided exceeds the maximum size allowed for this parameter.
  3681. .
  3682. MessageId=4337 SymbolicName=ERROR_VOLUME_CONTAINS_SYS_FILES
  3683. Language=English
  3684. The volume contains system or paging files.
  3685. .
  3686. MessageId=4338 SymbolicName=ERROR_INDIGENOUS_TYPE
  3687. Language=English
  3688. The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.
  3689. .
  3690. MessageId=4339 SymbolicName=ERROR_NO_SUPPORTING_DRIVES
  3691. Language=English
  3692. This offline media cannot be mounted on this system since no enabled drives are present which can be used.
  3693. .
  3694. MessageId=4340 SymbolicName=ERROR_CLEANER_CARTRIDGE_INSTALLED
  3695. Language=English
  3696. A cleaner cartridge is present in the tape library.
  3697. .
  3698. ;////////////////////////////////////////////
  3699. ;// //
  3700. ;// NT Remote Storage Service Error Codes //
  3701. ;// //
  3702. ;////////////////////////////////////////////
  3703. MessageId=4350 SymbolicName=ERROR_FILE_OFFLINE
  3704. Language=English
  3705. The remote storage service was not able to recall the file.
  3706. .
  3707. MessageId=4351 SymbolicName=ERROR_REMOTE_STORAGE_NOT_ACTIVE
  3708. Language=English
  3709. The remote storage service is not operational at this time.
  3710. .
  3711. MessageId=4352 SymbolicName=ERROR_REMOTE_STORAGE_MEDIA_ERROR
  3712. Language=English
  3713. The remote storage service encountered a media error.
  3714. .
  3715. ;////////////////////////////////////////////
  3716. ;// //
  3717. ;// NT Reparse Points Error Codes //
  3718. ;// //
  3719. ;////////////////////////////////////////////
  3720. MessageId=4390 SymbolicName=ERROR_NOT_A_REPARSE_POINT
  3721. Language=English
  3722. The file or directory is not a reparse point.
  3723. .
  3724. MessageId=4391 SymbolicName=ERROR_REPARSE_ATTRIBUTE_CONFLICT
  3725. Language=English
  3726. The reparse point attribute cannot be set because it conflicts with an existing attribute.
  3727. .
  3728. MessageId=4392 SymbolicName=ERROR_INVALID_REPARSE_DATA
  3729. Language=English
  3730. The data present in the reparse point buffer is invalid.
  3731. .
  3732. MessageId=4393 SymbolicName=ERROR_REPARSE_TAG_INVALID
  3733. Language=English
  3734. The tag present in the reparse point buffer is invalid.
  3735. .
  3736. MessageId=4394 SymbolicName=ERROR_REPARSE_TAG_MISMATCH
  3737. Language=English
  3738. There is a mismatch between the tag specified in the request and the tag present in the reparse point.
  3739. .
  3740. ;////////////////////////////////////////////
  3741. ;// //
  3742. ;// NT Single Instance Store Error Codes //
  3743. ;// //
  3744. ;////////////////////////////////////////////
  3745. MessageId=4500 SymbolicName=ERROR_VOLUME_NOT_SIS_ENABLED
  3746. Language=English
  3747. Single Instance Storage is not available on this volume.
  3748. .
  3749. ;////////////////////////////////////
  3750. ;// //
  3751. ;// Cluster Error Codes //
  3752. ;// //
  3753. ;////////////////////////////////////
  3754. MessageID=5001 SymbolicName=ERROR_DEPENDENT_RESOURCE_EXISTS
  3755. Language=English
  3756. The cluster resource cannot be moved to another group because other resources are dependent on it.
  3757. .
  3758. MessageID=5002 SymbolicName=ERROR_DEPENDENCY_NOT_FOUND
  3759. Language=English
  3760. The cluster resource dependency cannot be found.
  3761. .
  3762. MessageID=5003 SymbolicName=ERROR_DEPENDENCY_ALREADY_EXISTS
  3763. Language=English
  3764. The cluster resource cannot be made dependent on the specified resource because it is already dependent.
  3765. .
  3766. MessageID=5004 SymbolicName=ERROR_RESOURCE_NOT_ONLINE
  3767. Language=English
  3768. The cluster resource is not online.
  3769. .
  3770. MessageID=5005 SymbolicName=ERROR_HOST_NODE_NOT_AVAILABLE
  3771. Language=English
  3772. A cluster node is not available for this operation.
  3773. .
  3774. MessageID=5006 SymbolicName=ERROR_RESOURCE_NOT_AVAILABLE
  3775. Language=English
  3776. The cluster resource is not available.
  3777. .
  3778. MessageID=5007 SymbolicName=ERROR_RESOURCE_NOT_FOUND
  3779. Language=English
  3780. The cluster resource could not be found.
  3781. .
  3782. MessageID=5008 SymbolicName=ERROR_SHUTDOWN_CLUSTER
  3783. Language=English
  3784. The cluster is being shut down.
  3785. .
  3786. MessageID=5009 SymbolicName=ERROR_CANT_EVICT_ACTIVE_NODE
  3787. Language=English
  3788. A cluster node cannot be evicted from the cluster unless the node is down or it is the last node.
  3789. .
  3790. MessageID=5010 SymbolicName=ERROR_OBJECT_ALREADY_EXISTS
  3791. Language=English
  3792. The object already exists.
  3793. .
  3794. MessageID=5011 SymbolicName=ERROR_OBJECT_IN_LIST
  3795. Language=English
  3796. The object is already in the list.
  3797. .
  3798. MessageID=5012 SymbolicName=ERROR_GROUP_NOT_AVAILABLE
  3799. Language=English
  3800. The cluster group is not available for any new requests.
  3801. .
  3802. MessageID=5013 SymbolicName=ERROR_GROUP_NOT_FOUND
  3803. Language=English
  3804. The cluster group could not be found.
  3805. .
  3806. MessageID=5014 SymbolicName=ERROR_GROUP_NOT_ONLINE
  3807. Language=English
  3808. The operation could not be completed because the cluster group is not online.
  3809. .
  3810. MessageID=5015 SymbolicName=ERROR_HOST_NODE_NOT_RESOURCE_OWNER
  3811. Language=English
  3812. The cluster node is not the owner of the resource.
  3813. .
  3814. MessageID=5016 SymbolicName=ERROR_HOST_NODE_NOT_GROUP_OWNER
  3815. Language=English
  3816. The cluster node is not the owner of the group.
  3817. .
  3818. MessageID=5017 SymbolicName=ERROR_RESMON_CREATE_FAILED
  3819. Language=English
  3820. The cluster resource could not be created in the specified resource monitor.
  3821. .
  3822. MessageID=5018 SymbolicName=ERROR_RESMON_ONLINE_FAILED
  3823. Language=English
  3824. The cluster resource could not be brought online by the resource monitor.
  3825. .
  3826. MessageID=5019 SymbolicName=ERROR_RESOURCE_ONLINE
  3827. Language=English
  3828. The operation could not be completed because the cluster resource is online.
  3829. .
  3830. MessageID=5020 SymbolicName=ERROR_QUORUM_RESOURCE
  3831. Language=English
  3832. The cluster resource could not be deleted or brought offline because it is the quorum resource.
  3833. .
  3834. MessageID=5021 SymbolicName=ERROR_NOT_QUORUM_CAPABLE
  3835. Language=English
  3836. The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
  3837. .
  3838. MessageID=5022 SymbolicName=ERROR_CLUSTER_SHUTTING_DOWN
  3839. Language=English
  3840. The cluster software is shutting down.
  3841. .
  3842. MessageID=5023 SymbolicName=ERROR_INVALID_STATE
  3843. Language=English
  3844. The group or resource is not in the correct state to perform the requested operation.
  3845. .
  3846. MessageID=5024 SymbolicName=ERROR_RESOURCE_PROPERTIES_STORED
  3847. Language=English
  3848. The properties were stored but not all changes will take effect until the next time the resource is brought online.
  3849. .
  3850. MessageID=5025 SymbolicName=ERROR_NOT_QUORUM_CLASS
  3851. Language=English
  3852. The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
  3853. .
  3854. MessageID=5026 SymbolicName=ERROR_CORE_RESOURCE
  3855. Language=English
  3856. The cluster resource could not be deleted since it is a core resource.
  3857. .
  3858. MessageID=5027 SymbolicName=ERROR_QUORUM_RESOURCE_ONLINE_FAILED
  3859. Language=English
  3860. The quorum resource failed to come online.
  3861. .
  3862. MessageID=5028 SymbolicName=ERROR_QUORUMLOG_OPEN_FAILED
  3863. Language=English
  3864. The quorum log could not be created or mounted successfully.
  3865. .
  3866. MessageID=5029 SymbolicName=ERROR_CLUSTERLOG_CORRUPT
  3867. Language=English
  3868. The cluster log is corrupt.
  3869. .
  3870. MessageID=5030 SymbolicName=ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
  3871. Language=English
  3872. The record could not be written to the cluster log since it exceeds the maximum size.
  3873. .
  3874. MessageID=5031 SymbolicName=ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
  3875. Language=English
  3876. The cluster log exceeds its maximum size.
  3877. .
  3878. MessageID=5032 SymbolicName=ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
  3879. Language=English
  3880. No checkpoint record was found in the cluster log.
  3881. .
  3882. MessageID=5033 SymbolicName=ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
  3883. Language=English
  3884. The minimum required disk space needed for logging is not available.
  3885. .
  3886. MessageID=5034 SymbolicName=ERROR_QUORUM_OWNER_ALIVE
  3887. Language=English
  3888. The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
  3889. .
  3890. MessageID=5035 SymbolicName=ERROR_NETWORK_NOT_AVAILABLE
  3891. Language=English
  3892. A cluster network is not available for this operation.
  3893. .
  3894. MessageID=5036 SymbolicName=ERROR_NODE_NOT_AVAILABLE
  3895. Language=English
  3896. A cluster node is not available for this operation.
  3897. .
  3898. MessageID=5037 SymbolicName=ERROR_ALL_NODES_NOT_AVAILABLE
  3899. Language=English
  3900. All cluster nodes must be running to perform this operation.
  3901. .
  3902. MessageID=5038 SymbolicName=ERROR_RESOURCE_FAILED
  3903. Language=English
  3904. A cluster resource failed.
  3905. .
  3906. MessageID=5039 SymbolicName=ERROR_CLUSTER_INVALID_NODE
  3907. Language=English
  3908. The cluster node is not valid.
  3909. .
  3910. MessageID=5040 SymbolicName=ERROR_CLUSTER_NODE_EXISTS
  3911. Language=English
  3912. The cluster node already exists.
  3913. .
  3914. MessageID=5041 SymbolicName=ERROR_CLUSTER_JOIN_IN_PROGRESS
  3915. Language=English
  3916. A node is in the process of joining the cluster.
  3917. .
  3918. MessageID=5042 SymbolicName=ERROR_CLUSTER_NODE_NOT_FOUND
  3919. Language=English
  3920. The cluster node was not found.
  3921. .
  3922. MessageID=5043 SymbolicName=ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
  3923. Language=English
  3924. The cluster local node information was not found.
  3925. .
  3926. MessageID=5044 SymbolicName=ERROR_CLUSTER_NETWORK_EXISTS
  3927. Language=English
  3928. The cluster network already exists.
  3929. .
  3930. MessageID=5045 SymbolicName=ERROR_CLUSTER_NETWORK_NOT_FOUND
  3931. Language=English
  3932. The cluster network was not found.
  3933. .
  3934. MessageID=5046 SymbolicName=ERROR_CLUSTER_NETINTERFACE_EXISTS
  3935. Language=English
  3936. The cluster network interface already exists.
  3937. .
  3938. MessageID=5047 SymbolicName=ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
  3939. Language=English
  3940. The cluster network interface was not found.
  3941. .
  3942. MessageID=5048 SymbolicName=ERROR_CLUSTER_INVALID_REQUEST
  3943. Language=English
  3944. The cluster request is not valid for this object.
  3945. .
  3946. MessageID=5049 SymbolicName=ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
  3947. Language=English
  3948. The cluster network provider is not valid.
  3949. .
  3950. MessageID=5050 SymbolicName=ERROR_CLUSTER_NODE_DOWN
  3951. Language=English
  3952. The cluster node is down.
  3953. .
  3954. MessageID=5051 SymbolicName=ERROR_CLUSTER_NODE_UNREACHABLE
  3955. Language=English
  3956. The cluster node is not reachable.
  3957. .
  3958. MessageID=5052 SymbolicName=ERROR_CLUSTER_NODE_NOT_MEMBER
  3959. Language=English
  3960. The cluster node is not a member of the cluster.
  3961. .
  3962. MessageID=5053 SymbolicName=ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
  3963. Language=English
  3964. A cluster join operation is not in progress.
  3965. .
  3966. MessageID=5054 SymbolicName=ERROR_CLUSTER_INVALID_NETWORK
  3967. Language=English
  3968. The cluster network is not valid.
  3969. .
  3970. MessageID=5056 SymbolicName=ERROR_CLUSTER_NODE_UP
  3971. Language=English
  3972. The cluster node is up.
  3973. .
  3974. MessageID=5057 SymbolicName=ERROR_CLUSTER_IPADDR_IN_USE
  3975. Language=English
  3976. The cluster IP address is already in use.
  3977. .
  3978. MessageID=5058 SymbolicName=ERROR_CLUSTER_NODE_NOT_PAUSED
  3979. Language=English
  3980. The cluster node is not paused.
  3981. .
  3982. MessageID=5059 SymbolicName=ERROR_CLUSTER_NO_SECURITY_CONTEXT
  3983. Language=English
  3984. No cluster security context is available.
  3985. .
  3986. MessageID=5060 SymbolicName=ERROR_CLUSTER_NETWORK_NOT_INTERNAL
  3987. Language=English
  3988. The cluster network is not configured for internal cluster communication.
  3989. .
  3990. MessageID=5061 SymbolicName=ERROR_CLUSTER_NODE_ALREADY_UP
  3991. Language=English
  3992. The cluster node is already up.
  3993. .
  3994. MessageID=5062 SymbolicName=ERROR_CLUSTER_NODE_ALREADY_DOWN
  3995. Language=English
  3996. The cluster node is already down.
  3997. .
  3998. MessageID=5063 SymbolicName=ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
  3999. Language=English
  4000. The cluster network is already online.
  4001. .
  4002. MessageID=5064 SymbolicName=ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
  4003. Language=English
  4004. The cluster network is already offline.
  4005. .
  4006. MessageID=5065 SymbolicName=ERROR_CLUSTER_NODE_ALREADY_MEMBER
  4007. Language=English
  4008. The cluster node is already a member of the cluster.
  4009. .
  4010. MessageID=5066 SymbolicName=ERROR_CLUSTER_LAST_INTERNAL_NETWORK
  4011. Language=English
  4012. The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network.
  4013. .
  4014. MessageID=5067 SymbolicName=ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
  4015. Language=English
  4016. One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
  4017. .
  4018. MessageID=5068 SymbolicName=ERROR_INVALID_OPERATION_ON_QUORUM
  4019. Language=English
  4020. This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list.
  4021. .
  4022. MessageID=5069 SymbolicName=ERROR_DEPENDENCY_NOT_ALLOWED
  4023. Language=English
  4024. The cluster quorum resource is not allowed to have any dependencies.
  4025. .
  4026. MessageID=5070 SymbolicName=ERROR_CLUSTER_NODE_PAUSED
  4027. Language=English
  4028. The cluster node is paused.
  4029. .
  4030. MessageID=5071 SymbolicName=ERROR_NODE_CANT_HOST_RESOURCE
  4031. Language=English
  4032. The cluster resource cannot be brought online. The owner node cannot run this resource.
  4033. .
  4034. MessageID=5072 SymbolicName=ERROR_CLUSTER_NODE_NOT_READY
  4035. Language=English
  4036. The cluster node is not ready to perform the requested operation.
  4037. .
  4038. MessageID=5073 SymbolicName=ERROR_CLUSTER_NODE_SHUTTING_DOWN
  4039. Language=English
  4040. The cluster node is shutting down.
  4041. .
  4042. MessageID=5074 SymbolicName=ERROR_CLUSTER_JOIN_ABORTED
  4043. Language=English
  4044. The cluster join operation was aborted.
  4045. .
  4046. MessageID=5075 SymbolicName=ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
  4047. Language=English
  4048. The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
  4049. .
  4050. MessageID=5076 SymbolicName=ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
  4051. Language=English
  4052. This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
  4053. .
  4054. MessageID=5077 SymbolicName=ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
  4055. Language=English
  4056. The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
  4057. .
  4058. MessageID=5078 SymbolicName=ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
  4059. Language=English
  4060. The specified resource type was not found.
  4061. .
  4062. MessageID=5079 SymbolicName=ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
  4063. Language=English
  4064. The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node.
  4065. .
  4066. MessageID=5080 SymbolicName=ERROR_CLUSTER_RESNAME_NOT_FOUND
  4067. Language=English
  4068. The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.
  4069. .
  4070. MessageID=5081 SymbolicName=ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
  4071. Language=English
  4072. No authentication package could be registered with the RPC server.
  4073. .
  4074. MessageID=5082 SymbolicName=ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
  4075. Language=English
  4076. You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group.
  4077. .
  4078. MessageID=5083 SymbolicName=ERROR_CLUSTER_DATABASE_SEQMISMATCH
  4079. Language=English
  4080. The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join.
  4081. .
  4082. MessageID=5084 SymbolicName=ERROR_RESMON_INVALID_STATE
  4083. Language=English
  4084. The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state.
  4085. .
  4086. MessageID=5085 SymbolicName=ERROR_CLUSTER_GUM_NOT_LOCKER
  4087. Language=English
  4088. A non locker code got a request to reserve the lock for making global updates.
  4089. .
  4090. MessageID=5086 SymbolicName=ERROR_QUORUM_DISK_NOT_FOUND
  4091. Language=English
  4092. The quorum disk could not be located by the cluster service.
  4093. .
  4094. MessageID=5087 SymbolicName=ERROR_DATABASE_BACKUP_CORRUPT
  4095. Language=English
  4096. The backed up cluster database is possibly corrupt.
  4097. .
  4098. MessageID=5088 SymbolicName=ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
  4099. Language=English
  4100. A DFS root already exists in this cluster node.
  4101. .
  4102. MessageID=5089 SymbolicName=ERROR_RESOURCE_PROPERTY_UNCHANGEABLE
  4103. Language=English
  4104. An attempt to modify a resource property failed because it conflicts with another existing property.
  4105. .
  4106. ;/*
  4107. ; Codes from 4300 through 5889 overlap with codes in ds\published\inc\apperr2.w.
  4108. ; Do not add any more error codes in that range.
  4109. ;*/
  4110. MessageID=5890 SymbolicName=ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
  4111. Language=English
  4112. An operation was attempted that is incompatible with the current membership state of the node.
  4113. .
  4114. MessageID=5891 SymbolicName=ERROR_CLUSTER_QUORUMLOG_NOT_FOUND
  4115. Language=English
  4116. The quorum resource does not contain the quorum log.
  4117. .
  4118. MessageID=5892 SymbolicName=ERROR_CLUSTER_MEMBERSHIP_HALT
  4119. Language=English
  4120. The membership engine requested shutdown of the cluster service on this node.
  4121. .
  4122. MessageID=5893 SymbolicName=ERROR_CLUSTER_INSTANCE_ID_MISMATCH
  4123. Language=English
  4124. The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
  4125. .
  4126. MessageID=5894 SymbolicName=ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
  4127. Language=English
  4128. A matching network for the specified IP address could not be found. Please also specify a subnet mask and a cluster network.
  4129. .
  4130. MessageID=5895 SymbolicName=ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
  4131. Language=English
  4132. The actual data type of the property did not match the expected data type of the property.
  4133. .
  4134. MessageID=5896 SymbolicName=ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
  4135. Language=English
  4136. The cluster node was evicted from the cluster successfully, but the node was not cleaned up. Extended status information explaining why the node was not cleaned up is available.
  4137. .
  4138. MessageID=5897 SymbolicName=ERROR_CLUSTER_PARAMETER_MISMATCH
  4139. Language=English
  4140. Two or more parameter values specified for a resource's properties are in conflict.
  4141. .
  4142. MessageID=5898 SymbolicName=ERROR_NODE_CANNOT_BE_CLUSTERED
  4143. Language=English
  4144. This computer cannot be made a member of a cluster.
  4145. .
  4146. MessageID=5899 SymbolicName=ERROR_CLUSTER_WRONG_OS_VERSION
  4147. Language=English
  4148. This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
  4149. .
  4150. MessageID=5900 SymbolicName=ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
  4151. Language=English
  4152. A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster.
  4153. .
  4154. ;////////////////////////////////////
  4155. ;// //
  4156. ;// EFS Error Codes //
  4157. ;// //
  4158. ;////////////////////////////////////
  4159. MessageID=6000 SymbolicName=ERROR_ENCRYPTION_FAILED
  4160. Language=English
  4161. The specified file could not be encrypted.
  4162. .
  4163. MessageID=6001 SymbolicName=ERROR_DECRYPTION_FAILED
  4164. Language=English
  4165. The specified file could not be decrypted.
  4166. .
  4167. MessageID=6002 SymbolicName=ERROR_FILE_ENCRYPTED
  4168. Language=English
  4169. The specified file is encrypted and the user does not have the ability to decrypt it.
  4170. .
  4171. MessageID=6003 SymbolicName=ERROR_NO_RECOVERY_POLICY
  4172. Language=English
  4173. There is no valid encryption recovery policy configured for this system.
  4174. .
  4175. MessageID=6004 SymbolicName=ERROR_NO_EFS
  4176. Language=English
  4177. The required encryption driver is not loaded for this system.
  4178. .
  4179. MessageID=6005 SymbolicName=ERROR_WRONG_EFS
  4180. Language=English
  4181. The file was encrypted with a different encryption driver than is currently loaded.
  4182. .
  4183. MessageID=6006 SymbolicName=ERROR_NO_USER_KEYS
  4184. Language=English
  4185. There are no EFS keys defined for the user.
  4186. .
  4187. MessageID=6007 SymbolicName=ERROR_FILE_NOT_ENCRYPTED
  4188. Language=English
  4189. The specified file is not encrypted.
  4190. .
  4191. MessageID=6008 SymbolicName=ERROR_NOT_EXPORT_FORMAT
  4192. Language=English
  4193. The specified file is not in the defined EFS export format.
  4194. .
  4195. MessageID=6009 SymbolicName=ERROR_FILE_READ_ONLY
  4196. Language=English
  4197. The specified file is read only.
  4198. .
  4199. MessageID=6010 SymbolicName=ERROR_DIR_EFS_DISALLOWED
  4200. Language=English
  4201. The directory has been disabled for encryption.
  4202. .
  4203. MessageID=6011 SymbolicName=ERROR_EFS_SERVER_NOT_TRUSTED
  4204. Language=English
  4205. The server is not trusted for remote encryption operation.
  4206. .
  4207. MessageID=6012 SymbolicName=ERROR_BAD_RECOVERY_POLICY
  4208. Language=English
  4209. Recovery policy configured for this system contains invalid recovery certificate.
  4210. .
  4211. MessageID=6013 SymbolicName=ERROR_EFS_ALG_BLOB_TOO_BIG
  4212. Language=English
  4213. The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
  4214. .
  4215. MessageID=6014 SymbolicName=ERROR_VOLUME_NOT_SUPPORT_EFS
  4216. Language=English
  4217. The disk partition does not support file encryption.
  4218. .
  4219. MessageID=6015 SymbolicName=ERROR_EFS_DISABLED
  4220. Language=English
  4221. This machine is disabled for file encryption.
  4222. .
  4223. MessageID=6016 SymbolicName=ERROR_EFS_VERSION_NOT_SUPPORT
  4224. Language=English
  4225. A newer system is required to decrypt this encrypted file.
  4226. .
  4227. ;// This message number is for historical purposes and cannot be changed or re-used.
  4228. MessageId=6118 SymbolicName=ERROR_NO_BROWSER_SERVERS_FOUND
  4229. Language=English
  4230. The list of servers for this workgroup is not currently available
  4231. .
  4232. ;//////////////////////////////////////////////////////////////////
  4233. ;// //
  4234. ;// Task Scheduler Error Codes that NET START must understand //
  4235. ;// //
  4236. ;//////////////////////////////////////////////////////////////////
  4237. MessageId=6200 SymbolicName=SCHED_E_SERVICE_NOT_LOCALSYSTEM
  4238. Language=English
  4239. The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts.
  4240. .
  4241. ;////////////////////////////////////
  4242. ;// //
  4243. ;// Terminal Server Error Codes //
  4244. ;// //
  4245. ;////////////////////////////////////
  4246. MessageId=7001 SymbolicName=ERROR_CTX_WINSTATION_NAME_INVALID
  4247. Language=English
  4248. The specified session name is invalid.
  4249. .
  4250. MessageId=7002 SymbolicName=ERROR_CTX_INVALID_PD
  4251. Language=English
  4252. The specified protocol driver is invalid.
  4253. .
  4254. MessageId=7003 SymbolicName=ERROR_CTX_PD_NOT_FOUND
  4255. Language=English
  4256. The specified protocol driver was not found in the system path.
  4257. .
  4258. MessageId=7004 SymbolicName=ERROR_CTX_WD_NOT_FOUND
  4259. Language=English
  4260. The specified terminal connection driver was not found in the system path.
  4261. .
  4262. MessageId=7005 SymbolicName=ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
  4263. Language=English
  4264. A registry key for event logging could not be created for this session.
  4265. .
  4266. MessageId=7006 SymbolicName=ERROR_CTX_SERVICE_NAME_COLLISION
  4267. Language=English
  4268. A service with the same name already exists on the system.
  4269. .
  4270. MessageId=7007 SymbolicName=ERROR_CTX_CLOSE_PENDING
  4271. Language=English
  4272. A close operation is pending on the session.
  4273. .
  4274. MessageId=7008 SymbolicName=ERROR_CTX_NO_OUTBUF
  4275. Language=English
  4276. There are no free output buffers available.
  4277. .
  4278. MessageId=7009 SymbolicName=ERROR_CTX_MODEM_INF_NOT_FOUND
  4279. Language=English
  4280. The MODEM.INF file was not found.
  4281. .
  4282. MessageId=7010 SymbolicName=ERROR_CTX_INVALID_MODEMNAME
  4283. Language=English
  4284. The modem name was not found in MODEM.INF.
  4285. .
  4286. MessageId=7011 SymbolicName=ERROR_CTX_MODEM_RESPONSE_ERROR
  4287. Language=English
  4288. The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
  4289. .
  4290. MessageId=7012 SymbolicName=ERROR_CTX_MODEM_RESPONSE_TIMEOUT
  4291. Language=English
  4292. The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.
  4293. .
  4294. MessageId=7013 SymbolicName=ERROR_CTX_MODEM_RESPONSE_NO_CARRIER
  4295. Language=English
  4296. Carrier detect has failed or carrier has been dropped due to disconnect.
  4297. .
  4298. MessageId=7014 SymbolicName=ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
  4299. Language=English
  4300. Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
  4301. .
  4302. MessageId=7015 SymbolicName=ERROR_CTX_MODEM_RESPONSE_BUSY
  4303. Language=English
  4304. Busy signal detected at remote site on callback.
  4305. .
  4306. MessageId=7016 SymbolicName=ERROR_CTX_MODEM_RESPONSE_VOICE
  4307. Language=English
  4308. Voice detected at remote site on callback.
  4309. .
  4310. MessageId=7017 SymbolicName=ERROR_CTX_TD_ERROR
  4311. Language=English
  4312. Transport driver error
  4313. .
  4314. MessageId=7022 SymbolicName=ERROR_CTX_WINSTATION_NOT_FOUND
  4315. Language=English
  4316. The specified session cannot be found.
  4317. .
  4318. MessageId=7023 SymbolicName=ERROR_CTX_WINSTATION_ALREADY_EXISTS
  4319. Language=English
  4320. The specified session name is already in use.
  4321. .
  4322. MessageId=7024 SymbolicName=ERROR_CTX_WINSTATION_BUSY
  4323. Language=English
  4324. The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.
  4325. .
  4326. MessageId=7025 SymbolicName=ERROR_CTX_BAD_VIDEO_MODE
  4327. Language=English
  4328. An attempt has been made to connect to a session whose video mode is not supported by the current client.
  4329. .
  4330. MessageId=7035 SymbolicName=ERROR_CTX_GRAPHICS_INVALID
  4331. Language=English
  4332. The application attempted to enable DOS graphics mode.
  4333. DOS graphics mode is not supported.
  4334. .
  4335. MessageId=7037 SymbolicName=ERROR_CTX_LOGON_DISABLED
  4336. Language=English
  4337. Your interactive logon privilege has been disabled.
  4338. Please contact your administrator.
  4339. .
  4340. MessageId=7038 SymbolicName=ERROR_CTX_NOT_CONSOLE
  4341. Language=English
  4342. The requested operation can be performed only on the system console.
  4343. This is most often the result of a driver or system DLL requiring direct console access.
  4344. .
  4345. MessageId=7040 SymbolicName=ERROR_CTX_CLIENT_QUERY_TIMEOUT
  4346. Language=English
  4347. The client failed to respond to the server connect message.
  4348. .
  4349. MessageId=7041 SymbolicName=ERROR_CTX_CONSOLE_DISCONNECT
  4350. Language=English
  4351. Disconnecting the console session is not supported.
  4352. .
  4353. MessageId=7042 SymbolicName=ERROR_CTX_CONSOLE_CONNECT
  4354. Language=English
  4355. Reconnecting a disconnected session to the console is not supported.
  4356. .
  4357. MessageId=7044 SymbolicName=ERROR_CTX_SHADOW_DENIED
  4358. Language=English
  4359. The request to control another session remotely was denied.
  4360. .
  4361. MessageId=7045 SymbolicName=ERROR_CTX_WINSTATION_ACCESS_DENIED
  4362. Language=English
  4363. The requested session access is denied.
  4364. .
  4365. MessageId=7049 SymbolicName=ERROR_CTX_INVALID_WD
  4366. Language=English
  4367. The specified terminal connection driver is invalid.
  4368. .
  4369. MessageId=7050 SymbolicName=ERROR_CTX_SHADOW_INVALID
  4370. Language=English
  4371. The requested session cannot be controlled remotely.
  4372. This may be because the session is disconnected or does not currently have a user logged on.
  4373. .
  4374. MessageId=7051 SymbolicName=ERROR_CTX_SHADOW_DISABLED
  4375. Language=English
  4376. The requested session is not configured to allow remote control.
  4377. .
  4378. MessageId=7052 SymbolicName=ERROR_CTX_CLIENT_LICENSE_IN_USE
  4379. Language=English
  4380. Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user.
  4381. Please call your system administrator to obtain a unique license number.
  4382. .
  4383. MessageId=7053 SymbolicName=ERROR_CTX_CLIENT_LICENSE_NOT_SET
  4384. Language=English
  4385. Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client.
  4386. Please contact your system administrator.
  4387. .
  4388. MessageId=7054 SymbolicName=ERROR_CTX_LICENSE_NOT_AVAILABLE
  4389. Language=English
  4390. The system has reached its licensed logon limit.
  4391. Please try again later.
  4392. .
  4393. MessageId=7055 SymbolicName=ERROR_CTX_LICENSE_CLIENT_INVALID
  4394. Language=English
  4395. The client you are using is not licensed to use this system. Your logon request is denied.
  4396. .
  4397. MessageId=7056 SymbolicName=ERROR_CTX_LICENSE_EXPIRED
  4398. Language=English
  4399. The system license has expired. Your logon request is denied.
  4400. .
  4401. MessageId=7057 SymbolicName=ERROR_CTX_SHADOW_NOT_RUNNING
  4402. Language=English
  4403. Remote control could not be terminated because the specified session is not currently being remotely controlled.
  4404. .
  4405. MessageId=7058 SymbolicName=ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
  4406. Language=English
  4407. The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.
  4408. .
  4409. ;///////////////////////////////////////////////////
  4410. ;// /
  4411. ;// Traffic Control Error Codes /
  4412. ;// /
  4413. ;// 7500 to 7999 /
  4414. ;// /
  4415. ;// defined in: tcerror.h /
  4416. ;///////////////////////////////////////////////////
  4417. ;///////////////////////////////////////////////////
  4418. ;// /
  4419. ;// Active Directory Error Codes /
  4420. ;// /
  4421. ;// 8000 to 8999 /
  4422. ;///////////////////////////////////////////////////
  4423. ;// *****************
  4424. ;// FACILITY_FILE_REPLICATION_SERVICE
  4425. ;// *****************
  4426. MessageId=8001 SymbolicName=FRS_ERR_INVALID_API_SEQUENCE
  4427. Language=English
  4428. The file replication service API was called incorrectly.
  4429. .
  4430. MessageId=8002 SymbolicName=FRS_ERR_STARTING_SERVICE
  4431. Language=English
  4432. The file replication service cannot be started.
  4433. .
  4434. MessageId=8003 SymbolicName=FRS_ERR_STOPPING_SERVICE
  4435. Language=English
  4436. The file replication service cannot be stopped.
  4437. .
  4438. MessageId=8004 SymbolicName=FRS_ERR_INTERNAL_API
  4439. Language=English
  4440. The file replication service API terminated the request.
  4441. The event log may have more information.
  4442. .
  4443. MessageId=8005 SymbolicName=FRS_ERR_INTERNAL
  4444. Language=English
  4445. The file replication service terminated the request.
  4446. The event log may have more information.
  4447. .
  4448. MessageId=8006 SymbolicName=FRS_ERR_SERVICE_COMM
  4449. Language=English
  4450. The file replication service cannot be contacted.
  4451. The event log may have more information.
  4452. .
  4453. MessageId=8007 SymbolicName=FRS_ERR_INSUFFICIENT_PRIV
  4454. Language=English
  4455. The file replication service cannot satisfy the request because the user has insufficient privileges.
  4456. The event log may have more information.
  4457. .
  4458. MessageId=8008 SymbolicName=FRS_ERR_AUTHENTICATION
  4459. Language=English
  4460. The file replication service cannot satisfy the request because authenticated RPC is not available.
  4461. The event log may have more information.
  4462. .
  4463. MessageId=8009 SymbolicName=FRS_ERR_PARENT_INSUFFICIENT_PRIV
  4464. Language=English
  4465. The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller.
  4466. The event log may have more information.
  4467. .
  4468. MessageId=8010 SymbolicName=FRS_ERR_PARENT_AUTHENTICATION
  4469. Language=English
  4470. The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller.
  4471. The event log may have more information.
  4472. .
  4473. MessageId=8011 SymbolicName=FRS_ERR_CHILD_TO_PARENT_COMM
  4474. Language=English
  4475. The file replication service cannot communicate with the file replication service on the domain controller.
  4476. The event log may have more information.
  4477. .
  4478. MessageId=8012 SymbolicName=FRS_ERR_PARENT_TO_CHILD_COMM
  4479. Language=English
  4480. The file replication service on the domain controller cannot communicate with the file replication service on this computer.
  4481. The event log may have more information.
  4482. .
  4483. MessageId=8013 SymbolicName=FRS_ERR_SYSVOL_POPULATE
  4484. Language=English
  4485. The file replication service cannot populate the system volume because of an internal error.
  4486. The event log may have more information.
  4487. .
  4488. MessageId=8014 SymbolicName=FRS_ERR_SYSVOL_POPULATE_TIMEOUT
  4489. Language=English
  4490. The file replication service cannot populate the system volume because of an internal timeout.
  4491. The event log may have more information.
  4492. .
  4493. MessageId=8015 SymbolicName=FRS_ERR_SYSVOL_IS_BUSY
  4494. Language=English
  4495. The file replication service cannot process the request. The system volume is busy with a previous request.
  4496. .
  4497. MessageId=8016 SymbolicName=FRS_ERR_SYSVOL_DEMOTE
  4498. Language=English
  4499. The file replication service cannot stop replicating the system volume because of an internal error.
  4500. The event log may have more information.
  4501. .
  4502. MessageId=8017 SymbolicName=FRS_ERR_INVALID_SERVICE_PARAMETER
  4503. Language=English
  4504. The file replication service detected an invalid parameter.
  4505. .
  4506. ;// *****************
  4507. ;// FACILITY DIRECTORY SERVICE
  4508. ;// *****************
  4509. ;#define DS_S_SUCCESS NO_ERROR
  4510. MessageId=8200 SymbolicName=ERROR_DS_NOT_INSTALLED
  4511. Language=English
  4512. An error occurred while installing the directory service. For more information, see the event log.
  4513. .
  4514. MessageId=8201 SymbolicName=ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY
  4515. Language=English
  4516. The directory service evaluated group memberships locally.
  4517. .
  4518. MessageId=8202 SymbolicName=ERROR_DS_NO_ATTRIBUTE_OR_VALUE
  4519. Language=English
  4520. The specified directory service attribute or value does not exist.
  4521. .
  4522. MessageId=8203 SymbolicName=ERROR_DS_INVALID_ATTRIBUTE_SYNTAX
  4523. Language=English
  4524. The attribute syntax specified to the directory service is invalid.
  4525. .
  4526. MessageId=8204 SymbolicName=ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED
  4527. Language=English
  4528. The attribute type specified to the directory service is not defined.
  4529. .
  4530. MessageId=8205 SymbolicName=ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS
  4531. Language=English
  4532. The specified directory service attribute or value already exists.
  4533. .
  4534. MessageId=8206 SymbolicName=ERROR_DS_BUSY
  4535. Language=English
  4536. The directory service is busy.
  4537. .
  4538. MessageId=8207 SymbolicName=ERROR_DS_UNAVAILABLE
  4539. Language=English
  4540. The directory service is unavailable.
  4541. .
  4542. MessageId=8208 SymbolicName=ERROR_DS_NO_RIDS_ALLOCATED
  4543. Language=English
  4544. The directory service was unable to allocate a relative identifier.
  4545. .
  4546. MessageId=8209 SymbolicName=ERROR_DS_NO_MORE_RIDS
  4547. Language=English
  4548. The directory service has exhausted the pool of relative identifiers.
  4549. .
  4550. MessageId=8210 SymbolicName=ERROR_DS_INCORRECT_ROLE_OWNER
  4551. Language=English
  4552. The requested operation could not be performed because the directory service is not the master for that type of operation.
  4553. .
  4554. MessageId=8211 SymbolicName=ERROR_DS_RIDMGR_INIT_ERROR
  4555. Language=English
  4556. The directory service was unable to initialize the subsystem that allocates relative identifiers.
  4557. .
  4558. MessageId=8212 SymbolicName=ERROR_DS_OBJ_CLASS_VIOLATION
  4559. Language=English
  4560. The requested operation did not satisfy one or more constraints associated with the class of the object.
  4561. .
  4562. MessageId=8213 SymbolicName=ERROR_DS_CANT_ON_NON_LEAF
  4563. Language=English
  4564. The directory service can perform the requested operation only on a leaf object.
  4565. .
  4566. MessageId=8214 SymbolicName=ERROR_DS_CANT_ON_RDN
  4567. Language=English
  4568. The directory service cannot perform the requested operation on the RDN attribute of an object.
  4569. .
  4570. MessageId=8215 SymbolicName=ERROR_DS_CANT_MOD_OBJ_CLASS
  4571. Language=English
  4572. The directory service detected an attempt to modify the object class of an object.
  4573. .
  4574. MessageId=8216 SymbolicName=ERROR_DS_CROSS_DOM_MOVE_ERROR
  4575. Language=English
  4576. The requested cross-domain move operation could not be performed.
  4577. .
  4578. MessageId=8217 SymbolicName=ERROR_DS_GC_NOT_AVAILABLE
  4579. Language=English
  4580. Unable to contact the global catalog server.
  4581. .
  4582. MessageId=8218 SymbolicName=ERROR_SHARED_POLICY
  4583. Language=English
  4584. The policy object is shared and can only be modified at the root.
  4585. .
  4586. MessageId=8219 SymbolicName=ERROR_POLICY_OBJECT_NOT_FOUND
  4587. Language=English
  4588. The policy object does not exist.
  4589. .
  4590. MessageId=8220 SymbolicName=ERROR_POLICY_ONLY_IN_DS
  4591. Language=English
  4592. The requested policy information is only in the directory service.
  4593. .
  4594. MessageId=8221 SymbolicName=ERROR_PROMOTION_ACTIVE
  4595. Language=English
  4596. A domain controller promotion is currently active.
  4597. .
  4598. MessageId=8222 SymbolicName=ERROR_NO_PROMOTION_ACTIVE
  4599. Language=English
  4600. A domain controller promotion is not currently active
  4601. .
  4602. ;// 8223 unused
  4603. MessageId=8224 SymbolicName=ERROR_DS_OPERATIONS_ERROR
  4604. Language=English
  4605. An operations error occurred.
  4606. .
  4607. MessageId=8225 SymbolicName=ERROR_DS_PROTOCOL_ERROR
  4608. Language=English
  4609. A protocol error occurred.
  4610. .
  4611. MessageId=8226 SymbolicName=ERROR_DS_TIMELIMIT_EXCEEDED
  4612. Language=English
  4613. The time limit for this request was exceeded.
  4614. .
  4615. MessageId=8227 SymbolicName=ERROR_DS_SIZELIMIT_EXCEEDED
  4616. Language=English
  4617. The size limit for this request was exceeded.
  4618. .
  4619. MessageId=8228 SymbolicName=ERROR_DS_ADMIN_LIMIT_EXCEEDED
  4620. Language=English
  4621. The administrative limit for this request was exceeded.
  4622. .
  4623. MessageId=8229 SymbolicName=ERROR_DS_COMPARE_FALSE
  4624. Language=English
  4625. The compare response was false.
  4626. .
  4627. MessageId=8230 SymbolicName=ERROR_DS_COMPARE_TRUE
  4628. Language=English
  4629. The compare response was true.
  4630. .
  4631. MessageId=8231 SymbolicName=ERROR_DS_AUTH_METHOD_NOT_SUPPORTED
  4632. Language=English
  4633. The requested authentication method is not supported by the server.
  4634. .
  4635. MessageId=8232 SymbolicName=ERROR_DS_STRONG_AUTH_REQUIRED
  4636. Language=English
  4637. A more secure authentication method is required for this server.
  4638. .
  4639. MessageId=8233 SymbolicName=ERROR_DS_INAPPROPRIATE_AUTH
  4640. Language=English
  4641. Inappropriate authentication.
  4642. .
  4643. MessageId=8234 SymbolicName=ERROR_DS_AUTH_UNKNOWN
  4644. Language=English
  4645. The authentication mechanism is unknown.
  4646. .
  4647. MessageId=8235 SymbolicName=ERROR_DS_REFERRAL
  4648. Language=English
  4649. A referral was returned from the server.
  4650. .
  4651. MessageId=8236 SymbolicName=ERROR_DS_UNAVAILABLE_CRIT_EXTENSION
  4652. Language=English
  4653. The server does not support the requested critical extension.
  4654. .
  4655. MessageId=8237 SymbolicName=ERROR_DS_CONFIDENTIALITY_REQUIRED
  4656. Language=English
  4657. This request requires a secure connection.
  4658. .
  4659. MessageId=8238 SymbolicName=ERROR_DS_INAPPROPRIATE_MATCHING
  4660. Language=English
  4661. Inappropriate matching.
  4662. .
  4663. MessageId=8239 SymbolicName=ERROR_DS_CONSTRAINT_VIOLATION
  4664. Language=English
  4665. A constraint violation occurred.
  4666. .
  4667. MessageId=8240 SymbolicName=ERROR_DS_NO_SUCH_OBJECT
  4668. Language=English
  4669. There is no such object on the server.
  4670. .
  4671. MessageId=8241 SymbolicName=ERROR_DS_ALIAS_PROBLEM
  4672. Language=English
  4673. There is an alias problem.
  4674. .
  4675. MessageId=8242 SymbolicName=ERROR_DS_INVALID_DN_SYNTAX
  4676. Language=English
  4677. An invalid dn syntax has been specified.
  4678. .
  4679. MessageId=8243 SymbolicName=ERROR_DS_IS_LEAF
  4680. Language=English
  4681. The object is a leaf object.
  4682. .
  4683. MessageId=8244 SymbolicName=ERROR_DS_ALIAS_DEREF_PROBLEM
  4684. Language=English
  4685. There is an alias dereferencing problem.
  4686. .
  4687. MessageId=8245 SymbolicName=ERROR_DS_UNWILLING_TO_PERFORM
  4688. Language=English
  4689. The server is unwilling to process the request.
  4690. .
  4691. MessageId=8246 SymbolicName=ERROR_DS_LOOP_DETECT
  4692. Language=English
  4693. A loop has been detected.
  4694. .
  4695. MessageId=8247 SymbolicName=ERROR_DS_NAMING_VIOLATION
  4696. Language=English
  4697. There is a naming violation.
  4698. .
  4699. MessageId=8248 SymbolicName=ERROR_DS_OBJECT_RESULTS_TOO_LARGE
  4700. Language=English
  4701. The result set is too large.
  4702. .
  4703. MessageId=8249 SymbolicName=ERROR_DS_AFFECTS_MULTIPLE_DSAS
  4704. Language=English
  4705. The operation affects multiple DSAs
  4706. .
  4707. MessageId=8250 SymbolicName=ERROR_DS_SERVER_DOWN
  4708. Language=English
  4709. The server is not operational.
  4710. .
  4711. MessageId=8251 SymbolicName=ERROR_DS_LOCAL_ERROR
  4712. Language=English
  4713. A local error has occurred.
  4714. .
  4715. MessageId=8252 SymbolicName=ERROR_DS_ENCODING_ERROR
  4716. Language=English
  4717. An encoding error has occurred.
  4718. .
  4719. MessageId=8253 SymbolicName=ERROR_DS_DECODING_ERROR
  4720. Language=English
  4721. A decoding error has occurred.
  4722. .
  4723. MessageId=8254 SymbolicName=ERROR_DS_FILTER_UNKNOWN
  4724. Language=English
  4725. The search filter cannot be recognized.
  4726. .
  4727. MessageId=8255 SymbolicName=ERROR_DS_PARAM_ERROR
  4728. Language=English
  4729. One or more parameters are illegal.
  4730. .
  4731. MessageId=8256 SymbolicName=ERROR_DS_NOT_SUPPORTED
  4732. Language=English
  4733. The specified method is not supported.
  4734. .
  4735. MessageId=8257 SymbolicName=ERROR_DS_NO_RESULTS_RETURNED
  4736. Language=English
  4737. No results were returned.
  4738. .
  4739. MessageId=8258 SymbolicName=ERROR_DS_CONTROL_NOT_FOUND
  4740. Language=English
  4741. The specified control is not supported by the server.
  4742. .
  4743. MessageId=8259 SymbolicName=ERROR_DS_CLIENT_LOOP
  4744. Language=English
  4745. A referral loop was detected by the client.
  4746. .
  4747. MessageId=8260 SymbolicName=ERROR_DS_REFERRAL_LIMIT_EXCEEDED
  4748. Language=English
  4749. The preset referral limit was exceeded.
  4750. .
  4751. MessageId=8261 SymbolicName=ERROR_DS_SORT_CONTROL_MISSING
  4752. Language=English
  4753. The search requires a SORT control.
  4754. .
  4755. MessageId=8262 SymbolicName=ERROR_DS_OFFSET_RANGE_ERROR
  4756. Language=English
  4757. The search results exceed the offset range specified.
  4758. .
  4759. MessageId=8301 SymbolicName=ERROR_DS_ROOT_MUST_BE_NC
  4760. Language=English
  4761. The root object must be the head of a naming context. The root object cannot have an instantiated parent.
  4762. .
  4763. MessageId=8302 SymbolicName=ERROR_DS_ADD_REPLICA_INHIBITED
  4764. Language=English
  4765. The add replica operation cannot be performed. The naming context must be writable in order to create the replica.
  4766. .
  4767. MessageId=8303 SymbolicName=ERROR_DS_ATT_NOT_DEF_IN_SCHEMA
  4768. Language=English
  4769. A reference to an attribute that is not defined in the schema occurred.
  4770. .
  4771. MessageId=8304 SymbolicName=ERROR_DS_MAX_OBJ_SIZE_EXCEEDED
  4772. Language=English
  4773. The maximum size of an object has been exceeded.
  4774. .
  4775. MessageId=8305 SymbolicName=ERROR_DS_OBJ_STRING_NAME_EXISTS
  4776. Language=English
  4777. An attempt was made to add an object to the directory with a name that is already in use.
  4778. .
  4779. MessageId=8306 SymbolicName=ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA
  4780. Language=English
  4781. An attempt was made to add an object of a class that does not have an RDN defined in the schema.
  4782. .
  4783. MessageId=8307 SymbolicName=ERROR_DS_RDN_DOESNT_MATCH_SCHEMA
  4784. Language=English
  4785. An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
  4786. .
  4787. MessageId=8308 SymbolicName=ERROR_DS_NO_REQUESTED_ATTS_FOUND
  4788. Language=English
  4789. None of the requested attributes were found on the objects.
  4790. .
  4791. MessageId=8309 SymbolicName=ERROR_DS_USER_BUFFER_TO_SMALL
  4792. Language=English
  4793. The user buffer is too small.
  4794. .
  4795. MessageId=8310 SymbolicName=ERROR_DS_ATT_IS_NOT_ON_OBJ
  4796. Language=English
  4797. The attribute specified in the operation is not present on the object.
  4798. .
  4799. MessageId=8311 SymbolicName=ERROR_DS_ILLEGAL_MOD_OPERATION
  4800. Language=English
  4801. Illegal modify operation. Some aspect of the modification is not permitted.
  4802. .
  4803. MessageId=8312 SymbolicName=ERROR_DS_OBJ_TOO_LARGE
  4804. Language=English
  4805. The specified object is too large.
  4806. .
  4807. MessageId=8313 SymbolicName=ERROR_DS_BAD_INSTANCE_TYPE
  4808. Language=English
  4809. The specified instance type is not valid.
  4810. .
  4811. MessageId=8314 SymbolicName=ERROR_DS_MASTERDSA_REQUIRED
  4812. Language=English
  4813. The operation must be performed at a master DSA.
  4814. .
  4815. MessageId=8315 SymbolicName=ERROR_DS_OBJECT_CLASS_REQUIRED
  4816. Language=English
  4817. The object class attribute must be specified.
  4818. .
  4819. MessageId=8316 SymbolicName=ERROR_DS_MISSING_REQUIRED_ATT
  4820. Language=English
  4821. A required attribute is missing.
  4822. .
  4823. MessageId=8317 SymbolicName=ERROR_DS_ATT_NOT_DEF_FOR_CLASS
  4824. Language=English
  4825. An attempt was made to modify an object to include an attribute that is not legal for its class.
  4826. .
  4827. MessageId=8318 SymbolicName=ERROR_DS_ATT_ALREADY_EXISTS
  4828. Language=English
  4829. The specified attribute is already present on the object.
  4830. .
  4831. ;// 8319 unused
  4832. MessageId=8320 SymbolicName=ERROR_DS_CANT_ADD_ATT_VALUES
  4833. Language=English
  4834. The specified attribute is not present, or has no values.
  4835. .
  4836. MessageId=8321 SymbolicName=ERROR_DS_SINGLE_VALUE_CONSTRAINT
  4837. Language=English
  4838. Mutliple values were specified for an attribute that can have only one value.
  4839. .
  4840. MessageId=8322 SymbolicName=ERROR_DS_RANGE_CONSTRAINT
  4841. Language=English
  4842. A value for the attribute was not in the acceptable range of values.
  4843. .
  4844. MessageId=8323 SymbolicName=ERROR_DS_ATT_VAL_ALREADY_EXISTS
  4845. Language=English
  4846. The specified value already exists.
  4847. .
  4848. MessageId=8324 SymbolicName=ERROR_DS_CANT_REM_MISSING_ATT
  4849. Language=English
  4850. The attribute cannot be removed because it is not present on the object.
  4851. .
  4852. MessageId=8325 SymbolicName=ERROR_DS_CANT_REM_MISSING_ATT_VAL
  4853. Language=English
  4854. The attribute value cannot be removed because it is not present on the object.
  4855. .
  4856. MessageId=8326 SymbolicName=ERROR_DS_ROOT_CANT_BE_SUBREF
  4857. Language=English
  4858. The specified root object cannot be a subref.
  4859. .
  4860. MessageId=8327 SymbolicName=ERROR_DS_NO_CHAINING
  4861. Language=English
  4862. Chaining is not permitted.
  4863. .
  4864. MessageId=8328 SymbolicName=ERROR_DS_NO_CHAINED_EVAL
  4865. Language=English
  4866. Chained evaluation is not permitted.
  4867. .
  4868. MessageId=8329 SymbolicName=ERROR_DS_NO_PARENT_OBJECT
  4869. Language=English
  4870. The operation could not be performed because the object's parent is either uninstantiated or deleted.
  4871. .
  4872. MessageId=8330 SymbolicName=ERROR_DS_PARENT_IS_AN_ALIAS
  4873. Language=English
  4874. Having a parent that is an alias is not permitted. Aliases are leaf objects.
  4875. .
  4876. MessageId=8331 SymbolicName=ERROR_DS_CANT_MIX_MASTER_AND_REPS
  4877. Language=English
  4878. The object and parent must be of the same type, either both masters or both replicas.
  4879. .
  4880. MessageId=8332 SymbolicName=ERROR_DS_CHILDREN_EXIST
  4881. Language=English
  4882. The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
  4883. .
  4884. MessageId=8333 SymbolicName=ERROR_DS_OBJ_NOT_FOUND
  4885. Language=English
  4886. Directory object not found.
  4887. .
  4888. MessageId=8334 SymbolicName=ERROR_DS_ALIASED_OBJ_MISSING
  4889. Language=English
  4890. The aliased object is missing.
  4891. .
  4892. MessageId=8335 SymbolicName=ERROR_DS_BAD_NAME_SYNTAX
  4893. Language=English
  4894. The object name has bad syntax.
  4895. .
  4896. MessageId=8336 SymbolicName=ERROR_DS_ALIAS_POINTS_TO_ALIAS
  4897. Language=English
  4898. It is not permitted for an alias to refer to another alias.
  4899. .
  4900. MessageId=8337 SymbolicName=ERROR_DS_CANT_DEREF_ALIAS
  4901. Language=English
  4902. The alias cannot be dereferenced.
  4903. .
  4904. MessageId=8338 SymbolicName=ERROR_DS_OUT_OF_SCOPE
  4905. Language=English
  4906. The operation is out of scope.
  4907. .
  4908. MessageId=8339 SymbolicName=ERROR_DS_OBJECT_BEING_REMOVED
  4909. Language=English
  4910. The operation cannot continue because the object is in the process of being removed.
  4911. .
  4912. MessageId=8340 SymbolicName=ERROR_DS_CANT_DELETE_DSA_OBJ
  4913. Language=English
  4914. The DSA object cannot be deleted.
  4915. .
  4916. MessageId=8341 SymbolicName=ERROR_DS_GENERIC_ERROR
  4917. Language=English
  4918. A directory service error has occurred.
  4919. .
  4920. MessageId=8342 SymbolicName=ERROR_DS_DSA_MUST_BE_INT_MASTER
  4921. Language=English
  4922. The operation can only be performed on an internal master DSA object.
  4923. .
  4924. MessageId=8343 SymbolicName=ERROR_DS_CLASS_NOT_DSA
  4925. Language=English
  4926. The object must be of class DSA.
  4927. .
  4928. MessageId=8344 SymbolicName=ERROR_DS_INSUFF_ACCESS_RIGHTS
  4929. Language=English
  4930. Insufficient access rights to perform the operation.
  4931. .
  4932. MessageId=8345 SymbolicName=ERROR_DS_ILLEGAL_SUPERIOR
  4933. Language=English
  4934. The object cannot be added because the parent is not on the list of possible superiors.
  4935. .
  4936. MessageId=8346 SymbolicName=ERROR_DS_ATTRIBUTE_OWNED_BY_SAM
  4937. Language=English
  4938. Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
  4939. .
  4940. MessageId=8347 SymbolicName=ERROR_DS_NAME_TOO_MANY_PARTS
  4941. Language=English
  4942. The name has too many parts.
  4943. .
  4944. MessageId=8348 SymbolicName=ERROR_DS_NAME_TOO_LONG
  4945. Language=English
  4946. The name is too long.
  4947. .
  4948. MessageId=8349 SymbolicName=ERROR_DS_NAME_VALUE_TOO_LONG
  4949. Language=English
  4950. The name value is too long.
  4951. .
  4952. MessageId=8350 SymbolicName=ERROR_DS_NAME_UNPARSEABLE
  4953. Language=English
  4954. The directory service encountered an error parsing a name.
  4955. .
  4956. MessageId=8351 SymbolicName=ERROR_DS_NAME_TYPE_UNKNOWN
  4957. Language=English
  4958. The directory service cannot get the attribute type for a name.
  4959. .
  4960. MessageId=8352 SymbolicName=ERROR_DS_NOT_AN_OBJECT
  4961. Language=English
  4962. The name does not identify an object; the name identifies a phantom.
  4963. .
  4964. MessageId=8353 SymbolicName=ERROR_DS_SEC_DESC_TOO_SHORT
  4965. Language=English
  4966. The security descriptor is too short.
  4967. .
  4968. MessageId=8354 SymbolicName=ERROR_DS_SEC_DESC_INVALID
  4969. Language=English
  4970. The security descriptor is invalid.
  4971. .
  4972. MessageId=8355 SymbolicName=ERROR_DS_NO_DELETED_NAME
  4973. Language=English
  4974. Failed to create name for deleted object.
  4975. .
  4976. MessageId=8356 SymbolicName=ERROR_DS_SUBREF_MUST_HAVE_PARENT
  4977. Language=English
  4978. The parent of a new subref must exist.
  4979. .
  4980. MessageId=8357 SymbolicName=ERROR_DS_NCNAME_MUST_BE_NC
  4981. Language=English
  4982. The object must be a naming context.
  4983. .
  4984. MessageId=8358 SymbolicName=ERROR_DS_CANT_ADD_SYSTEM_ONLY
  4985. Language=English
  4986. It is not permitted to add an attribute which is owned by the system.
  4987. .
  4988. MessageId=8359 SymbolicName=ERROR_DS_CLASS_MUST_BE_CONCRETE
  4989. Language=English
  4990. The class of the object must be structural; you cannot instantiate an abstract class.
  4991. .
  4992. MessageId=8360 SymbolicName=ERROR_DS_INVALID_DMD
  4993. Language=English
  4994. The schema object could not be found.
  4995. .
  4996. MessageId=8361 SymbolicName=ERROR_DS_OBJ_GUID_EXISTS
  4997. Language=English
  4998. A local object with this GUID (dead or alive) already exists.
  4999. .
  5000. MessageId=8362 SymbolicName=ERROR_DS_NOT_ON_BACKLINK
  5001. Language=English
  5002. The operation cannot be performed on a back link.
  5003. .
  5004. MessageId=8363 SymbolicName=ERROR_DS_NO_CROSSREF_FOR_NC
  5005. Language=English
  5006. The cross reference for the specified naming context could not be found.
  5007. .
  5008. MessageId=8364 SymbolicName=ERROR_DS_SHUTTING_DOWN
  5009. Language=English
  5010. The operation could not be performed because the directory service is shutting down.
  5011. .
  5012. MessageId=8365 SymbolicName=ERROR_DS_UNKNOWN_OPERATION
  5013. Language=English
  5014. The directory service request is invalid.
  5015. .
  5016. MessageId=8366 SymbolicName=ERROR_DS_INVALID_ROLE_OWNER
  5017. Language=English
  5018. The role owner attribute could not be read.
  5019. .
  5020. MessageId=8367 SymbolicName=ERROR_DS_COULDNT_CONTACT_FSMO
  5021. Language=English
  5022. The requested FSMO operation failed. The current FSMO holder could not be contacted.
  5023. .
  5024. MessageId=8368 SymbolicName=ERROR_DS_CROSS_NC_DN_RENAME
  5025. Language=English
  5026. Modification of a DN across a naming context is not permitted.
  5027. .
  5028. MessageId=8369 SymbolicName=ERROR_DS_CANT_MOD_SYSTEM_ONLY
  5029. Language=English
  5030. The attribute cannot be modified because it is owned by the system.
  5031. .
  5032. MessageId=8370 SymbolicName=ERROR_DS_REPLICATOR_ONLY
  5033. Language=English
  5034. Only the replicator can perform this function.
  5035. .
  5036. MessageId=8371 SymbolicName=ERROR_DS_OBJ_CLASS_NOT_DEFINED
  5037. Language=English
  5038. The specified class is not defined.
  5039. .
  5040. MessageId=8372 SymbolicName=ERROR_DS_OBJ_CLASS_NOT_SUBCLASS
  5041. Language=English
  5042. The specified class is not a subclass.
  5043. .
  5044. MessageId=8373 SymbolicName=ERROR_DS_NAME_REFERENCE_INVALID
  5045. Language=English
  5046. The name reference is invalid.
  5047. .
  5048. MessageId=8374 SymbolicName=ERROR_DS_CROSS_REF_EXISTS
  5049. Language=English
  5050. A cross reference already exists.
  5051. .
  5052. MessageId=8375 SymbolicName=ERROR_DS_CANT_DEL_MASTER_CROSSREF
  5053. Language=English
  5054. It is not permitted to delete a master cross reference.
  5055. .
  5056. MessageId=8376 SymbolicName=ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD
  5057. Language=English
  5058. Subtree notifications are only supported on NC heads.
  5059. .
  5060. MessageId=8377 SymbolicName=ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX
  5061. Language=English
  5062. Notification filter is too complex.
  5063. .
  5064. MessageId=8378 SymbolicName=ERROR_DS_DUP_RDN
  5065. Language=English
  5066. Schema update failed: duplicate RDN.
  5067. .
  5068. MessageId=8379 SymbolicName=ERROR_DS_DUP_OID
  5069. Language=English
  5070. Schema update failed: duplicate OID.
  5071. .
  5072. MessageId=8380 SymbolicName=ERROR_DS_DUP_MAPI_ID
  5073. Language=English
  5074. Schema update failed: duplicate MAPI identifier.
  5075. .
  5076. MessageId=8381 SymbolicName=ERROR_DS_DUP_SCHEMA_ID_GUID
  5077. Language=English
  5078. Schema update failed: duplicate schema-id GUID.
  5079. .
  5080. MessageId=8382 SymbolicName=ERROR_DS_DUP_LDAP_DISPLAY_NAME
  5081. Language=English
  5082. Schema update failed: duplicate LDAP display name.
  5083. .
  5084. MessageId=8383 SymbolicName=ERROR_DS_SEMANTIC_ATT_TEST
  5085. Language=English
  5086. Schema update failed: range-lower less than range upper.
  5087. .
  5088. MessageId=8384 SymbolicName=ERROR_DS_SYNTAX_MISMATCH
  5089. Language=English
  5090. Schema update failed: syntax mismatch.
  5091. .
  5092. MessageId=8385 SymbolicName=ERROR_DS_EXISTS_IN_MUST_HAVE
  5093. Language=English
  5094. Schema deletion failed: attribute is used in must-contain.
  5095. .
  5096. MessageId=8386 SymbolicName=ERROR_DS_EXISTS_IN_MAY_HAVE
  5097. Language=English
  5098. Schema deletion failed: attribute is used in may-contain.
  5099. .
  5100. MessageId=8387 SymbolicName=ERROR_DS_NONEXISTENT_MAY_HAVE
  5101. Language=English
  5102. Schema update failed: attribute in may-contain does not exist.
  5103. .
  5104. MessageId=8388 SymbolicName=ERROR_DS_NONEXISTENT_MUST_HAVE
  5105. Language=English
  5106. Schema update failed: attribute in must-contain does not exist.
  5107. .
  5108. MessageId=8389 SymbolicName=ERROR_DS_AUX_CLS_TEST_FAIL
  5109. Language=English
  5110. Schema update failed: class in aux-class list does not exist or is not an auxiliary class.
  5111. .
  5112. MessageId=8390 SymbolicName=ERROR_DS_NONEXISTENT_POSS_SUP
  5113. Language=English
  5114. Schema update failed: class in poss-superiors does not exist.
  5115. .
  5116. MessageId=8391 SymbolicName=ERROR_DS_SUB_CLS_TEST_FAIL
  5117. Language=English
  5118. Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules.
  5119. .
  5120. MessageId=8392 SymbolicName=ERROR_DS_BAD_RDN_ATT_ID_SYNTAX
  5121. Language=English
  5122. Schema update failed: Rdn-Att-Id has wrong syntax.
  5123. .
  5124. MessageId=8393 SymbolicName=ERROR_DS_EXISTS_IN_AUX_CLS
  5125. Language=English
  5126. Schema deletion failed: class is used as auxiliary class.
  5127. .
  5128. MessageId=8394 SymbolicName=ERROR_DS_EXISTS_IN_SUB_CLS
  5129. Language=English
  5130. Schema deletion failed: class is used as sub class.
  5131. .
  5132. MessageId=8395 SymbolicName=ERROR_DS_EXISTS_IN_POSS_SUP
  5133. Language=English
  5134. Schema deletion failed: class is used as poss superior.
  5135. .
  5136. MessageId=8396 SymbolicName=ERROR_DS_RECALCSCHEMA_FAILED
  5137. Language=English
  5138. Schema update failed in recalculating validation cache.
  5139. .
  5140. MessageId=8397 SymbolicName=ERROR_DS_TREE_DELETE_NOT_FINISHED
  5141. Language=English
  5142. The tree deletion is not finished. The request must be made again to continue deleting the tree.
  5143. .
  5144. MessageId=8398 SymbolicName=ERROR_DS_CANT_DELETE
  5145. Language=English
  5146. The requested delete operation could not be performed.
  5147. .
  5148. MessageId=8399 SymbolicName=ERROR_DS_ATT_SCHEMA_REQ_ID
  5149. Language=English
  5150. Cannot read the governs class identifier for the schema record.
  5151. .
  5152. MessageId=8400 SymbolicName=ERROR_DS_BAD_ATT_SCHEMA_SYNTAX
  5153. Language=English
  5154. The attribute schema has bad syntax.
  5155. .
  5156. MessageId=8401 SymbolicName=ERROR_DS_CANT_CACHE_ATT
  5157. Language=English
  5158. The attribute could not be cached.
  5159. .
  5160. MessageId=8402 SymbolicName=ERROR_DS_CANT_CACHE_CLASS
  5161. Language=English
  5162. The class could not be cached.
  5163. .
  5164. MessageId=8403 SymbolicName=ERROR_DS_CANT_REMOVE_ATT_CACHE
  5165. Language=English
  5166. The attribute could not be removed from the cache.
  5167. .
  5168. MessageId=8404 SymbolicName=ERROR_DS_CANT_REMOVE_CLASS_CACHE
  5169. Language=English
  5170. The class could not be removed from the cache.
  5171. .
  5172. MessageId=8405 SymbolicName=ERROR_DS_CANT_RETRIEVE_DN
  5173. Language=English
  5174. The distinguished name attribute could not be read.
  5175. .
  5176. MessageId=8406 SymbolicName=ERROR_DS_MISSING_SUPREF
  5177. Language=English
  5178. A required subref is missing.
  5179. .
  5180. MessageId=8407 SymbolicName=ERROR_DS_CANT_RETRIEVE_INSTANCE
  5181. Language=English
  5182. The instance type attribute could not be retrieved.
  5183. .
  5184. MessageId=8408 SymbolicName=ERROR_DS_CODE_INCONSISTENCY
  5185. Language=English
  5186. An internal error has occurred.
  5187. .
  5188. MessageId=8409 SymbolicName=ERROR_DS_DATABASE_ERROR
  5189. Language=English
  5190. A database error has occurred.
  5191. .
  5192. MessageId=8410 SymbolicName=ERROR_DS_GOVERNSID_MISSING
  5193. Language=English
  5194. The attribute GOVERNSID is missing.
  5195. .
  5196. MessageId=8411 SymbolicName=ERROR_DS_MISSING_EXPECTED_ATT
  5197. Language=English
  5198. An expected attribute is missing.
  5199. .
  5200. MessageId=8412 SymbolicName=ERROR_DS_NCNAME_MISSING_CR_REF
  5201. Language=English
  5202. The specified naming context is missing a cross reference.
  5203. .
  5204. MessageId=8413 SymbolicName=ERROR_DS_SECURITY_CHECKING_ERROR
  5205. Language=English
  5206. A security checking error has occurred.
  5207. .
  5208. MessageId=8414 SymbolicName=ERROR_DS_SCHEMA_NOT_LOADED
  5209. Language=English
  5210. The schema is not loaded.
  5211. .
  5212. MessageId=8415 SymbolicName=ERROR_DS_SCHEMA_ALLOC_FAILED
  5213. Language=English
  5214. Schema allocation failed. Please check if the machine is running low on memory.
  5215. .
  5216. MessageId=8416 SymbolicName=ERROR_DS_ATT_SCHEMA_REQ_SYNTAX
  5217. Language=English
  5218. Failed to obtain the required syntax for the attribute schema.
  5219. .
  5220. MessageId=8417 SymbolicName=ERROR_DS_GCVERIFY_ERROR
  5221. Language=English
  5222. The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available.
  5223. .
  5224. MessageId=8418 SymbolicName=ERROR_DS_DRA_SCHEMA_MISMATCH
  5225. Language=English
  5226. The replication operation failed because of a schema mismatch between the servers involved.
  5227. .
  5228. MessageId=8419 SymbolicName=ERROR_DS_CANT_FIND_DSA_OBJ
  5229. Language=English
  5230. The DSA object could not be found.
  5231. .
  5232. MessageId=8420 SymbolicName=ERROR_DS_CANT_FIND_EXPECTED_NC
  5233. Language=English
  5234. The naming context could not be found.
  5235. .
  5236. MessageId=8421 SymbolicName=ERROR_DS_CANT_FIND_NC_IN_CACHE
  5237. Language=English
  5238. The naming context could not be found in the cache.
  5239. .
  5240. MessageId=8422 SymbolicName=ERROR_DS_CANT_RETRIEVE_CHILD
  5241. Language=English
  5242. The child object could not be retrieved.
  5243. .
  5244. MessageId=8423 SymbolicName=ERROR_DS_SECURITY_ILLEGAL_MODIFY
  5245. Language=English
  5246. The modification was not permitted for security reasons.
  5247. .
  5248. MessageId=8424 SymbolicName=ERROR_DS_CANT_REPLACE_HIDDEN_REC
  5249. Language=English
  5250. The operation cannot replace the hidden record.
  5251. .
  5252. MessageId=8425 SymbolicName=ERROR_DS_BAD_HIERARCHY_FILE
  5253. Language=English
  5254. The hierarchy file is invalid.
  5255. .
  5256. MessageId=8426 SymbolicName=ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED
  5257. Language=English
  5258. The attempt to build the hierarchy table failed.
  5259. .
  5260. MessageId=8427 SymbolicName=ERROR_DS_CONFIG_PARAM_MISSING
  5261. Language=English
  5262. The directory configuration parameter is missing from the registry.
  5263. .
  5264. MessageId=8428 SymbolicName=ERROR_DS_COUNTING_AB_INDICES_FAILED
  5265. Language=English
  5266. The attempt to count the address book indices failed.
  5267. .
  5268. MessageId=8429 SymbolicName=ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED
  5269. Language=English
  5270. The allocation of the hierarchy table failed.
  5271. .
  5272. MessageId=8430 SymbolicName=ERROR_DS_INTERNAL_FAILURE
  5273. Language=English
  5274. The directory service encountered an internal failure.
  5275. .
  5276. MessageId=8431 SymbolicName=ERROR_DS_UNKNOWN_ERROR
  5277. Language=English
  5278. The directory service encountered an unknown failure.
  5279. .
  5280. MessageId=8432 SymbolicName=ERROR_DS_ROOT_REQUIRES_CLASS_TOP
  5281. Language=English
  5282. A root object requires a class of 'top'.
  5283. .
  5284. MessageId=8433 SymbolicName=ERROR_DS_REFUSING_FSMO_ROLES
  5285. Language=English
  5286. This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
  5287. .
  5288. MessageId=8434 SymbolicName=ERROR_DS_MISSING_FSMO_SETTINGS
  5289. Language=English
  5290. The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
  5291. .
  5292. MessageId=8435 SymbolicName=ERROR_DS_UNABLE_TO_SURRENDER_ROLES
  5293. Language=English
  5294. The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
  5295. .
  5296. MessageId=8436 SymbolicName=ERROR_DS_DRA_GENERIC
  5297. Language=English
  5298. The replication operation failed.
  5299. .
  5300. MessageId=8437 SymbolicName=ERROR_DS_DRA_INVALID_PARAMETER
  5301. Language=English
  5302. An invalid parameter was specified for this replication operation.
  5303. .
  5304. MessageId=8438 SymbolicName=ERROR_DS_DRA_BUSY
  5305. Language=English
  5306. The directory service is too busy to complete the replication operation at this time.
  5307. .
  5308. MessageId=8439 SymbolicName=ERROR_DS_DRA_BAD_DN
  5309. Language=English
  5310. The distinguished name specified for this replication operation is invalid.
  5311. .
  5312. MessageId=8440 SymbolicName=ERROR_DS_DRA_BAD_NC
  5313. Language=English
  5314. The naming context specified for this replication operation is invalid.
  5315. .
  5316. MessageId=8441 SymbolicName=ERROR_DS_DRA_DN_EXISTS
  5317. Language=English
  5318. The distinguished name specified for this replication operation already exists.
  5319. .
  5320. MessageId=8442 SymbolicName=ERROR_DS_DRA_INTERNAL_ERROR
  5321. Language=English
  5322. The replication system encountered an internal error.
  5323. .
  5324. MessageId=8443 SymbolicName=ERROR_DS_DRA_INCONSISTENT_DIT
  5325. Language=English
  5326. The replication operation encountered a database inconsistency.
  5327. .
  5328. MessageId=8444 SymbolicName=ERROR_DS_DRA_CONNECTION_FAILED
  5329. Language=English
  5330. The server specified for this replication operation could not be contacted.
  5331. .
  5332. MessageId=8445 SymbolicName=ERROR_DS_DRA_BAD_INSTANCE_TYPE
  5333. Language=English
  5334. The replication operation encountered an object with an invalid instance type.
  5335. .
  5336. MessageId=8446 SymbolicName=ERROR_DS_DRA_OUT_OF_MEM
  5337. Language=English
  5338. The replication operation failed to allocate memory.
  5339. .
  5340. MessageId=8447 SymbolicName=ERROR_DS_DRA_MAIL_PROBLEM
  5341. Language=English
  5342. The replication operation encountered an error with the mail system.
  5343. .
  5344. MessageId=8448 SymbolicName=ERROR_DS_DRA_REF_ALREADY_EXISTS
  5345. Language=English
  5346. The replication reference information for the target server already exists.
  5347. .
  5348. MessageId=8449 SymbolicName=ERROR_DS_DRA_REF_NOT_FOUND
  5349. Language=English
  5350. The replication reference information for the target server does not exist.
  5351. .
  5352. MessageId=8450 SymbolicName=ERROR_DS_DRA_OBJ_IS_REP_SOURCE
  5353. Language=English
  5354. The naming context cannot be removed because it is replicated to another server.
  5355. .
  5356. MessageId=8451 SymbolicName=ERROR_DS_DRA_DB_ERROR
  5357. Language=English
  5358. The replication operation encountered a database error.
  5359. .
  5360. MessageId=8452 SymbolicName=ERROR_DS_DRA_NO_REPLICA
  5361. Language=English
  5362. The naming context is in the process of being removed or is not replicated from the specified server.
  5363. .
  5364. MessageId=8453 SymbolicName=ERROR_DS_DRA_ACCESS_DENIED
  5365. Language=English
  5366. Replication access was denied.
  5367. .
  5368. MessageId=8454 SymbolicName=ERROR_DS_DRA_NOT_SUPPORTED
  5369. Language=English
  5370. The requested operation is not supported by this version of the directory service.
  5371. .
  5372. MessageId=8455 SymbolicName=ERROR_DS_DRA_RPC_CANCELLED
  5373. Language=English
  5374. The replication remote procedure call was cancelled.
  5375. .
  5376. MessageId=8456 SymbolicName=ERROR_DS_DRA_SOURCE_DISABLED
  5377. Language=English
  5378. The source server is currently rejecting replication requests.
  5379. .
  5380. MessageId=8457 SymbolicName=ERROR_DS_DRA_SINK_DISABLED
  5381. Language=English
  5382. The destination server is currently rejecting replication requests.
  5383. .
  5384. MessageId=8458 SymbolicName=ERROR_DS_DRA_NAME_COLLISION
  5385. Language=English
  5386. The replication operation failed due to a collision of object names.
  5387. .
  5388. MessageId=8459 SymbolicName=ERROR_DS_DRA_SOURCE_REINSTALLED
  5389. Language=English
  5390. The replication source has been reinstalled.
  5391. .
  5392. MessageId=8460 SymbolicName=ERROR_DS_DRA_MISSING_PARENT
  5393. Language=English
  5394. The replication operation failed because a required parent object is missing.
  5395. .
  5396. MessageId=8461 SymbolicName=ERROR_DS_DRA_PREEMPTED
  5397. Language=English
  5398. The replication operation was preempted.
  5399. .
  5400. MessageId=8462 SymbolicName=ERROR_DS_DRA_ABANDON_SYNC
  5401. Language=English
  5402. The replication synchronization attempt was abandoned because of a lack of updates.
  5403. .
  5404. MessageId=8463 SymbolicName=ERROR_DS_DRA_SHUTDOWN
  5405. Language=English
  5406. The replication operation was terminated because the system is shutting down.
  5407. .
  5408. MessageId=8464 SymbolicName=ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET
  5409. Language=English
  5410. The replication synchronization attempt failed as the destination partial attribute set is not a subset of source partial attribute set.
  5411. .
  5412. MessageId=8465 SymbolicName=ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA
  5413. Language=English
  5414. The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
  5415. .
  5416. MessageId=8466 SymbolicName=ERROR_DS_DRA_EXTN_CONNECTION_FAILED
  5417. Language=English
  5418. The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
  5419. .
  5420. MessageId=8467 SymbolicName=ERROR_DS_INSTALL_SCHEMA_MISMATCH
  5421. Language=English
  5422. The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer. You must upgrade the operating system on a domain controller in the source forest before this computer can be added as a domain controller to that forest.
  5423. .
  5424. MessageId=8468 SymbolicName=ERROR_DS_DUP_LINK_ID
  5425. Language=English
  5426. Schema update failed: An attribute with the same link identifier already exists.
  5427. .
  5428. MessageId=8469 SymbolicName=ERROR_DS_NAME_ERROR_RESOLVING
  5429. Language=English
  5430. Name translation: Generic processing error.
  5431. .
  5432. MessageId=8470 SymbolicName=ERROR_DS_NAME_ERROR_NOT_FOUND
  5433. Language=English
  5434. Name translation: Could not find the name or insufficient right to see name.
  5435. .
  5436. MessageId=8471 SymbolicName=ERROR_DS_NAME_ERROR_NOT_UNIQUE
  5437. Language=English
  5438. Name translation: Input name mapped to more than one output name.
  5439. .
  5440. MessageId=8472 SymbolicName=ERROR_DS_NAME_ERROR_NO_MAPPING
  5441. Language=English
  5442. Name translation: Input name found, but not the associated output format.
  5443. .
  5444. MessageId=8473 SymbolicName=ERROR_DS_NAME_ERROR_DOMAIN_ONLY
  5445. Language=English
  5446. Name translation: Unable to resolve completely, only the domain was found.
  5447. .
  5448. MessageId=8474 SymbolicName=ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
  5449. Language=English
  5450. Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
  5451. .
  5452. MessageId=8475 SymbolicName=ERROR_DS_CONSTRUCTED_ATT_MOD
  5453. Language=English
  5454. Modification of a constructed att is not allowed.
  5455. .
  5456. MessageId=8476 SymbolicName=ERROR_DS_WRONG_OM_OBJ_CLASS
  5457. Language=English
  5458. The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
  5459. .
  5460. MessageId=8477 SymbolicName=ERROR_DS_DRA_REPL_PENDING
  5461. Language=English
  5462. The replication request has been posted; waiting for reply.
  5463. .
  5464. MessageId=8478 SymbolicName=ERROR_DS_DS_REQUIRED
  5465. Language=English
  5466. The requested operation requires a directory service, and none was available.
  5467. .
  5468. MessageId=8479 SymbolicName=ERROR_DS_INVALID_LDAP_DISPLAY_NAME
  5469. Language=English
  5470. The LDAP display name of the class or attribute contains non-ASCII characters.
  5471. .
  5472. MessageId=8480 SymbolicName=ERROR_DS_NON_BASE_SEARCH
  5473. Language=English
  5474. The requested search operation is only supported for base searches.
  5475. .
  5476. MessageId=8481 SymbolicName=ERROR_DS_CANT_RETRIEVE_ATTS
  5477. Language=English
  5478. The search failed to retrieve attributes from the database.
  5479. .
  5480. MessageId=8482 SymbolicName=ERROR_DS_BACKLINK_WITHOUT_LINK
  5481. Language=English
  5482. The schema update operation tried to add a backward link attribute that has no corresponding forward link.
  5483. .
  5484. MessageId=8483 SymbolicName=ERROR_DS_EPOCH_MISMATCH
  5485. Language=English
  5486. Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object.
  5487. .
  5488. MessageId=8484 SymbolicName=ERROR_DS_SRC_NAME_MISMATCH
  5489. Language=English
  5490. Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object.
  5491. .
  5492. MessageId=8485 SymbolicName=ERROR_DS_SRC_AND_DST_NC_IDENTICAL
  5493. Language=English
  5494. Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation.
  5495. .
  5496. MessageId=8486 SymbolicName=ERROR_DS_DST_NC_MISMATCH
  5497. Language=English
  5498. Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container.
  5499. .
  5500. MessageId=8487 SymbolicName=ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC
  5501. Language=English
  5502. Destination of a cross-domain move is not authoritative for the destination naming context.
  5503. .
  5504. MessageId=8488 SymbolicName=ERROR_DS_SRC_GUID_MISMATCH
  5505. Language=English
  5506. Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object.
  5507. .
  5508. MessageId=8489 SymbolicName=ERROR_DS_CANT_MOVE_DELETED_OBJECT
  5509. Language=English
  5510. Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object.
  5511. .
  5512. MessageId=8490 SymbolicName=ERROR_DS_PDC_OPERATION_IN_PROGRESS
  5513. Language=English
  5514. Another operation which requires exclusive access to the PDC FSMO is already in progress.
  5515. .
  5516. MessageId=8491 SymbolicName=ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD
  5517. Language=English
  5518. A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state.
  5519. .
  5520. MessageId=8492 SymbolicName=ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION
  5521. Language=English
  5522. This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, eg: trust account or restricted RID, which prevent its move.
  5523. .
  5524. MessageId=8493 SymbolicName=ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
  5525. Language=English
  5526. Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry.
  5527. .
  5528. MessageId=8494 SymbolicName=ERROR_DS_NC_MUST_HAVE_NC_PARENT
  5529. Language=English
  5530. A naming context head must be the immediate child of another naming context head, not of an interior node.
  5531. .
  5532. MessageId=8495 SymbolicName=ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE
  5533. Language=English
  5534. The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)
  5535. .
  5536. MessageId=8496 SymbolicName=ERROR_DS_DST_DOMAIN_NOT_NATIVE
  5537. Language=English
  5538. Destination domain must be in native mode.
  5539. .
  5540. MessageId=8497 SymbolicName=ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER
  5541. Language=English
  5542. The operation can not be performed because the server does not have an infrastructure container in the domain of interest.
  5543. .
  5544. MessageId=8498 SymbolicName=ERROR_DS_CANT_MOVE_ACCOUNT_GROUP
  5545. Language=English
  5546. Cross-domain move of non-empty account groups is not allowed.
  5547. .
  5548. MessageId=8499 SymbolicName=ERROR_DS_CANT_MOVE_RESOURCE_GROUP
  5549. Language=English
  5550. Cross-domain move of non-empty resource groups is not allowed.
  5551. .
  5552. MessageId=8500 SymbolicName=ERROR_DS_INVALID_SEARCH_FLAG
  5553. Language=English
  5554. The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
  5555. .
  5556. MessageId=8501 SymbolicName=ERROR_DS_NO_TREE_DELETE_ABOVE_NC
  5557. Language=English
  5558. Tree deletions starting at an object which has an NC head as a descendant are not allowed.
  5559. .
  5560. MessageId=8502 SymbolicName=ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE
  5561. Language=English
  5562. The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
  5563. .
  5564. MessageId=8503 SymbolicName=ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE
  5565. Language=English
  5566. The directory service failed to identify the list of objects to delete while attempting a tree deletion.
  5567. .
  5568. MessageId=8504 SymbolicName=ERROR_DS_SAM_INIT_FAILURE Language=English
  5569. Security Accounts Manager initialization failed because of the following error: %1.
  5570. Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.
  5571. .
  5572. MessageId=8505 SymbolicName=ERROR_DS_SENSITIVE_GROUP_VIOLATION
  5573. Language=English
  5574. Only an administrator can modify the membership list of an administrative group.
  5575. .
  5576. MessageId=8506 SymbolicName=ERROR_DS_CANT_MOD_PRIMARYGROUPID
  5577. Language=English
  5578. Cannot change the primary group ID of a domain controller account.
  5579. .
  5580. MessageId=8507 SymbolicName=ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD
  5581. Language=English
  5582. An attempt is made to modify the base schema.
  5583. .
  5584. MessageId=8508 SymbolicName=ERROR_DS_NONSAFE_SCHEMA_CHANGE
  5585. Language=English
  5586. Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
  5587. .
  5588. MessageId=8509 SymbolicName=ERROR_DS_SCHEMA_UPDATE_DISALLOWED
  5589. Language=English
  5590. Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
  5591. .
  5592. MessageId=8510 SymbolicName=ERROR_DS_CANT_CREATE_UNDER_SCHEMA
  5593. Language=English
  5594. An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container.
  5595. .
  5596. MessageId=8511 SymbolicName=ERROR_DS_INSTALL_NO_SRC_SCH_VERSION
  5597. Language=English
  5598. The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it.
  5599. .
  5600. MessageId=8512 SymbolicName=ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE
  5601. Language=English
  5602. The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.
  5603. .
  5604. MessageId=8513 SymbolicName=ERROR_DS_INVALID_GROUP_TYPE
  5605. Language=English
  5606. The specified group type is invalid.
  5607. .
  5608. MessageId=8514 SymbolicName=ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
  5609. Language=English
  5610. You cannot nest global groups in a mixed domain if the group is security-enabled.
  5611. .
  5612. MessageId=8515 SymbolicName=ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
  5613. Language=English
  5614. You cannot nest local groups in a mixed domain if the group is security-enabled.
  5615. .
  5616. MessageId=8516 SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
  5617. Language=English
  5618. A global group cannot have a local group as a member.
  5619. .
  5620. MessageId=8517 SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
  5621. Language=English
  5622. A global group cannot have a universal group as a member.
  5623. .
  5624. MessageId=8518 SymbolicName=ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
  5625. Language=English
  5626. A universal group cannot have a local group as a member.
  5627. .
  5628. MessageId=8519 SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
  5629. Language=English
  5630. A global group cannot have a cross-domain member.
  5631. .
  5632. MessageId=8520 SymbolicName=ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
  5633. Language=English
  5634. A local group cannot have another cross domain local group as a member.
  5635. .
  5636. MessageId=8521 SymbolicName=ERROR_DS_HAVE_PRIMARY_MEMBERS
  5637. Language=English
  5638. A group with primary members cannot change to a security-disabled group.
  5639. .
  5640. MessageId=8522 SymbolicName=ERROR_DS_STRING_SD_CONVERSION_FAILED
  5641. Language=English
  5642. The schema cache load failed to convert the string default SD on a class-schema object.
  5643. .
  5644. MessageId=8523 SymbolicName=ERROR_DS_NAMING_MASTER_GC
  5645. Language=English
  5646. Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers)
  5647. .
  5648. MessageId=8524 SymbolicName=ERROR_DS_DNS_LOOKUP_FAILURE
  5649. Language=English
  5650. The DSA operation is unable to proceed because of a DNS lookup failure.
  5651. .
  5652. MessageId=8525 SymbolicName=ERROR_DS_COULDNT_UPDATE_SPNS
  5653. Language=English
  5654. While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.
  5655. .
  5656. MessageId=8526 SymbolicName=ERROR_DS_CANT_RETRIEVE_SD
  5657. Language=English
  5658. The Security Descriptor attribute could not be read.
  5659. .
  5660. MessageId=8527 SymbolicName=ERROR_DS_KEY_NOT_UNIQUE
  5661. Language=English
  5662. The object requested was not found, but an object with that key was found.
  5663. .
  5664. MessageId=8528 SymbolicName=ERROR_DS_WRONG_LINKED_ATT_SYNTAX
  5665. Language=English
  5666. The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1
  5667. .
  5668. MessageId=8529 SymbolicName=ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD
  5669. Language=English
  5670. Security Account Manager needs to get the boot password.
  5671. .
  5672. MessageId=8530 SymbolicName=ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY
  5673. Language=English
  5674. Security Account Manager needs to get the boot key from floppy disk.
  5675. .
  5676. MessageId=8531 SymbolicName=ERROR_DS_CANT_START
  5677. Language=English
  5678. Directory Service cannot start.
  5679. .
  5680. MessageId=8532 SymbolicName=ERROR_DS_INIT_FAILURE
  5681. Language=English
  5682. Directory Services could not start.
  5683. .
  5684. MessageId=8533 SymbolicName=ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
  5685. Language=English
  5686. The connection between client and server requires packet privacy or better.
  5687. .
  5688. MessageId=8534 SymbolicName=ERROR_DS_SOURCE_DOMAIN_IN_FOREST
  5689. Language=English
  5690. The source domain may not be in the same forest as destination.
  5691. .
  5692. MessageId=8535 SymbolicName=ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
  5693. Language=English
  5694. The destination domain must be in the forest.
  5695. .
  5696. MessageId=8536 SymbolicName=ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
  5697. Language=English
  5698. The operation requires that destination domain auditing be enabled.
  5699. .
  5700. MessageId=8537 SymbolicName=ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
  5701. Language=English
  5702. The operation couldn't locate a DC for the source domain.
  5703. .
  5704. MessageId=8538 SymbolicName=ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
  5705. Language=English
  5706. The source object must be a group or user.
  5707. .
  5708. MessageId=8539 SymbolicName=ERROR_DS_SRC_SID_EXISTS_IN_FOREST
  5709. Language=English
  5710. The source object's SID already exists in destination forest.
  5711. .
  5712. MessageId=8540 SymbolicName=ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
  5713. Language=English
  5714. The source and destination object must be of the same type.
  5715. .
  5716. MessageId=8541 SymbolicName=ERROR_SAM_INIT_FAILURE
  5717. Language=English
  5718. Security Accounts Manager initialization failed because of the following error: %1.
  5719. Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
  5720. .
  5721. MessageId=8542 SymbolicName=ERROR_DS_DRA_SCHEMA_INFO_SHIP
  5722. Language=English
  5723. Schema information could not be included in the replication request.
  5724. .
  5725. MessageId=8543 SymbolicName=ERROR_DS_DRA_SCHEMA_CONFLICT
  5726. Language=English
  5727. The replication operation could not be completed due to a schema incompatibility.
  5728. .
  5729. MessageId=8544 SymbolicName=ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT
  5730. Language=English
  5731. The replication operation could not be completed due to a previous schema incompatibility.
  5732. .
  5733. MessageId=8545 SymbolicName=ERROR_DS_DRA_OBJ_NC_MISMATCH
  5734. Language=English
  5735. The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation.
  5736. .
  5737. MessageId=8546 SymbolicName=ERROR_DS_NC_STILL_HAS_DSAS
  5738. Language=English
  5739. The requested domain could not be deleted because there exist domain controllers that still host this domain.
  5740. .
  5741. MessageId=8547 SymbolicName=ERROR_DS_GC_REQUIRED
  5742. Language=English
  5743. The requested operation can be performed only on a global catalog server.
  5744. .
  5745. MessageId=8548 SymbolicName=ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
  5746. Language=English
  5747. A local group can only be a member of other local groups in the same domain.
  5748. .
  5749. MessageId=8549 SymbolicName=ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS
  5750. Language=English
  5751. Foreign security principals cannot be members of universal groups.
  5752. .
  5753. MessageId=8550 SymbolicName=ERROR_DS_CANT_ADD_TO_GC
  5754. Language=English
  5755. The attribute is not allowed to be replicated to the GC because of security reasons.
  5756. .
  5757. MessageId=8551 SymbolicName=ERROR_DS_NO_CHECKPOINT_WITH_PDC
  5758. Language=English
  5759. The checkpoint with the PDC could not be taken because there too many modifications being processed currently.
  5760. .
  5761. MessageId=8552 SymbolicName=ERROR_DS_SOURCE_AUDITING_NOT_ENABLED
  5762. Language=English
  5763. The operation requires that source domain auditing be enabled.
  5764. .
  5765. MessageId=8553 SymbolicName=ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC
  5766. Language=English
  5767. Security principal objects can only be created inside domain naming contexts.
  5768. .
  5769. MessageId=8554 SymbolicName=ERROR_DS_INVALID_NAME_FOR_SPN
  5770. Language=English
  5771. A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
  5772. .
  5773. MessageId=8555 SymbolicName=ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS
  5774. Language=English
  5775. A Filter was passed that uses constructed attributes.
  5776. .
  5777. MessageId=8556 SymbolicName=ERROR_DS_UNICODEPWD_NOT_IN_QUOTES
  5778. Language=English
  5779. The unicodePwd attribute value must be enclosed in double quotes.
  5780. .
  5781. MessageId=8557 SymbolicName=ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
  5782. Language=English
  5783. Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
  5784. .
  5785. MessageId=8558 SymbolicName=ERROR_DS_MUST_BE_RUN_ON_DST_DC
  5786. Language=English
  5787. For security reasons, the operation must be run on the destination DC.
  5788. .
  5789. MessageId=8559 SymbolicName=ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER
  5790. Language=English
  5791. For security reasons, the source DC must be NT4SP4 or greater.
  5792. .
  5793. MessageId=8560 SymbolicName=ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ
  5794. Language=English
  5795. Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
  5796. .
  5797. MessageId=8561 SymbolicName=ERROR_DS_INIT_FAILURE_CONSOLE
  5798. Language=English
  5799. Directory Services could not start because of the following error: %1.
  5800. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
  5801. .
  5802. MessageId=8562 SymbolicName=ERROR_DS_SAM_INIT_FAILURE_CONSOLE
  5803. Language=English
  5804. Security Accounts Manager initialization failed because of the following error: %1.
  5805. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
  5806. .
  5807. MessageId=8563 SymbolicName=ERROR_DS_FOREST_VERSION_TOO_HIGH
  5808. Language=English
  5809. This version of Windows is too old to support the current directory forest behavior. You must upgrade the operating system on this server before it can become a domain controller in this forest.
  5810. .
  5811. MessageId=8564 SymbolicName=ERROR_DS_DOMAIN_VERSION_TOO_HIGH
  5812. Language=English
  5813. This version of Windows is too old to support the current domain behavior. You must upgrade the operating system on this server before it can become a domain controller in this domain.
  5814. .
  5815. MessageId=8565 SymbolicName=ERROR_DS_FOREST_VERSION_TOO_LOW
  5816. Language=English
  5817. This version of Windows no longer supports the behavior version in use in this directory forest. You must advance the forest behavior version before this server can become a domain controller in the forest.
  5818. .
  5819. MessageId=8566 SymbolicName=ERROR_DS_DOMAIN_VERSION_TOO_LOW
  5820. Language=English
  5821. This version of Windows no longer supports the behavior version in use in this domain. You must advance the domain behavior version before this server can become a domain controller in the domain.
  5822. .
  5823. MessageId=8567 SymbolicName=ERROR_DS_INCOMPATIBLE_VERSION
  5824. Language=English
  5825. The version of Windows is incompatible with the behavior version of the domain or forest.
  5826. .
  5827. MessageId=8568 SymbolicName=ERROR_DS_LOW_DSA_VERSION
  5828. Language=English
  5829. The behavior version cannot be increased to the requested value because Domain Controllers still exist with versions lower than the requested value.
  5830. .
  5831. MessageId=8569 SymbolicName=ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN
  5832. Language=English
  5833. The behavior version value cannot be increased while the domain is still in mixed domain mode. You must first change the domain to native mode before increasing the behavior version.
  5834. .
  5835. MessageId=8570 SymbolicName=ERROR_DS_NOT_SUPPORTED_SORT_ORDER
  5836. Language=English
  5837. The sort order requested is not supported.
  5838. .
  5839. MessageId=8571 SymbolicName=ERROR_DS_NAME_NOT_UNIQUE
  5840. Language=English
  5841. Found an object with a non unique name.
  5842. .
  5843. MessageId=8572 SymbolicName=ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4
  5844. Language=English
  5845. The machine account was created pre-NT4. The account needs to be recreated.
  5846. .
  5847. MessageId=8573 SymbolicName=ERROR_DS_OUT_OF_VERSION_STORE
  5848. Language=English
  5849. The database is out of version store.
  5850. .
  5851. MessageId=8574 SymbolicName=ERROR_DS_INCOMPATIBLE_CONTROLS_USED
  5852. Language=English
  5853. Unable to continue operation because multiple conflicting controls were used.
  5854. .
  5855. MessageId=8575 SymbolicName=ERROR_DS_NO_REF_DOMAIN
  5856. Language=English
  5857. Unable to find a valid security descriptor reference domain for this partition.
  5858. .
  5859. MessageId=8576 SymbolicName=ERROR_DS_RESERVED_LINK_ID
  5860. Language=English
  5861. Schema update failed: The link identifier is reserved.
  5862. .
  5863. MessageId=8577 SymbolicName=ERROR_DS_LINK_ID_NOT_AVAILABLE
  5864. Language=English
  5865. Schema update failed: There are no link identifiers available.
  5866. .
  5867. MessageId=8578 SymbolicName=ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
  5868. Language=English
  5869. A account group can not have a universal group as a member.
  5870. .
  5871. MessageId=8579 SymbolicName=ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE
  5872. Language=English
  5873. Rename or move operations on naming context heads or read-only objects are not allowed.
  5874. .
  5875. MessageId=8580 SymbolicName=ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC
  5876. Language=English
  5877. Move operations on objects in the schema naming context are not allowed.
  5878. .
  5879. MessageId=8581 SymbolicName=ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG
  5880. Language=English
  5881. A system flag has been set on the object and does not allow the object to be moved or renamed.
  5882. .
  5883. MessageId=8582 SymbolicName=ERROR_DS_MODIFYDN_WRONG_GRANDPARENT
  5884. Language=English
  5885. This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
  5886. .
  5887. MessageId=8583 SymbolicName=ERROR_DS_NAME_ERROR_TRUST_REFERRAL
  5888. Language=English
  5889. Unable to resolve completely, a referral to another forest is generated.
  5890. .
  5891. MessageId=8584 SymbolicName=ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER
  5892. Language=English
  5893. The requested action is not supported on standard server.
  5894. .
  5895. MessageId=8585 SymbolicName=ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD
  5896. Language=English
  5897. Could not access a partition of the Active Directory located on a remote server. Make sure at least one server is running for the partition in question.
  5898. .
  5899. MessageId=8586 SymbolicName=ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2
  5900. Language=English
  5901. The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
  5902. .
  5903. MessageId=8587 SymbolicName=ERROR_DS_THREAD_LIMIT_EXCEEDED
  5904. Language=English
  5905. The thread limit for this request was exceeded.
  5906. .
  5907. MessageId=8588 SymbolicName=ERROR_DS_NOT_CLOSEST
  5908. Language=English
  5909. The Global catalog server is not in the closest site.
  5910. .
  5911. MessageId=8589 SymbolicName=ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF
  5912. Language=English
  5913. The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute.
  5914. .
  5915. MessageId=8590
  5916. SymbolicName=ERROR_DS_SINGLE_USER_MODE_FAILED
  5917. Language=English
  5918. The Directory Service failed to enter single user mode.
  5919. .
  5920. MessageId=8591
  5921. SymbolicName=ERROR_DS_NTDSCRIPT_SYNTAX_ERROR
  5922. Language=English
  5923. The Directory Service cannot parse the script because of a syntax error.
  5924. .
  5925. MessageId=8592
  5926. SymbolicName=ERROR_DS_NTDSCRIPT_PROCESS_ERROR
  5927. Language=English
  5928. The Directory Service cannot process the script because of an error.
  5929. .
  5930. MessageId=8593
  5931. SymbolicName=ERROR_DS_DIFFERENT_REPL_EPOCHS
  5932. Language=English
  5933. The directory service cannot perform the requested operation because the servers
  5934. involved are of different replication epochs (which is usually related to a
  5935. domain rename that is in progress).
  5936. .
  5937. MessageId=8594
  5938. SymbolicName=ERROR_DS_DRS_EXTENSIONS_CHANGED
  5939. Language=English
  5940. The directory service binding must be renegotiated due to a change in the server
  5941. extensions information.
  5942. .
  5943. MessageId=8595
  5944. SymbolicName=ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR
  5945. Language=English
  5946. Operation not allowed on a disabled cross ref.
  5947. .
  5948. MessageId=8596
  5949. SymbolicName=ERROR_DS_NO_MSDS_INTID
  5950. Language=English
  5951. Schema update failed: No values for msDS-IntId are available.
  5952. .
  5953. MessageId=8597
  5954. SymbolicName=ERROR_DS_DUP_MSDS_INTID
  5955. Language=English
  5956. Schema update failed: Duplicate msDS-INtId. Retry the operation.
  5957. .
  5958. MessageId=8598
  5959. SymbolicName=ERROR_DS_EXISTS_IN_RDNATTID
  5960. Language=English
  5961. Schema deletion failed: attribute is used in rDNAttID.
  5962. .
  5963. MessageId=8599
  5964. SymbolicName=ERROR_DS_AUTHORIZATION_FAILED
  5965. Language=English
  5966. The directory service failed to authorize the request.
  5967. .
  5968. MessageId=8600
  5969. SymbolicName=ERROR_DS_INVALID_SCRIPT
  5970. Language=English
  5971. The Directory Service cannot process the script because it is invalid.
  5972. .
  5973. MessageId=8601
  5974. SymbolicName=ERROR_DS_REMOTE_CROSSREF_OP_FAILED
  5975. Language=English
  5976. The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.
  5977. .
  5978. ;///////////////////////////////////////////////////
  5979. ;// /
  5980. ;// End of Active Directory Error Codes /
  5981. ;// /
  5982. ;// 8000 to 8999 /
  5983. ;///////////////////////////////////////////////////
  5984. ;
  5985. ;
  5986. ;///////////////////////////////////////////////////
  5987. ;// //
  5988. ;// DNS Error Codes //
  5989. ;// //
  5990. ;// 9000 to 9999 //
  5991. ;///////////////////////////////////////////////////
  5992. ;
  5993. ;// =============================
  5994. ;// Facility DNS Error Messages
  5995. ;// =============================
  5996. ;
  5997. ;//
  5998. ;// DNS response codes.
  5999. ;//
  6000. ;
  6001. ;#define DNS_ERROR_RESPONSE_CODES_BASE 9000
  6002. ;
  6003. ;#define DNS_ERROR_RCODE_NO_ERROR NO_ERROR
  6004. ;
  6005. ;#define DNS_ERROR_MASK 0x00002328 // 9000 or DNS_ERROR_RESPONSE_CODES_BASE
  6006. ;
  6007. ;// DNS_ERROR_RCODE_FORMAT_ERROR 0x00002329
  6008. MessageId=9001 SymbolicName=DNS_ERROR_RCODE_FORMAT_ERROR
  6009. Language=English
  6010. DNS server unable to interpret format.
  6011. .
  6012. ;// DNS_ERROR_RCODE_SERVER_FAILURE 0x0000232a
  6013. MessageId=9002 SymbolicName=DNS_ERROR_RCODE_SERVER_FAILURE
  6014. Language=English
  6015. DNS server failure.
  6016. .
  6017. ;// DNS_ERROR_RCODE_NAME_ERROR 0x0000232b
  6018. MessageId=9003 SymbolicName=DNS_ERROR_RCODE_NAME_ERROR
  6019. Language=English
  6020. DNS name does not exist.
  6021. .
  6022. ;// DNS_ERROR_RCODE_NOT_IMPLEMENTED 0x0000232c
  6023. MessageId=9004 SymbolicName=DNS_ERROR_RCODE_NOT_IMPLEMENTED
  6024. Language=English
  6025. DNS request not supported by name server.
  6026. .
  6027. ;// DNS_ERROR_RCODE_REFUSED 0x0000232d
  6028. MessageId=9005 SymbolicName=DNS_ERROR_RCODE_REFUSED
  6029. Language=English
  6030. DNS operation refused.
  6031. .
  6032. ;// DNS_ERROR_RCODE_YXDOMAIN 0x0000232e
  6033. MessageId=9006 SymbolicName=DNS_ERROR_RCODE_YXDOMAIN
  6034. Language=English
  6035. DNS name that ought not exist, does exist.
  6036. .
  6037. ;// DNS_ERROR_RCODE_YXRRSET 0x0000232f
  6038. MessageId=9007 SymbolicName=DNS_ERROR_RCODE_YXRRSET
  6039. Language=English
  6040. DNS RR set that ought not exist, does exist.
  6041. .
  6042. ;// DNS_ERROR_RCODE_NXRRSET 0x00002330
  6043. MessageId=9008 SymbolicName=DNS_ERROR_RCODE_NXRRSET
  6044. Language=English
  6045. DNS RR set that ought to exist, does not exist.
  6046. .
  6047. ;// DNS_ERROR_RCODE_NOTAUTH 0x00002331
  6048. MessageId=9009 SymbolicName=DNS_ERROR_RCODE_NOTAUTH
  6049. Language=English
  6050. DNS server not authoritative for zone.
  6051. .
  6052. ;// DNS_ERROR_RCODE_NOTZONE 0x00002332
  6053. MessageId=9010 SymbolicName=DNS_ERROR_RCODE_NOTZONE
  6054. Language=English
  6055. DNS name in update or prereq is not in zone.
  6056. .
  6057. ;// DNS_ERROR_RCODE_BADSIG 0x00002338
  6058. MessageId=9016 SymbolicName=DNS_ERROR_RCODE_BADSIG
  6059. Language=English
  6060. DNS signature failed to verify.
  6061. .
  6062. ;// DNS_ERROR_RCODE_BADKEY 0x00002339
  6063. MessageId=9017 SymbolicName=DNS_ERROR_RCODE_BADKEY
  6064. Language=English
  6065. DNS bad key.
  6066. .
  6067. ;// DNS_ERROR_RCODE_BADTIME 0x0000233a
  6068. MessageId=9018 SymbolicName=DNS_ERROR_RCODE_BADTIME
  6069. Language=English
  6070. DNS signature validity expired.
  6071. .
  6072. ;#define DNS_ERROR_RCODE_LAST DNS_ERROR_RCODE_BADTIME
  6073. ;
  6074. ;
  6075. ;//
  6076. ;// Packet format
  6077. ;//
  6078. ;
  6079. ;#define DNS_ERROR_PACKET_FMT_BASE 9500
  6080. ;
  6081. ;// DNS_INFO_NO_RECORDS 0x0000251d
  6082. MessageId=9501 SymbolicName=DNS_INFO_NO_RECORDS
  6083. Language=English
  6084. No records found for given DNS query.
  6085. .
  6086. ;// DNS_ERROR_BAD_PACKET 0x0000251e
  6087. MessageId=9502 SymbolicName=DNS_ERROR_BAD_PACKET
  6088. Language=English
  6089. Bad DNS packet.
  6090. .
  6091. ;// DNS_ERROR_NO_PACKET 0x0000251f
  6092. MessageId=9503 SymbolicName=DNS_ERROR_NO_PACKET
  6093. Language=English
  6094. No DNS packet.
  6095. .
  6096. ;// DNS_ERROR_RCODE 0x00002520
  6097. MessageId=9504 SymbolicName=DNS_ERROR_RCODE
  6098. Language=English
  6099. DNS error, check rcode.
  6100. .
  6101. ;// DNS_ERROR_UNSECURE_PACKET 0x00002521
  6102. MessageId=9505 SymbolicName=DNS_ERROR_UNSECURE_PACKET
  6103. Language=English
  6104. Unsecured DNS packet.
  6105. .
  6106. ;#define DNS_STATUS_PACKET_UNSECURE DNS_ERROR_UNSECURE_PACKET
  6107. ;
  6108. ;
  6109. ;//
  6110. ;// General API errors
  6111. ;//
  6112. ;
  6113. ;#define DNS_ERROR_NO_MEMORY ERROR_OUTOFMEMORY
  6114. ;#define DNS_ERROR_INVALID_NAME ERROR_INVALID_NAME
  6115. ;#define DNS_ERROR_INVALID_DATA ERROR_INVALID_DATA
  6116. ;
  6117. ;#define DNS_ERROR_GENERAL_API_BASE 9550
  6118. ;
  6119. ;// DNS_ERROR_INVALID_TYPE 0x0000254f
  6120. MessageId=9551 SymbolicName=DNS_ERROR_INVALID_TYPE
  6121. Language=English
  6122. Invalid DNS type.
  6123. .
  6124. ;// DNS_ERROR_INVALID_IP_ADDRESS 0x00002550
  6125. MessageId=9552 SymbolicName=DNS_ERROR_INVALID_IP_ADDRESS
  6126. Language=English
  6127. Invalid IP address.
  6128. .
  6129. ;// DNS_ERROR_INVALID_PROPERTY 0x00002551
  6130. MessageId=9553 SymbolicName=DNS_ERROR_INVALID_PROPERTY
  6131. Language=English
  6132. Invalid property.
  6133. .
  6134. ;// DNS_ERROR_TRY_AGAIN_LATER 0x00002552
  6135. MessageId=9554 SymbolicName=DNS_ERROR_TRY_AGAIN_LATER
  6136. Language=English
  6137. Try DNS operation again later.
  6138. .
  6139. ;// DNS_ERROR_NOT_UNIQUE 0x00002553
  6140. MessageId=9555 SymbolicName=DNS_ERROR_NOT_UNIQUE
  6141. Language=English
  6142. Record for given name and type is not unique.
  6143. .
  6144. ;// DNS_ERROR_NON_RFC_NAME 0x00002554
  6145. MessageId=9556 SymbolicName=DNS_ERROR_NON_RFC_NAME
  6146. Language=English
  6147. DNS name does not comply with RFC specifications.
  6148. .
  6149. ;// DNS_STATUS_FQDN 0x00002555
  6150. MessageId=9557 SymbolicName=DNS_STATUS_FQDN
  6151. Language=English
  6152. DNS name is a fully-qualified DNS name.
  6153. .
  6154. ;// DNS_STATUS_DOTTED_NAME 0x00002556
  6155. MessageId=9558 SymbolicName=DNS_STATUS_DOTTED_NAME
  6156. Language=English
  6157. DNS name is dotted (multi-label).
  6158. .
  6159. ;// DNS_STATUS_SINGLE_PART_NAME 0x00002557
  6160. MessageId=9559 SymbolicName=DNS_STATUS_SINGLE_PART_NAME
  6161. Language=English
  6162. DNS name is a single-part name.
  6163. .
  6164. ;// DNS_ERROR_INVALID_NAME_CHAR 0x00002558
  6165. MessageId=9560 SymbolicName=DNS_ERROR_INVALID_NAME_CHAR
  6166. Language=English
  6167. DNS name contains an invalid character.
  6168. .
  6169. ;// DNS_ERROR_NUMERIC_NAME 0x00002559
  6170. MessageId=9561 SymbolicName=DNS_ERROR_NUMERIC_NAME
  6171. Language=English
  6172. DNS name is entirely numeric.
  6173. .
  6174. ;// DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER 0x0000255A
  6175. MessageId=9562
  6176. SymbolicName=DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
  6177. Language=English
  6178. The operation requested is not permitted on a DNS root server.
  6179. .
  6180. ;
  6181. ;//
  6182. ;// Zone errors
  6183. ;//
  6184. ;
  6185. ;#define DNS_ERROR_ZONE_BASE 9600
  6186. ;
  6187. ;// DNS_ERROR_ZONE_DOES_NOT_EXIST 0x00002581
  6188. MessageId=9601 SymbolicName=DNS_ERROR_ZONE_DOES_NOT_EXIST
  6189. Language=English
  6190. DNS zone does not exist.
  6191. .
  6192. ;// DNS_ERROR_NO_ZONE_INFO 0x00002582
  6193. MessageId=9602 SymbolicName=DNS_ERROR_NO_ZONE_INFO
  6194. Language=English
  6195. DNS zone information not available.
  6196. .
  6197. ;// DNS_ERROR_INVALID_ZONE_OPERATION 0x00002583
  6198. MessageId=9603 SymbolicName=DNS_ERROR_INVALID_ZONE_OPERATION
  6199. Language=English
  6200. Invalid operation for DNS zone.
  6201. .
  6202. ;// DNS_ERROR_ZONE_CONFIGURATION_ERROR 0x00002584
  6203. MessageId=9604 SymbolicName=DNS_ERROR_ZONE_CONFIGURATION_ERROR
  6204. Language=English
  6205. Invalid DNS zone configuration.
  6206. .
  6207. ;// DNS_ERROR_ZONE_HAS_NO_SOA_RECORD 0x00002585
  6208. MessageId=9605 SymbolicName=DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
  6209. Language=English
  6210. DNS zone has no start of authority (SOA) record.
  6211. .
  6212. ;// DNS_ERROR_ZONE_HAS_NO_NS_RECORDS 0x00002586
  6213. MessageId=9606 SymbolicName=DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
  6214. Language=English
  6215. DNS zone has no Name Server (NS) record.
  6216. .
  6217. ;// DNS_ERROR_ZONE_LOCKED 0x00002587
  6218. MessageId=9607 SymbolicName=DNS_ERROR_ZONE_LOCKED
  6219. Language=English
  6220. DNS zone is locked.
  6221. .
  6222. ;// DNS_ERROR_ZONE_CREATION_FAILED 0x00002588
  6223. MessageId=9608 SymbolicName=DNS_ERROR_ZONE_CREATION_FAILED
  6224. Language=English
  6225. DNS zone creation failed.
  6226. .
  6227. ;// DNS_ERROR_ZONE_ALREADY_EXISTS 0x00002589
  6228. MessageId=9609 SymbolicName=DNS_ERROR_ZONE_ALREADY_EXISTS
  6229. Language=English
  6230. DNS zone already exists.
  6231. .
  6232. ;// DNS_ERROR_AUTOZONE_ALREADY_EXISTS 0x0000258a
  6233. MessageId=9610 SymbolicName=DNS_ERROR_AUTOZONE_ALREADY_EXISTS
  6234. Language=English
  6235. DNS automatic zone already exists.
  6236. .
  6237. ;// DNS_ERROR_INVALID_ZONE_TYPE 0x0000258b
  6238. MessageId=9611 SymbolicName=DNS_ERROR_INVALID_ZONE_TYPE
  6239. Language=English
  6240. Invalid DNS zone type.
  6241. .
  6242. ;// DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP 0x0000258c
  6243. MessageId=9612 SymbolicName=DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
  6244. Language=English
  6245. Secondary DNS zone requires master IP address.
  6246. .
  6247. ;// DNS_ERROR_ZONE_NOT_SECONDARY 0x0000258d
  6248. MessageId=9613 SymbolicName=DNS_ERROR_ZONE_NOT_SECONDARY
  6249. Language=English
  6250. DNS zone not secondary.
  6251. .
  6252. ;// DNS_ERROR_NEED_SECONDARY_ADDRESSES 0x0000258e
  6253. MessageId=9614 SymbolicName=DNS_ERROR_NEED_SECONDARY_ADDRESSES
  6254. Language=English
  6255. Need secondary IP address.
  6256. .
  6257. ;// DNS_ERROR_WINS_INIT_FAILED 0x0000258f
  6258. MessageId=9615 SymbolicName=DNS_ERROR_WINS_INIT_FAILED
  6259. Language=English
  6260. WINS initialization failed.
  6261. .
  6262. ;// DNS_ERROR_NEED_WINS_SERVERS 0x00002590
  6263. MessageId=9616 SymbolicName=DNS_ERROR_NEED_WINS_SERVERS
  6264. Language=English
  6265. Need WINS servers.
  6266. .
  6267. ;// DNS_ERROR_NBSTAT_INIT_FAILED 0x00002591
  6268. MessageId=9617 SymbolicName=DNS_ERROR_NBSTAT_INIT_FAILED
  6269. Language=English
  6270. NBTSTAT initialization call failed.
  6271. .
  6272. ;// DNS_ERROR_SOA_DELETE_INVALID 0x00002592
  6273. MessageId=9618 SymbolicName=DNS_ERROR_SOA_DELETE_INVALID
  6274. Language=English
  6275. Invalid delete of start of authority (SOA)
  6276. .
  6277. ;// DNS_ERROR_FORWARDER_ALREADY_EXISTS 0x00002593
  6278. MessageId=9619 SymbolicName=DNS_ERROR_FORWARDER_ALREADY_EXISTS
  6279. Language=English
  6280. A conditional forwarding zone already exists for that name.
  6281. .
  6282. ;// DNS_ERROR_ZONE_REQUIRES_MASTER_IP 0x00002594
  6283. MessageId=9620
  6284. SymbolicName=DNS_ERROR_ZONE_REQUIRES_MASTER_IP
  6285. Language=English
  6286. This zone must be configured with one or more master DNS server IP addresses.
  6287. .
  6288. ;// DNS_ERROR_ZONE_IS_SHUTDOWN 0x00002595
  6289. MessageId=9621
  6290. SymbolicName=DNS_ERROR_ZONE_IS_SHUTDOWN
  6291. Language=English
  6292. The operation cannot be performed because this zone is shutdown.
  6293. .
  6294. ;
  6295. ;//
  6296. ;// Datafile errors
  6297. ;//
  6298. ;
  6299. ;#define DNS_ERROR_DATAFILE_BASE 9650
  6300. ;
  6301. ;// DNS 0x000025b3
  6302. MessageId=9651 SymbolicName=DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
  6303. Language=English
  6304. Primary DNS zone requires datafile.
  6305. .
  6306. ;// DNS 0x000025b4
  6307. MessageId=9652 SymbolicName=DNS_ERROR_INVALID_DATAFILE_NAME
  6308. Language=English
  6309. Invalid datafile name for DNS zone.
  6310. .
  6311. ;// DNS 0x000025b5
  6312. MessageId=9653 SymbolicName=DNS_ERROR_DATAFILE_OPEN_FAILURE
  6313. Language=English
  6314. Failed to open datafile for DNS zone.
  6315. .
  6316. ;// DNS 0x000025b6
  6317. MessageId=9654 SymbolicName=DNS_ERROR_FILE_WRITEBACK_FAILED
  6318. Language=English
  6319. Failed to write datafile for DNS zone.
  6320. .
  6321. ;// DNS 0x000025b7
  6322. MessageId=9655 SymbolicName=DNS_ERROR_DATAFILE_PARSING
  6323. Language=English
  6324. Failure while reading datafile for DNS zone.
  6325. .
  6326. ;
  6327. ;//
  6328. ;// Database errors
  6329. ;//
  6330. ;
  6331. ;#define DNS_ERROR_DATABASE_BASE 9700
  6332. ;
  6333. ;// DNS_ERROR_RECORD_DOES_NOT_EXIST 0x000025e5
  6334. MessageId=9701 SymbolicName=DNS_ERROR_RECORD_DOES_NOT_EXIST
  6335. Language=English
  6336. DNS record does not exist.
  6337. .
  6338. ;// DNS_ERROR_RECORD_FORMAT 0x000025e6
  6339. MessageId=9702 SymbolicName=DNS_ERROR_RECORD_FORMAT
  6340. Language=English
  6341. DNS record format error.
  6342. .
  6343. ;// DNS_ERROR_NODE_CREATION_FAILED 0x000025e7
  6344. MessageId=9703 SymbolicName=DNS_ERROR_NODE_CREATION_FAILED
  6345. Language=English
  6346. Node creation failure in DNS.
  6347. .
  6348. ;// DNS_ERROR_UNKNOWN_RECORD_TYPE 0x000025e8
  6349. MessageId=9704 SymbolicName=DNS_ERROR_UNKNOWN_RECORD_TYPE
  6350. Language=English
  6351. Unknown DNS record type.
  6352. .
  6353. ;// DNS_ERROR_RECORD_TIMED_OUT 0x000025e9
  6354. MessageId=9705 SymbolicName=DNS_ERROR_RECORD_TIMED_OUT
  6355. Language=English
  6356. DNS record timed out.
  6357. .
  6358. ;// DNS_ERROR_NAME_NOT_IN_ZONE 0x000025ea
  6359. MessageId=9706 SymbolicName=DNS_ERROR_NAME_NOT_IN_ZONE
  6360. Language=English
  6361. Name not in DNS zone.
  6362. .
  6363. ;// DNS_ERROR_CNAME_LOOP 0x000025eb
  6364. MessageId=9707 SymbolicName=DNS_ERROR_CNAME_LOOP
  6365. Language=English
  6366. CNAME loop detected.
  6367. .
  6368. ;// DNS_ERROR_NODE_IS_CNAME 0x000025ec
  6369. MessageId=9708 SymbolicName=DNS_ERROR_NODE_IS_CNAME
  6370. Language=English
  6371. Node is a CNAME DNS record.
  6372. .
  6373. ;// DNS_ERROR_CNAME_COLLISION 0x000025ed
  6374. MessageId=9709 SymbolicName=DNS_ERROR_CNAME_COLLISION
  6375. Language=English
  6376. A CNAME record already exists for given name.
  6377. .
  6378. ;// DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT 0x000025ee
  6379. MessageId=9710 SymbolicName=DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
  6380. Language=English
  6381. Record only at DNS zone root.
  6382. .
  6383. ;// DNS_ERROR_RECORD_ALREADY_EXISTS 0x000025ef
  6384. MessageId=9711 SymbolicName=DNS_ERROR_RECORD_ALREADY_EXISTS
  6385. Language=English
  6386. DNS record already exists.
  6387. .
  6388. ;// DNS_ERROR_SECONDARY_DATA 0x000025f0
  6389. MessageId=9712 SymbolicName=DNS_ERROR_SECONDARY_DATA
  6390. Language=English
  6391. Secondary DNS zone data error.
  6392. .
  6393. ;// DNS_ERROR_NO_CREATE_CACHE_DATA 0x000025f1
  6394. MessageId=9713 SymbolicName=DNS_ERROR_NO_CREATE_CACHE_DATA
  6395. Language=English
  6396. Could not create DNS cache data.
  6397. .
  6398. ;// DNS_ERROR_NAME_DOES_NOT_EXIST 0x000025f2
  6399. MessageId=9714 SymbolicName=DNS_ERROR_NAME_DOES_NOT_EXIST
  6400. Language=English
  6401. DNS name does not exist.
  6402. .
  6403. ;// DNS_WARNING_PTR_CREATE_FAILED 0x000025f3
  6404. MessageId=9715 SymbolicName=DNS_WARNING_PTR_CREATE_FAILED
  6405. Language=English
  6406. Could not create pointer (PTR) record.
  6407. .
  6408. ;// DNS_WARNING_DOMAIN_UNDELETED 0x000025f4
  6409. MessageId=9716 SymbolicName=DNS_WARNING_DOMAIN_UNDELETED
  6410. Language=English
  6411. DNS domain was undeleted.
  6412. .
  6413. ;// DNS_ERROR_DS_UNAVAILABLE 0x000025f5
  6414. MessageId=9717 SymbolicName=DNS_ERROR_DS_UNAVAILABLE
  6415. Language=English
  6416. The directory service is unavailable.
  6417. .
  6418. ;// DNS_ERROR_DS_ZONE_ALREADY_EXISTS 0x000025f6
  6419. MessageId=9718 SymbolicName=DNS_ERROR_DS_ZONE_ALREADY_EXISTS
  6420. Language=English
  6421. DNS zone already exists in the directory service.
  6422. .
  6423. ;// DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE 0x000025f7
  6424. MessageId=9719 SymbolicName=DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
  6425. Language=English
  6426. DNS server not creating or reading the boot file for the directory service integrated DNS zone.
  6427. .
  6428. ;
  6429. ;//
  6430. ;// Operation errors
  6431. ;//
  6432. ;
  6433. ;#define DNS_ERROR_OPERATION_BASE 9750
  6434. ;
  6435. ;// DNS_INFO_AXFR_COMPLETE 0x00002617
  6436. MessageId=9751 SymbolicName=DNS_INFO_AXFR_COMPLETE
  6437. Language=English
  6438. DNS AXFR (zone transfer) complete.
  6439. .
  6440. ;// DNS_ERROR_AXFR 0x00002618
  6441. MessageId=9752 SymbolicName=DNS_ERROR_AXFR
  6442. Language=English
  6443. DNS zone transfer failed.
  6444. .
  6445. ;// DNS_INFO_ADDED_LOCAL_WINS 0x00002619
  6446. MessageId=9753 SymbolicName=DNS_INFO_ADDED_LOCAL_WINS
  6447. Language=English
  6448. Added local WINS server.
  6449. .
  6450. ;
  6451. ;//
  6452. ;// Secure update
  6453. ;//
  6454. ;
  6455. ;#define DNS_ERROR_SECURE_BASE 9800
  6456. ;
  6457. ;// DNS_STATUS_CONTINUE_NEEDED 0x00002649
  6458. MessageId=9801 SymbolicName=DNS_STATUS_CONTINUE_NEEDED
  6459. Language=English
  6460. Secure update call needs to continue update request.
  6461. .
  6462. ;
  6463. ;//
  6464. ;// Setup errors
  6465. ;//
  6466. ;
  6467. ;#define DNS_ERROR_SETUP_BASE 9850
  6468. ;
  6469. ;// DNS_ERROR_NO_TCPIP 0x0000267b
  6470. MessageId=9851 SymbolicName=DNS_ERROR_NO_TCPIP
  6471. Language=English
  6472. TCP/IP network protocol not installed.
  6473. .
  6474. ;// DNS_ERROR_NO_DNS_SERVERS 0x0000267c
  6475. MessageId=9852 SymbolicName=DNS_ERROR_NO_DNS_SERVERS
  6476. Language=English
  6477. No DNS servers configured for local system.
  6478. .
  6479. ;
  6480. ;//
  6481. ;// Directory partition (DP) errors
  6482. ;//
  6483. ;
  6484. ;#define DNS_ERROR_DP_BASE 9900
  6485. ;
  6486. ;// DNS_ERROR_DP_DOES_NOT_EXIST 0x000026ad
  6487. MessageId=9901 SymbolicName=DNS_ERROR_DP_DOES_NOT_EXIST
  6488. Language=English
  6489. The specified directory partition does not exist.
  6490. .
  6491. ;// DNS_ERROR_DP_ALREADY_EXISTS 0x000026ae
  6492. MessageId=9902 SymbolicName=DNS_ERROR_DP_ALREADY_EXISTS
  6493. Language=English
  6494. The specified directory partition already exists.
  6495. .
  6496. ;// DNS_ERROR_DP_NOT_ENLISTED 0x000026af
  6497. MessageId=9903 SymbolicName=DNS_ERROR_DP_NOT_ENLISTED
  6498. Language=English
  6499. The DS is not enlisted in the specified directory partition.
  6500. .
  6501. ;// DNS_ERROR_DP_ALREADY_ENLISTED 0x000026b0
  6502. MessageId=9904 SymbolicName=DNS_ERROR_DP_ALREADY_ENLISTED
  6503. Language=English
  6504. The DS is already enlisted in the specified directory partition.
  6505. .
  6506. ;///////////////////////////////////////////////////
  6507. ;// //
  6508. ;// End of DNS Error Codes //
  6509. ;// //
  6510. ;// 9000 to 9999 //
  6511. ;///////////////////////////////////////////////////
  6512. ;
  6513. ;
  6514. ;///////////////////////////////////////////////////
  6515. ;// //
  6516. ;// WinSock Error Codes //
  6517. ;// //
  6518. ;// 10000 to 11999 //
  6519. ;///////////////////////////////////////////////////
  6520. ;
  6521. ;//
  6522. ;// WinSock error codes are also defined in WinSock.h
  6523. ;// and WinSock2.h, hence the IFDEF
  6524. ;//
  6525. ;#ifndef WSABASEERR
  6526. ;#define WSABASEERR 10000
  6527. MessageId=10004 SymbolicName=WSAEINTR
  6528. Language=English
  6529. A blocking operation was interrupted by a call to WSACancelBlockingCall.
  6530. .
  6531. MessageId=10009 SymbolicName=WSAEBADF
  6532. Language=English
  6533. The file handle supplied is not valid.
  6534. .
  6535. MessageId=10013 SymbolicName=WSAEACCES
  6536. Language=English
  6537. An attempt was made to access a socket in a way forbidden by its access permissions.
  6538. .
  6539. MessageId=10014 SymbolicName=WSAEFAULT
  6540. Language=English
  6541. The system detected an invalid pointer address in attempting to use a pointer argument in a call.
  6542. .
  6543. MessageId=10022 SymbolicName=WSAEINVAL
  6544. Language=English
  6545. An invalid argument was supplied.
  6546. .
  6547. MessageId=10024 SymbolicName=WSAEMFILE
  6548. Language=English
  6549. Too many open sockets.
  6550. .
  6551. MessageId=10035 SymbolicName=WSAEWOULDBLOCK
  6552. Language=English
  6553. A non-blocking socket operation could not be completed immediately.
  6554. .
  6555. MessageId=10036 SymbolicName=WSAEINPROGRESS
  6556. Language=English
  6557. A blocking operation is currently executing.
  6558. .
  6559. MessageId=10037 SymbolicName=WSAEALREADY
  6560. Language=English
  6561. An operation was attempted on a non-blocking socket that already had an operation in progress.
  6562. .
  6563. MessageId=10038 SymbolicName=WSAENOTSOCK
  6564. Language=English
  6565. An operation was attempted on something that is not a socket.
  6566. .
  6567. MessageId=10039 SymbolicName=WSAEDESTADDRREQ
  6568. Language=English
  6569. A required address was omitted from an operation on a socket.
  6570. .
  6571. MessageId=10040 SymbolicName=WSAEMSGSIZE
  6572. Language=English
  6573. A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.
  6574. .
  6575. MessageId=10041 SymbolicName=WSAEPROTOTYPE
  6576. Language=English
  6577. A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
  6578. .
  6579. MessageId=10042 SymbolicName=WSAENOPROTOOPT
  6580. Language=English
  6581. An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
  6582. .
  6583. MessageId=10043 SymbolicName=WSAEPROTONOSUPPORT
  6584. Language=English
  6585. The requested protocol has not been configured into the system, or no implementation for it exists.
  6586. .
  6587. MessageId=10044 SymbolicName=WSAESOCKTNOSUPPORT
  6588. Language=English
  6589. The support for the specified socket type does not exist in this address family.
  6590. .
  6591. MessageId=10045 SymbolicName=WSAEOPNOTSUPP
  6592. Language=English
  6593. The attempted operation is not supported for the type of object referenced.
  6594. .
  6595. MessageId=10046 SymbolicName=WSAEPFNOSUPPORT
  6596. Language=English
  6597. The protocol family has not been configured into the system or no implementation for it exists.
  6598. .
  6599. MessageId=10047 SymbolicName=WSAEAFNOSUPPORT
  6600. Language=English
  6601. An address incompatible with the requested protocol was used.
  6602. .
  6603. MessageId=10048 SymbolicName=WSAEADDRINUSE
  6604. Language=English
  6605. Only one usage of each socket address (protocol/network address/port) is normally permitted.
  6606. .
  6607. MessageId=10049 SymbolicName=WSAEADDRNOTAVAIL
  6608. Language=English
  6609. The requested address is not valid in its context.
  6610. .
  6611. MessageId=10050 SymbolicName=WSAENETDOWN
  6612. Language=English
  6613. A socket operation encountered a dead network.
  6614. .
  6615. MessageId=10051 SymbolicName=WSAENETUNREACH
  6616. Language=English
  6617. A socket operation was attempted to an unreachable network.
  6618. .
  6619. MessageId=10052 SymbolicName=WSAENETRESET
  6620. Language=English
  6621. The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
  6622. .
  6623. MessageId=10053 SymbolicName=WSAECONNABORTED
  6624. Language=English
  6625. An established connection was aborted by the software in your host machine.
  6626. .
  6627. MessageId=10054 SymbolicName=WSAECONNRESET
  6628. Language=English
  6629. An existing connection was forcibly closed by the remote host.
  6630. .
  6631. MessageId=10055 SymbolicName=WSAENOBUFS
  6632. Language=English
  6633. An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
  6634. .
  6635. MessageId=10056 SymbolicName=WSAEISCONN
  6636. Language=English
  6637. A connect request was made on an already connected socket.
  6638. .
  6639. MessageId=10057 SymbolicName=WSAENOTCONN
  6640. Language=English
  6641. A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
  6642. .
  6643. MessageId=10058 SymbolicName=WSAESHUTDOWN
  6644. Language=English
  6645. A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
  6646. .
  6647. MessageId=10059 SymbolicName=WSAETOOMANYREFS
  6648. Language=English
  6649. Too many references to some kernel object.
  6650. .
  6651. MessageId=10060 SymbolicName=WSAETIMEDOUT
  6652. Language=English
  6653. A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
  6654. .
  6655. MessageId=10061 SymbolicName=WSAECONNREFUSED
  6656. Language=English
  6657. No connection could be made because the target machine actively refused it.
  6658. .
  6659. MessageId=10062 SymbolicName=WSAELOOP
  6660. Language=English
  6661. Cannot translate name.
  6662. .
  6663. MessageId=10063 SymbolicName=WSAENAMETOOLONG
  6664. Language=English
  6665. Name component or name was too long.
  6666. .
  6667. MessageId=10064 SymbolicName=WSAEHOSTDOWN
  6668. Language=English
  6669. A socket operation failed because the destination host was down.
  6670. .
  6671. MessageId=10065 SymbolicName=WSAEHOSTUNREACH
  6672. Language=English
  6673. A socket operation was attempted to an unreachable host.
  6674. .
  6675. MessageId=10066 SymbolicName=WSAENOTEMPTY
  6676. Language=English
  6677. Cannot remove a directory that is not empty.
  6678. .
  6679. MessageId=10067 SymbolicName=WSAEPROCLIM
  6680. Language=English
  6681. A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
  6682. .
  6683. MessageId=10068 SymbolicName=WSAEUSERS
  6684. Language=English
  6685. Ran out of quota.
  6686. .
  6687. MessageId=10069 SymbolicName=WSAEDQUOT
  6688. Language=English
  6689. Ran out of disk quota.
  6690. .
  6691. MessageId=10070 SymbolicName=WSAESTALE
  6692. Language=English
  6693. File handle reference is no longer available.
  6694. .
  6695. MessageId=10071 SymbolicName=WSAEREMOTE
  6696. Language=English
  6697. Item is not available locally.
  6698. .
  6699. MessageId=10091 SymbolicName=WSASYSNOTREADY
  6700. Language=English
  6701. WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
  6702. .
  6703. MessageId=10092 SymbolicName=WSAVERNOTSUPPORTED
  6704. Language=English
  6705. The Windows Sockets version requested is not supported.
  6706. .
  6707. MessageId=10093 SymbolicName=WSANOTINITIALISED
  6708. Language=English
  6709. Either the application has not called WSAStartup, or WSAStartup failed.
  6710. .
  6711. MessageId=10101 SymbolicName=WSAEDISCON
  6712. Language=English
  6713. Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
  6714. .
  6715. MessageId=10102 SymbolicName=WSAENOMORE
  6716. Language=English
  6717. No more results can be returned by WSALookupServiceNext.
  6718. .
  6719. MessageId=10103 SymbolicName=WSAECANCELLED
  6720. Language=English
  6721. A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
  6722. .
  6723. MessageId=10104 SymbolicName=WSAEINVALIDPROCTABLE
  6724. Language=English
  6725. The procedure call table is invalid.
  6726. .
  6727. MessageId=10105 SymbolicName=WSAEINVALIDPROVIDER
  6728. Language=English
  6729. The requested service provider is invalid.
  6730. .
  6731. MessageId=10106 SymbolicName=WSAEPROVIDERFAILEDINIT
  6732. Language=English
  6733. The requested service provider could not be loaded or initialized.
  6734. .
  6735. MessageId=10107 SymbolicName=WSASYSCALLFAILURE
  6736. Language=English
  6737. A system call that should never fail has failed.
  6738. .
  6739. MessageId=10108 SymbolicName=WSASERVICE_NOT_FOUND
  6740. Language=English
  6741. No such service is known. The service cannot be found in the specified name space.
  6742. .
  6743. MessageId=10109 SymbolicName=WSATYPE_NOT_FOUND
  6744. Language=English
  6745. The specified class was not found.
  6746. .
  6747. MessageId=10110 SymbolicName=WSA_E_NO_MORE
  6748. Language=English
  6749. No more results can be returned by WSALookupServiceNext.
  6750. .
  6751. MessageId=10111 SymbolicName=WSA_E_CANCELLED
  6752. Language=English
  6753. A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
  6754. .
  6755. MessageId=10112 SymbolicName=WSAEREFUSED
  6756. Language=English
  6757. A database query failed because it was actively refused.
  6758. .
  6759. MessageId=11001 SymbolicName=WSAHOST_NOT_FOUND
  6760. Language=English
  6761. No such host is known.
  6762. .
  6763. MessageId=11002 SymbolicName=WSATRY_AGAIN
  6764. Language=English
  6765. This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.
  6766. .
  6767. MessageId=11003 SymbolicName=WSANO_RECOVERY
  6768. Language=English
  6769. A non-recoverable error occurred during a database lookup.
  6770. .
  6771. MessageId=11004 SymbolicName=WSANO_DATA
  6772. Language=English
  6773. The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.
  6774. .
  6775. MessageId=11005 SymbolicName=WSA_QOS_RECEIVERS
  6776. Language=English
  6777. At least one reserve has arrived.
  6778. .
  6779. MessageId=11006 SymbolicName=WSA_QOS_SENDERS
  6780. Language=English
  6781. At least one path has arrived.
  6782. .
  6783. MessageId=11007 SymbolicName=WSA_QOS_NO_SENDERS
  6784. Language=English
  6785. There are no senders.
  6786. .
  6787. MessageId=11008 SymbolicName=WSA_QOS_NO_RECEIVERS
  6788. Language=English
  6789. There are no receivers.
  6790. .
  6791. MessageId=11009 SymbolicName=WSA_QOS_REQUEST_CONFIRMED
  6792. Language=English
  6793. Reserve has been confirmed.
  6794. .
  6795. MessageId=11010 SymbolicName=WSA_QOS_ADMISSION_FAILURE
  6796. Language=English
  6797. Error due to lack of resources.
  6798. .
  6799. MessageId=11011 SymbolicName=WSA_QOS_POLICY_FAILURE
  6800. Language=English
  6801. Rejected for administrative reasons - bad credentials.
  6802. .
  6803. MessageId=11012 SymbolicName=WSA_QOS_BAD_STYLE
  6804. Language=English
  6805. Unknown or conflicting style.
  6806. .
  6807. MessageId=11013 SymbolicName=WSA_QOS_BAD_OBJECT
  6808. Language=English
  6809. Problem with some part of the filterspec or providerspecific buffer in general.
  6810. .
  6811. MessageId=11014 SymbolicName=WSA_QOS_TRAFFIC_CTRL_ERROR
  6812. Language=English
  6813. Problem with some part of the flowspec.
  6814. .
  6815. MessageId=11015 SymbolicName=WSA_QOS_GENERIC_ERROR
  6816. Language=English
  6817. General QOS error.
  6818. .
  6819. MessageId=11016 SymbolicName=WSA_QOS_ESERVICETYPE
  6820. Language=English
  6821. An invalid or unrecognized service type was found in the flowspec.
  6822. .
  6823. MessageId=11017 SymbolicName=WSA_QOS_EFLOWSPEC
  6824. Language=English
  6825. An invalid or inconsistent flowspec was found in the QOS structure.
  6826. .
  6827. MessageId=11018 SymbolicName=WSA_QOS_EPROVSPECBUF
  6828. Language=English
  6829. Invalid QOS provider-specific buffer.
  6830. .
  6831. MessageId=11019 SymbolicName=WSA_QOS_EFILTERSTYLE
  6832. Language=English
  6833. An invalid QOS filter style was used.
  6834. .
  6835. MessageId=11020 SymbolicName=WSA_QOS_EFILTERTYPE
  6836. Language=English
  6837. An invalid QOS filter type was used.
  6838. .
  6839. MessageId=11021 SymbolicName=WSA_QOS_EFILTERCOUNT
  6840. Language=English
  6841. An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
  6842. .
  6843. MessageId=11022 SymbolicName=WSA_QOS_EOBJLENGTH
  6844. Language=English
  6845. An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
  6846. .
  6847. MessageId=11023 SymbolicName=WSA_QOS_EFLOWCOUNT
  6848. Language=English
  6849. An incorrect number of flow descriptors was specified in the QOS structure.
  6850. .
  6851. MessageId=11024 SymbolicName=WSA_QOS_EUNKOWNPSOBJ
  6852. Language=English
  6853. An unrecognized object was found in the QOS provider-specific buffer.
  6854. .
  6855. MessageId=11025 SymbolicName=WSA_QOS_EPOLICYOBJ
  6856. Language=English
  6857. An invalid policy object was found in the QOS provider-specific buffer.
  6858. .
  6859. MessageId=11026 SymbolicName=WSA_QOS_EFLOWDESC
  6860. Language=English
  6861. An invalid QOS flow descriptor was found in the flow descriptor list.
  6862. .
  6863. MessageId=11027 SymbolicName=WSA_QOS_EPSFLOWSPEC
  6864. Language=English
  6865. An invalid or inconsistent flowspec was found in the QOS provider specific buffer.
  6866. .
  6867. MessageId=11028 SymbolicName=WSA_QOS_EPSFILTERSPEC
  6868. Language=English
  6869. An invalid FILTERSPEC was found in the QOS provider-specific buffer.
  6870. .
  6871. MessageId=11029 SymbolicName=WSA_QOS_ESDMODEOBJ
  6872. Language=English
  6873. An invalid shape discard mode object was found in the QOS provider specific buffer.
  6874. .
  6875. MessageId=11030 SymbolicName=WSA_QOS_ESHAPERATEOBJ
  6876. Language=English
  6877. An invalid shaping rate object was found in the QOS provider-specific buffer.
  6878. .
  6879. MessageId=11031 SymbolicName=WSA_QOS_RESERVED_PETYPE
  6880. Language=English
  6881. A reserved policy element was found in the QOS provider-specific buffer.
  6882. .
  6883. ;#endif // defined(WSABASEERR)
  6884. ;
  6885. ;///////////////////////////////////////////////////
  6886. ;// //
  6887. ;// End of WinSock Error Codes //
  6888. ;// //
  6889. ;// 10000 to 11999 //
  6890. ;///////////////////////////////////////////////////
  6891. ;
  6892. ;
  6893. ;
  6894. ;///////////////////////////////////////////////////
  6895. ;// //
  6896. ;// Side By Side Error Codes //
  6897. ;// //
  6898. ;// 14000 to 14999 //
  6899. ;///////////////////////////////////////////////////
  6900. ;
  6901. MessageId=14000 SymbolicName=ERROR_SXS_SECTION_NOT_FOUND
  6902. Language=English
  6903. The requested section was not present in the activation context.
  6904. .
  6905. MessageId=14001 SymbolicName=ERROR_SXS_CANT_GEN_ACTCTX
  6906. Language=English
  6907. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
  6908. .
  6909. MessageId=14002 SymbolicName=ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
  6910. Language=English
  6911. The application binding data format is invalid.
  6912. .
  6913. MessageId=14003 SymbolicName=ERROR_SXS_ASSEMBLY_NOT_FOUND
  6914. Language=English
  6915. The referenced assembly is not installed on your system.
  6916. .
  6917. MessageId=14004 SymbolicName=ERROR_SXS_MANIFEST_FORMAT_ERROR
  6918. Language=English
  6919. The manifest file does not begin with the required tag and format information.
  6920. .
  6921. MessageId=14005 SymbolicName=ERROR_SXS_MANIFEST_PARSE_ERROR
  6922. Language=English
  6923. The manifest file contains one or more syntax errors.
  6924. .
  6925. MessageId=14006 SymbolicName=ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
  6926. Language=English
  6927. The application attempted to activate a disabled activation context.
  6928. .
  6929. MessageId=14007 SymbolicName=ERROR_SXS_KEY_NOT_FOUND
  6930. Language=English
  6931. The requested lookup key was not found in any active activation context.
  6932. .
  6933. MessageId=14008 SymbolicName=ERROR_SXS_VERSION_CONFLICT
  6934. Language=English
  6935. A component version required by the application conflicts with another component version already active.
  6936. .
  6937. MessageId=14009 SymbolicName=ERROR_SXS_WRONG_SECTION_TYPE
  6938. Language=English
  6939. The type requested activation context section does not match the query API used.
  6940. .
  6941. MessageId=14010 SymbolicName=ERROR_SXS_THREAD_QUERIES_DISABLED
  6942. Language=English
  6943. Lack of system resources has required isolated activation to be disabled for the current thread of execution.
  6944. .
  6945. MessageId=14011 SymbolicName=ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
  6946. Language=English
  6947. An attempt to set the process default activation context failed because the process default activation context was already set.
  6948. .
  6949. MessageId=14012 SymbolicName=ERROR_SXS_UNKNOWN_ENCODING_GROUP
  6950. Language=English
  6951. The encoding group identifier specified is not recognized.
  6952. .
  6953. MessageId=14013 SymbolicName=ERROR_SXS_UNKNOWN_ENCODING
  6954. Language=English
  6955. The encoding requested is not recognized.
  6956. .
  6957. MessageId=14014 SymbolicName=ERROR_SXS_INVALID_XML_NAMESPACE_URI
  6958. Language=English
  6959. The manifest contains a reference to an invalid URI.
  6960. .
  6961. MessageId=14015 SymbolicName=ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
  6962. Language=English
  6963. The application manifest contains a reference to a dependent assembly which is not installed
  6964. .
  6965. MessageId=14016 SymbolicName=ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
  6966. Language=English
  6967. The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed
  6968. .
  6969. MessageId=14017 SymbolicName=ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
  6970. Language=English
  6971. The manifest contains an attribute for the assembly identity which is not valid.
  6972. .
  6973. MessageId=14018 SymbolicName=ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
  6974. Language=English
  6975. The manifest is missing the required default namespace specification on the assembly element.
  6976. .
  6977. MessageId=14019 SymbolicName=ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
  6978. Language=English
  6979. The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1".
  6980. .
  6981. MessageId=14020 SymbolicName=ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
  6982. Language=English
  6983. The private manifest probed has crossed reparse-point-associated path
  6984. .
  6985. MessageId=14021 SymbolicName=ERROR_SXS_DUPLICATE_DLL_NAME
  6986. Language=English
  6987. Two or more components referenced directly or indirectly by the application manifest have files by the same name.
  6988. .
  6989. MessageId=14022 SymbolicName=ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
  6990. Language=English
  6991. Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
  6992. .
  6993. MessageId=14023 SymbolicName=ERROR_SXS_DUPLICATE_CLSID
  6994. Language=English
  6995. Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
  6996. .
  6997. MessageId=14024 SymbolicName=ERROR_SXS_DUPLICATE_IID
  6998. Language=English
  6999. Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
  7000. .
  7001. MessageId=14025 SymbolicName=ERROR_SXS_DUPLICATE_TLBID
  7002. Language=English
  7003. Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
  7004. .
  7005. MessageId=14026 SymbolicName=ERROR_SXS_DUPLICATE_PROGID
  7006. Language=English
  7007. Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
  7008. .
  7009. MessageId=14027 SymbolicName=ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
  7010. Language=English
  7011. Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.
  7012. .
  7013. MessageId=14028 SymbolicName=ERROR_SXS_FILE_HASH_MISMATCH
  7014. Language=English
  7015. A component's file does not match the verification information present in the
  7016. component manifest.
  7017. .
  7018. MessageId=14029 SymbolicName=ERROR_SXS_POLICY_PARSE_ERROR
  7019. Language=English
  7020. The policy manifest contains one or more syntax errors.
  7021. .
  7022. MessageId=14030 SymbolicName=ERROR_SXS_XML_E_MISSINGQUOTE
  7023. Language=English
  7024. Manifest Parse Error : A string literal was expected, but no opening quote character was found.
  7025. .
  7026. MessageId=14031 SymbolicName=ERROR_SXS_XML_E_COMMENTSYNTAX
  7027. Language=English
  7028. Manifest Parse Error : Incorrect syntax was used in a comment.
  7029. .
  7030. MessageId=14032 SymbolicName=ERROR_SXS_XML_E_BADSTARTNAMECHAR
  7031. Language=English
  7032. Manifest Parse Error : A name was started with an invalid character.
  7033. .
  7034. MessageId=14033 SymbolicName=ERROR_SXS_XML_E_BADNAMECHAR
  7035. Language=English
  7036. Manifest Parse Error : A name contained an invalid character.
  7037. .
  7038. MessageId=14034 SymbolicName=ERROR_SXS_XML_E_BADCHARINSTRING
  7039. Language=English
  7040. Manifest Parse Error : A string literal contained an invalid character.
  7041. .
  7042. MessageId=14035 SymbolicName=ERROR_SXS_XML_E_XMLDECLSYNTAX
  7043. Language=English
  7044. Manifest Parse Error : Invalid syntax for an xml declaration.
  7045. .
  7046. MessageId=14036 SymbolicName=ERROR_SXS_XML_E_BADCHARDATA
  7047. Language=English
  7048. Manifest Parse Error : An Invalid character was found in text content.
  7049. .
  7050. MessageId=14037 SymbolicName=ERROR_SXS_XML_E_MISSINGWHITESPACE
  7051. Language=English
  7052. Manifest Parse Error : Required white space was missing.
  7053. .
  7054. MessageId=14038 SymbolicName=ERROR_SXS_XML_E_EXPECTINGTAGEND
  7055. Language=English
  7056. Manifest Parse Error : The character '>' was expected.
  7057. .
  7058. MessageId=14039 SymbolicName=ERROR_SXS_XML_E_MISSINGSEMICOLON
  7059. Language=English
  7060. Manifest Parse Error : A semi colon character was expected.
  7061. .
  7062. MessageId=14040 SymbolicName=ERROR_SXS_XML_E_UNBALANCEDPAREN
  7063. Language=English
  7064. Manifest Parse Error : Unbalanced parentheses.
  7065. .
  7066. MessageId=14041 SymbolicName=ERROR_SXS_XML_E_INTERNALERROR
  7067. Language=English
  7068. Manifest Parse Error : Internal error.
  7069. .
  7070. MessageId=14042 SymbolicName=ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
  7071. Language=English
  7072. Manifest Parse Error : Whitespace is not allowed at this location.
  7073. .
  7074. MessageId=14043 SymbolicName=ERROR_SXS_XML_E_INCOMPLETE_ENCODING
  7075. Language=English
  7076. Manifest Parse Error : End of file reached in invalid state for current encoding.
  7077. .
  7078. MessageId=14044 SymbolicName=ERROR_SXS_XML_E_MISSING_PAREN
  7079. Language=English
  7080. Manifest Parse Error : Missing parenthesis.
  7081. .
  7082. MessageId=14045 SymbolicName=ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
  7083. Language=English
  7084. Manifest Parse Error : A single or double closing quote character (\' or \") is missing.
  7085. .
  7086. MessageId=14046 SymbolicName=ERROR_SXS_XML_E_MULTIPLE_COLONS
  7087. Language=English
  7088. Manifest Parse Error : Multiple colons are not allowed in a name.
  7089. .
  7090. MessageId=14047 SymbolicName=ERROR_SXS_XML_E_INVALID_DECIMAL
  7091. Language=English
  7092. Manifest Parse Error : Invalid character for decimal digit.
  7093. .
  7094. MessageId=14048 SymbolicName=ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
  7095. Language=English
  7096. Manifest Parse Error : Invalid character for hexidecimal digit.
  7097. .
  7098. MessageId=14049 SymbolicName=ERROR_SXS_XML_E_INVALID_UNICODE
  7099. Language=English
  7100. Manifest Parse Error : Invalid unicode character value for this platform.
  7101. .
  7102. MessageId=14050 SymbolicName=ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
  7103. Language=English
  7104. Manifest Parse Error : Expecting whitespace or '?'.
  7105. .
  7106. MessageId=14051 SymbolicName=ERROR_SXS_XML_E_UNEXPECTEDENDTAG
  7107. Language=English
  7108. Manifest Parse Error : End tag was not expected at this location.
  7109. .
  7110. MessageId=14052 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDTAG
  7111. Language=English
  7112. Manifest Parse Error : The following tags were not closed: %1.
  7113. .
  7114. MessageId=14053 SymbolicName=ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
  7115. Language=English
  7116. Manifest Parse Error : Duplicate attribute.
  7117. .
  7118. MessageId=14054 SymbolicName=ERROR_SXS_XML_E_MULTIPLEROOTS
  7119. Language=English
  7120. Manifest Parse Error : Only one top level element is allowed in an XML document.
  7121. .
  7122. MessageId=14055 SymbolicName=ERROR_SXS_XML_E_INVALIDATROOTLEVEL
  7123. Language=English
  7124. Manifest Parse Error : Invalid at the top level of the document.
  7125. .
  7126. MessageId=14056 SymbolicName=ERROR_SXS_XML_E_BADXMLDECL
  7127. Language=English
  7128. Manifest Parse Error : Invalid xml declaration.
  7129. .
  7130. MessageId=14057 SymbolicName=ERROR_SXS_XML_E_MISSINGROOT
  7131. Language=English
  7132. Manifest Parse Error : XML document must have a top level element.
  7133. .
  7134. MessageId=14058 SymbolicName=ERROR_SXS_XML_E_UNEXPECTEDEOF
  7135. Language=English
  7136. Manifest Parse Error : Unexpected end of file.
  7137. .
  7138. MessageId=14059 SymbolicName=ERROR_SXS_XML_E_BADPEREFINSUBSET
  7139. Language=English
  7140. Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
  7141. .
  7142. MessageId=14060 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
  7143. Language=English
  7144. Manifest Parse Error : Element was not closed.
  7145. .
  7146. MessageId=14061 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDENDTAG
  7147. Language=English
  7148. Manifest Parse Error : End element was missing the character '>'.
  7149. .
  7150. MessageId=14062 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDSTRING
  7151. Language=English
  7152. Manifest Parse Error : A string literal was not closed.
  7153. .
  7154. MessageId=14063 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDCOMMENT
  7155. Language=English
  7156. Manifest Parse Error : A comment was not closed.
  7157. .
  7158. MessageId=14064 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDDECL
  7159. Language=English
  7160. Manifest Parse Error : A declaration was not closed.
  7161. .
  7162. MessageId=14065 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDCDATA
  7163. Language=English
  7164. Manifest Parse Error : A CDATA section was not closed.
  7165. .
  7166. MessageId=14066 SymbolicName=ERROR_SXS_XML_E_RESERVEDNAMESPACE
  7167. Language=English
  7168. Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".
  7169. .
  7170. MessageId=14067 SymbolicName=ERROR_SXS_XML_E_INVALIDENCODING
  7171. Language=English
  7172. Manifest Parse Error : System does not support the specified encoding.
  7173. .
  7174. MessageId=14068 SymbolicName=ERROR_SXS_XML_E_INVALIDSWITCH
  7175. Language=English
  7176. Manifest Parse Error : Switch from current encoding to specified encoding not supported.
  7177. .
  7178. MessageId=14069 SymbolicName=ERROR_SXS_XML_E_BADXMLCASE
  7179. Language=English
  7180. Manifest Parse Error : The name 'xml' is reserved and must be lower case.
  7181. .
  7182. MessageId=14070 SymbolicName=ERROR_SXS_XML_E_INVALID_STANDALONE
  7183. Language=English
  7184. Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
  7185. .
  7186. MessageId=14071 SymbolicName=ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
  7187. Language=English
  7188. Manifest Parse Error : The standalone attribute cannot be used in external entities.
  7189. .
  7190. MessageId=14072 SymbolicName=ERROR_SXS_XML_E_INVALID_VERSION
  7191. Language=English
  7192. Manifest Parse Error : Invalid version number.
  7193. .
  7194. MessageId=14073 SymbolicName=ERROR_SXS_XML_E_MISSINGEQUALS
  7195. Language=English
  7196. Manifest Parse Error : Missing equals sign between attribute and attribute value.
  7197. .
  7198. MessageId=14074 SymbolicName=ERROR_SXS_PROTECTION_RECOVERY_FAILED
  7199. Language=English
  7200. Assembly Protection Error : Unable to recover the specified assembly.
  7201. .
  7202. MessageId=14075 SymbolicName=ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
  7203. Language=English
  7204. Assembly Protection Error : The public key for an assembly was too short to be allowed.
  7205. .
  7206. MessageId=14076 SymbolicName=ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
  7207. Language=English
  7208. Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest.
  7209. .
  7210. MessageId=14077 SymbolicName=ERROR_SXS_UNTRANSLATABLE_HRESULT
  7211. Language=English
  7212. An HRESULT could not be translated to a corresponding Win32 error code.
  7213. .
  7214. MessageId=14078 SymbolicName=ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
  7215. Language=English
  7216. Assembly Protection Error : The catalog for an assembly is missing.
  7217. .
  7218. MessageId=14079 SymbolicName=ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
  7219. Language=English
  7220. The supplied assembly identity is missing one or more attributes which must be present in this context.
  7221. .
  7222. MessageId=14080 SymbolicName=ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
  7223. Language=English
  7224. The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
  7225. .
  7226. ;
  7227. ;///////////////////////////////////////////////////
  7228. ;// //
  7229. ;// End of Side By Side Error Codes //
  7230. ;// //
  7231. ;// 14000 to 14999 //
  7232. ;///////////////////////////////////////////////////
  7233. ;
  7234. ;
  7235. ;
  7236. ;///////////////////////////////////////////////////
  7237. ;// //
  7238. ;// Start of IPSec Error codes //
  7239. ;// //
  7240. ;// 13000 to 13999 //
  7241. ;///////////////////////////////////////////////////
  7242. ;
  7243. ;
  7244. MessageId=13000 SymbolicName=ERROR_IPSEC_QM_POLICY_EXISTS
  7245. Language=English
  7246. The specified quick mode policy already exists.
  7247. .
  7248. MessageId=13001 SymbolicName=ERROR_IPSEC_QM_POLICY_NOT_FOUND
  7249. Language=English
  7250. The specified quick mode policy was not found.
  7251. .
  7252. MessageId=13002 SymbolicName=ERROR_IPSEC_QM_POLICY_IN_USE
  7253. Language=English
  7254. The specified quick mode policy is being used.
  7255. .
  7256. MessageId=13003 SymbolicName=ERROR_IPSEC_MM_POLICY_EXISTS
  7257. Language=English
  7258. The specified main mode policy already exists.
  7259. .
  7260. MessageId=13004 SymbolicName=ERROR_IPSEC_MM_POLICY_NOT_FOUND
  7261. Language=English
  7262. The specified main mode policy was not found
  7263. .
  7264. MessageId=13005 SymbolicName=ERROR_IPSEC_MM_POLICY_IN_USE
  7265. Language=English
  7266. The specified main mode policy is being used.
  7267. .
  7268. MessageId=13006 SymbolicName=ERROR_IPSEC_MM_FILTER_EXISTS
  7269. Language=English
  7270. The specified main mode filter already exists.
  7271. .
  7272. MessageId=13007 SymbolicName=ERROR_IPSEC_MM_FILTER_NOT_FOUND
  7273. Language=English
  7274. The specified main mode filter was not found.
  7275. .
  7276. MessageId=13008 SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
  7277. Language=English
  7278. The specified transport mode filter already exists.
  7279. .
  7280. MessageId=13009 SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
  7281. Language=English
  7282. The specified transport mode filter does not exist.
  7283. .
  7284. MessageId=13010 SymbolicName=ERROR_IPSEC_MM_AUTH_EXISTS
  7285. Language=English
  7286. The specified main mode authentication list exists.
  7287. .
  7288. MessageId=13011 SymbolicName=ERROR_IPSEC_MM_AUTH_NOT_FOUND
  7289. Language=English
  7290. The specified main mode authentication list was not found.
  7291. .
  7292. MessageId=13012 SymbolicName=ERROR_IPSEC_MM_AUTH_IN_USE
  7293. Language=English
  7294. The specified quick mode policy is being used.
  7295. .
  7296. MessageId=13013 SymbolicName=ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
  7297. Language=English
  7298. The specified main mode policy was not found.
  7299. .
  7300. MessageId=13014 SymbolicName=ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
  7301. Language=English
  7302. The specified quick mode policy was not found
  7303. .
  7304. MessageId=13015 SymbolicName=ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
  7305. Language=English
  7306. The manifest file contains one or more syntax errors.
  7307. .
  7308. MessageId=13016 SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_EXISTS
  7309. Language=English
  7310. The application attempted to activate a disabled activation context.
  7311. .
  7312. MessageId=13017 SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
  7313. Language=English
  7314. The requested lookup key was not found in any active activation context.
  7315. .
  7316. MessageId=13018 SymbolicName=ERROR_IPSEC_MM_FILTER_PENDING_DELETION
  7317. Language=English
  7318. The Main Mode filter is pending deletion.
  7319. .
  7320. MessageId=13019 SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
  7321. Language=English
  7322. The transport filter is pending deletion.
  7323. .
  7324. MessageId=13020 SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
  7325. Language=English
  7326. The tunnel filter is pending deletion.
  7327. .
  7328. MessageId=13021 SymbolicName=ERROR_IPSEC_MM_POLICY_PENDING_DELETION
  7329. Language=English
  7330. The Main Mode policy is pending deletion.
  7331. .
  7332. MessageId=13022 SymbolicName=ERROR_IPSEC_MM_AUTH_PENDING_DELETION
  7333. Language=English
  7334. The Main Mode authentication bundle is pending deletion.
  7335. .
  7336. MessageId=13023 SymbolicName=ERROR_IPSEC_QM_POLICY_PENDING_DELETION
  7337. Language=English
  7338. The Quick Mode policy is pending deletion.
  7339. .
  7340. MessageId=13800 SymbolicName=ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
  7341. Language=English
  7342. .
  7343. MessageId=13801 SymbolicName=ERROR_IPSEC_IKE_AUTH_FAIL
  7344. Language=English
  7345. IKE authentication credentials are unacceptable
  7346. .
  7347. MessageId=13802 SymbolicName=ERROR_IPSEC_IKE_ATTRIB_FAIL
  7348. Language=English
  7349. IKE security attributes are unacceptable
  7350. .
  7351. MessageId=13803 SymbolicName=ERROR_IPSEC_IKE_NEGOTIATION_PENDING
  7352. Language=English
  7353. IKE Negotiation in progress
  7354. .
  7355. MessageId=13804 SymbolicName=ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
  7356. Language=English
  7357. General processing error
  7358. .
  7359. MessageId=13805 SymbolicName=ERROR_IPSEC_IKE_TIMED_OUT
  7360. Language=English
  7361. Negotiation timed out
  7362. .
  7363. MessageId=13806 SymbolicName=ERROR_IPSEC_IKE_NO_CERT
  7364. Language=English
  7365. IKE failed to find valid machine certificate
  7366. .
  7367. MessageId=13807 SymbolicName=ERROR_IPSEC_IKE_SA_DELETED
  7368. Language=English
  7369. IKE SA deleted by peer before establishment completed
  7370. .
  7371. MessageId=13808 SymbolicName=ERROR_IPSEC_IKE_SA_REAPED
  7372. Language=English
  7373. IKE SA deleted before establishment completed
  7374. .
  7375. MessageId=13809 SymbolicName=ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
  7376. Language=English
  7377. Negotiation request sat in Queue too long
  7378. .
  7379. MessageId=13810 SymbolicName=ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
  7380. Language=English
  7381. Negotiation request sat in Queue too long
  7382. .
  7383. MessageId=13811 SymbolicName=ERROR_IPSEC_IKE_QUEUE_DROP_MM
  7384. Language=English
  7385. Negotiation request sat in Queue too long
  7386. .
  7387. MessageId=13812 SymbolicName=ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
  7388. Language=English
  7389. Negotiation request sat in Queue too long
  7390. .
  7391. MessageId=13813 SymbolicName=ERROR_IPSEC_IKE_DROP_NO_RESPONSE
  7392. Language=English
  7393. No response from peer
  7394. .
  7395. MessageId=13814 SymbolicName=ERROR_IPSEC_IKE_MM_DELAY_DROP
  7396. Language=English
  7397. Negotiation took too long
  7398. .
  7399. MessageId=13815 SymbolicName=ERROR_IPSEC_IKE_QM_DELAY_DROP
  7400. Language=English
  7401. Negotiation took too long
  7402. .
  7403. MessageId=13816 SymbolicName=ERROR_IPSEC_IKE_ERROR
  7404. Language=English
  7405. Unknown error occurred
  7406. .
  7407. MessageId=13817 SymbolicName=ERROR_IPSEC_IKE_CRL_FAILED
  7408. Language=English
  7409. Certificate Revocation Check failed
  7410. .
  7411. MessageId=13818 SymbolicName=ERROR_IPSEC_IKE_INVALID_KEY_USAGE
  7412. Language=English
  7413. Invalid certificate key usage
  7414. .
  7415. MessageId=13819 SymbolicName=ERROR_IPSEC_IKE_INVALID_CERT_TYPE
  7416. Language=English
  7417. Invalid certificate type
  7418. .
  7419. MessageId=13820 SymbolicName=ERROR_IPSEC_IKE_NO_PRIVATE_KEY
  7420. Language=English
  7421. No private key associated with machine certificate
  7422. .
  7423. MessageId=13822 SymbolicName=ERROR_IPSEC_IKE_DH_FAIL
  7424. Language=English
  7425. Failure in Diffie-Helman computation
  7426. .
  7427. MessageId=13824 SymbolicName=ERROR_IPSEC_IKE_INVALID_HEADER
  7428. Language=English
  7429. Invalid header
  7430. .
  7431. MessageId=13825 SymbolicName=ERROR_IPSEC_IKE_NO_POLICY
  7432. Language=English
  7433. No policy configured
  7434. .
  7435. MessageId=13826 SymbolicName=ERROR_IPSEC_IKE_INVALID_SIGNATURE
  7436. Language=English
  7437. Failed to verify signature
  7438. .
  7439. MessageId=13827 SymbolicName=ERROR_IPSEC_IKE_KERBEROS_ERROR
  7440. Language=English
  7441. Failed to authenticate using kerberos
  7442. .
  7443. MessageId=13828 SymbolicName=ERROR_IPSEC_IKE_NO_PUBLIC_KEY
  7444. Language=English
  7445. Peer's certificate did not have a public key
  7446. .
  7447. ;// These must stay as a unit.
  7448. MessageId=13829 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR
  7449. Language=English
  7450. Error processing error payload
  7451. .
  7452. MessageId=13830 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_SA
  7453. Language=English
  7454. Error processing SA payload
  7455. .
  7456. MessageId=13831 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_PROP
  7457. Language=English
  7458. Error processing Proposal payload
  7459. .
  7460. MessageId=13832 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
  7461. Language=English
  7462. Error processing Transform payload
  7463. .
  7464. MessageId=13833 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_KE
  7465. Language=English
  7466. Error processing KE payload
  7467. .
  7468. MessageId=13834 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_ID
  7469. Language=English
  7470. Error processing ID payload
  7471. .
  7472. MessageId=13835 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_CERT
  7473. Language=English
  7474. Error processing Cert payload
  7475. .
  7476. MessageId=13836 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
  7477. Language=English
  7478. Error processing Certificate Request payload
  7479. .
  7480. MessageId=13837 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_HASH
  7481. Language=English
  7482. Error processing Hash payload
  7483. .
  7484. MessageId=13838 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_SIG
  7485. Language=English
  7486. Error processing Signature payload
  7487. .
  7488. MessageId=13839 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
  7489. Language=English
  7490. Error processing Nonce payload
  7491. .
  7492. MessageId=13840 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
  7493. Language=English
  7494. Error processing Notify payload
  7495. .
  7496. MessageId=13841 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
  7497. Language=English
  7498. Error processing Delete Payload
  7499. .
  7500. MessageId=13842 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
  7501. Language=English
  7502. Error processing VendorId payload
  7503. .
  7504. MessageId=13843 SymbolicName=ERROR_IPSEC_IKE_INVALID_PAYLOAD
  7505. Language=English
  7506. Invalid payload received
  7507. .
  7508. MessageId=13844 SymbolicName=ERROR_IPSEC_IKE_LOAD_SOFT_SA
  7509. Language=English
  7510. Soft SA loaded
  7511. .
  7512. MessageId=13845 SymbolicName=ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
  7513. Language=English
  7514. Soft SA torn down
  7515. .
  7516. MessageId=13846 SymbolicName=ERROR_IPSEC_IKE_INVALID_COOKIE
  7517. Language=English
  7518. Invalid cookie received.
  7519. .
  7520. MessageId=13847 SymbolicName=ERROR_IPSEC_IKE_NO_PEER_CERT
  7521. Language=English
  7522. Peer failed to send valid machine certificate
  7523. .
  7524. MessageId=13848 SymbolicName=ERROR_IPSEC_IKE_PEER_CRL_FAILED
  7525. Language=English
  7526. Certification Revocation check of peer's certificate failed
  7527. .
  7528. MessageId=13849 SymbolicName=ERROR_IPSEC_IKE_POLICY_CHANGE
  7529. Language=English
  7530. New policy invalidated SAs formed with old policy
  7531. .
  7532. MessageId=13850 SymbolicName=ERROR_IPSEC_IKE_NO_MM_POLICY
  7533. Language=English
  7534. There is no available Main Mode IKE policy.
  7535. .
  7536. MessageId=13851 SymbolicName=ERROR_IPSEC_IKE_NOTCBPRIV
  7537. Language=English
  7538. Failed to enabled TCB privilege.
  7539. .
  7540. MessageId=13852 SymbolicName=ERROR_IPSEC_IKE_SECLOADFAIL
  7541. Language=English
  7542. Failed to load SECURITY.DLL.
  7543. .
  7544. MessageId=13853 SymbolicName=ERROR_IPSEC_IKE_FAILSSPINIT
  7545. Language=English
  7546. Failed to obtain security function table dispatch address from SSPI.
  7547. .
  7548. MessageId=13854 SymbolicName=ERROR_IPSEC_IKE_FAILQUERYSSP
  7549. Language=English
  7550. Failed to query Kerberos package to obtain max token size.
  7551. .
  7552. MessageId=13855 SymbolicName=ERROR_IPSEC_IKE_SRVACQFAIL
  7553. Language=English
  7554. Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
  7555. .
  7556. MessageId=13856 SymbolicName=ERROR_IPSEC_IKE_SRVQUERYCRED
  7557. Language=English
  7558. Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
  7559. .
  7560. MessageId=13857 SymbolicName=ERROR_IPSEC_IKE_GETSPIFAIL
  7561. Language=English
  7562. Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.
  7563. .
  7564. MessageId=13858 SymbolicName=ERROR_IPSEC_IKE_INVALID_FILTER
  7565. Language=English
  7566. Given filter is invalid
  7567. .
  7568. MessageId=13859 SymbolicName=ERROR_IPSEC_IKE_OUT_OF_MEMORY
  7569. Language=English
  7570. Memory allocation failed.
  7571. .
  7572. MessageId=13860 SymbolicName=ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
  7573. Language=English
  7574. Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.
  7575. .
  7576. MessageId=13861 SymbolicName=ERROR_IPSEC_IKE_INVALID_POLICY
  7577. Language=English
  7578. Invalid policy
  7579. .
  7580. MessageId=13862 SymbolicName=ERROR_IPSEC_IKE_UNKNOWN_DOI
  7581. Language=English
  7582. Invalid DOI
  7583. .
  7584. MessageId=13863 SymbolicName=ERROR_IPSEC_IKE_INVALID_SITUATION
  7585. Language=English
  7586. Invalid situation
  7587. .
  7588. MessageId=13864 SymbolicName=ERROR_IPSEC_IKE_DH_FAILURE
  7589. Language=English
  7590. Diffie-Hellman failure
  7591. .
  7592. MessageId=13865 SymbolicName=ERROR_IPSEC_IKE_INVALID_GROUP
  7593. Language=English
  7594. Invalid Diffie-Hellman group
  7595. .
  7596. MessageId=13866 SymbolicName=ERROR_IPSEC_IKE_ENCRYPT
  7597. Language=English
  7598. Error encrypting payload
  7599. .
  7600. MessageId=13867 SymbolicName=ERROR_IPSEC_IKE_DECRYPT
  7601. Language=English
  7602. Error decrypting payload
  7603. .
  7604. MessageId=13868 SymbolicName=ERROR_IPSEC_IKE_POLICY_MATCH
  7605. Language=English
  7606. Policy match error
  7607. .
  7608. MessageId=13869 SymbolicName=ERROR_IPSEC_IKE_UNSUPPORTED_ID
  7609. Language=English
  7610. Unsupported ID
  7611. .
  7612. MessageId=13870 SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH
  7613. Language=English
  7614. Hash verification failed
  7615. .
  7616. MessageId=13871 SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH_ALG
  7617. Language=English
  7618. Invalid hash algorithm
  7619. .
  7620. MessageId=13872 SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH_SIZE
  7621. Language=English
  7622. Invalid hash size
  7623. .
  7624. MessageId=13873 SymbolicName=ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
  7625. Language=English
  7626. Invalid encryption algorithm
  7627. .
  7628. MessageId=13874 SymbolicName=ERROR_IPSEC_IKE_INVALID_AUTH_ALG
  7629. Language=English
  7630. Invalid authentication algorithm
  7631. .
  7632. MessageId=13875 SymbolicName=ERROR_IPSEC_IKE_INVALID_SIG
  7633. Language=English
  7634. Invalid certificate signature
  7635. .
  7636. MessageId=13876 SymbolicName=ERROR_IPSEC_IKE_LOAD_FAILED
  7637. Language=English
  7638. Load failed
  7639. .
  7640. MessageId=13877 SymbolicName=ERROR_IPSEC_IKE_RPC_DELETE
  7641. Language=English
  7642. Deleted via RPC call
  7643. .
  7644. MessageId=13878 SymbolicName=ERROR_IPSEC_IKE_BENIGN_REINIT
  7645. Language=English
  7646. Temporary state created to perform reinit. This is not a real failure.
  7647. .
  7648. MessageId=13879 SymbolicName=ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
  7649. Language=English
  7650. The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine.
  7651. .
  7652. MessageId=13881 SymbolicName=ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
  7653. Language=English
  7654. Key length in certificate is too small for configured security requirements.
  7655. .
  7656. MessageId=13882 SymbolicName=ERROR_IPSEC_IKE_MM_LIMIT
  7657. Language=English
  7658. Max number of established MM SAs to peer exceeded.
  7659. .
  7660. MessageId=13883 SymbolicName=ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
  7661. Language=English
  7662. IKE received a policy that disables negotiation.
  7663. .
  7664. MessageId=13884 SymbolicName=ERROR_IPSEC_IKE_NEG_STATUS_END
  7665. Language=English
  7666. .
  7667. ;////////////////////////////////////
  7668. ;// //
  7669. ;// COM Error Codes //
  7670. ;// //
  7671. ;////////////////////////////////////
  7672. OutputBase=16
  7673. ;
  7674. ;//
  7675. ;// The return value of COM functions and methods is an HRESULT.
  7676. ;// This is not a handle to anything, but is merely a 32-bit value
  7677. ;// with several fields encoded in the value. The parts of an
  7678. ;// HRESULT are shown below.
  7679. ;//
  7680. ;// Many of the macros and functions below were orginally defined to
  7681. ;// operate on SCODEs. SCODEs are no longer used. The macros are
  7682. ;// still present for compatibility and easy porting of Win16 code.
  7683. ;// Newly written code should use the HRESULT macros and functions.
  7684. ;//
  7685. ;
  7686. ;//
  7687. ;// HRESULTs are 32 bit values layed out as follows:
  7688. ;//
  7689. ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  7690. ;// 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
  7691. ;// +-+-+-+-+-+---------------------+-------------------------------+
  7692. ;// |S|R|C|N|r| Facility | Code |
  7693. ;// +-+-+-+-+-+---------------------+-------------------------------+
  7694. ;//
  7695. ;// where
  7696. ;//
  7697. ;// S - Severity - indicates success/fail
  7698. ;//
  7699. ;// 0 - Success
  7700. ;// 1 - Fail (COERROR)
  7701. ;//
  7702. ;// R - reserved portion of the facility code, corresponds to NT's
  7703. ;// second severity bit.
  7704. ;//
  7705. ;// C - reserved portion of the facility code, corresponds to NT's
  7706. ;// C field.
  7707. ;//
  7708. ;// N - reserved portion of the facility code. Used to indicate a
  7709. ;// mapped NT status value.
  7710. ;//
  7711. ;// r - reserved portion of the facility code. Reserved for internal
  7712. ;// use. Used to indicate HRESULT values that are not status
  7713. ;// values, but are instead message ids for display strings.
  7714. ;//
  7715. ;// Facility - is the facility code
  7716. ;//
  7717. ;// Code - is the facility's status code
  7718. ;//
  7719. ;
  7720. ;//
  7721. ;// Severity values
  7722. ;//
  7723. ;
  7724. ;#define SEVERITY_SUCCESS 0
  7725. ;#define SEVERITY_ERROR 1
  7726. ;
  7727. ;
  7728. ;//
  7729. ;// Generic test for success on any status value (non-negative numbers
  7730. ;// indicate success).
  7731. ;//
  7732. ;
  7733. ;#define SUCCEEDED(Status) ((HRESULT)(Status) >= 0)
  7734. ;
  7735. ;//
  7736. ;// and the inverse
  7737. ;//
  7738. ;
  7739. ;#define FAILED(Status) ((HRESULT)(Status)<0)
  7740. ;
  7741. ;
  7742. ;//
  7743. ;// Generic test for error on any status value.
  7744. ;//
  7745. ;
  7746. ;#define IS_ERROR(Status) ((unsigned long)(Status) >> 31 == SEVERITY_ERROR)
  7747. ;
  7748. ;//
  7749. ;// Return the code
  7750. ;//
  7751. ;
  7752. ;#define HRESULT_CODE(hr) ((hr) & 0xFFFF)
  7753. ;#define SCODE_CODE(sc) ((sc) & 0xFFFF)
  7754. ;
  7755. ;//
  7756. ;// Return the facility
  7757. ;//
  7758. ;
  7759. ;#define HRESULT_FACILITY(hr) (((hr) >> 16) & 0x1fff)
  7760. ;#define SCODE_FACILITY(sc) (((sc) >> 16) & 0x1fff)
  7761. ;
  7762. ;//
  7763. ;// Return the severity
  7764. ;//
  7765. ;
  7766. ;#define HRESULT_SEVERITY(hr) (((hr) >> 31) & 0x1)
  7767. ;#define SCODE_SEVERITY(sc) (((sc) >> 31) & 0x1)
  7768. ;
  7769. ;//
  7770. ;// Create an HRESULT value from component pieces
  7771. ;//
  7772. ;
  7773. ;#define MAKE_HRESULT(sev,fac,code) \
  7774. ; ((HRESULT) (((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))) )
  7775. ;#define MAKE_SCODE(sev,fac,code) \
  7776. ; ((SCODE) (((unsigned long)(sev)<<31) | ((unsigned long)(fac)<<16) | ((unsigned long)(code))) )
  7777. ;
  7778. ;
  7779. ;//
  7780. ;// Map a WIN32 error value into a HRESULT
  7781. ;// Note: This assumes that WIN32 errors fall in the range -32k to 32k.
  7782. ;//
  7783. ;// Define bits here so macros are guaranteed to work
  7784. ;
  7785. ;#define FACILITY_NT_BIT 0x10000000
  7786. ;
  7787. ;// __HRESULT_FROM_WIN32 will always be a macro.
  7788. ;// The goal will be to enable INLINE_HRESULT_FROM_WIN32 all the time,
  7789. ;// but there's too much code to change to do that at this time.
  7790. ;
  7791. ;#define __HRESULT_FROM_WIN32(x) ((HRESULT)(x) <= 0 ? ((HRESULT)(x)) : ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80000000)))
  7792. ;
  7793. ;#ifdef INLINE_HRESULT_FROM_WIN32
  7794. ;#ifndef _HRESULT_DEFINED
  7795. ;#define _HRESULT_DEFINED
  7796. ;typedef long HRESULT;
  7797. ;#endif
  7798. ;#ifndef __midl
  7799. ;__inline HRESULT HRESULT_FROM_WIN32(long x) { return x < 0 ? (HRESULT)x : (HRESULT) (((x) & 0x0000FFFF) | (FACILITY_WIN32 << 16) | 0x80000000);}
  7800. ;#else
  7801. ;#define HRESULT_FROM_WIN32(x) __HRESULT_FROM_WIN32(x)
  7802. ;#endif
  7803. ;#else
  7804. ;#define HRESULT_FROM_WIN32(x) __HRESULT_FROM_WIN32(x)
  7805. ;#endif
  7806. ;
  7807. ;//
  7808. ;// Map an NT status value into a HRESULT
  7809. ;//
  7810. ;
  7811. ;#define HRESULT_FROM_NT(x) ((HRESULT) ((x) | FACILITY_NT_BIT))
  7812. ;
  7813. ;
  7814. ;// ****** OBSOLETE functions
  7815. ;
  7816. ;// HRESULT functions
  7817. ;// As noted above, these functions are obsolete and should not be used.
  7818. ;
  7819. ;
  7820. ;// Extract the SCODE from a HRESULT
  7821. ;
  7822. ;#define GetScode(hr) ((SCODE) (hr))
  7823. ;
  7824. ;// Convert an SCODE into an HRESULT.
  7825. ;
  7826. ;#define ResultFromScode(sc) ((HRESULT) (sc))
  7827. ;
  7828. ;
  7829. ;// PropagateResult is a noop
  7830. ;#define PropagateResult(hrPrevious, scBase) ((HRESULT) scBase)
  7831. ;
  7832. ;
  7833. ;// ****** End of OBSOLETE functions.
  7834. ;
  7835. ;
  7836. ;// ---------------------- HRESULT value definitions -----------------
  7837. ;//
  7838. ;// HRESULT definitions
  7839. ;//
  7840. ;
  7841. ;#ifdef RC_INVOKED
  7842. ;#define _HRESULT_TYPEDEF_(_sc) _sc
  7843. ;#else // RC_INVOKED
  7844. ;#define _HRESULT_TYPEDEF_(_sc) ((HRESULT)_sc)
  7845. ;#endif // RC_INVOKED
  7846. ;
  7847. MessageIdTypedefMacro=_HRESULT_TYPEDEF_
  7848. ;#define NOERROR 0
  7849. ;
  7850. ;//
  7851. ;// Error definitions follow
  7852. ;//
  7853. ;
  7854. ;//
  7855. ;// Codes 0x4000-0x40ff are reserved for OLE
  7856. ;//
  7857. ;//
  7858. ;// Error codes
  7859. ;//
  7860. MessageId=0xFFFF Facility=Null Severity=CoError SymbolicName=E_UNEXPECTED
  7861. Language=English
  7862. Catastrophic failure
  7863. .
  7864. ;#if defined(_WIN32) && !defined(_MAC)
  7865. MessageId=0x4001 Facility=Null Severity=CoError SymbolicName=E_NOTIMPL
  7866. Language=English
  7867. Not implemented
  7868. .
  7869. MessageId=0x00e Facility=OleWin32 Severity=CoError SymbolicName=E_OUTOFMEMORY
  7870. Language=English
  7871. Ran out of memory
  7872. .
  7873. MessageId=0x057 Facility=OleWin32 Severity=CoError SymbolicName=E_INVALIDARG
  7874. Language=English
  7875. One or more arguments are invalid
  7876. .
  7877. MessageId=0x4002 Facility=Null Severity=CoError SymbolicName=E_NOINTERFACE
  7878. Language=English
  7879. No such interface supported
  7880. .
  7881. MessageId=0x4003 Facility=Null Severity=CoError SymbolicName=E_POINTER
  7882. Language=English
  7883. Invalid pointer
  7884. .
  7885. MessageId=0x006 Facility=OleWin32 Severity=CoError SymbolicName=E_HANDLE
  7886. Language=English
  7887. Invalid handle
  7888. .
  7889. MessageId=0x4004 Facility=Null Severity=CoError SymbolicName=E_ABORT
  7890. Language=English
  7891. Operation aborted
  7892. .
  7893. MessageId=0x4005 Facility=Null Severity=CoError SymbolicName=E_FAIL
  7894. Language=English
  7895. Unspecified error
  7896. .
  7897. MessageId=0x005 Facility=OleWin32 Severity=CoError SymbolicName=E_ACCESSDENIED
  7898. Language=English
  7899. General access denied error
  7900. .
  7901. ;#else
  7902. MessageId=0x0001 Facility=Null Severity=CoError SymbolicName=E_NOTIMPL
  7903. Language=English
  7904. Not implemented
  7905. .
  7906. MessageId=0x0002 Facility=Null Severity=CoError SymbolicName=E_OUTOFMEMORY
  7907. Language=English
  7908. Ran out of memory
  7909. .
  7910. MessageId=0x0003 Facility=Null Severity=CoError SymbolicName=E_INVALIDARG
  7911. Language=English
  7912. One or more arguments are invalid
  7913. .
  7914. MessageId=0x0004 Facility=Null Severity=CoError SymbolicName=E_NOINTERFACE
  7915. Language=English
  7916. No such interface supported
  7917. .
  7918. MessageId=0x0005 Facility=Null Severity=CoError SymbolicName=E_POINTER
  7919. Language=English
  7920. Invalid pointer
  7921. .
  7922. MessageId=0x0006 Facility=Null Severity=CoError SymbolicName=E_HANDLE
  7923. Language=English
  7924. Invalid handle
  7925. .
  7926. MessageId=0x0007 Facility=Null Severity=CoError SymbolicName=E_ABORT
  7927. Language=English
  7928. Operation aborted
  7929. .
  7930. MessageId=0x0008 Facility=Null Severity=CoError SymbolicName=E_FAIL
  7931. Language=English
  7932. Unspecified error
  7933. .
  7934. MessageId=0x0009 Facility=Null Severity=CoError SymbolicName=E_ACCESSDENIED
  7935. Language=English
  7936. General access denied error
  7937. .
  7938. ;#endif //WIN32
  7939. MessageId=0x000A Facility=Null Severity=CoError SymbolicName=E_PENDING
  7940. Language=English
  7941. The data necessary to complete this operation is not yet available.
  7942. .
  7943. MessageId=0x4006 Facility=Null Severity=CoError SymbolicName=CO_E_INIT_TLS
  7944. Language=English
  7945. Thread local storage failure
  7946. .
  7947. MessageId=0x4007 Facility=Null Severity=CoError SymbolicName=CO_E_INIT_SHARED_ALLOCATOR
  7948. Language=English
  7949. Get shared memory allocator failure
  7950. .
  7951. MessageId=0x4008 Facility=Null Severity=CoError SymbolicName=CO_E_INIT_MEMORY_ALLOCATOR
  7952. Language=English
  7953. Get memory allocator failure
  7954. .
  7955. MessageId=0x4009 Facility=Null Severity=CoError SymbolicName=CO_E_INIT_CLASS_CACHE
  7956. Language=English
  7957. Unable to initialize class cache
  7958. .
  7959. MessageId=0x400a Facility=Null Severity=CoError SymbolicName=CO_E_INIT_RPC_CHANNEL
  7960. Language=English
  7961. Unable to initialize RPC services
  7962. .
  7963. MessageId=0x400b Facility=Null Severity=CoError SymbolicName=CO_E_INIT_TLS_SET_CHANNEL_CONTROL
  7964. Language=English
  7965. Cannot set thread local storage channel control
  7966. .
  7967. MessageId=0x400c Facility=Null Severity=CoError SymbolicName=CO_E_INIT_TLS_CHANNEL_CONTROL
  7968. Language=English
  7969. Could not allocate thread local storage channel control
  7970. .
  7971. MessageId=0x400d Facility=Null Severity=CoError SymbolicName=CO_E_INIT_UNACCEPTED_USER_ALLOCATOR
  7972. Language=English
  7973. The user supplied memory allocator is unacceptable
  7974. .
  7975. MessageId=0x400e Facility=Null Severity=CoError SymbolicName=CO_E_INIT_SCM_MUTEX_EXISTS
  7976. Language=English
  7977. The OLE service mutex already exists
  7978. .
  7979. MessageId=0x400f Facility=Null Severity=CoError SymbolicName=CO_E_INIT_SCM_FILE_MAPPING_EXISTS
  7980. Language=English
  7981. The OLE service file mapping already exists
  7982. .
  7983. MessageId=0x4010 Facility=Null Severity=CoError SymbolicName=CO_E_INIT_SCM_MAP_VIEW_OF_FILE
  7984. Language=English
  7985. Unable to map view of file for OLE service
  7986. .
  7987. MessageId=0x4011 Facility=Null Severity=CoError SymbolicName=CO_E_INIT_SCM_EXEC_FAILURE
  7988. Language=English
  7989. Failure attempting to launch OLE service
  7990. .
  7991. MessageId=0x4012 Facility=Null Severity=CoError SymbolicName=CO_E_INIT_ONLY_SINGLE_THREADED
  7992. Language=English
  7993. There was an attempt to call CoInitialize a second time while single threaded
  7994. .
  7995. MessageId=0x4013 Facility=Null Severity=CoError SymbolicName=CO_E_CANT_REMOTE
  7996. Language=English
  7997. A Remote activation was necessary but was not allowed
  7998. .
  7999. MessageId=0x4014 Facility=Null Severity=CoError SymbolicName=CO_E_BAD_SERVER_NAME
  8000. Language=English
  8001. A Remote activation was necessary but the server name provided was invalid
  8002. .
  8003. MessageId=0x4015 Facility=Null Severity=CoError SymbolicName=CO_E_WRONG_SERVER_IDENTITY
  8004. Language=English
  8005. The class is configured to run as a security id different from the caller
  8006. .
  8007. MessageId=0x4016 Facility=Null Severity=CoError SymbolicName=CO_E_OLE1DDE_DISABLED
  8008. Language=English
  8009. Use of Ole1 services requiring DDE windows is disabled
  8010. .
  8011. MessageId=0x4017 Facility=Null Severity=CoError SymbolicName=CO_E_RUNAS_SYNTAX
  8012. Language=English
  8013. A RunAs specification must be <domain name>\<user name> or simply <user name>
  8014. .
  8015. MessageId=0x4018 Facility=Null Severity=CoError SymbolicName=CO_E_CREATEPROCESS_FAILURE
  8016. Language=English
  8017. The server process could not be started. The pathname may be incorrect.
  8018. .
  8019. MessageId=0x4019 Facility=Null Severity=CoError SymbolicName=CO_E_RUNAS_CREATEPROCESS_FAILURE
  8020. Language=English
  8021. The server process could not be started as the configured identity. The pathname may be incorrect or unavailable.
  8022. .
  8023. MessageId=0x401a Facility=Null Severity=CoError SymbolicName=CO_E_RUNAS_LOGON_FAILURE
  8024. Language=English
  8025. The server process could not be started because the configured identity is incorrect. Check the username and password.
  8026. .
  8027. MessageId=0x401b Facility=Null Severity=CoError SymbolicName=CO_E_LAUNCH_PERMSSION_DENIED
  8028. Language=English
  8029. The client is not allowed to launch this server.
  8030. .
  8031. MessageId=0x401c Facility=Null Severity=CoError SymbolicName=CO_E_START_SERVICE_FAILURE
  8032. Language=English
  8033. The service providing this server could not be started.
  8034. .
  8035. MessageId=0x401d Facility=Null Severity=CoError SymbolicName=CO_E_REMOTE_COMMUNICATION_FAILURE
  8036. Language=English
  8037. This computer was unable to communicate with the computer providing the server.
  8038. .
  8039. MessageId=0x401e Facility=Null Severity=CoError SymbolicName=CO_E_SERVER_START_TIMEOUT
  8040. Language=English
  8041. The server did not respond after being launched.
  8042. .
  8043. MessageId=0x401f Facility=Null Severity=CoError SymbolicName=CO_E_CLSREG_INCONSISTENT
  8044. Language=English
  8045. The registration information for this server is inconsistent or incomplete.
  8046. .
  8047. MessageId=0x4020 Facility=Null Severity=CoError SymbolicName=CO_E_IIDREG_INCONSISTENT
  8048. Language=English
  8049. The registration information for this interface is inconsistent or incomplete.
  8050. .
  8051. MessageId=0x4021 Facility=Null Severity=CoError SymbolicName=CO_E_NOT_SUPPORTED
  8052. Language=English
  8053. The operation attempted is not supported.
  8054. .
  8055. MessageId=0x4022 Facility=Null Severity=CoError SymbolicName=CO_E_RELOAD_DLL
  8056. Language=English
  8057. A dll must be loaded.
  8058. .
  8059. MessageId=0x4023 Facility=Null Severity=CoError SymbolicName=CO_E_MSI_ERROR
  8060. Language=English
  8061. A Microsoft Software Installer error was encountered.
  8062. .
  8063. MessageId=0x4024 Facility=Null Severity=CoError SymbolicName=CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT
  8064. Language=English
  8065. The specified activation could not occur in the client context as specified.
  8066. .
  8067. MessageId=0x4025 Facility=Null Severity=CoError SymbolicName=CO_E_SERVER_PAUSED
  8068. Language=English
  8069. Activations on the server are paused.
  8070. .
  8071. MessageId=0x4026 Facility=Null Severity=CoError SymbolicName=CO_E_SERVER_NOT_PAUSED
  8072. Language=English
  8073. Activations on the server are not paused.
  8074. .
  8075. MessageId=0x4027 Facility=Null Severity=CoError SymbolicName=CO_E_CLASS_DISABLED
  8076. Language=English
  8077. The component or application containing the component has been disabled.
  8078. .
  8079. MessageId=0x4028 Facility=Null Severity=CoError SymbolicName=CO_E_CLRNOTAVAILABLE
  8080. Language=English
  8081. The common language runtime is not available
  8082. .
  8083. MessageId=0x4029 Facility=Null Severity=CoError SymbolicName=CO_E_ASYNC_WORK_REJECTED
  8084. Language=English
  8085. The thread-pool rejected the submitted asynchronous work.
  8086. .
  8087. MessageId=0x402a Facility=Null Severity=CoError SymbolicName=CO_E_SERVER_INIT_TIMEOUT
  8088. Language=English
  8089. The server started, but did not finish initializing in a timely fashion.
  8090. .
  8091. MessageId=0x402b Facility=Null Severity=CoError SymbolicName=CO_E_NO_SECCTX_IN_ACTIVATE
  8092. Language=English
  8093. Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate.
  8094. .
  8095. MessageId=0x4030 Facility=Null Severity=CoError SymbolicName=CO_E_TRACKER_CONFIG
  8096. Language=English
  8097. The provided tracker configuration is invalid
  8098. .
  8099. MessageId=0x4031 Facility=Null Severity=CoError SymbolicName=CO_E_THREADPOOL_CONFIG
  8100. Language=English
  8101. The provided thread pool configuration is invalid
  8102. .
  8103. MessageId=0x4032 Facility=Null Severity=CoError SymbolicName=CO_E_SXS_CONFIG
  8104. Language=English
  8105. The provided side-by-side configuration is invalid
  8106. .
  8107. MessageId=0x4033 Facility=Null Severity=CoError SymbolicName=CO_E_MALFORMED_SPN
  8108. Language=English
  8109. The server principal name (SPN) obtained during security negotiation is malformed.
  8110. .
  8111. ;
  8112. ;//
  8113. ;// Success codes
  8114. ;//
  8115. ;#define S_OK ((HRESULT)0x00000000L)
  8116. ;#define S_FALSE ((HRESULT)0x00000001L)
  8117. ;
  8118. ;// ******************
  8119. ;// FACILITY_ITF
  8120. ;// ******************
  8121. ;
  8122. ;//
  8123. ;// Codes 0x0-0x01ff are reserved for the OLE group of
  8124. ;// interfaces.
  8125. ;//
  8126. ;
  8127. ;
  8128. ;//
  8129. ;// Generic OLE errors that may be returned by many inerfaces
  8130. ;//
  8131. ;
  8132. ;#define OLE_E_FIRST ((HRESULT)0x80040000L)
  8133. ;#define OLE_E_LAST ((HRESULT)0x800400FFL)
  8134. ;#define OLE_S_FIRST ((HRESULT)0x00040000L)
  8135. ;#define OLE_S_LAST ((HRESULT)0x000400FFL)
  8136. ;
  8137. ;//
  8138. ;// Old OLE errors
  8139. ;//
  8140. MessageId=0x000 Facility=Interface Severity=CoError SymbolicName=OLE_E_OLEVERB
  8141. Language=English
  8142. Invalid OLEVERB structure
  8143. .
  8144. MessageId=0x001 Facility=Interface Severity=CoError SymbolicName=OLE_E_ADVF
  8145. Language=English
  8146. Invalid advise flags
  8147. .
  8148. MessageId=0x002 Facility=Interface Severity=CoError SymbolicName=OLE_E_ENUM_NOMORE
  8149. Language=English
  8150. Can't enumerate any more, because the associated data is missing
  8151. .
  8152. MessageId=0x003 Facility=Interface Severity=CoError SymbolicName=OLE_E_ADVISENOTSUPPORTED
  8153. Language=English
  8154. This implementation doesn't take advises
  8155. .
  8156. MessageId=0x004 Facility=Interface Severity=CoError SymbolicName=OLE_E_NOCONNECTION
  8157. Language=English
  8158. There is no connection for this connection ID
  8159. .
  8160. MessageId=0x005 Facility=Interface Severity=CoError SymbolicName=OLE_E_NOTRUNNING
  8161. Language=English
  8162. Need to run the object to perform this operation
  8163. .
  8164. MessageId=0x006 Facility=Interface Severity=CoError SymbolicName=OLE_E_NOCACHE
  8165. Language=English
  8166. There is no cache to operate on
  8167. .
  8168. MessageId=0x007 Facility=Interface Severity=CoError SymbolicName=OLE_E_BLANK
  8169. Language=English
  8170. Uninitialized object
  8171. .
  8172. MessageId=0x008 Facility=Interface Severity=CoError SymbolicName=OLE_E_CLASSDIFF
  8173. Language=English
  8174. Linked object's source class has changed
  8175. .
  8176. MessageId=0x009 Facility=Interface Severity=CoError SymbolicName=OLE_E_CANT_GETMONIKER
  8177. Language=English
  8178. Not able to get the moniker of the object
  8179. .
  8180. MessageId=0x00A Facility=Interface Severity=CoError SymbolicName=OLE_E_CANT_BINDTOSOURCE
  8181. Language=English
  8182. Not able to bind to the source
  8183. .
  8184. MessageId=0x00B Facility=Interface Severity=CoError SymbolicName=OLE_E_STATIC
  8185. Language=English
  8186. Object is static; operation not allowed
  8187. .
  8188. MessageId=0x00C Facility=Interface Severity=CoError SymbolicName=OLE_E_PROMPTSAVECANCELLED
  8189. Language=English
  8190. User canceled out of save dialog
  8191. .
  8192. MessageId=0x00D Facility=Interface Severity=CoError SymbolicName=OLE_E_INVALIDRECT
  8193. Language=English
  8194. Invalid rectangle
  8195. .
  8196. MessageId=0x00E Facility=Interface Severity=CoError SymbolicName=OLE_E_WRONGCOMPOBJ
  8197. Language=English
  8198. compobj.dll is too old for the ole2.dll initialized
  8199. .
  8200. MessageId=0x00F Facility=Interface Severity=CoError SymbolicName=OLE_E_INVALIDHWND
  8201. Language=English
  8202. Invalid window handle
  8203. .
  8204. MessageId=0x010 Facility=Interface Severity=CoError SymbolicName=OLE_E_NOT_INPLACEACTIVE
  8205. Language=English
  8206. Object is not in any of the inplace active states
  8207. .
  8208. MessageId=0x011 Facility=Interface Severity=CoError SymbolicName=OLE_E_CANTCONVERT
  8209. Language=English
  8210. Not able to convert object
  8211. .
  8212. MessageId=0x012 Facility=Interface Severity=CoError SymbolicName=OLE_E_NOSTORAGE
  8213. Language=English
  8214. Not able to perform the operation because object is not given storage yet
  8215. .
  8216. MessageId=0x064 Facility=Interface Severity=CoError SymbolicName=DV_E_FORMATETC
  8217. Language=English
  8218. Invalid FORMATETC structure
  8219. .
  8220. MessageId=0x065 Facility=Interface Severity=CoError SymbolicName=DV_E_DVTARGETDEVICE
  8221. Language=English
  8222. Invalid DVTARGETDEVICE structure
  8223. .
  8224. MessageId=0x066 Facility=Interface Severity=CoError SymbolicName=DV_E_STGMEDIUM
  8225. Language=English
  8226. Invalid STDGMEDIUM structure
  8227. .
  8228. MessageId=0x067 Facility=Interface Severity=CoError SymbolicName=DV_E_STATDATA
  8229. Language=English
  8230. Invalid STATDATA structure
  8231. .
  8232. MessageId=0x068 Facility=Interface Severity=CoError SymbolicName=DV_E_LINDEX
  8233. Language=English
  8234. Invalid lindex
  8235. .
  8236. MessageId=0x069 Facility=Interface Severity=CoError SymbolicName=DV_E_TYMED
  8237. Language=English
  8238. Invalid tymed
  8239. .
  8240. MessageId=0x06A Facility=Interface Severity=CoError SymbolicName=DV_E_CLIPFORMAT
  8241. Language=English
  8242. Invalid clipboard format
  8243. .
  8244. MessageId=0x06B Facility=Interface Severity=CoError SymbolicName=DV_E_DVASPECT
  8245. Language=English
  8246. Invalid aspect(s)
  8247. .
  8248. MessageId=0x06C Facility=Interface Severity=CoError SymbolicName=DV_E_DVTARGETDEVICE_SIZE
  8249. Language=English
  8250. tdSize parameter of the DVTARGETDEVICE structure is invalid
  8251. .
  8252. MessageId=0x06D Facility=Interface Severity=CoError SymbolicName=DV_E_NOIVIEWOBJECT
  8253. Language=English
  8254. Object doesn't support IViewObject interface
  8255. .
  8256. ;#define DRAGDROP_E_FIRST 0x80040100L
  8257. ;#define DRAGDROP_E_LAST 0x8004010FL
  8258. ;#define DRAGDROP_S_FIRST 0x00040100L
  8259. ;#define DRAGDROP_S_LAST 0x0004010FL
  8260. MessageId=0x100 Facility=Interface Severity=CoError SymbolicName=DRAGDROP_E_NOTREGISTERED
  8261. Language=English
  8262. Trying to revoke a drop target that has not been registered
  8263. .
  8264. MessageId=0x101 Facility=Interface Severity=CoError SymbolicName=DRAGDROP_E_ALREADYREGISTERED
  8265. Language=English
  8266. This window has already been registered as a drop target
  8267. .
  8268. MessageId=0x102 Facility=Interface Severity=CoError SymbolicName=DRAGDROP_E_INVALIDHWND
  8269. Language=English
  8270. Invalid window handle
  8271. .
  8272. ;#define CLASSFACTORY_E_FIRST 0x80040110L
  8273. ;#define CLASSFACTORY_E_LAST 0x8004011FL
  8274. ;#define CLASSFACTORY_S_FIRST 0x00040110L
  8275. ;#define CLASSFACTORY_S_LAST 0x0004011FL
  8276. MessageId=0x110 Facility=Interface Severity=CoError SymbolicName=CLASS_E_NOAGGREGATION
  8277. Language=English
  8278. Class does not support aggregation (or class object is remote)
  8279. .
  8280. MessageId=0x111 Facility=Interface Severity=CoError SymbolicName=CLASS_E_CLASSNOTAVAILABLE
  8281. Language=English
  8282. ClassFactory cannot supply requested class
  8283. .
  8284. MessageId=0x112 Facility=Interface Severity=CoError SymbolicName=CLASS_E_NOTLICENSED
  8285. Language=English
  8286. Class is not licensed for use
  8287. .
  8288. ;#define MARSHAL_E_FIRST 0x80040120L
  8289. ;#define MARSHAL_E_LAST 0x8004012FL
  8290. ;#define MARSHAL_S_FIRST 0x00040120L
  8291. ;#define MARSHAL_S_LAST 0x0004012FL
  8292. ;#define DATA_E_FIRST 0x80040130L
  8293. ;#define DATA_E_LAST 0x8004013FL
  8294. ;#define DATA_S_FIRST 0x00040130L
  8295. ;#define DATA_S_LAST 0x0004013FL
  8296. ;#define VIEW_E_FIRST 0x80040140L
  8297. ;#define VIEW_E_LAST 0x8004014FL
  8298. ;#define VIEW_S_FIRST 0x00040140L
  8299. ;#define VIEW_S_LAST 0x0004014FL
  8300. MessageId=0x140 Facility=Interface Severity=CoError SymbolicName=VIEW_E_DRAW
  8301. Language=English
  8302. Error drawing view
  8303. .
  8304. ;#define REGDB_E_FIRST 0x80040150L
  8305. ;#define REGDB_E_LAST 0x8004015FL
  8306. ;#define REGDB_S_FIRST 0x00040150L
  8307. ;#define REGDB_S_LAST 0x0004015FL
  8308. MessageId=0x150 Facility=Interface Severity=CoError SymbolicName=REGDB_E_READREGDB
  8309. Language=English
  8310. Could not read key from registry
  8311. .
  8312. MessageId=0x151 Facility=Interface Severity=CoError SymbolicName=REGDB_E_WRITEREGDB
  8313. Language=English
  8314. Could not write key to registry
  8315. .
  8316. MessageId=0x152 Facility=Interface Severity=CoError SymbolicName=REGDB_E_KEYMISSING
  8317. Language=English
  8318. Could not find the key in the registry
  8319. .
  8320. MessageId=0x153 Facility=Interface Severity=CoError SymbolicName=REGDB_E_INVALIDVALUE
  8321. Language=English
  8322. Invalid value for registry
  8323. .
  8324. MessageId=0x154 Facility=Interface Severity=CoError SymbolicName=REGDB_E_CLASSNOTREG
  8325. Language=English
  8326. Class not registered
  8327. .
  8328. MessageId=0x155 Facility=Interface Severity=CoError SymbolicName=REGDB_E_IIDNOTREG
  8329. Language=English
  8330. Interface not registered
  8331. .
  8332. MessageId=0x156 Facility=Interface Severity=CoError SymbolicName=REGDB_E_BADTHREADINGMODEL
  8333. Language=English
  8334. Threading model entry is not valid
  8335. .
  8336. ;#define CAT_E_FIRST 0x80040160L
  8337. ;#define CAT_E_LAST 0x80040161L
  8338. MessageId=0x160 Facility=Interface Severity=CoError SymbolicName=CAT_E_CATIDNOEXIST
  8339. Language=English
  8340. CATID does not exist
  8341. .
  8342. MessageId=0x161 Facility=Interface Severity=CoError SymbolicName=CAT_E_NODESCRIPTION
  8343. Language=English
  8344. Description not found
  8345. .
  8346. ;////////////////////////////////////
  8347. ;// //
  8348. ;// Class Store Error Codes //
  8349. ;// //
  8350. ;////////////////////////////////////
  8351. ;#define CS_E_FIRST 0x80040164L
  8352. ;#define CS_E_LAST 0x8004016FL
  8353. MessageId=0x164 Facility=Interface Severity=CoError SymbolicName=CS_E_PACKAGE_NOTFOUND
  8354. Language=English
  8355. No package in the software installation data in the Active Directory meets this criteria.
  8356. .
  8357. MessageId=0x165 Facility=Interface Severity=CoError SymbolicName=CS_E_NOT_DELETABLE
  8358. Language=English
  8359. Deleting this will break the referential integrity of the software installation data in the Active Directory.
  8360. .
  8361. MessageId=0x166 Facility=Interface Severity=CoError SymbolicName=CS_E_CLASS_NOTFOUND
  8362. Language=English
  8363. The CLSID was not found in the software installation data in the Active Directory.
  8364. .
  8365. MessageId=0x167 Facility=Interface Severity=CoError SymbolicName=CS_E_INVALID_VERSION
  8366. Language=English
  8367. The software installation data in the Active Directory is corrupt.
  8368. .
  8369. MessageId=0x168 Facility=Interface Severity=CoError SymbolicName=CS_E_NO_CLASSSTORE
  8370. Language=English
  8371. There is no software installation data in the Active Directory.
  8372. .
  8373. MessageId=0x169 Facility=Interface Severity=CoError SymbolicName=CS_E_OBJECT_NOTFOUND
  8374. Language=English
  8375. There is no software installation data object in the Active Directory.
  8376. .
  8377. MessageId=0x16A Facility=Interface Severity=CoError SymbolicName=CS_E_OBJECT_ALREADY_EXISTS
  8378. Language=English
  8379. The software installation data object in the Active Directory already exists.
  8380. .
  8381. MessageId=0x16B Facility=Interface Severity=CoError SymbolicName=CS_E_INVALID_PATH
  8382. Language=English
  8383. The path to the software installation data in the Active Directory is not correct.
  8384. .
  8385. MessageId=0x16C Facility=Interface Severity=CoError SymbolicName=CS_E_NETWORK_ERROR
  8386. Language=English
  8387. A network error interrupted the operation.
  8388. .
  8389. MessageId=0x16D Facility=Interface Severity=CoError SymbolicName=CS_E_ADMIN_LIMIT_EXCEEDED
  8390. Language=English
  8391. The size of this object exceeds the maximum size set by the Administrator.
  8392. .
  8393. MessageId=0x16E Facility=Interface Severity=CoError SymbolicName=CS_E_SCHEMA_MISMATCH
  8394. Language=English
  8395. The schema for the software installation data in the Active Directory does not match the required schema.
  8396. .
  8397. MessageId=0x16F Facility=Interface Severity=CoError SymbolicName=CS_E_INTERNAL_ERROR
  8398. Language=English
  8399. An error occurred in the software installation data in the Active Directory.
  8400. .
  8401. ;#define CACHE_E_FIRST 0x80040170L
  8402. ;#define CACHE_E_LAST 0x8004017FL
  8403. ;#define CACHE_S_FIRST 0x00040170L
  8404. ;#define CACHE_S_LAST 0x0004017FL
  8405. MessageId=0x170 Facility=Interface Severity=CoError SymbolicName=CACHE_E_NOCACHE_UPDATED
  8406. Language=English
  8407. Cache not updated
  8408. .
  8409. ;#define OLEOBJ_E_FIRST 0x80040180L
  8410. ;#define OLEOBJ_E_LAST 0x8004018FL
  8411. ;#define OLEOBJ_S_FIRST 0x00040180L
  8412. ;#define OLEOBJ_S_LAST 0x0004018FL
  8413. MessageId=0x180 Facility=Interface Severity=CoError SymbolicName=OLEOBJ_E_NOVERBS
  8414. Language=English
  8415. No verbs for OLE object
  8416. .
  8417. MessageId=0x181 Facility=Interface Severity=CoError SymbolicName=OLEOBJ_E_INVALIDVERB
  8418. Language=English
  8419. Invalid verb for OLE object
  8420. .
  8421. ;#define CLIENTSITE_E_FIRST 0x80040190L
  8422. ;#define CLIENTSITE_E_LAST 0x8004019FL
  8423. ;#define CLIENTSITE_S_FIRST 0x00040190L
  8424. ;#define CLIENTSITE_S_LAST 0x0004019FL
  8425. MessageId=0x1A0 Facility=Interface Severity=CoError SymbolicName=INPLACE_E_NOTUNDOABLE
  8426. Language=English
  8427. Undo is not available
  8428. .
  8429. MessageId=0x1A1 Facility=Interface Severity=CoError SymbolicName=INPLACE_E_NOTOOLSPACE
  8430. Language=English
  8431. Space for tools is not available
  8432. .
  8433. ;#define INPLACE_E_FIRST 0x800401A0L
  8434. ;#define INPLACE_E_LAST 0x800401AFL
  8435. ;#define INPLACE_S_FIRST 0x000401A0L
  8436. ;#define INPLACE_S_LAST 0x000401AFL
  8437. ;#define ENUM_E_FIRST 0x800401B0L
  8438. ;#define ENUM_E_LAST 0x800401BFL
  8439. ;#define ENUM_S_FIRST 0x000401B0L
  8440. ;#define ENUM_S_LAST 0x000401BFL
  8441. ;#define CONVERT10_E_FIRST 0x800401C0L
  8442. ;#define CONVERT10_E_LAST 0x800401CFL
  8443. ;#define CONVERT10_S_FIRST 0x000401C0L
  8444. ;#define CONVERT10_S_LAST 0x000401CFL
  8445. MessageId=0x1C0 Facility=Interface Severity=CoError SymbolicName=CONVERT10_E_OLESTREAM_GET
  8446. Language=English
  8447. OLESTREAM Get method failed
  8448. .
  8449. MessageId=0x1C1 Facility=Interface Severity=CoError SymbolicName=CONVERT10_E_OLESTREAM_PUT
  8450. Language=English
  8451. OLESTREAM Put method failed
  8452. .
  8453. MessageId=0x1C2 Facility=Interface Severity=CoError SymbolicName=CONVERT10_E_OLESTREAM_FMT
  8454. Language=English
  8455. Contents of the OLESTREAM not in correct format
  8456. .
  8457. MessageId=0x1C3 Facility=Interface Severity=CoError SymbolicName=CONVERT10_E_OLESTREAM_BITMAP_TO_DIB
  8458. Language=English
  8459. There was an error in a Windows GDI call while converting the bitmap to a DIB
  8460. .
  8461. MessageId=0x1C4 Facility=Interface Severity=CoError SymbolicName=CONVERT10_E_STG_FMT
  8462. Language=English
  8463. Contents of the IStorage not in correct format
  8464. .
  8465. MessageId=0x1C5 Facility=Interface Severity=CoError SymbolicName=CONVERT10_E_STG_NO_STD_STREAM
  8466. Language=English
  8467. Contents of IStorage is missing one of the standard streams
  8468. .
  8469. MessageId=0x1C6 Facility=Interface Severity=CoError SymbolicName=CONVERT10_E_STG_DIB_TO_BITMAP
  8470. Language=English
  8471. There was an error in a Windows GDI call while converting the DIB to a bitmap.
  8472. .
  8473. ;#define CLIPBRD_E_FIRST 0x800401D0L
  8474. ;#define CLIPBRD_E_LAST 0x800401DFL
  8475. ;#define CLIPBRD_S_FIRST 0x000401D0L
  8476. ;#define CLIPBRD_S_LAST 0x000401DFL
  8477. MessageId=0x1D0 Facility=Interface Severity=CoError SymbolicName=CLIPBRD_E_CANT_OPEN
  8478. Language=English
  8479. OpenClipboard Failed
  8480. .
  8481. MessageId=0x1D1 Facility=Interface Severity=CoError SymbolicName=CLIPBRD_E_CANT_EMPTY
  8482. Language=English
  8483. EmptyClipboard Failed
  8484. .
  8485. MessageId=0x1D2 Facility=Interface Severity=CoError SymbolicName=CLIPBRD_E_CANT_SET
  8486. Language=English
  8487. SetClipboard Failed
  8488. .
  8489. MessageId=0x1D3 Facility=Interface Severity=CoError SymbolicName=CLIPBRD_E_BAD_DATA
  8490. Language=English
  8491. Data on clipboard is invalid
  8492. .
  8493. MessageId=0x1D4 Facility=Interface Severity=CoError SymbolicName=CLIPBRD_E_CANT_CLOSE
  8494. Language=English
  8495. CloseClipboard Failed
  8496. .
  8497. ;#define MK_E_FIRST 0x800401E0L
  8498. ;#define MK_E_LAST 0x800401EFL
  8499. ;#define MK_S_FIRST 0x000401E0L
  8500. ;#define MK_S_LAST 0x000401EFL
  8501. MessageId=0x1E0 Facility=Interface Severity=CoError SymbolicName=MK_E_CONNECTMANUALLY
  8502. Language=English
  8503. Moniker needs to be connected manually
  8504. .
  8505. MessageId=0x1E1 Facility=Interface Severity=CoError SymbolicName=MK_E_EXCEEDEDDEADLINE
  8506. Language=English
  8507. Operation exceeded deadline
  8508. .
  8509. MessageId=0x1E2 Facility=Interface Severity=CoError SymbolicName=MK_E_NEEDGENERIC
  8510. Language=English
  8511. Moniker needs to be generic
  8512. .
  8513. MessageId=0x1E3 Facility=Interface Severity=CoError SymbolicName=MK_E_UNAVAILABLE
  8514. Language=English
  8515. Operation unavailable
  8516. .
  8517. MessageId=0x1E4 Facility=Interface Severity=CoError SymbolicName=MK_E_SYNTAX
  8518. Language=English
  8519. Invalid syntax
  8520. .
  8521. MessageId=0x1E5 Facility=Interface Severity=CoError SymbolicName=MK_E_NOOBJECT
  8522. Language=English
  8523. No object for moniker
  8524. .
  8525. MessageId=0x1E6 Facility=Interface Severity=CoError SymbolicName=MK_E_INVALIDEXTENSION
  8526. Language=English
  8527. Bad extension for file
  8528. .
  8529. MessageId=0x1E7 Facility=Interface Severity=CoError SymbolicName=MK_E_INTERMEDIATEINTERFACENOTSUPPORTED
  8530. Language=English
  8531. Intermediate operation failed
  8532. .
  8533. MessageId=0x1E8 Facility=Interface Severity=CoError SymbolicName=MK_E_NOTBINDABLE
  8534. Language=English
  8535. Moniker is not bindable
  8536. .
  8537. MessageId=0x1E9 Facility=Interface Severity=CoError SymbolicName=MK_E_NOTBOUND
  8538. Language=English
  8539. Moniker is not bound
  8540. .
  8541. MessageId=0x1EA Facility=Interface Severity=CoError SymbolicName=MK_E_CANTOPENFILE
  8542. Language=English
  8543. Moniker cannot open file
  8544. .
  8545. MessageId=0x1EB Facility=Interface Severity=CoError SymbolicName=MK_E_MUSTBOTHERUSER
  8546. Language=English
  8547. User input required for operation to succeed
  8548. .
  8549. MessageId=0x1EC Facility=Interface Severity=CoError SymbolicName=MK_E_NOINVERSE
  8550. Language=English
  8551. Moniker class has no inverse
  8552. .
  8553. MessageId=0x1ED Facility=Interface Severity=CoError SymbolicName=MK_E_NOSTORAGE
  8554. Language=English
  8555. Moniker does not refer to storage
  8556. .
  8557. MessageId=0x1EE Facility=Interface Severity=CoError SymbolicName=MK_E_NOPREFIX
  8558. Language=English
  8559. No common prefix
  8560. .
  8561. MessageId=0x1EF Facility=Interface Severity=CoError SymbolicName=MK_E_ENUMERATION_FAILED
  8562. Language=English
  8563. Moniker could not be enumerated
  8564. .
  8565. ;#define CO_E_FIRST 0x800401F0L
  8566. ;#define CO_E_LAST 0x800401FFL
  8567. ;#define CO_S_FIRST 0x000401F0L
  8568. ;#define CO_S_LAST 0x000401FFL
  8569. MessageId=0x1F0 Facility=Interface Severity=CoError SymbolicName=CO_E_NOTINITIALIZED
  8570. Language=English
  8571. CoInitialize has not been called.
  8572. .
  8573. MessageId=0x1F1 Facility=Interface Severity=CoError SymbolicName=CO_E_ALREADYINITIALIZED
  8574. Language=English
  8575. CoInitialize has already been called.
  8576. .
  8577. MessageId=0x1F2 Facility=Interface Severity=CoError SymbolicName=CO_E_CANTDETERMINECLASS
  8578. Language=English
  8579. Class of object cannot be determined
  8580. .
  8581. MessageId=0x1F3 Facility=Interface Severity=CoError SymbolicName=CO_E_CLASSSTRING
  8582. Language=English
  8583. Invalid class string
  8584. .
  8585. MessageId=0x1F4 Facility=Interface Severity=CoError SymbolicName=CO_E_IIDSTRING
  8586. Language=English
  8587. Invalid interface string
  8588. .
  8589. MessageId=0x1F5 Facility=Interface Severity=CoError SymbolicName=CO_E_APPNOTFOUND
  8590. Language=English
  8591. Application not found
  8592. .
  8593. MessageId=0x1F6 Facility=Interface Severity=CoError SymbolicName=CO_E_APPSINGLEUSE
  8594. Language=English
  8595. Application cannot be run more than once
  8596. .
  8597. MessageId=0x1F7 Facility=Interface Severity=CoError SymbolicName=CO_E_ERRORINAPP
  8598. Language=English
  8599. Some error in application program
  8600. .
  8601. MessageId=0x1F8 Facility=Interface Severity=CoError SymbolicName=CO_E_DLLNOTFOUND
  8602. Language=English
  8603. DLL for class not found
  8604. .
  8605. MessageId=0x1F9 Facility=Interface Severity=CoError SymbolicName=CO_E_ERRORINDLL
  8606. Language=English
  8607. Error in the DLL
  8608. .
  8609. MessageId=0x1FA Facility=Interface Severity=CoError SymbolicName=CO_E_WRONGOSFORAPP
  8610. Language=English
  8611. Wrong OS or OS version for application
  8612. .
  8613. MessageId=0x1FB Facility=Interface Severity=CoError SymbolicName=CO_E_OBJNOTREG
  8614. Language=English
  8615. Object is not registered
  8616. .
  8617. MessageId=0x1FC Facility=Interface Severity=CoError SymbolicName=CO_E_OBJISREG
  8618. Language=English
  8619. Object is already registered
  8620. .
  8621. MessageId=0x1FD Facility=Interface Severity=CoError SymbolicName=CO_E_OBJNOTCONNECTED
  8622. Language=English
  8623. Object is not connected to server
  8624. .
  8625. MessageId=0x1FE Facility=Interface Severity=CoError SymbolicName=CO_E_APPDIDNTREG
  8626. Language=English
  8627. Application was launched but it didn't register a class factory
  8628. .
  8629. MessageId=0x1FF Facility=Interface Severity=CoError SymbolicName=CO_E_RELEASED
  8630. Language=English
  8631. Object has been released
  8632. .
  8633. ;#define EVENT_E_FIRST 0x80040200L
  8634. ;#define EVENT_E_LAST 0x8004021FL
  8635. ;#define EVENT_S_FIRST 0x00040200L
  8636. ;#define EVENT_S_LAST 0x0004021FL
  8637. MessageId=0x200 Facility=Interface Severity=Success SymbolicName=EVENT_S_SOME_SUBSCRIBERS_FAILED
  8638. Language=English
  8639. An event was able to invoke some but not all of the subscribers
  8640. .
  8641. MessageId=0x201 Facility=Interface Severity=CoError SymbolicName=EVENT_E_ALL_SUBSCRIBERS_FAILED
  8642. Language=English
  8643. An event was unable to invoke any of the subscribers
  8644. .
  8645. MessageId=0x202 Facility=Interface Severity=Success SymbolicName=EVENT_S_NOSUBSCRIBERS
  8646. Language=English
  8647. An event was delivered but there were no subscribers
  8648. .
  8649. MessageId=0x203 Facility=Interface Severity=CoError SymbolicName=EVENT_E_QUERYSYNTAX
  8650. Language=English
  8651. A syntax error occurred trying to evaluate a query string
  8652. .
  8653. MessageId=0x204 Facility=Interface Severity=CoError SymbolicName=EVENT_E_QUERYFIELD
  8654. Language=English
  8655. An invalid field name was used in a query string
  8656. .
  8657. MessageId=0x205 Facility=Interface Severity=CoError SymbolicName=EVENT_E_INTERNALEXCEPTION
  8658. Language=English
  8659. An unexpected exception was raised
  8660. .
  8661. MessageId=0x206 Facility=Interface Severity=CoError SymbolicName=EVENT_E_INTERNALERROR
  8662. Language=English
  8663. An unexpected internal error was detected
  8664. .
  8665. MessageId=0x207 Facility=Interface Severity=CoError SymbolicName=EVENT_E_INVALID_PER_USER_SID
  8666. Language=English
  8667. The owner SID on a per-user subscription doesn't exist
  8668. .
  8669. MessageId=0x208 Facility=Interface Severity=CoError SymbolicName=EVENT_E_USER_EXCEPTION
  8670. Language=English
  8671. A user-supplied component or subscriber raised an exception
  8672. .
  8673. MessageId=0x209 Facility=Interface Severity=CoError SymbolicName=EVENT_E_TOO_MANY_METHODS
  8674. Language=English
  8675. An interface has too many methods to fire events from
  8676. .
  8677. MessageId=0x20A Facility=Interface Severity=CoError SymbolicName=EVENT_E_MISSING_EVENTCLASS
  8678. Language=English
  8679. A subscription cannot be stored unless its event class already exists
  8680. .
  8681. MessageId=0x20B Facility=Interface Severity=CoError SymbolicName=EVENT_E_NOT_ALL_REMOVED
  8682. Language=English
  8683. Not all the objects requested could be removed
  8684. .
  8685. MessageId=0x20C Facility=Interface Severity=CoError SymbolicName=EVENT_E_COMPLUS_NOT_INSTALLED
  8686. Language=English
  8687. COM+ is required for this operation, but is not installed
  8688. .
  8689. MessageId=0x20D Facility=Interface Severity=CoError SymbolicName=EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT
  8690. Language=English
  8691. Cannot modify or delete an object that was not added using the COM+ Admin SDK
  8692. .
  8693. MessageId=0x20E Facility=Interface Severity=CoError SymbolicName=EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT
  8694. Language=English
  8695. Cannot modify or delete an object that was added using the COM+ Admin SDK
  8696. .
  8697. MessageId=0x20F Facility=Interface Severity=CoError SymbolicName=EVENT_E_INVALID_EVENT_CLASS_PARTITION
  8698. Language=English
  8699. The event class for this subscription is in an invalid partition
  8700. .
  8701. MessageId=0x210 Facility=Interface Severity=CoError SymbolicName=EVENT_E_PER_USER_SID_NOT_LOGGED_ON
  8702. Language=English
  8703. The owner of the PerUser subscription is not logged on to the system specified
  8704. .
  8705. ;#define XACT_E_FIRST 0x8004D000
  8706. ;#define XACT_E_LAST 0x8004D029
  8707. ;#define XACT_S_FIRST 0x0004D000
  8708. ;#define XACT_S_LAST 0x0004D010
  8709. MessageId=0xD000 Facility=Interface Severity=CoError SymbolicName=XACT_E_ALREADYOTHERSINGLEPHASE
  8710. Language=English
  8711. Another single phase resource manager has already been enlisted in this transaction.
  8712. .
  8713. MessageId=0xD001 Facility=Interface Severity=CoError SymbolicName=XACT_E_CANTRETAIN
  8714. Language=English
  8715. A retaining commit or abort is not supported
  8716. .
  8717. MessageId=0xD002 Facility=Interface Severity=CoError SymbolicName=XACT_E_COMMITFAILED
  8718. Language=English
  8719. The transaction failed to commit for an unknown reason. The transaction was aborted.
  8720. .
  8721. MessageId=0xD003 Facility=Interface Severity=CoError SymbolicName=XACT_E_COMMITPREVENTED
  8722. Language=English
  8723. Cannot call commit on this transaction object because the calling application did not initiate the transaction.
  8724. .
  8725. MessageId=0xD004 Facility=Interface Severity=CoError SymbolicName=XACT_E_HEURISTICABORT
  8726. Language=English
  8727. Instead of committing, the resource heuristically aborted.
  8728. .
  8729. MessageId=0xD005 Facility=Interface Severity=CoError SymbolicName=XACT_E_HEURISTICCOMMIT
  8730. Language=English
  8731. Instead of aborting, the resource heuristically committed.
  8732. .
  8733. MessageId=0xD006 Facility=Interface Severity=CoError SymbolicName=XACT_E_HEURISTICDAMAGE
  8734. Language=English
  8735. Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions.
  8736. .
  8737. MessageId=0xD007 Facility=Interface Severity=CoError SymbolicName=XACT_E_HEURISTICDANGER
  8738. Language=English
  8739. Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions.
  8740. .
  8741. MessageId=0xD008 Facility=Interface Severity=CoError SymbolicName=XACT_E_ISOLATIONLEVEL
  8742. Language=English
  8743. The requested isolation level is not valid or supported.
  8744. .
  8745. MessageId=0xD009 Facility=Interface Severity=CoError SymbolicName=XACT_E_NOASYNC
  8746. Language=English
  8747. The transaction manager doesn't support an asynchronous operation for this method.
  8748. .
  8749. MessageId=0xD00A Facility=Interface Severity=CoError SymbolicName=XACT_E_NOENLIST
  8750. Language=English
  8751. Unable to enlist in the transaction.
  8752. .
  8753. MessageId=0xD00B Facility=Interface Severity=CoError SymbolicName=XACT_E_NOISORETAIN
  8754. Language=English
  8755. The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero.
  8756. .
  8757. MessageId=0xD00C Facility=Interface Severity=CoError SymbolicName=XACT_E_NORESOURCE
  8758. Language=English
  8759. There is no resource presently associated with this enlistment
  8760. .
  8761. MessageId=0xD00D Facility=Interface Severity=CoError SymbolicName=XACT_E_NOTCURRENT
  8762. Language=English
  8763. The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers.
  8764. .
  8765. MessageId=0xD00E Facility=Interface Severity=CoError SymbolicName=XACT_E_NOTRANSACTION
  8766. Language=English
  8767. The transaction has already been implicitly or explicitly committed or aborted
  8768. .
  8769. MessageId=0xD00F Facility=Interface Severity=CoError SymbolicName=XACT_E_NOTSUPPORTED
  8770. Language=English
  8771. An invalid combination of flags was specified
  8772. .
  8773. MessageId=0xD010 Facility=Interface Severity=CoError SymbolicName=XACT_E_UNKNOWNRMGRID
  8774. Language=English
  8775. The resource manager id is not associated with this transaction or the transaction manager.
  8776. .
  8777. MessageId=0xD011 Facility=Interface Severity=CoError SymbolicName=XACT_E_WRONGSTATE
  8778. Language=English
  8779. This method was called in the wrong state
  8780. .
  8781. MessageId=0xD012 Facility=Interface Severity=CoError SymbolicName=XACT_E_WRONGUOW
  8782. Language=English
  8783. The indicated unit of work does not match the unit of work expected by the resource manager.
  8784. .
  8785. MessageId=0xD013 Facility=Interface Severity=CoError SymbolicName=XACT_E_XTIONEXISTS
  8786. Language=English
  8787. An enlistment in a transaction already exists.
  8788. .
  8789. MessageId=0xD014 Facility=Interface Severity=CoError SymbolicName=XACT_E_NOIMPORTOBJECT
  8790. Language=English
  8791. An import object for the transaction could not be found.
  8792. .
  8793. MessageId=0xD015 Facility=Interface Severity=CoError SymbolicName=XACT_E_INVALIDCOOKIE
  8794. Language=English
  8795. The transaction cookie is invalid.
  8796. .
  8797. MessageId=0xD016 Facility=Interface Severity=CoError SymbolicName=XACT_E_INDOUBT
  8798. Language=English
  8799. The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed
  8800. .
  8801. MessageId=0xD017 Facility=Interface Severity=CoError SymbolicName=XACT_E_NOTIMEOUT
  8802. Language=English
  8803. A time-out was specified, but time-outs are not supported.
  8804. .
  8805. MessageId=0xD018 Facility=Interface Severity=CoError SymbolicName=XACT_E_ALREADYINPROGRESS
  8806. Language=English
  8807. The requested operation is already in progress for the transaction.
  8808. .
  8809. MessageId=0xD019 Facility=Interface Severity=CoError SymbolicName=XACT_E_ABORTED
  8810. Language=English
  8811. The transaction has already been aborted.
  8812. .
  8813. MessageId=0xD01A Facility=Interface Severity=CoError SymbolicName=XACT_E_LOGFULL
  8814. Language=English
  8815. The Transaction Manager returned a log full error.
  8816. .
  8817. MessageId=0xD01B Facility=Interface Severity=CoError SymbolicName=XACT_E_TMNOTAVAILABLE
  8818. Language=English
  8819. The Transaction Manager is not available.
  8820. .
  8821. MessageId=0xD01C Facility=Interface Severity=CoError SymbolicName=XACT_E_CONNECTION_DOWN
  8822. Language=English
  8823. A connection with the transaction manager was lost.
  8824. .
  8825. MessageId=0xD01D Facility=Interface Severity=CoError SymbolicName=XACT_E_CONNECTION_DENIED
  8826. Language=English
  8827. A request to establish a connection with the transaction manager was denied.
  8828. .
  8829. MessageId=0xD01E Facility=Interface Severity=CoError SymbolicName=XACT_E_REENLISTTIMEOUT
  8830. Language=English
  8831. Resource manager reenlistment to determine transaction status timed out.
  8832. .
  8833. MessageId=0xD01F Facility=Interface Severity=CoError SymbolicName=XACT_E_TIP_CONNECT_FAILED
  8834. Language=English
  8835. This transaction manager failed to establish a connection with another TIP transaction manager.
  8836. .
  8837. MessageId=0xD020 Facility=Interface Severity=CoError SymbolicName=XACT_E_TIP_PROTOCOL_ERROR
  8838. Language=English
  8839. This transaction manager encountered a protocol error with another TIP transaction manager.
  8840. .
  8841. MessageId=0xD021 Facility=Interface Severity=CoError SymbolicName=XACT_E_TIP_PULL_FAILED
  8842. Language=English
  8843. This transaction manager could not propagate a transaction from another TIP transaction manager.
  8844. .
  8845. MessageId=0xD022 Facility=Interface Severity=CoError SymbolicName=XACT_E_DEST_TMNOTAVAILABLE
  8846. Language=English
  8847. The Transaction Manager on the destination machine is not available.
  8848. .
  8849. MessageId=0xD023 Facility=Interface Severity=CoError SymbolicName=XACT_E_TIP_DISABLED
  8850. Language=English
  8851. The Transaction Manager has disabled its support for TIP.
  8852. .
  8853. MessageId=0xD024 Facility=Interface Severity=CoError SymbolicName=XACT_E_NETWORK_TX_DISABLED
  8854. Language=English
  8855. The transaction manager has disabled its support for remote/network transactions.
  8856. .
  8857. MessageId=0xD025 Facility=Interface Severity=CoError SymbolicName=XACT_E_PARTNER_NETWORK_TX_DISABLED
  8858. Language=English
  8859. The partner transaction manager has disabled its support for remote/network transactions.
  8860. .
  8861. MessageId=0xD026 Facility=Interface Severity=CoError SymbolicName=XACT_E_XA_TX_DISABLED
  8862. Language=English
  8863. The transaction manager has disabled its support for XA transactions.
  8864. .
  8865. MessageId=0xD027 Facility=Interface Severity=CoError SymbolicName=XACT_E_UNABLE_TO_READ_DTC_CONFIG
  8866. Language=English
  8867. MSDTC was unable to read its configuration information.
  8868. .
  8869. MessageId=0xD028 Facility=Interface Severity=CoError SymbolicName=XACT_E_UNABLE_TO_LOAD_DTC_PROXY
  8870. Language=English
  8871. MSDTC was unable to load the dtc proxy dll.
  8872. .
  8873. MessageId=0xD029
  8874. Facility=Interface
  8875. Severity=CoError
  8876. SymbolicName=XACT_E_ABORTING
  8877. Language=English
  8878. The local transaction has aborted.
  8879. .
  8880. ;//
  8881. ;// TXF & CRM errors start 4d080.
  8882. MessageId=0xD080 Facility=Interface Severity=CoError SymbolicName=XACT_E_CLERKNOTFOUND
  8883. Language=English
  8884. .
  8885. MessageId=0xD081 Facility=Interface Severity=CoError SymbolicName=XACT_E_CLERKEXISTS
  8886. Language=English
  8887. .
  8888. MessageId=0xD082 Facility=Interface Severity=CoError SymbolicName=XACT_E_RECOVERYINPROGRESS
  8889. Language=English
  8890. .
  8891. MessageId=0xD083 Facility=Interface Severity=CoError SymbolicName=XACT_E_TRANSACTIONCLOSED
  8892. Language=English
  8893. .
  8894. MessageId=0xD084 Facility=Interface Severity=CoError SymbolicName=XACT_E_INVALIDLSN
  8895. Language=English
  8896. .
  8897. MessageId=0xD085 Facility=Interface Severity=CoError SymbolicName=XACT_E_REPLAYREQUEST
  8898. Language=English
  8899. .
  8900. ;//
  8901. ;// OleTx Success codes.
  8902. ;//
  8903. MessageId=0xD000 Facility=Interface Severity=Success SymbolicName=XACT_S_ASYNC
  8904. Language=English
  8905. An asynchronous operation was specified. The operation has begun, but its outcome is not known yet.
  8906. .
  8907. MessageId=0xD001 Facility=Interface Severity=Success SymbolicName=XACT_S_DEFECT
  8908. Language=English
  8909. .
  8910. MessageId=0xD002 Facility=Interface Severity=Success SymbolicName=XACT_S_READONLY
  8911. Language=English
  8912. The method call succeeded because the transaction was read-only.
  8913. .
  8914. MessageId=0xD003 Facility=Interface Severity=Success SymbolicName=XACT_S_SOMENORETAIN
  8915. Language=English
  8916. The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics
  8917. .
  8918. MessageId=0xD004 Facility=Interface Severity=Success SymbolicName=XACT_S_OKINFORM
  8919. Language=English
  8920. No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes.
  8921. .
  8922. MessageId=0xD005 Facility=Interface Severity=Success SymbolicName=XACT_S_MADECHANGESCONTENT
  8923. Language=English
  8924. The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call.
  8925. .
  8926. MessageId=0xD006 Facility=Interface Severity=Success SymbolicName=XACT_S_MADECHANGESINFORM
  8927. Language=English
  8928. The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look
  8929. .
  8930. MessageId=0xD007 Facility=Interface Severity=Success SymbolicName=XACT_S_ALLNORETAIN
  8931. Language=English
  8932. The transaction was successfully aborted. However, the abort was non-retaining.
  8933. .
  8934. MessageId=0xD008 Facility=Interface Severity=Success SymbolicName=XACT_S_ABORTING
  8935. Language=English
  8936. An abort operation was already in progress.
  8937. .
  8938. MessageId=0xD009 Facility=Interface Severity=Success SymbolicName=XACT_S_SINGLEPHASE
  8939. Language=English
  8940. The resource manager has performed a single-phase commit of the transaction.
  8941. .
  8942. MessageId=0xD00a
  8943. Facility=Interface
  8944. Severity=Success
  8945. SymbolicName=XACT_S_LOCALLY_OK
  8946. Language=English
  8947. The local transaction has not aborted.
  8948. .
  8949. MessageId=0xD010 Facility=Interface Severity=Success SymbolicName=XACT_S_LASTRESOURCEMANAGER
  8950. Language=English
  8951. The resource manager has requested to be the coordinator (last resource manager) for the transaction.
  8952. .
  8953. ;#define CONTEXT_E_FIRST 0x8004E000L
  8954. ;#define CONTEXT_E_LAST 0x8004E02FL
  8955. ;#define CONTEXT_S_FIRST 0x0004E000L
  8956. ;#define CONTEXT_S_LAST 0x0004E02FL
  8957. MessageId=0xE002 Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_ABORTED
  8958. Language=English
  8959. The root transaction wanted to commit, but transaction aborted
  8960. .
  8961. MessageId=0xE003 Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_ABORTING
  8962. Language=English
  8963. You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting.
  8964. .
  8965. MessageId=0xE004 Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_NOCONTEXT
  8966. Language=English
  8967. There is no MTS object context
  8968. .
  8969. MessageId=0xE006 Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_SYNCH_TIMEOUT
  8970. Language=English
  8971. The component is configured to use synchronization and a thread has timed out waiting to enter the context.
  8972. .
  8973. MessageId=0xE007 Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_OLDREF
  8974. Language=English
  8975. You made a method call on a COM+ component that has a transaction that has already committed or aborted.
  8976. .
  8977. MessageId=0xE00C Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_ROLENOTFOUND
  8978. Language=English
  8979. The specified role was not configured for the application
  8980. .
  8981. MessageId=0xE00F Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_TMNOTAVAILABLE
  8982. Language=English
  8983. COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator
  8984. .
  8985. MessageId=0xE021 Facility=Interface Severity=CoError SymbolicName=CO_E_ACTIVATIONFAILED
  8986. Language=English
  8987. An unexpected error occurred during COM+ Activation.
  8988. .
  8989. MessageID=0xE022 Facility=Interface Severity=CoError SymbolicName=CO_E_ACTIVATIONFAILED_EVENTLOGGED
  8990. Language=English
  8991. COM+ Activation failed. Check the event log for more information
  8992. .
  8993. MessageID=0xE023 Facility=Interface Severity=CoError SymbolicName=CO_E_ACTIVATIONFAILED_CATALOGERROR
  8994. Language=English
  8995. COM+ Activation failed due to a catalog or configuration error.
  8996. .
  8997. MessageID=0xE024 Facility=Interface Severity=CoError SymbolicName=CO_E_ACTIVATIONFAILED_TIMEOUT
  8998. Language=English
  8999. COM+ activation failed because the activation could not be completed in the specified amount of time.
  9000. .
  9001. MessageID=0xE025 Facility=Interface Severity=CoError SymbolicName=CO_E_INITIALIZATIONFAILED
  9002. Language=English
  9003. COM+ Activation failed because an initialization function failed. Check the event log for more information.
  9004. .
  9005. MessageID=0xE026 Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_NOJIT
  9006. Language=English
  9007. The requested operation requires that JIT be in the current context and it is not
  9008. .
  9009. MessageID=0xE027 Facility=Interface Severity=CoError SymbolicName=CONTEXT_E_NOTRANSACTION
  9010. Language=English
  9011. The requested operation requires that the current context have a Transaction, and it does not
  9012. .
  9013. MessageID=0xE028 Facility=Interface Severity=CoError SymbolicName=CO_E_THREADINGMODEL_CHANGED
  9014. Language=English
  9015. The components threading model has changed after install into a COM+ Application. Please re-install component.
  9016. .
  9017. MessageID=0xE029 Facility=Interface Severity=CoError SymbolicName=CO_E_NOIISINTRINSICS
  9018. Language=English
  9019. IIS intrinsics not available. Start your work with IIS.
  9020. .
  9021. MessageID=0xE02A Facility=Interface Severity=CoError SymbolicName=CO_E_NOCOOKIES
  9022. Language=English
  9023. An attempt to write a cookie failed.
  9024. .
  9025. MessageID=0xE02B Facility=Interface Severity=CoError SymbolicName=CO_E_DBERROR
  9026. Language=English
  9027. An attempt to use a database generated a database specific error.
  9028. .
  9029. MessageID=0xE02C Facility=Interface Severity=CoError SymbolicName=CO_E_NOTPOOLED
  9030. Language=English
  9031. The COM+ component you created must use object pooling to work.
  9032. .
  9033. MessageID=0xE02D Facility=Interface Severity=CoError SymbolicName=CO_E_NOTCONSTRUCTED
  9034. Language=English
  9035. The COM+ component you created must use object construction to work correctly.
  9036. .
  9037. MessageID=0xE02E Facility=Interface Severity=CoError SymbolicName=CO_E_NOSYNCHRONIZATION
  9038. Language=English
  9039. The COM+ component requires synchronization, and it is not configured for it.
  9040. .
  9041. MessageID=0xE02F Facility=Interface Severity=CoError SymbolicName=CO_E_ISOLEVELMISMATCH
  9042. Language=English
  9043. The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed.
  9044. .
  9045. ;//
  9046. ;// Old OLE Success Codes
  9047. ;//
  9048. MessageId=0x000 Facility=Interface Severity=Success SymbolicName=OLE_S_USEREG
  9049. Language=English
  9050. Use the registry database to provide the requested information
  9051. .
  9052. MessageId=0x001 Facility=Interface Severity=Success SymbolicName=OLE_S_STATIC
  9053. Language=English
  9054. Success, but static
  9055. .
  9056. MessageId=0x002 Facility=Interface Severity=Success SymbolicName=OLE_S_MAC_CLIPFORMAT
  9057. Language=English
  9058. Macintosh clipboard format
  9059. .
  9060. MessageId=0x100 Facility=Interface Severity=Success SymbolicName=DRAGDROP_S_DROP
  9061. Language=English
  9062. Successful drop took place
  9063. .
  9064. MessageId=0x101 Facility=Interface Severity=Success SymbolicName=DRAGDROP_S_CANCEL
  9065. Language=English
  9066. Drag-drop operation canceled
  9067. .
  9068. MessageId=0x102 Facility=Interface Severity=Success SymbolicName=DRAGDROP_S_USEDEFAULTCURSORS
  9069. Language=English
  9070. Use the default cursor
  9071. .
  9072. MessageId=0x130 Facility=Interface Severity=Success SymbolicName=DATA_S_SAMEFORMATETC
  9073. Language=English
  9074. Data has same FORMATETC
  9075. .
  9076. MessageId=0x140 Facility=Interface Severity=Success SymbolicName=VIEW_S_ALREADY_FROZEN
  9077. Language=English
  9078. View is already frozen
  9079. .
  9080. MessageId=0x170 Facility=Interface Severity=Success SymbolicName=CACHE_S_FORMATETC_NOTSUPPORTED
  9081. Language=English
  9082. FORMATETC not supported
  9083. .
  9084. MessageId=0x171 Facility=Interface Severity=Success SymbolicName=CACHE_S_SAMECACHE
  9085. Language=English
  9086. Same cache
  9087. .
  9088. MessageId=0x172 Facility=Interface Severity=Success SymbolicName=CACHE_S_SOMECACHES_NOTUPDATED
  9089. Language=English
  9090. Some cache(s) not updated
  9091. .
  9092. MessageId=0x180 Facility=Interface Severity=Success SymbolicName=OLEOBJ_S_INVALIDVERB
  9093. Language=English
  9094. Invalid verb for OLE object
  9095. .
  9096. MessageId=0x181 Facility=Interface Severity=Success SymbolicName=OLEOBJ_S_CANNOT_DOVERB_NOW
  9097. Language=English
  9098. Verb number is valid but verb cannot be done now
  9099. .
  9100. MessageId=0x182 Facility=Interface Severity=Success SymbolicName=OLEOBJ_S_INVALIDHWND
  9101. Language=English
  9102. Invalid window handle passed
  9103. .
  9104. MessageId=0x1A0 Facility=Interface Severity=Success SymbolicName=INPLACE_S_TRUNCATED
  9105. Language=English
  9106. Message is too long; some of it had to be truncated before displaying
  9107. .
  9108. MessageId=0x1C0 Facility=Interface Severity=Success SymbolicName=CONVERT10_S_NO_PRESENTATION
  9109. Language=English
  9110. Unable to convert OLESTREAM to IStorage
  9111. .
  9112. MessageId=0x1E2 Facility=Interface Severity=Success SymbolicName=MK_S_REDUCED_TO_SELF
  9113. Language=English
  9114. Moniker reduced to itself
  9115. .
  9116. MessageId=0x1E4 Facility=Interface Severity=Success SymbolicName=MK_S_ME
  9117. Language=English
  9118. Common prefix is this moniker
  9119. .
  9120. MessageId=0x1E5 Facility=Interface Severity=Success SymbolicName=MK_S_HIM
  9121. Language=English
  9122. Common prefix is input moniker
  9123. .
  9124. MessageId=0x1E6 Facility=Interface Severity=Success SymbolicName=MK_S_US
  9125. Language=English
  9126. Common prefix is both monikers
  9127. .
  9128. MessageId=0x1E7 Facility=Interface Severity=Success SymbolicName=MK_S_MONIKERALREADYREGISTERED
  9129. Language=English
  9130. Moniker is already registered in running object table
  9131. .
  9132. ;//
  9133. ;// Task Scheduler errors
  9134. ;//
  9135. MessageId=0x1300 Facility=Interface Severity=Success SymbolicName=SCHED_S_TASK_READY
  9136. Language=English
  9137. The task is ready to run at its next scheduled time.
  9138. .
  9139. MessageId=0x1301 Facility=Interface Severity=Success SymbolicName=SCHED_S_TASK_RUNNING
  9140. Language=English
  9141. The task is currently running.
  9142. .
  9143. MessageId=0x1302 Facility=Interface Severity=Success SymbolicName=SCHED_S_TASK_DISABLED
  9144. Language=English
  9145. The task will not run at the scheduled times because it has been disabled.
  9146. .
  9147. MessageId=0x1303 Facility=Interface Severity=Success SymbolicName=SCHED_S_TASK_HAS_NOT_RUN
  9148. Language=English
  9149. The task has not yet run.
  9150. .
  9151. MessageId=0x1304 Facility=Interface Severity=Success SymbolicName=SCHED_S_TASK_NO_MORE_RUNS
  9152. Language=English
  9153. There are no more runs scheduled for this task.
  9154. .
  9155. MessageId=0x1305 Facility=Interface Severity=Success SymbolicName=SCHED_S_TASK_NOT_SCHEDULED
  9156. Language=English
  9157. One or more of the properties that are needed to run this task on a schedule have not been set.
  9158. .
  9159. MessageId=0x1306 Facility=Interface Severity=Success SymbolicName=SCHED_S_TASK_TERMINATED
  9160. Language=English
  9161. The last run of the task was terminated by the user.
  9162. .
  9163. MessageId=0x1307 Facility=Interface Severity=Success SymbolicName=SCHED_S_TASK_NO_VALID_TRIGGERS
  9164. Language=English
  9165. Either the task has no triggers or the existing triggers are disabled or not set.
  9166. .
  9167. MessageId=0x1308 Facility=Interface Severity=Success SymbolicName=SCHED_S_EVENT_TRIGGER
  9168. Language=English
  9169. Event triggers don't have set run times.
  9170. .
  9171. MessageId=0x1309 Facility=Interface Severity=CoError SymbolicName=SCHED_E_TRIGGER_NOT_FOUND
  9172. Language=English
  9173. Trigger not found.
  9174. .
  9175. MessageId=0x130A Facility=Interface Severity=CoError SymbolicName=SCHED_E_TASK_NOT_READY
  9176. Language=English
  9177. One or more of the properties that are needed to run this task have not been set.
  9178. .
  9179. MessageId=0x130B Facility=Interface Severity=CoError SymbolicName=SCHED_E_TASK_NOT_RUNNING
  9180. Language=English
  9181. There is no running instance of the task to terminate.
  9182. .
  9183. MessageId=0x130C Facility=Interface Severity=CoError SymbolicName=SCHED_E_SERVICE_NOT_INSTALLED
  9184. Language=English
  9185. The Task Scheduler Service is not installed on this computer.
  9186. .
  9187. MessageId=0x130D Facility=Interface Severity=CoError SymbolicName=SCHED_E_CANNOT_OPEN_TASK
  9188. Language=English
  9189. The task object could not be opened.
  9190. .
  9191. MessageId=0x130E Facility=Interface Severity=CoError SymbolicName=SCHED_E_INVALID_TASK
  9192. Language=English
  9193. The object is either an invalid task object or is not a task object.
  9194. .
  9195. MessageId=0x130F Facility=Interface Severity=CoError SymbolicName=SCHED_E_ACCOUNT_INFORMATION_NOT_SET
  9196. Language=English
  9197. No account information could be found in the Task Scheduler security database for the task indicated.
  9198. .
  9199. MessageId=0x1310 Facility=Interface Severity=CoError SymbolicName=SCHED_E_ACCOUNT_NAME_NOT_FOUND
  9200. Language=English
  9201. Unable to establish existence of the account specified.
  9202. .
  9203. MessageId=0x1311 Facility=Interface Severity=CoError SymbolicName=SCHED_E_ACCOUNT_DBASE_CORRUPT
  9204. Language=English
  9205. Corruption was detected in the Task Scheduler security database; the database has been reset.
  9206. .
  9207. MessageId=0x1312 Facility=Interface Severity=CoError SymbolicName=SCHED_E_NO_SECURITY_SERVICES
  9208. Language=English
  9209. Task Scheduler security services are available only on Windows NT.
  9210. .
  9211. MessageId=0x1313 Facility=Interface Severity=CoError SymbolicName=SCHED_E_UNKNOWN_OBJECT_VERSION
  9212. Language=English
  9213. The task object version is either unsupported or invalid.
  9214. .
  9215. MessageId=0x1314 Facility=Interface Severity=CoError SymbolicName=SCHED_E_UNSUPPORTED_ACCOUNT_OPTION
  9216. Language=English
  9217. The task has been configured with an unsupported combination of account settings and run time options.
  9218. .
  9219. MessageId=0x1315 Facility=Interface Severity=CoError SymbolicName=SCHED_E_SERVICE_NOT_RUNNING
  9220. Language=English
  9221. The Task Scheduler Service is not running.
  9222. .
  9223. ;// ******************
  9224. ;// FACILITY_WINDOWS
  9225. ;// ******************
  9226. ;//
  9227. ;// Codes 0x0-0x01ff are reserved for the OLE group of
  9228. ;// interfaces.
  9229. ;//
  9230. MessageId=0x001 Facility=Windows Severity=CoError SymbolicName=CO_E_CLASS_CREATE_FAILED
  9231. Language=English
  9232. Attempt to create a class object failed
  9233. .
  9234. MessageId=0x002 Facility=Windows Severity=CoError SymbolicName=CO_E_SCM_ERROR
  9235. Language=English
  9236. OLE service could not bind object
  9237. .
  9238. MessageId=0x003 Facility=Windows Severity=CoError SymbolicName=CO_E_SCM_RPC_FAILURE
  9239. Language=English
  9240. RPC communication failed with OLE service
  9241. .
  9242. MessageId=0x004 Facility=Windows Severity=CoError SymbolicName=CO_E_BAD_PATH
  9243. Language=English
  9244. Bad path to object
  9245. .
  9246. MessageId=0x005 Facility=Windows Severity=CoError SymbolicName=CO_E_SERVER_EXEC_FAILURE
  9247. Language=English
  9248. Server execution failed
  9249. .
  9250. MessageId=0x006 Facility=Windows Severity=CoError SymbolicName=CO_E_OBJSRV_RPC_FAILURE
  9251. Language=English
  9252. OLE service could not communicate with the object server
  9253. .
  9254. MessageId=0x007 Facility=Windows Severity=CoError SymbolicName=MK_E_NO_NORMALIZED
  9255. Language=English
  9256. Moniker path could not be normalized
  9257. .
  9258. MessageId=0x008 Facility=Windows Severity=CoError SymbolicName=CO_E_SERVER_STOPPING
  9259. Language=English
  9260. Object server is stopping when OLE service contacts it
  9261. .
  9262. MessageId=0x009 Facility=Windows Severity=CoError SymbolicName=MEM_E_INVALID_ROOT
  9263. Language=English
  9264. An invalid root block pointer was specified
  9265. .
  9266. MessageId=0x010 Facility=Windows Severity=CoError SymbolicName=MEM_E_INVALID_LINK
  9267. Language=English
  9268. An allocation chain contained an invalid link pointer
  9269. .
  9270. MessageId=0x011 Facility=Windows Severity=CoError SymbolicName=MEM_E_INVALID_SIZE
  9271. Language=English
  9272. The requested allocation size was too large
  9273. .
  9274. MessageId=0x012 Facility=Windows Severity=Success SymbolicName=CO_S_NOTALLINTERFACES
  9275. Language=English
  9276. Not all the requested interfaces were available
  9277. .
  9278. MessageId=0x013 Facility=Windows Severity=Success SymbolicName=CO_S_MACHINENAMENOTFOUND
  9279. Language=English
  9280. The specified machine name was not found in the cache.
  9281. .
  9282. ;// ******************
  9283. ;// FACILITY_DISPATCH
  9284. ;// ******************
  9285. MessageId=1 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_UNKNOWNINTERFACE
  9286. Language=English
  9287. Unknown interface.
  9288. .
  9289. MessageId=3 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_MEMBERNOTFOUND
  9290. Language=English
  9291. Member not found.
  9292. .
  9293. MessageId=4 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_PARAMNOTFOUND
  9294. Language=English
  9295. Parameter not found.
  9296. .
  9297. MessageId=5 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_TYPEMISMATCH
  9298. Language=English
  9299. Type mismatch.
  9300. .
  9301. MessageId=6 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_UNKNOWNNAME
  9302. Language=English
  9303. Unknown name.
  9304. .
  9305. MessageId=7 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_NONAMEDARGS
  9306. Language=English
  9307. No named arguments.
  9308. .
  9309. MessageId=8 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_BADVARTYPE
  9310. Language=English
  9311. Bad variable type.
  9312. .
  9313. MessageId=9 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_EXCEPTION
  9314. Language=English
  9315. Exception occurred.
  9316. .
  9317. MessageId=10 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_OVERFLOW
  9318. Language=English
  9319. Out of present range.
  9320. .
  9321. MessageId=11 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_BADINDEX
  9322. Language=English
  9323. Invalid index.
  9324. .
  9325. MessageId=12 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_UNKNOWNLCID
  9326. Language=English
  9327. Unknown language.
  9328. .
  9329. MessageId=13 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_ARRAYISLOCKED
  9330. Language=English
  9331. Memory is locked.
  9332. .
  9333. MessageId=14 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_BADPARAMCOUNT
  9334. Language=English
  9335. Invalid number of parameters.
  9336. .
  9337. MessageId=15 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_PARAMNOTOPTIONAL
  9338. Language=English
  9339. Parameter not optional.
  9340. .
  9341. MessageId=16 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_BADCALLEE
  9342. Language=English
  9343. Invalid callee.
  9344. .
  9345. MessageId=17 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_NOTACOLLECTION
  9346. Language=English
  9347. Does not support a collection.
  9348. .
  9349. MessageId=18 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_DIVBYZERO
  9350. Language=English
  9351. Division by zero.
  9352. .
  9353. MessageId=19 Facility=Dispatch Severity=CoError SymbolicName=DISP_E_BUFFERTOOSMALL
  9354. Language=English
  9355. Buffer too small
  9356. .
  9357. MessageId=32790 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_BUFFERTOOSMALL
  9358. Language=English
  9359. Buffer too small.
  9360. .
  9361. MessageId=32791 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_FIELDNOTFOUND
  9362. Language=English
  9363. Field name not defined in the record.
  9364. .
  9365. MessageId=32792 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_INVDATAREAD
  9366. Language=English
  9367. Old format or invalid type library.
  9368. .
  9369. MessageId=32793 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_UNSUPFORMAT
  9370. Language=English
  9371. Old format or invalid type library.
  9372. .
  9373. MessageId=32796 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_REGISTRYACCESS
  9374. Language=English
  9375. Error accessing the OLE registry.
  9376. .
  9377. MessageId=32797 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_LIBNOTREGISTERED
  9378. Language=English
  9379. Library not registered.
  9380. .
  9381. MessageId=32807 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_UNDEFINEDTYPE
  9382. Language=English
  9383. Bound to unknown type.
  9384. .
  9385. MessageId=32808 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_QUALIFIEDNAMEDISALLOWED
  9386. Language=English
  9387. Qualified name disallowed.
  9388. .
  9389. MessageId=32809 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_INVALIDSTATE
  9390. Language=English
  9391. Invalid forward reference, or reference to uncompiled type.
  9392. .
  9393. MessageId=32810 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_WRONGTYPEKIND
  9394. Language=English
  9395. Type mismatch.
  9396. .
  9397. MessageId=32811 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_ELEMENTNOTFOUND
  9398. Language=English
  9399. Element not found.
  9400. .
  9401. MessageId=32812 Facility=Dispatch Severity=CoError SymbolicName=TYPE_E_AMBIGUOUSNAME
  9402. Language=English
  9403. Ambiguous name.
  9404. .
  9405. MessageId=32813 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_NAMECONFLICT
  9406. Language=English
  9407. Name already exists in the library.
  9408. .
  9409. MessageId=32814 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_UNKNOWNLCID
  9410. Language=English
  9411. Unknown LCID.
  9412. .
  9413. MessageId=32815 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_DLLFUNCTIONNOTFOUND
  9414. Language=English
  9415. Function not defined in specified DLL.
  9416. .
  9417. MessageId=35005 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_BADMODULEKIND
  9418. Language=English
  9419. Wrong module kind for the operation.
  9420. .
  9421. MessageId=35013 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_SIZETOOBIG
  9422. Language=English
  9423. Size may not exceed 64K.
  9424. .
  9425. MessageId=35014 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_DUPLICATEID
  9426. Language=English
  9427. Duplicate ID in inheritance hierarchy.
  9428. .
  9429. MessageId=35023 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_INVALIDID
  9430. Language=English
  9431. Incorrect inheritance depth in standard OLE hmember.
  9432. .
  9433. MessageId=36000 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_TYPEMISMATCH
  9434. Language=English
  9435. Type mismatch.
  9436. .
  9437. MessageId=36001 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_OUTOFBOUNDS
  9438. Language=English
  9439. Invalid number of arguments.
  9440. .
  9441. MessageId=36002 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_IOERROR
  9442. Language=English
  9443. I/O Error.
  9444. .
  9445. MessageId=36003 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_CANTCREATETMPFILE
  9446. Language=English
  9447. Error creating unique tmp file.
  9448. .
  9449. MessageId=40010 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_CANTLOADLIBRARY
  9450. Language=English
  9451. Error loading type library/DLL.
  9452. .
  9453. MessageId=40067 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_INCONSISTENTPROPFUNCS
  9454. Language=English
  9455. Inconsistent property functions.
  9456. .
  9457. MessageId=40068 Facility=Dispatch Severity=CoError SymbolicName= TYPE_E_CIRCULARTYPE
  9458. Language=English
  9459. Circular dependency between types/modules.
  9460. .
  9461. ;// ******************
  9462. ;// FACILITY_STORAGE
  9463. ;// ******************
  9464. MessageId=0x0001 Facility=Storage Severity=CoError SymbolicName=STG_E_INVALIDFUNCTION
  9465. Language=English
  9466. Unable to perform requested operation.
  9467. .
  9468. MessageId=0x0002 Facility=Storage Severity=CoError SymbolicName=STG_E_FILENOTFOUND
  9469. Language=English
  9470. %1 could not be found.
  9471. .
  9472. MessageId=0x0003 Facility=Storage Severity=CoError SymbolicName=STG_E_PATHNOTFOUND
  9473. Language=English
  9474. The path %1 could not be found.
  9475. .
  9476. MessageId=0x0004 Facility=Storage Severity=CoError SymbolicName=STG_E_TOOMANYOPENFILES
  9477. Language=English
  9478. There are insufficient resources to open another file.
  9479. .
  9480. MessageId=0x0005 Facility=Storage Severity=CoError SymbolicName=STG_E_ACCESSDENIED
  9481. Language=English
  9482. Access Denied.
  9483. .
  9484. MessageId=0x0006 Facility=Storage Severity=CoError SymbolicName=STG_E_INVALIDHANDLE
  9485. Language=English
  9486. Attempted an operation on an invalid object.
  9487. .
  9488. MessageId=0x0008 Facility=Storage Severity=CoError SymbolicName=STG_E_INSUFFICIENTMEMORY
  9489. Language=English
  9490. There is insufficient memory available to complete operation.
  9491. .
  9492. MessageId=0x0009 Facility=Storage Severity=CoError SymbolicName=STG_E_INVALIDPOINTER
  9493. Language=English
  9494. Invalid pointer error.
  9495. .
  9496. MessageId=0x0012 Facility=Storage Severity=CoError SymbolicName=STG_E_NOMOREFILES
  9497. Language=English
  9498. There are no more entries to return.
  9499. .
  9500. MessageId=0x0013 Facility=Storage Severity=CoError SymbolicName=STG_E_DISKISWRITEPROTECTED
  9501. Language=English
  9502. Disk is write-protected.
  9503. .
  9504. MessageId=0x0019 Facility=Storage Severity=CoError SymbolicName=STG_E_SEEKERROR
  9505. Language=English
  9506. An error occurred during a seek operation.
  9507. .
  9508. MessageId=0x001d Facility=Storage Severity=CoError SymbolicName=STG_E_WRITEFAULT
  9509. Language=English
  9510. A disk error occurred during a write operation.
  9511. .
  9512. MessageId=0x001e Facility=Storage Severity=CoError SymbolicName=STG_E_READFAULT
  9513. Language=English
  9514. A disk error occurred during a read operation.
  9515. .
  9516. MessageId=0x0020 Facility=Storage Severity=CoError SymbolicName=STG_E_SHAREVIOLATION
  9517. Language=English
  9518. A share violation has occurred.
  9519. .
  9520. MessageId=0x0021 Facility=Storage Severity=CoError SymbolicName=STG_E_LOCKVIOLATION
  9521. Language=English
  9522. A lock violation has occurred.
  9523. .
  9524. MessageId=0x0050 Facility=Storage Severity=CoError SymbolicName=STG_E_FILEALREADYEXISTS
  9525. Language=English
  9526. %1 already exists.
  9527. .
  9528. MessageId=0x0057 Facility=Storage Severity=CoError SymbolicName=STG_E_INVALIDPARAMETER
  9529. Language=English
  9530. Invalid parameter error.
  9531. .
  9532. MessageId=0x0070 Facility=Storage Severity=CoError SymbolicName=STG_E_MEDIUMFULL
  9533. Language=English
  9534. There is insufficient disk space to complete operation.
  9535. .
  9536. MessageId=0x00f0 Facility=Storage Severity=CoError SymbolicName=STG_E_PROPSETMISMATCHED
  9537. Language=English
  9538. Illegal write of non-simple property to simple property set.
  9539. .
  9540. MessageId=0x00fa Facility=Storage Severity=CoError SymbolicName=STG_E_ABNORMALAPIEXIT
  9541. Language=English
  9542. An API call exited abnormally.
  9543. .
  9544. MessageId=0x00fb Facility=Storage Severity=CoError SymbolicName=STG_E_INVALIDHEADER
  9545. Language=English
  9546. The file %1 is not a valid compound file.
  9547. .
  9548. MessageId=0x00fc Facility=Storage Severity=CoError SymbolicName=STG_E_INVALIDNAME
  9549. Language=English
  9550. The name %1 is not valid.
  9551. .
  9552. MessageId=0x00fd Facility=Storage Severity=CoError SymbolicName=STG_E_UNKNOWN
  9553. Language=English
  9554. An unexpected error occurred.
  9555. .
  9556. MessageId=0x00fe Facility=Storage Severity=CoError SymbolicName=STG_E_UNIMPLEMENTEDFUNCTION
  9557. Language=English
  9558. That function is not implemented.
  9559. .
  9560. MessageId=0x00ff Facility=Storage Severity=CoError SymbolicName=STG_E_INVALIDFLAG
  9561. Language=English
  9562. Invalid flag error.
  9563. .
  9564. MessageId=0x0100 Facility=Storage Severity=CoError SymbolicName=STG_E_INUSE
  9565. Language=English
  9566. Attempted to use an object that is busy.
  9567. .
  9568. MessageId=0x0101 Facility=Storage Severity=CoError SymbolicName=STG_E_NOTCURRENT
  9569. Language=English
  9570. The storage has been changed since the last commit.
  9571. .
  9572. MessageId=0x0102 Facility=Storage Severity=CoError SymbolicName=STG_E_REVERTED
  9573. Language=English
  9574. Attempted to use an object that has ceased to exist.
  9575. .
  9576. MessageId=0x0103 Facility=Storage Severity=CoError SymbolicName=STG_E_CANTSAVE
  9577. Language=English
  9578. Can't save.
  9579. .
  9580. MessageId=0x0104 Facility=Storage Severity=CoError SymbolicName=STG_E_OLDFORMAT
  9581. Language=English
  9582. The compound file %1 was produced with an incompatible version of storage.
  9583. .
  9584. MessageId=0x0105 Facility=Storage Severity=CoError SymbolicName=STG_E_OLDDLL
  9585. Language=English
  9586. The compound file %1 was produced with a newer version of storage.
  9587. .
  9588. MessageId=0x0106 Facility=Storage Severity=CoError SymbolicName=STG_E_SHAREREQUIRED
  9589. Language=English
  9590. Share.exe or equivalent is required for operation.
  9591. .
  9592. MessageId=0x0107 Facility=Storage Severity=CoError SymbolicName=STG_E_NOTFILEBASEDSTORAGE
  9593. Language=English
  9594. Illegal operation called on non-file based storage.
  9595. .
  9596. MessageId=0x0108 Facility=Storage Severity=CoError SymbolicName=STG_E_EXTANTMARSHALLINGS
  9597. Language=English
  9598. Illegal operation called on object with extant marshallings.
  9599. .
  9600. MessageId=0x0109 Facility=Storage Severity=CoError SymbolicName=STG_E_DOCFILECORRUPT
  9601. Language=English
  9602. The docfile has been corrupted.
  9603. .
  9604. MessageId=0x0110 Facility=Storage Severity=CoError SymbolicName=STG_E_BADBASEADDRESS
  9605. Language=English
  9606. OLE32.DLL has been loaded at the wrong address.
  9607. .
  9608. MessageId=0x0111 Facility=Storage Severity=CoError SymbolicName=STG_E_DOCFILETOOLARGE
  9609. Language=English
  9610. The compound file is too large for the current implementation
  9611. .
  9612. MessageId=0x0112 Facility=Storage Severity=CoError SymbolicName=STG_E_NOTSIMPLEFORMAT
  9613. Language=English
  9614. The compound file was not created with the STGM_SIMPLE flag
  9615. .
  9616. MessageId=0x0201 Facility=Storage Severity=CoError SymbolicName=STG_E_INCOMPLETE
  9617. Language=English
  9618. The file download was aborted abnormally. The file is incomplete.
  9619. .
  9620. MessageId=0x0202 Facility=Storage Severity=CoError SymbolicName=STG_E_TERMINATED
  9621. Language=English
  9622. The file download has been terminated.
  9623. .
  9624. MessageId=0x0200 Facility=Storage Severity=Success SymbolicName=STG_S_CONVERTED
  9625. Language=English
  9626. The underlying file was converted to compound file format.
  9627. .
  9628. MessageId=0x0201 Facility=Storage Severity=Success SymbolicName=STG_S_BLOCK
  9629. Language=English
  9630. The storage operation should block until more data is available.
  9631. .
  9632. MessageId=0x0202 Facility=Storage Severity=Success SymbolicName=STG_S_RETRYNOW
  9633. Language=English
  9634. The storage operation should retry immediately.
  9635. .
  9636. MessageId=0x0203 Facility=Storage Severity=Success SymbolicName=STG_S_MONITORING
  9637. Language=English
  9638. The notified event sink will not influence the storage operation.
  9639. .
  9640. MessageId=0x0204 Facility=Storage Severity=Success SymbolicName=STG_S_MULTIPLEOPENS
  9641. Language=English
  9642. Multiple opens prevent consolidated. (commit succeeded).
  9643. .
  9644. MessageId=0x0205 Facility=Storage Severity=Success SymbolicName=STG_S_CONSOLIDATIONFAILED
  9645. Language=English
  9646. Consolidation of the storage file failed. (commit succeeded).
  9647. .
  9648. MessageId=0x0206 Facility=Storage Severity=Success SymbolicName=STG_S_CANNOTCONSOLIDATE
  9649. Language=English
  9650. Consolidation of the storage file is inappropriate. (commit succeeded).
  9651. .
  9652. ;/*++
  9653. ;
  9654. ; MessageId's 0x0305 - 0x031f (inclusive) are reserved for **STORAGE**
  9655. ; copy protection errors.
  9656. ;
  9657. ;--*/
  9658. MessageId=0x0305 Facility=Storage Severity=CoError SymbolicName=STG_E_STATUS_COPY_PROTECTION_FAILURE
  9659. Language=English
  9660. Generic Copy Protection Error.
  9661. .
  9662. MessageId=0x0306 Facility=Storage Severity=CoError SymbolicName=STG_E_CSS_AUTHENTICATION_FAILURE
  9663. Language=English
  9664. Copy Protection Error - DVD CSS Authentication failed.
  9665. .
  9666. MessageId=0x0307 Facility=Storage Severity=CoError SymbolicName=STG_E_CSS_KEY_NOT_PRESENT
  9667. Language=English
  9668. Copy Protection Error - The given sector does not have a valid CSS key.
  9669. .
  9670. MessageId=0x0308 Facility=Storage Severity=CoError SymbolicName=STG_E_CSS_KEY_NOT_ESTABLISHED
  9671. Language=English
  9672. Copy Protection Error - DVD session key not established.
  9673. .
  9674. MessageId=0x0309 Facility=Storage Severity=CoError SymbolicName=STG_E_CSS_SCRAMBLED_SECTOR
  9675. Language=English
  9676. Copy Protection Error - The read failed because the sector is encrypted.
  9677. .
  9678. MessageId=0x030a Facility=Storage Severity=CoError SymbolicName=STG_E_CSS_REGION_MISMATCH
  9679. Language=English
  9680. Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive.
  9681. .
  9682. MessageId=0x030b Facility=Storage Severity=CoError SymbolicName=STG_E_RESETS_EXHAUSTED
  9683. Language=English
  9684. Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted.
  9685. .
  9686. ;/*++
  9687. ;
  9688. ; MessageId's 0x0305 - 0x031f (inclusive) are reserved for **STORAGE**
  9689. ; copy protection errors.
  9690. ;
  9691. ;--*/
  9692. ;// ******************
  9693. ;// FACILITY_RPC
  9694. ;// ******************
  9695. ;//
  9696. ;// Codes 0x0-0x11 are propagated from 16 bit OLE.
  9697. ;//
  9698. MessageId=0x1 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CALL_REJECTED
  9699. Language=English
  9700. Call was rejected by callee.
  9701. .
  9702. MessageId=0x2 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CALL_CANCELED
  9703. Language=English
  9704. Call was canceled by the message filter.
  9705. .
  9706. MessageId=0x3 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CANTPOST_INSENDCALL
  9707. Language=English
  9708. The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage.
  9709. .
  9710. MessageId=0x4 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CANTCALLOUT_INASYNCCALL
  9711. Language=English
  9712. The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call.
  9713. .
  9714. MessageId=0x5 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CANTCALLOUT_INEXTERNALCALL
  9715. Language=English
  9716. It is illegal to call out while inside message filter.
  9717. .
  9718. MessageId=0x6 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CONNECTION_TERMINATED
  9719. Language=English
  9720. The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid.
  9721. .
  9722. MessageId=0x7 Facility=Rpc Severity=CoError SymbolicName=RPC_E_SERVER_DIED
  9723. Language=English
  9724. The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed.
  9725. .
  9726. MessageId=0x8 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CLIENT_DIED
  9727. Language=English
  9728. The caller (client) disappeared while the callee (server) was processing a call.
  9729. .
  9730. MessageId=0x9 Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_DATAPACKET
  9731. Language=English
  9732. The data packet with the marshalled parameter data is incorrect.
  9733. .
  9734. MessageId=0xa Facility=Rpc Severity=CoError SymbolicName=RPC_E_CANTTRANSMIT_CALL
  9735. Language=English
  9736. The call was not transmitted properly; the message queue was full and was not emptied after yielding.
  9737. .
  9738. MessageId=0xb Facility=Rpc Severity=CoError SymbolicName=RPC_E_CLIENT_CANTMARSHAL_DATA
  9739. Language=English
  9740. The client (caller) cannot marshall the parameter data - low memory, etc.
  9741. .
  9742. MessageId=0xc Facility=Rpc Severity=CoError SymbolicName=RPC_E_CLIENT_CANTUNMARSHAL_DATA
  9743. Language=English
  9744. The client (caller) cannot unmarshall the return data - low memory, etc.
  9745. .
  9746. MessageId=0xd Facility=Rpc Severity=CoError SymbolicName=RPC_E_SERVER_CANTMARSHAL_DATA
  9747. Language=English
  9748. The server (callee) cannot marshall the return data - low memory, etc.
  9749. .
  9750. MessageId=0xe Facility=Rpc Severity=CoError SymbolicName=RPC_E_SERVER_CANTUNMARSHAL_DATA
  9751. Language=English
  9752. The server (callee) cannot unmarshall the parameter data - low memory, etc.
  9753. .
  9754. MessageId=0xf Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_DATA
  9755. Language=English
  9756. Received data is invalid; could be server or client data.
  9757. .
  9758. MessageId=0x10 Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_PARAMETER
  9759. Language=English
  9760. A particular parameter is invalid and cannot be (un)marshalled.
  9761. .
  9762. MessageId=0x11 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CANTCALLOUT_AGAIN
  9763. Language=English
  9764. There is no second outgoing call on same channel in DDE conversation.
  9765. .
  9766. MessageId=0x12 Facility=Rpc Severity=CoError SymbolicName=RPC_E_SERVER_DIED_DNE
  9767. Language=English
  9768. The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.
  9769. .
  9770. MessageId=0x100 Facility=Rpc Severity=CoError SymbolicName=RPC_E_SYS_CALL_FAILED
  9771. Language=English
  9772. System call failed.
  9773. .
  9774. MessageId=0x101 Facility=Rpc Severity=CoError SymbolicName=RPC_E_OUT_OF_RESOURCES
  9775. Language=English
  9776. Could not allocate some required resource (memory, events, ...)
  9777. .
  9778. MessageId=0x102 Facility=Rpc Severity=CoError SymbolicName=RPC_E_ATTEMPTED_MULTITHREAD
  9779. Language=English
  9780. Attempted to make calls on more than one thread in single threaded mode.
  9781. .
  9782. MessageId=0x103 Facility=Rpc Severity=CoError SymbolicName=RPC_E_NOT_REGISTERED
  9783. Language=English
  9784. The requested interface is not registered on the server object.
  9785. .
  9786. MessageId=0x104 Facility=Rpc Severity=CoError SymbolicName=RPC_E_FAULT
  9787. Language=English
  9788. RPC could not call the server or could not return the results of calling the server.
  9789. .
  9790. MessageId=0x105 Facility=Rpc Severity=CoError SymbolicName=RPC_E_SERVERFAULT
  9791. Language=English
  9792. The server threw an exception.
  9793. .
  9794. MessageId=0x106 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CHANGED_MODE
  9795. Language=English
  9796. Cannot change thread mode after it is set.
  9797. .
  9798. MessageId=0x107 Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALIDMETHOD
  9799. Language=English
  9800. The method called does not exist on the server.
  9801. .
  9802. MessageId=0x108 Facility=Rpc Severity=CoError SymbolicName=RPC_E_DISCONNECTED
  9803. Language=English
  9804. The object invoked has disconnected from its clients.
  9805. .
  9806. MessageId=0x109 Facility=Rpc Severity=CoError SymbolicName=RPC_E_RETRY
  9807. Language=English
  9808. The object invoked chose not to process the call now. Try again later.
  9809. .
  9810. MessageId=0x10a Facility=Rpc Severity=CoError SymbolicName=RPC_E_SERVERCALL_RETRYLATER
  9811. Language=English
  9812. The message filter indicated that the application is busy.
  9813. .
  9814. MessageId=0x10b Facility=Rpc Severity=CoError SymbolicName=RPC_E_SERVERCALL_REJECTED
  9815. Language=English
  9816. The message filter rejected the call.
  9817. .
  9818. MessageId=0x10c Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_CALLDATA
  9819. Language=English
  9820. A call control interfaces was called with invalid data.
  9821. .
  9822. MessageId=0x10d Facility=Rpc Severity=CoError SymbolicName=RPC_E_CANTCALLOUT_ININPUTSYNCCALL
  9823. Language=English
  9824. An outgoing call cannot be made since the application is dispatching an input-synchronous call.
  9825. .
  9826. MessageId=0x10e Facility=Rpc Severity=CoError SymbolicName=RPC_E_WRONG_THREAD
  9827. Language=English
  9828. The application called an interface that was marshalled for a different thread.
  9829. .
  9830. MessageId=0x10f Facility=Rpc Severity=CoError SymbolicName=RPC_E_THREAD_NOT_INIT
  9831. Language=English
  9832. CoInitialize has not been called on the current thread.
  9833. .
  9834. MessageId=0x110 Facility=Rpc Severity=CoError SymbolicName=RPC_E_VERSION_MISMATCH
  9835. Language=English
  9836. The version of OLE on the client and server machines does not match.
  9837. .
  9838. MessageId=0x111 Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_HEADER
  9839. Language=English
  9840. OLE received a packet with an invalid header.
  9841. .
  9842. MessageId=0x112 Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_EXTENSION
  9843. Language=English
  9844. OLE received a packet with an invalid extension.
  9845. .
  9846. MessageId=0x113 Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_IPID
  9847. Language=English
  9848. The requested object or interface does not exist.
  9849. .
  9850. MessageId=0x114 Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_OBJECT
  9851. Language=English
  9852. The requested object does not exist.
  9853. .
  9854. MessageId=0x115 Facility=Rpc Severity=CoError SymbolicName=RPC_S_CALLPENDING
  9855. Language=English
  9856. OLE has sent a request and is waiting for a reply.
  9857. .
  9858. MessageId=0x116 Facility=Rpc Severity=CoError SymbolicName=RPC_S_WAITONTIMER
  9859. Language=English
  9860. OLE is waiting before retrying a request.
  9861. .
  9862. MessageId=0x117 Facility=Rpc Severity=CoError SymbolicName=RPC_E_CALL_COMPLETE
  9863. Language=English
  9864. Call context cannot be accessed after call completed.
  9865. .
  9866. MessageId=0x118 Facility=Rpc Severity=CoError SymbolicName=RPC_E_UNSECURE_CALL
  9867. Language=English
  9868. Impersonate on unsecure calls is not supported.
  9869. .
  9870. MessageId=0x119 Facility=Rpc Severity=CoError SymbolicName=RPC_E_TOO_LATE
  9871. Language=English
  9872. Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized.
  9873. .
  9874. MessageId=0x11A Facility=Rpc Severity=CoError SymbolicName=RPC_E_NO_GOOD_SECURITY_PACKAGES
  9875. Language=English
  9876. No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server.
  9877. .
  9878. MessageId=0x11B Facility=Rpc Severity=CoError SymbolicName=RPC_E_ACCESS_DENIED
  9879. Language=English
  9880. Access is denied.
  9881. .
  9882. MessageId=0x11C Facility=Rpc Severity=CoError SymbolicName=RPC_E_REMOTE_DISABLED
  9883. Language=English
  9884. Remote calls are not allowed for this process.
  9885. .
  9886. MessageId=0x11D Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_OBJREF
  9887. Language=English
  9888. The marshaled interface data packet (OBJREF) has an invalid or unknown format.
  9889. .
  9890. MessageId=0x11E Facility=Rpc Severity=CoError SymbolicName=RPC_E_NO_CONTEXT
  9891. Language=English
  9892. No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call.
  9893. .
  9894. MessageId=0x11F Facility=Rpc Severity=CoError SymbolicName=RPC_E_TIMEOUT
  9895. Language=English
  9896. This operation returned because the timeout period expired.
  9897. .
  9898. MessageId=0x120 Facility=Rpc Severity=CoError SymbolicName=RPC_E_NO_SYNC
  9899. Language=English
  9900. There are no synchronize objects to wait on.
  9901. .
  9902. MessageId=0x121 Facility=Rpc Severity=CoError SymbolicName=RPC_E_FULLSIC_REQUIRED
  9903. Language=English
  9904. Full subject issuer chain SSL principal name expected from the server.
  9905. .
  9906. MessageId=0x122 Facility=Rpc Severity=CoError SymbolicName=RPC_E_INVALID_STD_NAME
  9907. Language=English
  9908. Principal name is not a valid MSSTD name.
  9909. .
  9910. MessageId=0x123 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOIMPERSONATE
  9911. Language=English
  9912. Unable to impersonate DCOM client
  9913. .
  9914. MessageId=0x124 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOGETSECCTX
  9915. Language=English
  9916. Unable to obtain server's security context
  9917. .
  9918. MessageId=0x125 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOOPENTHREADTOKEN
  9919. Language=English
  9920. Unable to open the access token of the current thread
  9921. .
  9922. MessageId=0x126 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOGETTOKENINFO
  9923. Language=English
  9924. Unable to obtain user info from an access token
  9925. .
  9926. MessageId=0x127 Facility=Rpc Severity=CoError SymbolicName=CO_E_TRUSTEEDOESNTMATCHCLIENT
  9927. Language=English
  9928. The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method
  9929. .
  9930. MessageId=0x128 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOQUERYCLIENTBLANKET
  9931. Language=English
  9932. Unable to obtain the client's security blanket
  9933. .
  9934. MessageId=0x129 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOSETDACL
  9935. Language=English
  9936. Unable to set a discretionary ACL into a security descriptor
  9937. .
  9938. MessageId=0x12a Facility=Rpc Severity=CoError SymbolicName=CO_E_ACCESSCHECKFAILED
  9939. Language=English
  9940. The system function, AccessCheck, returned false
  9941. .
  9942. MessageId=0x12b Facility=Rpc Severity=CoError SymbolicName=CO_E_NETACCESSAPIFAILED
  9943. Language=English
  9944. Either NetAccessDel or NetAccessAdd returned an error code.
  9945. .
  9946. MessageId=0x12c Facility=Rpc Severity=CoError SymbolicName=CO_E_WRONGTRUSTEENAMESYNTAX
  9947. Language=English
  9948. One of the trustee strings provided by the user did not conform to the <Domain>\<Name> syntax and it was not the "*" string
  9949. .
  9950. MessageId=0x12d Facility=Rpc Severity=CoError SymbolicName=CO_E_INVALIDSID
  9951. Language=English
  9952. One of the security identifiers provided by the user was invalid
  9953. .
  9954. MessageId=0x12e Facility=Rpc Severity=CoError SymbolicName=CO_E_CONVERSIONFAILED
  9955. Language=English
  9956. Unable to convert a wide character trustee string to a multibyte trustee string
  9957. .
  9958. MessageId=0x12f Facility=Rpc Severity=CoError SymbolicName=CO_E_NOMATCHINGSIDFOUND
  9959. Language=English
  9960. Unable to find a security identifier that corresponds to a trustee string provided by the user
  9961. .
  9962. MessageId=0x130 Facility=Rpc Severity=CoError SymbolicName=CO_E_LOOKUPACCSIDFAILED
  9963. Language=English
  9964. The system function, LookupAccountSID, failed
  9965. .
  9966. MessageId=0x131 Facility=Rpc Severity=CoError SymbolicName=CO_E_NOMATCHINGNAMEFOUND
  9967. Language=English
  9968. Unable to find a trustee name that corresponds to a security identifier provided by the user
  9969. .
  9970. MessageId=0x132 Facility=Rpc Severity=CoError SymbolicName=CO_E_LOOKUPACCNAMEFAILED
  9971. Language=English
  9972. The system function, LookupAccountName, failed
  9973. .
  9974. MessageId=0x133 Facility=Rpc Severity=CoError SymbolicName=CO_E_SETSERLHNDLFAILED
  9975. Language=English
  9976. Unable to set or reset a serialization handle
  9977. .
  9978. MessageId=0x134 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOGETWINDIR
  9979. Language=English
  9980. Unable to obtain the Windows directory
  9981. .
  9982. MessageId=0x135 Facility=Rpc Severity=CoError SymbolicName=CO_E_PATHTOOLONG
  9983. Language=English
  9984. Path too long
  9985. .
  9986. MessageId=0x136 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOGENUUID
  9987. Language=English
  9988. Unable to generate a uuid.
  9989. .
  9990. MessageId=0x137 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOCREATEFILE
  9991. Language=English
  9992. Unable to create file
  9993. .
  9994. MessageId=0x138 Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOCLOSEHANDLE
  9995. Language=English
  9996. Unable to close a serialization handle or a file handle.
  9997. .
  9998. MessageId=0x139 Facility=Rpc Severity=CoError SymbolicName=CO_E_EXCEEDSYSACLLIMIT
  9999. Language=English
  10000. The number of ACEs in an ACL exceeds the system limit.
  10001. .
  10002. MessageId=0x13a Facility=Rpc Severity=CoError SymbolicName=CO_E_ACESINWRONGORDER
  10003. Language=English
  10004. Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream.
  10005. .
  10006. MessageId=0x13b Facility=Rpc Severity=CoError SymbolicName=CO_E_INCOMPATIBLESTREAMVERSION
  10007. Language=English
  10008. The version of ACL format in the stream is not supported by this implementation of IAccessControl
  10009. .
  10010. MessageId=0x13c Facility=Rpc Severity=CoError SymbolicName=CO_E_FAILEDTOOPENPROCESSTOKEN
  10011. Language=English
  10012. Unable to open the access token of the server process
  10013. .
  10014. MessageId=0x13d Facility=Rpc Severity=CoError SymbolicName=CO_E_DECODEFAILED
  10015. Language=English
  10016. Unable to decode the ACL in the stream provided by the user
  10017. .
  10018. MessageId=0x13f Facility=Rpc Severity=CoError SymbolicName=CO_E_ACNOTINITIALIZED
  10019. Language=English
  10020. The COM IAccessControl object is not initialized
  10021. .
  10022. MessageId=0x140 Facility=Rpc Severity=CoError SymbolicName=CO_E_CANCEL_DISABLED
  10023. Language=English
  10024. Call Cancellation is disabled
  10025. .
  10026. MessageId=0xFFFF Facility=Rpc Severity=CoError SymbolicName=RPC_E_UNEXPECTED
  10027. Language=English
  10028. An internal error occurred.
  10029. .
  10030. ;
  10031. ;
  10032. ;//////////////////////////////////////
  10033. ;// //
  10034. ;// Additional Security Status Codes //
  10035. ;// //
  10036. ;// Facility=Security //
  10037. ;// //
  10038. ;//////////////////////////////////////
  10039. ;
  10040. ;
  10041. MessageId=0x0001 Facility=Security Severity=Error SymbolicName=ERROR_AUDITING_DISABLED
  10042. Language=English
  10043. The specified event is currently not being audited.
  10044. .
  10045. MessageId=0x0002 Facility=Security Severity=Error SymbolicName=ERROR_ALL_SIDS_FILTERED
  10046. Language=English
  10047. The SID filtering operation removed all SIDs.
  10048. .
  10049. ;
  10050. ;
  10051. ;/////////////////////////////////////////////
  10052. ;// //
  10053. ;// end of Additional Security Status Codes //
  10054. ;// //
  10055. ;/////////////////////////////////////////////
  10056. ;
  10057. ;
  10058. ;
  10059. ; /////////////////
  10060. ; //
  10061. ; // FACILITY_SSPI
  10062. ; //
  10063. ; /////////////////
  10064. ;
  10065. MessageId=1 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_UID
  10066. Language=English
  10067. Bad UID.
  10068. .
  10069. MessageId=2 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_HASH
  10070. Language=English
  10071. Bad Hash.
  10072. .
  10073. MessageId=3 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_KEY
  10074. Language=English
  10075. Bad Key.
  10076. .
  10077. MessageId=4 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_LEN
  10078. Language=English
  10079. Bad Length.
  10080. .
  10081. MessageId=5 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_DATA
  10082. Language=English
  10083. Bad Data.
  10084. .
  10085. MessageId=6 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_SIGNATURE
  10086. Language=English
  10087. Invalid Signature.
  10088. .
  10089. MessageId=7 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_VER
  10090. Language=English
  10091. Bad Version of provider.
  10092. .
  10093. MessageId=8 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_ALGID
  10094. Language=English
  10095. Invalid algorithm specified.
  10096. .
  10097. MessageId=9 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_FLAGS
  10098. Language=English
  10099. Invalid flags specified.
  10100. .
  10101. MessageId=10 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_TYPE
  10102. Language=English
  10103. Invalid type specified.
  10104. .
  10105. MessageId=11 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_KEY_STATE
  10106. Language=English
  10107. Key not valid for use in specified state.
  10108. .
  10109. MessageId=12 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_HASH_STATE
  10110. Language=English
  10111. Hash not valid for use in specified state.
  10112. .
  10113. MessageId=13 Facility=Sspi Severity=CoError SymbolicName=NTE_NO_KEY
  10114. Language=English
  10115. Key does not exist.
  10116. .
  10117. MessageId=14 Facility=Sspi Severity=CoError SymbolicName=NTE_NO_MEMORY
  10118. Language=English
  10119. Insufficient memory available for the operation.
  10120. .
  10121. MessageId=15 Facility=Sspi Severity=CoError SymbolicName=NTE_EXISTS
  10122. Language=English
  10123. Object already exists.
  10124. .
  10125. MessageId=16 Facility=Sspi Severity=CoError SymbolicName=NTE_PERM
  10126. Language=English
  10127. Access denied.
  10128. .
  10129. MessageId=17 Facility=Sspi Severity=CoError SymbolicName=NTE_NOT_FOUND
  10130. Language=English
  10131. Object was not found.
  10132. .
  10133. MessageId=18 Facility=Sspi Severity=CoError SymbolicName=NTE_DOUBLE_ENCRYPT
  10134. Language=English
  10135. Data already encrypted.
  10136. .
  10137. MessageId=19 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_PROVIDER
  10138. Language=English
  10139. Invalid provider specified.
  10140. .
  10141. MessageId=20 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_PROV_TYPE
  10142. Language=English
  10143. Invalid provider type specified.
  10144. .
  10145. MessageId=21 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_PUBLIC_KEY
  10146. Language=English
  10147. Provider's public key is invalid.
  10148. .
  10149. MessageId=22 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_KEYSET
  10150. Language=English
  10151. Keyset does not exist
  10152. .
  10153. MessageId=23 Facility=Sspi Severity=CoError SymbolicName=NTE_PROV_TYPE_NOT_DEF
  10154. Language=English
  10155. Provider type not defined.
  10156. .
  10157. MessageId=24 Facility=Sspi Severity=CoError SymbolicName=NTE_PROV_TYPE_ENTRY_BAD
  10158. Language=English
  10159. Provider type as registered is invalid.
  10160. .
  10161. MessageId=25 Facility=Sspi Severity=CoError SymbolicName=NTE_KEYSET_NOT_DEF
  10162. Language=English
  10163. The keyset is not defined.
  10164. .
  10165. MessageId=26 Facility=Sspi Severity=CoError SymbolicName=NTE_KEYSET_ENTRY_BAD
  10166. Language=English
  10167. Keyset as registered is invalid.
  10168. .
  10169. MessageId=27 Facility=Sspi Severity=CoError SymbolicName=NTE_PROV_TYPE_NO_MATCH
  10170. Language=English
  10171. Provider type does not match registered value.
  10172. .
  10173. MessageId=28 Facility=Sspi Severity=CoError SymbolicName=NTE_SIGNATURE_FILE_BAD
  10174. Language=English
  10175. The digital signature file is corrupt.
  10176. .
  10177. MessageId=29 Facility=Sspi Severity=CoError SymbolicName=NTE_PROVIDER_DLL_FAIL
  10178. Language=English
  10179. Provider DLL failed to initialize correctly.
  10180. .
  10181. MessageId=30 Facility=Sspi Severity=CoError SymbolicName=NTE_PROV_DLL_NOT_FOUND
  10182. Language=English
  10183. Provider DLL could not be found.
  10184. .
  10185. MessageId=31 Facility=Sspi Severity=CoError SymbolicName=NTE_BAD_KEYSET_PARAM
  10186. Language=English
  10187. The Keyset parameter is invalid.
  10188. .
  10189. MessageId=32 Facility=Sspi Severity=CoError SymbolicName=NTE_FAIL
  10190. Language=English
  10191. An internal error occurred.
  10192. .
  10193. MessageId=33 Facility=Sspi Severity=CoError SymbolicName=NTE_SYS_ERR
  10194. Language=English
  10195. A base error occurred.
  10196. .
  10197. MessageId=34 Facility=Sspi Severity=CoError SymbolicName=NTE_SILENT_CONTEXT
  10198. Language=English
  10199. Provider could not perform the action since the context was acquired as silent.
  10200. .
  10201. MessageId=35 Facility=Sspi Severity=CoError SymbolicName=NTE_TOKEN_KEYSET_STORAGE_FULL
  10202. Language=English
  10203. The security token does not have storage space available for an additional container.
  10204. .
  10205. MessageId=36 Facility=Sspi Severity=CoError SymbolicName=NTE_TEMPORARY_PROFILE
  10206. Language=English
  10207. The profile for the user is a temporary profile.
  10208. .
  10209. MessageId=37 Facility=Sspi Severity=CoError SymbolicName=NTE_FIXEDPARAMETER
  10210. Language=English
  10211. The key parameters could not be set because the CSP uses fixed parameters.
  10212. .
  10213. MessageId=0x0300 Facility=Sspi Severity=CoError SymbolicName=SEC_E_INSUFFICIENT_MEMORY
  10214. Language=English
  10215. Not enough memory is available to complete this request
  10216. .
  10217. MessageId=0x0301 Facility=Sspi Severity=CoError SymbolicName=SEC_E_INVALID_HANDLE
  10218. Language=English
  10219. The handle specified is invalid
  10220. .
  10221. MessageId=0x0302 Facility=Sspi Severity=CoError SymbolicName=SEC_E_UNSUPPORTED_FUNCTION
  10222. Language=English
  10223. The function requested is not supported
  10224. .
  10225. MessageId=0x0303 Facility=Sspi Severity=CoError SymbolicName=SEC_E_TARGET_UNKNOWN
  10226. Language=English
  10227. The specified target is unknown or unreachable
  10228. .
  10229. MessageId=0x0304 Facility=Sspi Severity=CoError SymbolicName=SEC_E_INTERNAL_ERROR
  10230. Language=English
  10231. The Local Security Authority cannot be contacted
  10232. .
  10233. MessageId=0x0305 Facility=Sspi Severity=CoError SymbolicName=SEC_E_SECPKG_NOT_FOUND
  10234. Language=English
  10235. The requested security package does not exist
  10236. .
  10237. MessageId=0x0306 Facility=Sspi Severity=CoError SymbolicName=SEC_E_NOT_OWNER
  10238. Language=English
  10239. The caller is not the owner of the desired credentials
  10240. .
  10241. MessageId=0x0307 Facility=Sspi Severity=CoError SymbolicName=SEC_E_CANNOT_INSTALL
  10242. Language=English
  10243. The security package failed to initialize, and cannot be installed
  10244. .
  10245. MessageId=0x0308 Facility=Sspi Severity=CoError SymbolicName=SEC_E_INVALID_TOKEN
  10246. Language=English
  10247. The token supplied to the function is invalid
  10248. .
  10249. MessageId=0x0309 Facility=Sspi Severity=CoError SymbolicName=SEC_E_CANNOT_PACK
  10250. Language=English
  10251. The security package is not able to marshall the logon buffer, so the logon attempt has failed
  10252. .
  10253. MessageId=0x030A Facility=Sspi Severity=CoError SymbolicName=SEC_E_QOP_NOT_SUPPORTED
  10254. Language=English
  10255. The per-message Quality of Protection is not supported by the security package
  10256. .
  10257. MessageId=0x030B Facility=Sspi Severity=CoError SymbolicName=SEC_E_NO_IMPERSONATION
  10258. Language=English
  10259. The security context does not allow impersonation of the client
  10260. .
  10261. MessageId=0x030C Facility=Sspi Severity=CoError SymbolicName=SEC_E_LOGON_DENIED
  10262. Language=English
  10263. The logon attempt failed
  10264. .
  10265. MessageId=0x030D Facility=Sspi Severity=CoError SymbolicName=SEC_E_UNKNOWN_CREDENTIALS
  10266. Language=English
  10267. The credentials supplied to the package were not recognized
  10268. .
  10269. MessageId=0x030E Facility=Sspi Severity=CoError SymbolicName=SEC_E_NO_CREDENTIALS
  10270. Language=English
  10271. No credentials are available in the security package
  10272. .
  10273. MessageId=0x030F Facility=Sspi Severity=CoError SymbolicName=SEC_E_MESSAGE_ALTERED
  10274. Language=English
  10275. The message or signature supplied for verification has been altered
  10276. .
  10277. MessageId=0x0310 Facility=Sspi Severity=CoError SymbolicName=SEC_E_OUT_OF_SEQUENCE
  10278. Language=English
  10279. The message supplied for verification is out of sequence
  10280. .
  10281. MessageId=0x0311 Facility=Sspi Severity=CoError SymbolicName=SEC_E_NO_AUTHENTICATING_AUTHORITY
  10282. Language=English
  10283. No authority could be contacted for authentication.
  10284. .
  10285. MessageId=0x0312 Facility=Sspi Severity=Success SymbolicName=SEC_I_CONTINUE_NEEDED
  10286. Language=English
  10287. The function completed successfully, but must be called again to complete the context
  10288. .
  10289. MessageId=0x0313 Facility=Sspi Severity=Success SymbolicName=SEC_I_COMPLETE_NEEDED
  10290. Language=English
  10291. The function completed successfully, but CompleteToken must be called
  10292. .
  10293. MessageId=0x0314 Facility=Sspi Severity=Success SymbolicName=SEC_I_COMPLETE_AND_CONTINUE
  10294. Language=English
  10295. The function completed successfully, but both CompleteToken and this function must be called to complete the context
  10296. .
  10297. MessageId=0x0315 Facility=Sspi Severity=Success SymbolicName=SEC_I_LOCAL_LOGON
  10298. Language=English
  10299. The logon was completed, but no network authority was available. The logon was made using locally known information
  10300. .
  10301. MessageId=0x0316 Facility=Sspi Severity=CoError SymbolicName=SEC_E_BAD_PKGID
  10302. Language=English
  10303. The requested security package does not exist
  10304. .
  10305. MessageId=0x0317 Facility=Sspi Severity=CoError SymbolicName=SEC_E_CONTEXT_EXPIRED
  10306. Language=English
  10307. The context has expired and can no longer be used.
  10308. .
  10309. MessageId=0x0317 Facility=Sspi Severity=Success SymbolicName=SEC_I_CONTEXT_EXPIRED
  10310. Language=English
  10311. The context has expired and can no longer be used.
  10312. .
  10313. MessageId=0x0318 Facility=Sspi Severity=CoError SymbolicName=SEC_E_INCOMPLETE_MESSAGE
  10314. Language=English
  10315. The supplied message is incomplete. The signature was not verified.
  10316. .
  10317. MessageId=0x0320 Facility=Sspi Severity=CoError SymbolicName=SEC_E_INCOMPLETE_CREDENTIALS
  10318. Language=English
  10319. The credentials supplied were not complete, and could not be verified. The context could not be initialized.
  10320. .
  10321. MessageId=0x0321 Facility=Sspi Severity=CoError SymbolicName=SEC_E_BUFFER_TOO_SMALL
  10322. Language=English
  10323. The buffers supplied to a function was too small.
  10324. .
  10325. MessageId=0x0320 Facility=Sspi Severity=Success SymbolicName=SEC_I_INCOMPLETE_CREDENTIALS
  10326. Language=English
  10327. The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context.
  10328. .
  10329. MessageId=0x0321 Facility=Sspi Severity=Success SymbolicName=SEC_I_RENEGOTIATE
  10330. Language=English
  10331. The context data must be renegotiated with the peer.
  10332. .
  10333. MessageId=0x0322 Facility=Sspi Severity=CoError SymbolicName=SEC_E_WRONG_PRINCIPAL
  10334. Language=English
  10335. The target principal name is incorrect.
  10336. .
  10337. MessageId=0x0323 Facility=Sspi Severity=Success SymbolicName=SEC_I_NO_LSA_CONTEXT
  10338. Language=English
  10339. There is no LSA mode context associated with this context.
  10340. .
  10341. MessageId=0x0324 Facility=Sspi Severity=CoError SymbolicName=SEC_E_TIME_SKEW
  10342. Language=English
  10343. The clocks on the client and server machines are skewed.
  10344. .
  10345. MessageId=0x0325 Facility=Sspi Severity=CoError SymbolicName=SEC_E_UNTRUSTED_ROOT
  10346. Language=English
  10347. The certificate chain was issued by an authority that is not trusted.
  10348. .
  10349. MessageId=0x0326 Facility=Sspi Severity=CoError SymbolicName=SEC_E_ILLEGAL_MESSAGE
  10350. Language=English
  10351. The message received was unexpected or badly formatted.
  10352. .
  10353. MessageId=0x0327 Facility=Sspi Severity=CoError SymbolicName=SEC_E_CERT_UNKNOWN
  10354. Language=English
  10355. An unknown error occurred while processing the certificate.
  10356. .
  10357. MessageId=0x0328 Facility=Sspi Severity=CoError SymbolicName=SEC_E_CERT_EXPIRED
  10358. Language=English
  10359. The received certificate has expired.
  10360. .
  10361. MessageId=0x0329 Facility=Sspi Severity=CoError SymbolicName=SEC_E_ENCRYPT_FAILURE
  10362. Language=English
  10363. The specified data could not be encrypted.
  10364. .
  10365. MessageId=0x0330 Facility=Sspi Severity=CoError SymbolicName=SEC_E_DECRYPT_FAILURE
  10366. Language=English
  10367. The specified data could not be decrypted.
  10368. .
  10369. MessageId=0x0331 Facility=Sspi Severity=CoError SymbolicName=SEC_E_ALGORITHM_MISMATCH
  10370. Language=English
  10371. The client and server cannot communicate, because they do not possess a common algorithm.
  10372. .
  10373. MessageId=0x0332 Facility=Sspi Severity=CoError SymbolicName=SEC_E_SECURITY_QOS_FAILED
  10374. Language=English
  10375. The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation).
  10376. .
  10377. MessageId=0x0333 Facility=Sspi Severity=CoError SymbolicName=SEC_E_UNFINISHED_CONTEXT_DELETED
  10378. Language=English
  10379. A security context was deleted before the context was completed. This is considered a logon failure.
  10380. .
  10381. MessageId=0x0334 Facility=Sspi Severity=CoError SymbolicName=SEC_E_NO_TGT_REPLY
  10382. Language=English
  10383. The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.
  10384. .
  10385. MessageId=0x0335 Facility=Sspi Severity=CoError SymbolicName=SEC_E_NO_IP_ADDRESSES
  10386. Language=English
  10387. Unable to accomplish the requested task because the local machine does not have any IP addresses.
  10388. .
  10389. MessageId=0x0336 Facility=Sspi Severity=CoError SymbolicName=SEC_E_WRONG_CREDENTIAL_HANDLE
  10390. Language=English
  10391. The supplied credential handle does not match the credential associated with the security context.
  10392. .
  10393. MessageId=0x0337 Facility=Sspi Severity=CoError SymbolicName=SEC_E_CRYPTO_SYSTEM_INVALID
  10394. Language=English
  10395. The crypto system or checksum function is invalid because a required function is unavailable.
  10396. .
  10397. MessageId=0x0338 Facility=Sspi Severity=CoError SymbolicName=SEC_E_MAX_REFERRALS_EXCEEDED
  10398. Language=English
  10399. The number of maximum ticket referrals has been exceeded.
  10400. .
  10401. MessageId=0x0339 Facility=Sspi Severity=CoError SymbolicName=SEC_E_MUST_BE_KDC
  10402. Language=English
  10403. The local machine must be a Kerberos KDC (domain controller) and it is not.
  10404. .
  10405. MessageId=0x033A Facility=Sspi Severity=CoError SymbolicName=SEC_E_STRONG_CRYPTO_NOT_SUPPORTED
  10406. Language=English
  10407. The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
  10408. .
  10409. MessageId=0x033B Facility=Sspi Severity=CoError SymbolicName=SEC_E_TOO_MANY_PRINCIPALS
  10410. Language=English
  10411. The KDC reply contained more than one principal name.
  10412. .
  10413. MessageId=0x033C Facility=Sspi Severity=CoError SymbolicName=SEC_E_NO_PA_DATA
  10414. Language=English
  10415. Expected to find PA data for a hint of what etype to use, but it was not found.
  10416. .
  10417. MessageId=0x033D Facility=Sspi Severity=CoError SymbolicName=SEC_E_PKINIT_NAME_MISMATCH
  10418. Language=English
  10419. The client cert name does not matches the user name or the KDC name is incorrect.
  10420. .
  10421. MessageId=0x033E Facility=Sspi Severity=CoError SymbolicName=SEC_E_SMARTCARD_LOGON_REQUIRED
  10422. Language=English
  10423. Smartcard logon is required and was not used.
  10424. .
  10425. MessageId=0x033F Facility=Sspi Severity=CoError SymbolicName=SEC_E_SHUTDOWN_IN_PROGRESS
  10426. Language=English
  10427. A system shutdown is in progress.
  10428. .
  10429. MessageId=0x0340 Facility=Sspi Severity=CoError SymbolicName=SEC_E_KDC_INVALID_REQUEST
  10430. Language=English
  10431. An invalid request was sent to the KDC.
  10432. .
  10433. MessageId=0x0341 Facility=Sspi Severity=CoError SymbolicName=SEC_E_KDC_UNABLE_TO_REFER
  10434. Language=English
  10435. The KDC was unable to generate a referral for the service requested.
  10436. .
  10437. MessageId=0x0342 Facility=Sspi Severity=CoError SymbolicName=SEC_E_KDC_UNKNOWN_ETYPE
  10438. Language=English
  10439. The encryption type requested is not supported by the KDC.
  10440. .
  10441. MessageId=0x0343 Facility=Sspi Severity=CoError SymbolicName=SEC_E_UNSUPPORTED_PREAUTH
  10442. Language=English
  10443. An unsupported preauthentication mechanism was presented to the kerberos package.
  10444. .
  10445. MessageId=0x0345 Facility=Sspi Severity=CoError SymbolicName=SEC_E_DELEGATION_REQUIRED
  10446. Language=English
  10447. The requested operation requires delegation to be enabled on the machine.
  10448. .
  10449. MessageId=0x0346 Facility=Sspi Severity=CoError SymbolicName=SEC_E_BAD_BINDINGS
  10450. Language=English
  10451. Client's supplied SSPI channel bindings were incorrect.
  10452. .
  10453. MessageId=0x0347 Facility=Sspi Severity=CoError SymbolicName=SEC_E_MULTIPLE_ACCOUNTS
  10454. Language=English
  10455. The received certificate was mapped to multiple accounts.
  10456. .
  10457. MessageId=0x0348 Facility=Sspi Severity=CoError SymbolicName=SEC_E_NO_KERB_KEY
  10458. Language=English The target server does not have acceptable kerberos credentials.
  10459. .
  10460. ;//
  10461. ;// Provided for backwards compatibility
  10462. ;//
  10463. ;
  10464. ;#define SEC_E_NO_SPM SEC_E_INTERNAL_ERROR
  10465. ;#define SEC_E_NOT_SUPPORTED SEC_E_UNSUPPORTED_FUNCTION
  10466. ;
  10467. MessageId=0x1001 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_MSG_ERROR
  10468. Language=English
  10469. An error occurred while performing an operation on a cryptographic message.
  10470. .
  10471. MessageId=0x1002 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_UNKNOWN_ALGO
  10472. Language=English
  10473. Unknown cryptographic algorithm.
  10474. .
  10475. MessageId=0x1003 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_OID_FORMAT
  10476. Language=English
  10477. The object identifier is poorly formatted.
  10478. .
  10479. MessageId=0x1004 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_INVALID_MSG_TYPE
  10480. Language=English
  10481. Invalid cryptographic message type.
  10482. .
  10483. MessageId=0x1005 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_UNEXPECTED_ENCODING
  10484. Language=English
  10485. Unexpected cryptographic message encoding.
  10486. .
  10487. MessageId=0x1006 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_AUTH_ATTR_MISSING
  10488. Language=English
  10489. The cryptographic message does not contain an expected authenticated attribute.
  10490. .
  10491. MessageId=0x1007 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_HASH_VALUE
  10492. Language=English
  10493. The hash value is not correct.
  10494. .
  10495. MessageId=0x1008 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_INVALID_INDEX
  10496. Language=English
  10497. The index value is not valid.
  10498. .
  10499. MessageId=0x1009 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ALREADY_DECRYPTED
  10500. Language=English
  10501. The content of the cryptographic message has already been decrypted.
  10502. .
  10503. MessageId=0x100A Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NOT_DECRYPTED
  10504. Language=English
  10505. The content of the cryptographic message has not been decrypted yet.
  10506. .
  10507. MessageId=0x100B Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_RECIPIENT_NOT_FOUND
  10508. Language=English
  10509. The enveloped-data message does not contain the specified recipient.
  10510. .
  10511. MessageId=0x100C Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_CONTROL_TYPE
  10512. Language=English
  10513. Invalid control type.
  10514. .
  10515. MessageId=0x100D Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ISSUER_SERIALNUMBER
  10516. Language=English
  10517. Invalid issuer and/or serial number.
  10518. .
  10519. MessageId=0x100E Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_SIGNER_NOT_FOUND
  10520. Language=English
  10521. Cannot find the original signer.
  10522. .
  10523. MessageId=0x100F Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ATTRIBUTES_MISSING
  10524. Language=English
  10525. The cryptographic message does not contain all of the requested attributes.
  10526. .
  10527. MessageId=0x1010 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_STREAM_MSG_NOT_READY
  10528. Language=English
  10529. The streamed cryptographic message is not ready to return data.
  10530. .
  10531. MessageId=0x1011 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_STREAM_INSUFFICIENT_DATA
  10532. Language=English
  10533. The streamed cryptographic message requires more data to complete the decode operation.
  10534. .
  10535. MessageId=0x1012 Facility=Sspi Severity=Success SymbolicName=CRYPT_I_NEW_PROTECTION_REQUIRED
  10536. Language=English
  10537. The protected data needs to be re-protected.
  10538. .
  10539. MessageId=0x2001 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_BAD_LEN
  10540. Language=English
  10541. The length specified for the output data was insufficient.
  10542. .
  10543. MessageId=0x2002 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_BAD_ENCODE
  10544. Language=English
  10545. An error occurred during encode or decode operation.
  10546. .
  10547. MessageId=0x2003 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_FILE_ERROR
  10548. Language=English
  10549. An error occurred while reading or writing to a file.
  10550. .
  10551. MessageId=0x2004 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NOT_FOUND
  10552. Language=English
  10553. Cannot find object or property.
  10554. .
  10555. MessageId=0x2005 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_EXISTS
  10556. Language=English
  10557. The object or property already exists.
  10558. .
  10559. MessageId=0x2006 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_PROVIDER
  10560. Language=English
  10561. No provider was specified for the store or object.
  10562. .
  10563. MessageId=0x2007 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_SELF_SIGNED
  10564. Language=English
  10565. The specified certificate is self signed.
  10566. .
  10567. MessageId=0x2008 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_DELETED_PREV
  10568. Language=English
  10569. The previous certificate or CRL context was deleted.
  10570. .
  10571. MessageId=0x2009 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_MATCH
  10572. Language=English
  10573. Cannot find the requested object.
  10574. .
  10575. MessageId=0x200A Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_UNEXPECTED_MSG_TYPE
  10576. Language=English
  10577. The certificate does not have a property that references a private key.
  10578. .
  10579. MessageId=0x200B Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_KEY_PROPERTY
  10580. Language=English
  10581. Cannot find the certificate and private key for decryption.
  10582. .
  10583. MessageId=0x200C Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_DECRYPT_CERT
  10584. Language=English
  10585. Cannot find the certificate and private key to use for decryption.
  10586. .
  10587. MessageId=0x200D Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_BAD_MSG
  10588. Language=English
  10589. Not a cryptographic message or the cryptographic message is not formatted correctly.
  10590. .
  10591. MessageId=0x200E Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_SIGNER
  10592. Language=English
  10593. The signed cryptographic message does not have a signer for the specified signer index.
  10594. .
  10595. MessageId=0x200F Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_PENDING_CLOSE
  10596. Language=English
  10597. Final closure is pending until additional frees or closes.
  10598. .
  10599. MessageId=0x2010 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_REVOKED
  10600. Language=English
  10601. The certificate is revoked.
  10602. .
  10603. MessageId=0x2011 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_REVOCATION_DLL
  10604. Language=English
  10605. No Dll or exported function was found to verify revocation.
  10606. .
  10607. MessageId=0x2012 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_REVOCATION_CHECK
  10608. Language=English
  10609. The revocation function was unable to check revocation for the certificate.
  10610. .
  10611. MessageId=0x2013 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_REVOCATION_OFFLINE
  10612. Language=English
  10613. The revocation function was unable to check revocation because the revocation server was offline.
  10614. .
  10615. MessageId=0x2014 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NOT_IN_REVOCATION_DATABASE
  10616. Language=English
  10617. The certificate is not in the revocation server's database.
  10618. .
  10619. MessageId=0x2020 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_INVALID_NUMERIC_STRING
  10620. Language=English
  10621. The string contains a non-numeric character.
  10622. .
  10623. MessageId=0x2021 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_INVALID_PRINTABLE_STRING
  10624. Language=English
  10625. The string contains a non-printable character.
  10626. .
  10627. MessageId=0x2022 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_INVALID_IA5_STRING
  10628. Language=English
  10629. The string contains a character not in the 7 bit ASCII character set.
  10630. .
  10631. MessageId=0x2023 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_INVALID_X500_STRING
  10632. Language=English
  10633. The string contains an invalid X500 name attribute key, oid, value or delimiter.
  10634. .
  10635. MessageId=0x2024 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NOT_CHAR_STRING
  10636. Language=English
  10637. The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING.
  10638. .
  10639. MessageId=0x2025 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_FILERESIZED
  10640. Language=English
  10641. The Put operation can not continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done.
  10642. .
  10643. MessageId=0x2026 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_SECURITY_SETTINGS
  10644. Language=English
  10645. The cryptographic operation failed due to a local security option setting.
  10646. .
  10647. MessageId=0x2027 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_VERIFY_USAGE_DLL
  10648. Language=English
  10649. No DLL or exported function was found to verify subject usage.
  10650. .
  10651. MessageId=0x2028 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_VERIFY_USAGE_CHECK
  10652. Language=English
  10653. The called function was unable to do a usage check on the subject.
  10654. .
  10655. MessageId=0x2029 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_VERIFY_USAGE_OFFLINE
  10656. Language=English
  10657. Since the server was offline, the called function was unable to complete the usage check.
  10658. .
  10659. MessageId=0x202A Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NOT_IN_CTL
  10660. Language=English
  10661. The subject was not found in a Certificate Trust List (CTL).
  10662. .
  10663. MessageId=0x202B Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_NO_TRUSTED_SIGNER
  10664. Language=English
  10665. None of the signers of the cryptographic message or certificate trust list is trusted.
  10666. .
  10667. MessageId=0x202C Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_MISSING_PUBKEY_PARA
  10668. Language=English
  10669. The public key's algorithm parameters are missing.
  10670. .
  10671. MessageId=0x3000 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_OSS_ERROR
  10672. Language=English
  10673. OSS Certificate encode/decode error code base
  10674. See asn1code.h for a definition of the OSS runtime errors. The OSS
  10675. error values are offset by CRYPT_E_OSS_ERROR.
  10676. .
  10677. MessageId=0x3001 Facility=Sspi Severity=CoError SymbolicName=OSS_MORE_BUF
  10678. Language=English
  10679. OSS ASN.1 Error: Output Buffer is too small.
  10680. .
  10681. MessageId=0x3002 Facility=Sspi Severity=CoError SymbolicName=OSS_NEGATIVE_UINTEGER
  10682. Language=English
  10683. OSS ASN.1 Error: Signed integer is encoded as a unsigned integer.
  10684. .
  10685. MessageId=0x3003 Facility=Sspi Severity=CoError SymbolicName=OSS_PDU_RANGE
  10686. Language=English
  10687. OSS ASN.1 Error: Unknown ASN.1 data type.
  10688. .
  10689. MessageId=0x3004 Facility=Sspi Severity=CoError SymbolicName=OSS_MORE_INPUT
  10690. Language=English
  10691. OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated.
  10692. .
  10693. MessageId=0x3005 Facility=Sspi Severity=CoError SymbolicName=OSS_DATA_ERROR
  10694. Language=English
  10695. OSS ASN.1 Error: Invalid data.
  10696. .
  10697. MessageId=0x3006 Facility=Sspi Severity=CoError SymbolicName=OSS_BAD_ARG
  10698. Language=English
  10699. OSS ASN.1 Error: Invalid argument.
  10700. .
  10701. MessageId=0x3007 Facility=Sspi Severity=CoError SymbolicName=OSS_BAD_VERSION
  10702. Language=English
  10703. OSS ASN.1 Error: Encode/Decode version mismatch.
  10704. .
  10705. MessageId=0x3008 Facility=Sspi Severity=CoError SymbolicName=OSS_OUT_MEMORY
  10706. Language=English
  10707. OSS ASN.1 Error: Out of memory.
  10708. .
  10709. MessageId=0x3009 Facility=Sspi Severity=CoError SymbolicName=OSS_PDU_MISMATCH
  10710. Language=English
  10711. OSS ASN.1 Error: Encode/Decode Error.
  10712. .
  10713. MessageId=0x300A Facility=Sspi Severity=CoError SymbolicName=OSS_LIMITED
  10714. Language=English
  10715. OSS ASN.1 Error: Internal Error.
  10716. .
  10717. MessageId=0x300B Facility=Sspi Severity=CoError SymbolicName=OSS_BAD_PTR
  10718. Language=English
  10719. OSS ASN.1 Error: Invalid data.
  10720. .
  10721. MessageId=0x300C Facility=Sspi Severity=CoError SymbolicName=OSS_BAD_TIME
  10722. Language=English
  10723. OSS ASN.1 Error: Invalid data.
  10724. .
  10725. MessageId=0x300D Facility=Sspi Severity=CoError SymbolicName=OSS_INDEFINITE_NOT_SUPPORTED
  10726. Language=English
  10727. OSS ASN.1 Error: Unsupported BER indefinite-length encoding.
  10728. .
  10729. MessageId=0x300E Facility=Sspi Severity=CoError SymbolicName=OSS_MEM_ERROR
  10730. Language=English
  10731. OSS ASN.1 Error: Access violation.
  10732. .
  10733. MessageId=0x300F Facility=Sspi Severity=CoError SymbolicName=OSS_BAD_TABLE
  10734. Language=English
  10735. OSS ASN.1 Error: Invalid data.
  10736. .
  10737. MessageId=0x3010 Facility=Sspi Severity=CoError SymbolicName=OSS_TOO_LONG
  10738. Language=English
  10739. OSS ASN.1 Error: Invalid data.
  10740. .
  10741. MessageId=0x3011 Facility=Sspi Severity=CoError SymbolicName=OSS_CONSTRAINT_VIOLATED
  10742. Language=English
  10743. OSS ASN.1 Error: Invalid data.
  10744. .
  10745. MessageId=0x3012 Facility=Sspi Severity=CoError SymbolicName=OSS_FATAL_ERROR
  10746. Language=English
  10747. OSS ASN.1 Error: Internal Error.
  10748. .
  10749. MessageId=0x3013 Facility=Sspi Severity=CoError SymbolicName=OSS_ACCESS_SERIALIZATION_ERROR
  10750. Language=English
  10751. OSS ASN.1 Error: Multi-threading conflict.
  10752. .
  10753. MessageId=0x3014 Facility=Sspi Severity=CoError SymbolicName=OSS_NULL_TBL
  10754. Language=English
  10755. OSS ASN.1 Error: Invalid data.
  10756. .
  10757. MessageId=0x3015 Facility=Sspi Severity=CoError SymbolicName=OSS_NULL_FCN
  10758. Language=English
  10759. OSS ASN.1 Error: Invalid data.
  10760. .
  10761. MessageId=0x3016 Facility=Sspi Severity=CoError SymbolicName=OSS_BAD_ENCRULES
  10762. Language=English
  10763. OSS ASN.1 Error: Invalid data.
  10764. .
  10765. MessageId=0x3017 Facility=Sspi Severity=CoError SymbolicName=OSS_UNAVAIL_ENCRULES
  10766. Language=English
  10767. OSS ASN.1 Error: Encode/Decode function not implemented.
  10768. .
  10769. MessageId=0x3018 Facility=Sspi Severity=CoError SymbolicName=OSS_CANT_OPEN_TRACE_WINDOW
  10770. Language=English
  10771. OSS ASN.1 Error: Trace file error.
  10772. .
  10773. MessageId=0x3019 Facility=Sspi Severity=CoError SymbolicName=OSS_UNIMPLEMENTED
  10774. Language=English
  10775. OSS ASN.1 Error: Function not implemented.
  10776. .
  10777. MessageId=0x301A Facility=Sspi Severity=CoError SymbolicName=OSS_OID_DLL_NOT_LINKED
  10778. Language=English
  10779. OSS ASN.1 Error: Program link error.
  10780. .
  10781. MessageId=0x301B Facility=Sspi Severity=CoError SymbolicName=OSS_CANT_OPEN_TRACE_FILE
  10782. Language=English
  10783. OSS ASN.1 Error: Trace file error.
  10784. .
  10785. MessageId=0x301C Facility=Sspi Severity=CoError SymbolicName=OSS_TRACE_FILE_ALREADY_OPEN
  10786. Language=English
  10787. OSS ASN.1 Error: Trace file error.
  10788. .
  10789. MessageId=0x301D Facility=Sspi Severity=CoError SymbolicName=OSS_TABLE_MISMATCH
  10790. Language=English
  10791. OSS ASN.1 Error: Invalid data.
  10792. .
  10793. MessageId=0x301E Facility=Sspi Severity=CoError SymbolicName=OSS_TYPE_NOT_SUPPORTED
  10794. Language=English
  10795. OSS ASN.1 Error: Invalid data.
  10796. .
  10797. MessageId=0x301F Facility=Sspi Severity=CoError SymbolicName=OSS_REAL_DLL_NOT_LINKED
  10798. Language=English
  10799. OSS ASN.1 Error: Program link error.
  10800. .
  10801. MessageId=0x3020 Facility=Sspi Severity=CoError SymbolicName=OSS_REAL_CODE_NOT_LINKED
  10802. Language=English
  10803. OSS ASN.1 Error: Program link error.
  10804. .
  10805. MessageId=0x3021 Facility=Sspi Severity=CoError SymbolicName=OSS_OUT_OF_RANGE
  10806. Language=English
  10807. OSS ASN.1 Error: Program link error.
  10808. .
  10809. MessageId=0x3022 Facility=Sspi Severity=CoError SymbolicName=OSS_COPIER_DLL_NOT_LINKED
  10810. Language=English
  10811. OSS ASN.1 Error: Program link error.
  10812. .
  10813. MessageId=0x3023 Facility=Sspi Severity=CoError SymbolicName=OSS_CONSTRAINT_DLL_NOT_LINKED
  10814. Language=English
  10815. OSS ASN.1 Error: Program link error.
  10816. .
  10817. MessageId=0x3024 Facility=Sspi Severity=CoError SymbolicName=OSS_COMPARATOR_DLL_NOT_LINKED
  10818. Language=English
  10819. OSS ASN.1 Error: Program link error.
  10820. .
  10821. MessageId=0x3025 Facility=Sspi Severity=CoError SymbolicName=OSS_COMPARATOR_CODE_NOT_LINKED
  10822. Language=English
  10823. OSS ASN.1 Error: Program link error.
  10824. .
  10825. MessageId=0x3026 Facility=Sspi Severity=CoError SymbolicName=OSS_MEM_MGR_DLL_NOT_LINKED
  10826. Language=English
  10827. OSS ASN.1 Error: Program link error.
  10828. .
  10829. MessageId=0x3027 Facility=Sspi Severity=CoError SymbolicName=OSS_PDV_DLL_NOT_LINKED
  10830. Language=English
  10831. OSS ASN.1 Error: Program link error.
  10832. .
  10833. MessageId=0x3028 Facility=Sspi Severity=CoError SymbolicName=OSS_PDV_CODE_NOT_LINKED
  10834. Language=English
  10835. OSS ASN.1 Error: Program link error.
  10836. .
  10837. MessageId=0x3029 Facility=Sspi Severity=CoError SymbolicName=OSS_API_DLL_NOT_LINKED
  10838. Language=English
  10839. OSS ASN.1 Error: Program link error.
  10840. .
  10841. MessageId=0x302A Facility=Sspi Severity=CoError SymbolicName=OSS_BERDER_DLL_NOT_LINKED
  10842. Language=English
  10843. OSS ASN.1 Error: Program link error.
  10844. .
  10845. MessageId=0x302B Facility=Sspi Severity=CoError SymbolicName=OSS_PER_DLL_NOT_LINKED
  10846. Language=English
  10847. OSS ASN.1 Error: Program link error.
  10848. .
  10849. MessageId=0x302C Facility=Sspi Severity=CoError SymbolicName=OSS_OPEN_TYPE_ERROR
  10850. Language=English
  10851. OSS ASN.1 Error: Program link error.
  10852. .
  10853. MessageId=0x302D Facility=Sspi Severity=CoError SymbolicName=OSS_MUTEX_NOT_CREATED
  10854. Language=English
  10855. OSS ASN.1 Error: System resource error.
  10856. .
  10857. MessageId=0x302E Facility=Sspi Severity=CoError SymbolicName=OSS_CANT_CLOSE_TRACE_FILE
  10858. Language=English
  10859. OSS ASN.1 Error: Trace file error.
  10860. .
  10861. MessageId=0x3100 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_ERROR
  10862. Language=English
  10863. ASN1 Certificate encode/decode error code base.
  10864. The ASN1 error values are offset by CRYPT_E_ASN1_ERROR.
  10865. .
  10866. MessageId=0x3101 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_INTERNAL
  10867. Language=English
  10868. ASN1 internal encode or decode error.
  10869. .
  10870. MessageId=0x3102 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_EOD
  10871. Language=English
  10872. ASN1 unexpected end of data.
  10873. .
  10874. MessageId=0x3103 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_CORRUPT
  10875. Language=English
  10876. ASN1 corrupted data.
  10877. .
  10878. MessageId=0x3104 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_LARGE
  10879. Language=English
  10880. ASN1 value too large.
  10881. .
  10882. MessageId=0x3105 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_CONSTRAINT
  10883. Language=English
  10884. ASN1 constraint violated.
  10885. .
  10886. MessageId=0x3106 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_MEMORY
  10887. Language=English
  10888. ASN1 out of memory.
  10889. .
  10890. MessageId=0x3107 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_OVERFLOW
  10891. Language=English
  10892. ASN1 buffer overflow.
  10893. .
  10894. MessageId=0x3108 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_BADPDU
  10895. Language=English
  10896. ASN1 function not supported for this PDU.
  10897. .
  10898. MessageId=0x3109 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_BADARGS
  10899. Language=English
  10900. ASN1 bad arguments to function call.
  10901. .
  10902. MessageId=0x310A Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_BADREAL
  10903. Language=English
  10904. ASN1 bad real value.
  10905. .
  10906. MessageId=0x310B Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_BADTAG
  10907. Language=English
  10908. ASN1 bad tag value met.
  10909. .
  10910. MessageId=0x310C Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_CHOICE
  10911. Language=English
  10912. ASN1 bad choice value.
  10913. .
  10914. MessageId=0x310D Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_RULE
  10915. Language=English
  10916. ASN1 bad encoding rule.
  10917. .
  10918. MessageId=0x310E Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_UTF8
  10919. Language=English
  10920. ASN1 bad unicode (UTF8).
  10921. .
  10922. MessageId=0x3133 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_PDU_TYPE
  10923. Language=English
  10924. ASN1 bad PDU type.
  10925. .
  10926. MessageId=0x3134 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_NYI
  10927. Language=English
  10928. ASN1 not yet implemented.
  10929. .
  10930. MessageId=0x3201 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_EXTENDED
  10931. Language=English
  10932. ASN1 skipped unknown extension(s).
  10933. .
  10934. MessageId=0x3202 Facility=Sspi Severity=CoError SymbolicName=CRYPT_E_ASN1_NOEOD
  10935. Language=English
  10936. ASN1 end of data expected
  10937. .
  10938. MessageId=0x4001 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_BAD_REQUESTSUBJECT
  10939. Language=English
  10940. The request subject name is invalid or too long.
  10941. .
  10942. MessageId=0x4002 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_NO_REQUEST
  10943. Language=English
  10944. The request does not exist.
  10945. .
  10946. MessageId=0x4003 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_BAD_REQUESTSTATUS
  10947. Language=English
  10948. The request's current status does not allow this operation.
  10949. .
  10950. MessageId=0x4004 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_PROPERTY_EMPTY
  10951. Language=English
  10952. The requested property value is empty.
  10953. .
  10954. MessageId=0x4005 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_INVALID_CA_CERTIFICATE
  10955. Language=English
  10956. The certification authority's certificate contains invalid data.
  10957. .
  10958. MessageId=0x4006 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SERVER_SUSPENDED
  10959. Language=English
  10960. Certificate service has been suspended for a database restore operation.
  10961. .
  10962. MessageId=0x4007 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_ENCODING_LENGTH
  10963. Language=English
  10964. The certificate contains an encoded length that is potentially incompatible with older enrollment software.
  10965. .
  10966. MessageId=0x4008 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_ROLECONFLICT
  10967. Language=English
  10968. The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation.
  10969. .
  10970. MessageId=0x4009 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_RESTRICTEDOFFICER
  10971. Language=English
  10972. The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester.
  10973. .
  10974. MessageId=0x400a Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED
  10975. Language=English
  10976. Cannot archive private key. The certification authority is not configured for key archival.
  10977. .
  10978. MessageId=0x400b Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_NO_VALID_KRA
  10979. Language=English
  10980. Cannot archive private key. The certification authority could not verify one or more key recovery certificates.
  10981. .
  10982. MessageId=0x400c Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL
  10983. Language=English
  10984. The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature.
  10985. .
  10986. MessageId=0x400d Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_NO_CAADMIN_DEFINED
  10987. Language=English
  10988. At least one security principal must have the permission to manage this CA.
  10989. .
  10990. MessageId=0x400e Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE
  10991. Language=English
  10992. The request contains an invalid renewal certificate attribute.
  10993. .
  10994. MessageId=0x400f Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_NO_DB_SESSIONS
  10995. Language=English
  10996. An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions.
  10997. .
  10998. MessageId=0x4010 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_ALIGNMENT_FAULT
  10999. Language=English
  11000. A memory reference caused a data alignment fault.
  11001. .
  11002. MessageId=0x4011 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_ENROLL_DENIED
  11003. Language=English
  11004. The permissions on this certification authority do not allow the current user to enroll for certificates.
  11005. .
  11006. MessageId=0x4012 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_TEMPLATE_DENIED
  11007. Language=English
  11008. The permissions on the certificate template do not allow the current user to enroll for this type of certificate.
  11009. .
  11010. MessageId=0x4800 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_UNSUPPORTED_CERT_TYPE
  11011. Language=English
  11012. The requested certificate template is not supported by this CA.
  11013. .
  11014. MessageId=0x4801 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_NO_CERT_TYPE
  11015. Language=English
  11016. The request contains no certificate template information.
  11017. .
  11018. MessageId=0x4802 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_TEMPLATE_CONFLICT
  11019. Language=English
  11020. The request contains conflicting template information.
  11021. .
  11022. MessageId=0x4803 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED
  11023. Language=English
  11024. The request is missing a required Subject Alternate name extension.
  11025. .
  11026. MessageId=0x4804 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_ARCHIVED_KEY_REQUIRED
  11027. Language=English
  11028. The request is missing a required private key for archival by the server.
  11029. .
  11030. MessageId=0x4805 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SMIME_REQUIRED
  11031. Language=English
  11032. The request is missing a required SMIME capabilities extension.
  11033. .
  11034. MessageId=0x4806 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_BAD_RENEWAL_SUBJECT
  11035. Language=English
  11036. The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request.
  11037. .
  11038. MessageId=0x4807 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_BAD_TEMPLATE_VERSION
  11039. Language=English
  11040. The request template version is newer than the supported template version.
  11041. .
  11042. MessageId=0x4808 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_TEMPLATE_POLICY_REQUIRED
  11043. Language=English
  11044. The template is missing a required signature policy attribute.
  11045. .
  11046. MessageId=0x4809 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SIGNATURE_POLICY_REQUIRED
  11047. Language=English
  11048. The request is missing required signature policy information.
  11049. .
  11050. MessageId=0x480a Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SIGNATURE_COUNT
  11051. Language=English
  11052. The request is missing one or more required signatures.
  11053. .
  11054. MessageId=0x480b Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SIGNATURE_REJECTED
  11055. Language=English
  11056. One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures.
  11057. .
  11058. MessageId=0x480c Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_ISSUANCE_POLICY_REQUIRED
  11059. Language=English
  11060. The request is missing one or more required signature issuance policies.
  11061. .
  11062. MessageId=0x480d Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SUBJECT_UPN_REQUIRED
  11063. Language=English
  11064. The UPN is unavailable and cannot be added to the Subject Alternate name.
  11065. .
  11066. MessageId=0x480e Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED
  11067. Language=English
  11068. The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name.
  11069. .
  11070. MessageId=0x480f Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_SUBJECT_DNS_REQUIRED
  11071. Language=English
  11072. The DNS name is unavailable and cannot be added to the Subject Alternate name.
  11073. .
  11074. MessageId=0x4810 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_ARCHIVED_KEY_UNEXPECTED
  11075. Language=English
  11076. The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template.
  11077. .
  11078. MessageId=0x4811 Facility=Sspi Severity=CoError SymbolicName=CERTSRV_E_KEY_LENGTH
  11079. Language=English
  11080. The public key does not meet the minimum size required by the specified certificate template.
  11081. .
  11082. ;//
  11083. ;// The range 0x5000-0x51ff is reserved for XENROLL errors.
  11084. ;//
  11085. MessageId=0x5000 Facility=Sspi Severity=CoError SymbolicName=XENROLL_E_KEY_NOT_EXPORTABLE
  11086. Language=English
  11087. The key is not exportable.
  11088. .
  11089. MessageId=0x5001 Facility=Sspi Severity=CoError SymbolicName=XENROLL_E_CANNOT_ADD_ROOT_CERT
  11090. Language=English
  11091. You cannot add the root CA certificate into your local store.
  11092. .
  11093. MessageId=0x5002 Facility=Sspi Severity=CoError SymbolicName=XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND
  11094. Language=English
  11095. The key archival hash attribute was not found in the response.
  11096. .
  11097. MessageId=0x5003 Facility=Sspi Severity=CoError SymbolicName=XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH
  11098. Language=English
  11099. An unexpetced key archival hash attribute was found in the response.
  11100. .
  11101. MessageId=0x5004 Facility=Sspi Severity=CoError SymbolicName=XENROLL_E_RESPONSE_KA_HASH_MISMATCH
  11102. Language=English
  11103. There is a key archival hash mismatch between the request and the response.
  11104. .
  11105. MessageId=0x5005 Facility=Sspi Severity=CoError SymbolicName=XENROLL_E_KEYSPEC_SMIME_MISMATCH
  11106. Language=English
  11107. Signing certificate cannot include SMIME extension.
  11108. .
  11109. MessageId=0x6001 Facility=Sspi Severity=CoError SymbolicName=TRUST_E_SYSTEM_ERROR
  11110. Language=English
  11111. A system-level error occurred while verifying trust.
  11112. .
  11113. MessageId=0x6002 Facility=Sspi Severity=CoError SymbolicName=TRUST_E_NO_SIGNER_CERT
  11114. Language=English
  11115. The certificate for the signer of the message is invalid or not found.
  11116. .
  11117. MessageId=0x6003 Facility=Sspi Severity=CoError SymbolicName=TRUST_E_COUNTER_SIGNER
  11118. Language=English
  11119. One of the counter signatures was invalid.
  11120. .
  11121. MessageId=0x6004 Facility=Sspi Severity=CoError SymbolicName=TRUST_E_CERT_SIGNATURE
  11122. Language=English
  11123. The signature of the certificate can not be verified.
  11124. .
  11125. MessageId=0x6005 Facility=Sspi Severity=CoError SymbolicName=TRUST_E_TIME_STAMP
  11126. Language=English
  11127. The timestamp signature and/or certificate could not be verified or is malformed.
  11128. .
  11129. MessageId=0x6010 Facility=Sspi Severity=CoError SymbolicName=TRUST_E_BAD_DIGEST
  11130. Language=English
  11131. The digital signature of the object did not verify.
  11132. .
  11133. MessageId=0x6019 Facility=Sspi Severity=CoError SymbolicName=TRUST_E_BASIC_CONSTRAINTS
  11134. Language=English
  11135. A certificate's basic constraint extension has not been observed.
  11136. .
  11137. MessageId=0x601E Facility=Sspi Severity=CoError SymbolicName=TRUST_E_FINANCIAL_CRITERIA
  11138. Language=English
  11139. The certificate does not meet or contain the Authenticode financial extensions.
  11140. .
  11141. ;//
  11142. ;// Error codes for mssipotf.dll
  11143. ;// Most of the error codes can only occur when an error occurs
  11144. ;// during font file signing
  11145. ;//
  11146. ;//
  11147. MessageId=0x7001 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_OUTOFMEMRANGE
  11148. Language=English
  11149. Tried to reference a part of the file outside the proper range.
  11150. .
  11151. MessageId=0x7002 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_CANTGETOBJECT
  11152. Language=English
  11153. Could not retrieve an object from the file.
  11154. .
  11155. MessageId=0x7003 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_NOHEADTABLE
  11156. Language=English
  11157. Could not find the head table in the file.
  11158. .
  11159. MessageId=0x7004 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_BAD_MAGICNUMBER
  11160. Language=English
  11161. The magic number in the head table is incorrect.
  11162. .
  11163. MessageId=0x7005 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_BAD_OFFSET_TABLE
  11164. Language=English
  11165. The offset table has incorrect values.
  11166. .
  11167. MessageId=0x7006 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_TABLE_TAGORDER
  11168. Language=English
  11169. Duplicate table tags or tags out of alphabetical order.
  11170. .
  11171. MessageId=0x7007 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_TABLE_LONGWORD
  11172. Language=English
  11173. A table does not start on a long word boundary.
  11174. .
  11175. MessageId=0x7008 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT
  11176. Language=English
  11177. First table does not appear after header information.
  11178. .
  11179. MessageId=0x7009 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_TABLES_OVERLAP
  11180. Language=English
  11181. Two or more tables overlap.
  11182. .
  11183. MessageId=0x700A Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_TABLE_PADBYTES
  11184. Language=English
  11185. Too many pad bytes between tables or pad bytes are not 0.
  11186. .
  11187. MessageId=0x700B Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_FILETOOSMALL
  11188. Language=English
  11189. File is too small to contain the last table.
  11190. .
  11191. MessageId=0x700C Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_TABLE_CHECKSUM
  11192. Language=English
  11193. A table checksum is incorrect.
  11194. .
  11195. MessageId=0x700D Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_FILE_CHECKSUM
  11196. Language=English
  11197. The file checksum is incorrect.
  11198. .
  11199. MessageId=0x7010 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_FAILED_POLICY
  11200. Language=English
  11201. The signature does not have the correct attributes for the policy.
  11202. .
  11203. MessageId=0x7011 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_FAILED_HINTS_CHECK
  11204. Language=English
  11205. The file did not pass the hints check.
  11206. .
  11207. MessageId=0x7012 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_NOT_OPENTYPE
  11208. Language=English
  11209. The file is not an OpenType file.
  11210. .
  11211. MessageId=0x7013 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_FILE
  11212. Language=English
  11213. Failed on a file operation (open, map, read, write).
  11214. .
  11215. MessageId=0x7014 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_CRYPT
  11216. Language=English
  11217. A call to a CryptoAPI function failed.
  11218. .
  11219. MessageId=0x7015 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_BADVERSION
  11220. Language=English
  11221. There is a bad version number in the file.
  11222. .
  11223. MessageId=0x7016 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_DSIG_STRUCTURE
  11224. Language=English
  11225. The structure of the DSIG table is incorrect.
  11226. .
  11227. MessageId=0x7017 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_PCONST_CHECK
  11228. Language=English
  11229. A check failed in a partially constant table.
  11230. .
  11231. MessageId=0x7018 Facility=Sspi Severity=CoError SymbolicName=MSSIPOTF_E_STRUCTURE
  11232. Language=English
  11233. Some kind of structural error.
  11234. .
  11235. ;#define NTE_OP_OK 0
  11236. ;
  11237. ;//
  11238. ;// Note that additional FACILITY_SSPI errors are in issperr.h
  11239. ;//
  11240. ;// ******************
  11241. ;// FACILITY_CERT
  11242. ;// ******************
  11243. MessageId=0x1 Facility=Cert Severity=CoError SymbolicName=TRUST_E_PROVIDER_UNKNOWN
  11244. Language=English
  11245. Unknown trust provider.
  11246. .
  11247. MessageId=0x2 Facility=Cert Severity=CoError SymbolicName=TRUST_E_ACTION_UNKNOWN
  11248. Language=English
  11249. The trust verification action specified is not supported by the specified trust provider.
  11250. .
  11251. MessageId=0x3 Facility=Cert Severity=CoError SymbolicName=TRUST_E_SUBJECT_FORM_UNKNOWN
  11252. Language=English
  11253. The form specified for the subject is not one supported or known by the specified trust provider.
  11254. .
  11255. MessageId=0x4 Facility=Cert Severity=CoError SymbolicName=TRUST_E_SUBJECT_NOT_TRUSTED
  11256. Language=English
  11257. The subject is not trusted for the specified action.
  11258. .
  11259. MessageId=0x5 Facility=Cert Severity=CoError SymbolicName=DIGSIG_E_ENCODE
  11260. Language=English
  11261. Error due to problem in ASN.1 encoding process.
  11262. .
  11263. MessageId=0x6 Facility=Cert Severity=CoError SymbolicName=DIGSIG_E_DECODE
  11264. Language=English
  11265. Error due to problem in ASN.1 decoding process.
  11266. .
  11267. MessageId=0x7 Facility=Cert Severity=CoError SymbolicName=DIGSIG_E_EXTENSIBILITY
  11268. Language=English
  11269. Reading / writing Extensions where Attributes are appropriate, and visa versa.
  11270. .
  11271. MessageId=0x8 Facility=Cert Severity=CoError SymbolicName=DIGSIG_E_CRYPTO
  11272. Language=English
  11273. Unspecified cryptographic failure.
  11274. .
  11275. MessageId=0x9 Facility=Cert Severity=CoError SymbolicName=PERSIST_E_SIZEDEFINITE
  11276. Language=English
  11277. The size of the data could not be determined.
  11278. .
  11279. MessageId=0xa Facility=Cert Severity=CoError SymbolicName=PERSIST_E_SIZEINDEFINITE
  11280. Language=English
  11281. The size of the indefinite-sized data could not be determined.
  11282. .
  11283. MessageId=0xb Facility=Cert Severity=CoError SymbolicName=PERSIST_E_NOTSELFSIZING
  11284. Language=English
  11285. This object does not read and write self-sizing data.
  11286. .
  11287. MessageId=0x100 Facility=Cert Severity=CoError SymbolicName=TRUST_E_NOSIGNATURE
  11288. Language=English
  11289. No signature was present in the subject.
  11290. .
  11291. MessageId=0x101 Facility=Cert Severity=CoError SymbolicName=CERT_E_EXPIRED
  11292. Language=English
  11293. A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.
  11294. .
  11295. MessageId=0x102 Facility=Cert Severity=CoError SymbolicName=CERT_E_VALIDITYPERIODNESTING
  11296. Language=English
  11297. The validity periods of the certification chain do not nest correctly.
  11298. .
  11299. MessageId=0x103 Facility=Cert Severity=CoError SymbolicName=CERT_E_ROLE
  11300. Language=English
  11301. A certificate that can only be used as an end-entity is being used as a CA or visa versa.
  11302. .
  11303. MessageId=0x104 Facility=Cert Severity=CoError SymbolicName=CERT_E_PATHLENCONST
  11304. Language=English
  11305. A path length constraint in the certification chain has been violated.
  11306. .
  11307. MessageId=0x105 Facility=Cert Severity=CoError SymbolicName=CERT_E_CRITICAL
  11308. Language=English
  11309. A certificate contains an unknown extension that is marked 'critical'.
  11310. .
  11311. MessageId=0x106 Facility=Cert Severity=CoError SymbolicName=CERT_E_PURPOSE
  11312. Language=English
  11313. A certificate being used for a purpose other than the ones specified by its CA.
  11314. .
  11315. MessageId=0x107 Facility=Cert Severity=CoError SymbolicName=CERT_E_ISSUERCHAINING
  11316. Language=English
  11317. A parent of a given certificate in fact did not issue that child certificate.
  11318. .
  11319. MessageId=0x108 Facility=Cert Severity=CoError SymbolicName=CERT_E_MALFORMED
  11320. Language=English
  11321. A certificate is missing or has an empty value for an important field, such as a subject or issuer name.
  11322. .
  11323. MessageId=0x109 Facility=Cert Severity=CoError SymbolicName=CERT_E_UNTRUSTEDROOT
  11324. Language=English
  11325. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
  11326. .
  11327. MessageId=0x10A Facility=Cert Severity=CoError SymbolicName=CERT_E_CHAINING
  11328. Language=English
  11329. An internal certificate chaining error has occurred.
  11330. .
  11331. MessageId=0x10B Facility=Cert Severity=CoError SymbolicName=TRUST_E_FAIL
  11332. Language=English
  11333. Generic trust failure.
  11334. .
  11335. MessageId=0x10C Facility=Cert Severity=CoError SymbolicName=CERT_E_REVOKED
  11336. Language=English
  11337. A certificate was explicitly revoked by its issuer.
  11338. .
  11339. MessageId=0x10D Facility=Cert Severity=CoError SymbolicName=CERT_E_UNTRUSTEDTESTROOT
  11340. Language=English
  11341. The certification path terminates with the test root which is not trusted with the current policy settings.
  11342. .
  11343. MessageId=0x10E Facility=Cert Severity=CoError SymbolicName=CERT_E_REVOCATION_FAILURE
  11344. Language=English
  11345. The revocation process could not continue - the certificate(s) could not be checked.
  11346. .
  11347. MessageId=0x10F Facility=Cert Severity=CoError SymbolicName=CERT_E_CN_NO_MATCH
  11348. Language=English
  11349. The certificate's CN name does not match the passed value.
  11350. .
  11351. MessageId=0x110 Facility=Cert Severity=CoError SymbolicName=CERT_E_WRONG_USAGE
  11352. Language=English
  11353. The certificate is not valid for the requested usage.
  11354. .
  11355. MessageId=0x111 Facility=Cert Severity=CoError SymbolicName=TRUST_E_EXPLICIT_DISTRUST
  11356. Language=English
  11357. The certificate was explicitly marked as untrusted by the user.
  11358. .
  11359. MessageId=0x112 Facility=Cert Severity=CoError SymbolicName=CERT_E_UNTRUSTEDCA
  11360. Language=English
  11361. A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider.
  11362. .
  11363. MessageId=0x113 Facility=Cert Severity=CoError SymbolicName=CERT_E_INVALID_POLICY
  11364. Language=English
  11365. The certificate has invalid policy.
  11366. .
  11367. MessageId=0x114 Facility=Cert Severity=CoError SymbolicName=CERT_E_INVALID_NAME
  11368. Language=English
  11369. The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded.
  11370. .
  11371. ;// *****************
  11372. ;// FACILITY_SETUPAPI
  11373. ;// *****************
  11374. ;//
  11375. ;// Since these error codes aren't in the standard Win32 range (i.e., 0-64K), define a
  11376. ;// macro to map either Win32 or SetupAPI error codes into an HRESULT.
  11377. ;//
  11378. ;#define HRESULT_FROM_SETUPAPI(x) ((((x) & (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR)) == (APPLICATION_ERROR_MASK|ERROR_SEVERITY_ERROR)) \
  11379. ; ? ((HRESULT) (((x) & 0x0000FFFF) | (FACILITY_SETUPAPI << 16) | 0x80000000)) \
  11380. ; : HRESULT_FROM_WIN32(x))
  11381. MessageId=0x0000 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_EXPECTED_SECTION_NAME
  11382. Language=English
  11383. A non-empty line was encountered in the INF before the start of a section.
  11384. .
  11385. MessageId=0x0001 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_BAD_SECTION_NAME_LINE
  11386. Language=English
  11387. A section name marker in the INF is not complete, or does not exist on a line by itself.
  11388. .
  11389. MessageId=0x0002 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_SECTION_NAME_TOO_LONG
  11390. Language=English
  11391. An INF section was encountered whose name exceeds the maximum section name length.
  11392. .
  11393. MessageId=0x0003 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_GENERAL_SYNTAX
  11394. Language=English
  11395. The syntax of the INF is invalid.
  11396. .
  11397. MessageId=0x0100 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_WRONG_INF_STYLE
  11398. Language=English
  11399. The style of the INF is different than what was requested.
  11400. .
  11401. MessageId=0x0101 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_SECTION_NOT_FOUND
  11402. Language=English
  11403. The required section was not found in the INF.
  11404. .
  11405. MessageId=0x0102 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_LINE_NOT_FOUND
  11406. Language=English
  11407. The required line was not found in the INF.
  11408. .
  11409. MessageId=0x0103 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_BACKUP
  11410. Language=English
  11411. The files affected by the installation of this file queue have not been backed up for uninstall.
  11412. .
  11413. MessageId=0x0200 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_ASSOCIATED_CLASS
  11414. Language=English
  11415. The INF or the device information set or element does not have an associated install class.
  11416. .
  11417. MessageId=0x0201 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_CLASS_MISMATCH
  11418. Language=English
  11419. The INF or the device information set or element does not match the specified install class.
  11420. .
  11421. MessageId=0x0202 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DUPLICATE_FOUND
  11422. Language=English
  11423. An existing device was found that is a duplicate of the device being manually installed.
  11424. .
  11425. MessageId=0x0203 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_DRIVER_SELECTED
  11426. Language=English
  11427. There is no driver selected for the device information set or element.
  11428. .
  11429. MessageId=0x0204 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_KEY_DOES_NOT_EXIST
  11430. Language=English
  11431. The requested device registry key does not exist.
  11432. .
  11433. MessageId=0x0205 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_DEVINST_NAME
  11434. Language=English
  11435. The device instance name is invalid.
  11436. .
  11437. MessageId=0x0206 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_CLASS
  11438. Language=English
  11439. The install class is not present or is invalid.
  11440. .
  11441. MessageId=0x0207 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DEVINST_ALREADY_EXISTS
  11442. Language=English
  11443. The device instance cannot be created because it already exists.
  11444. .
  11445. MessageId=0x0208 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DEVINFO_NOT_REGISTERED
  11446. Language=English
  11447. The operation cannot be performed on a device information element that has not been registered.
  11448. .
  11449. MessageId=0x0209 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_REG_PROPERTY
  11450. Language=English
  11451. The device property code is invalid.
  11452. .
  11453. MessageId=0x020A Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_INF
  11454. Language=English
  11455. The INF from which a driver list is to be built does not exist.
  11456. .
  11457. MessageId=0x020B Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_SUCH_DEVINST
  11458. Language=English
  11459. The device instance does not exist in the hardware tree.
  11460. .
  11461. MessageId=0x020C Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_CANT_LOAD_CLASS_ICON
  11462. Language=English
  11463. The icon representing this install class cannot be loaded.
  11464. .
  11465. MessageId=0x020D Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_CLASS_INSTALLER
  11466. Language=English
  11467. The class installer registry entry is invalid.
  11468. .
  11469. MessageId=0x020E Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DI_DO_DEFAULT
  11470. Language=English
  11471. The class installer has indicated that the default action should be performed for this installation request.
  11472. .
  11473. MessageId=0x020F Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DI_NOFILECOPY
  11474. Language=English
  11475. The operation does not require any files to be copied.
  11476. .
  11477. MessageId=0x0210 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_HWPROFILE
  11478. Language=English
  11479. The specified hardware profile does not exist.
  11480. .
  11481. MessageId=0x0211 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_DEVICE_SELECTED
  11482. Language=English
  11483. There is no device information element currently selected for this device information set.
  11484. .
  11485. MessageId=0x0212 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DEVINFO_LIST_LOCKED
  11486. Language=English
  11487. The operation cannot be performed because the device information set is locked.
  11488. .
  11489. MessageId=0x0213 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DEVINFO_DATA_LOCKED
  11490. Language=English
  11491. The operation cannot be performed because the device information element is locked.
  11492. .
  11493. MessageId=0x0214 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DI_BAD_PATH
  11494. Language=English
  11495. The specified path does not contain any applicable device INFs.
  11496. .
  11497. MessageId=0x0215 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_CLASSINSTALL_PARAMS
  11498. Language=English
  11499. No class installer parameters have been set for the device information set or element.
  11500. .
  11501. MessageId=0x0216 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_FILEQUEUE_LOCKED
  11502. Language=English
  11503. The operation cannot be performed because the file queue is locked.
  11504. .
  11505. MessageId=0x0217 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_BAD_SERVICE_INSTALLSECT
  11506. Language=English
  11507. A service installation section in this INF is invalid.
  11508. .
  11509. MessageId=0x0218 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_CLASS_DRIVER_LIST
  11510. Language=English
  11511. There is no class driver list for the device information element.
  11512. .
  11513. MessageId=0x0219 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_ASSOCIATED_SERVICE
  11514. Language=English
  11515. The installation failed because a function driver was not specified for this device instance.
  11516. .
  11517. MessageId=0x021A Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE
  11518. Language=English
  11519. There is presently no default device interface designated for this interface class.
  11520. .
  11521. MessageId=0x021B Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DEVICE_INTERFACE_ACTIVE
  11522. Language=English
  11523. The operation cannot be performed because the device interface is currently active.
  11524. .
  11525. MessageId=0x021C Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DEVICE_INTERFACE_REMOVED
  11526. Language=English
  11527. The operation cannot be performed because the device interface has been removed from the system.
  11528. .
  11529. MessageId=0x021D Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_BAD_INTERFACE_INSTALLSECT
  11530. Language=English
  11531. An interface installation section in this INF is invalid.
  11532. .
  11533. MessageId=0x021E Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_SUCH_INTERFACE_CLASS
  11534. Language=English
  11535. This interface class does not exist in the system.
  11536. .
  11537. MessageId=0x021F Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_REFERENCE_STRING
  11538. Language=English
  11539. The reference string supplied for this interface device is invalid.
  11540. .
  11541. MessageId=0x0220 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_MACHINENAME
  11542. Language=English
  11543. The specified machine name does not conform to UNC naming conventions.
  11544. .
  11545. MessageId=0x0221 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_REMOTE_COMM_FAILURE
  11546. Language=English
  11547. A general remote communication error occurred.
  11548. .
  11549. MessageId=0x0222 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_MACHINE_UNAVAILABLE
  11550. Language=English
  11551. The machine selected for remote communication is not available at this time.
  11552. .
  11553. MessageId=0x0223 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_CONFIGMGR_SERVICES
  11554. Language=English
  11555. The Plug and Play service is not available on the remote machine.
  11556. .
  11557. MessageId=0x0224 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_PROPPAGE_PROVIDER
  11558. Language=English
  11559. The property page provider registry entry is invalid.
  11560. .
  11561. MessageId=0x0225 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_SUCH_DEVICE_INTERFACE
  11562. Language=English
  11563. The requested device interface is not present in the system.
  11564. .
  11565. MessageId=0x0226 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DI_POSTPROCESSING_REQUIRED
  11566. Language=English
  11567. The device's co-installer has additional work to perform after installation is complete.
  11568. .
  11569. MessageId=0x0227 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_COINSTALLER
  11570. Language=English
  11571. The device's co-installer is invalid.
  11572. .
  11573. MessageId=0x0228 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_COMPAT_DRIVERS
  11574. Language=English
  11575. There are no compatible drivers for this device.
  11576. .
  11577. MessageId=0x0229 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_DEVICE_ICON
  11578. Language=English
  11579. There is no icon that represents this device or device type.
  11580. .
  11581. MessageId=0x022A Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_INF_LOGCONFIG
  11582. Language=English
  11583. A logical configuration specified in this INF is invalid.
  11584. .
  11585. MessageId=0x022B Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DI_DONT_INSTALL
  11586. Language=English
  11587. The class installer has denied the request to install or upgrade this device.
  11588. .
  11589. MessageId=0x022C Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_FILTER_DRIVER
  11590. Language=English
  11591. One of the filter drivers installed for this device is invalid.
  11592. .
  11593. MessageId=0x022D Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NON_WINDOWS_NT_DRIVER
  11594. Language=English
  11595. The driver selected for this device does not support Windows XP.
  11596. .
  11597. MessageId=0x022E Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NON_WINDOWS_DRIVER
  11598. Language=English
  11599. The driver selected for this device does not support Windows.
  11600. .
  11601. MessageId=0x022F Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NO_CATALOG_FOR_OEM_INF
  11602. Language=English
  11603. The third-party INF does not contain digital signature information.
  11604. .
  11605. MessageId=0x0230 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE
  11606. Language=English
  11607. An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms.
  11608. .
  11609. MessageId=0x0231 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_NOT_DISABLEABLE
  11610. Language=English
  11611. The device cannot be disabled.
  11612. .
  11613. MessageId=0x0232 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_CANT_REMOVE_DEVINST
  11614. Language=English
  11615. The device could not be dynamically removed.
  11616. .
  11617. MessageId=0x0233 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INVALID_TARGET
  11618. Language=English
  11619. Cannot copy to specified target.
  11620. .
  11621. MessageId=0x0234 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_DRIVER_NONNATIVE
  11622. Language=English
  11623. Driver is not intended for this platform.
  11624. .
  11625. MessageId=0x0235 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_IN_WOW64
  11626. Language=English
  11627. Operation not allowed in WOW64.
  11628. .
  11629. MessageId=0x0236 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_SET_SYSTEM_RESTORE_POINT
  11630. Language=English
  11631. The operation involving unsigned file copying was rolled back, so that a system restore point could be set.
  11632. .
  11633. MessageId=0x0237 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_INCORRECTLY_COPIED_INF
  11634. Language=English
  11635. An INF was copied into the Windows INF directory in an improper manner.
  11636. .
  11637. MessageId=0x0238 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_SCE_DISABLED
  11638. Language=English
  11639. The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product.
  11640. .
  11641. MessageId=0x1000 Facility=SetupApi Severity=CoError SymbolicName=SPAPI_E_ERROR_NOT_INSTALLED
  11642. Language=English
  11643. No installed components were detected.
  11644. .
  11645. ;// *****************
  11646. ;// FACILITY_SCARD
  11647. ;// *****************
  11648. ;//
  11649. ;// =============================
  11650. ;// Facility SCARD Error Messages
  11651. ;// =============================
  11652. ;//
  11653. ;#define SCARD_S_SUCCESS NO_ERROR
  11654. MessageId=1 Facility=SmartCard Severity=CoError SymbolicName=SCARD_F_INTERNAL_ERROR
  11655. Language=English
  11656. An internal consistency check failed.
  11657. .
  11658. MessageId=2 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_CANCELLED
  11659. Language=English
  11660. The action was cancelled by an SCardCancel request.
  11661. .
  11662. MessageId=3 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_INVALID_HANDLE
  11663. Language=English
  11664. The supplied handle was invalid.
  11665. .
  11666. MessageId=4 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_INVALID_PARAMETER
  11667. Language=English
  11668. One or more of the supplied parameters could not be properly interpreted.
  11669. .
  11670. MessageId=5 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_INVALID_TARGET
  11671. Language=English
  11672. Registry startup information is missing or invalid.
  11673. .
  11674. MessageId=6 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NO_MEMORY
  11675. Language=English
  11676. Not enough memory available to complete this command.
  11677. .
  11678. MessageId=7 Facility=SmartCard Severity=CoError SymbolicName=SCARD_F_WAITED_TOO_LONG
  11679. Language=English
  11680. An internal consistency timer has expired.
  11681. .
  11682. MessageId=8 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_INSUFFICIENT_BUFFER
  11683. Language=English
  11684. The data buffer to receive returned data is too small for the returned data.
  11685. .
  11686. MessageId=9 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_UNKNOWN_READER
  11687. Language=English
  11688. The specified reader name is not recognized.
  11689. .
  11690. MessageId=10 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_TIMEOUT
  11691. Language=English
  11692. The user-specified timeout value has expired.
  11693. .
  11694. MessageId=11 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_SHARING_VIOLATION
  11695. Language=English
  11696. The smart card cannot be accessed because of other connections outstanding.
  11697. .
  11698. MessageId=12 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NO_SMARTCARD
  11699. Language=English
  11700. The operation requires a Smart Card, but no Smart Card is currently in the device.
  11701. .
  11702. MessageId=13 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_UNKNOWN_CARD
  11703. Language=English
  11704. The specified smart card name is not recognized.
  11705. .
  11706. MessageId=14 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_CANT_DISPOSE
  11707. Language=English
  11708. The system could not dispose of the media in the requested manner.
  11709. .
  11710. MessageId=15 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_PROTO_MISMATCH
  11711. Language=English
  11712. The requested protocols are incompatible with the protocol currently in use with the smart card.
  11713. .
  11714. MessageId=16 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NOT_READY
  11715. Language=English
  11716. The reader or smart card is not ready to accept commands.
  11717. .
  11718. MessageId=17 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_INVALID_VALUE
  11719. Language=English
  11720. One or more of the supplied parameters values could not be properly interpreted.
  11721. .
  11722. MessageId=18 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_SYSTEM_CANCELLED
  11723. Language=English
  11724. The action was cancelled by the system, presumably to log off or shut down.
  11725. .
  11726. MessageId=19 Facility=SmartCard Severity=CoError SymbolicName=SCARD_F_COMM_ERROR
  11727. Language=English
  11728. An internal communications error has been detected.
  11729. .
  11730. MessageId=20 Facility=SmartCard Severity=CoError SymbolicName=SCARD_F_UNKNOWN_ERROR
  11731. Language=English
  11732. An internal error has been detected, but the source is unknown.
  11733. .
  11734. MessageId=21 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_INVALID_ATR
  11735. Language=English
  11736. An ATR obtained from the registry is not a valid ATR string.
  11737. .
  11738. MessageId=22 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NOT_TRANSACTED
  11739. Language=English
  11740. An attempt was made to end a non-existent transaction.
  11741. .
  11742. MessageId=23 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_READER_UNAVAILABLE
  11743. Language=English
  11744. The specified reader is not currently available for use.
  11745. .
  11746. MessageId=24 Facility=SmartCard Severity=CoError SymbolicName=SCARD_P_SHUTDOWN
  11747. Language=English
  11748. The operation has been aborted to allow the server application to exit.
  11749. .
  11750. MessageId=25 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_PCI_TOO_SMALL
  11751. Language=English
  11752. The PCI Receive buffer was too small.
  11753. .
  11754. MessageId=26 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_READER_UNSUPPORTED
  11755. Language=English
  11756. The reader driver does not meet minimal requirements for support.
  11757. .
  11758. MessageId=27 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_DUPLICATE_READER
  11759. Language=English
  11760. The reader driver did not produce a unique reader name.
  11761. .
  11762. MessageId=28 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_CARD_UNSUPPORTED
  11763. Language=English
  11764. The smart card does not meet minimal requirements for support.
  11765. .
  11766. MessageId=29 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NO_SERVICE
  11767. Language=English
  11768. The Smart card resource manager is not running.
  11769. .
  11770. MessageId=30 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_SERVICE_STOPPED
  11771. Language=English
  11772. The Smart card resource manager has shut down.
  11773. .
  11774. MessageId=31 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_UNEXPECTED
  11775. Language=English
  11776. An unexpected card error has occurred.
  11777. .
  11778. MessageId=32 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_ICC_INSTALLATION
  11779. Language=English
  11780. No Primary Provider can be found for the smart card.
  11781. .
  11782. MessageId=33 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_ICC_CREATEORDER
  11783. Language=English
  11784. The requested order of object creation is not supported.
  11785. .
  11786. MessageId=34 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_UNSUPPORTED_FEATURE
  11787. Language=English
  11788. This smart card does not support the requested feature.
  11789. .
  11790. MessageId=35 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_DIR_NOT_FOUND
  11791. Language=English
  11792. The identified directory does not exist in the smart card.
  11793. .
  11794. MessageId=36 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_FILE_NOT_FOUND
  11795. Language=English
  11796. The identified file does not exist in the smart card.
  11797. .
  11798. MessageId=37 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NO_DIR
  11799. Language=English
  11800. The supplied path does not represent a smart card directory.
  11801. .
  11802. MessageId=38 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NO_FILE
  11803. Language=English
  11804. The supplied path does not represent a smart card file.
  11805. .
  11806. MessageId=39 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NO_ACCESS
  11807. Language=English
  11808. Access is denied to this file.
  11809. .
  11810. MessageId=40 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_WRITE_TOO_MANY
  11811. Language=English
  11812. The smartcard does not have enough memory to store the information.
  11813. .
  11814. MessageId=41 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_BAD_SEEK
  11815. Language=English
  11816. There was an error trying to set the smart card file object pointer.
  11817. .
  11818. MessageId=42 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_INVALID_CHV
  11819. Language=English
  11820. The supplied PIN is incorrect.
  11821. .
  11822. MessageId=43 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_UNKNOWN_RES_MNG
  11823. Language=English
  11824. An unrecognized error code was returned from a layered component.
  11825. .
  11826. MessageId=44 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NO_SUCH_CERTIFICATE
  11827. Language=English
  11828. The requested certificate does not exist.
  11829. .
  11830. MessageId=45 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_CERTIFICATE_UNAVAILABLE
  11831. Language=English
  11832. The requested certificate could not be obtained.
  11833. .
  11834. MessageId=46 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_NO_READERS_AVAILABLE
  11835. Language=English
  11836. Cannot find a smart card reader.
  11837. .
  11838. MessageId=47 Facility=SmartCard Severity=CoError SymbolicName=SCARD_E_COMM_DATA_LOST
  11839. Language=English
  11840. A communications error with the smart card has been detected. Retry the operation.
  11841. .
  11842. MessageId=48
  11843. SymbolicName=SCARD_E_NO_KEY_CONTAINER
  11844. Severity=CoError
  11845. Facility=SmartCard
  11846. Language=English
  11847. The requested key container does not exist on the smart card.
  11848. .
  11849. ;//
  11850. ;// These are warning codes.
  11851. ;//
  11852. MessageId=101
  11853. SymbolicName=SCARD_W_UNSUPPORTED_CARD
  11854. Severity=CoError
  11855. Facility=SmartCard
  11856. Language=English
  11857. The reader cannot communicate with the smart card, due to ATR configuration conflicts.
  11858. .
  11859. MessageId=102
  11860. SymbolicName=SCARD_W_UNRESPONSIVE_CARD
  11861. Severity=CoError
  11862. Facility=SmartCard
  11863. Language=English
  11864. The smart card is not responding to a reset.
  11865. .
  11866. MessageId=103
  11867. SymbolicName=SCARD_W_UNPOWERED_CARD
  11868. Severity=CoError
  11869. Facility=SmartCard
  11870. Language=English
  11871. Power has been removed from the smart card, so that further communication is not possible.
  11872. .
  11873. MessageId=104
  11874. SymbolicName=SCARD_W_RESET_CARD
  11875. Severity=CoError
  11876. Facility=SmartCard
  11877. Language=English
  11878. The smart card has been reset, so any shared state information is invalid.
  11879. .
  11880. MessageId=105
  11881. SymbolicName=SCARD_W_REMOVED_CARD
  11882. Severity=CoError
  11883. Facility=SmartCard
  11884. Language=English
  11885. The smart card has been removed, so that further communication is not possible.
  11886. .
  11887. MessageId=106
  11888. SymbolicName=SCARD_W_SECURITY_VIOLATION
  11889. Severity=CoError
  11890. Facility=SmartCard
  11891. Language=English
  11892. Access was denied because of a security violation.
  11893. .
  11894. MessageId=107
  11895. SymbolicName=SCARD_W_WRONG_CHV
  11896. Severity=CoError
  11897. Facility=SmartCard
  11898. Language=English
  11899. The card cannot be accessed because the wrong PIN was presented.
  11900. .
  11901. MessageId=108
  11902. SymbolicName=SCARD_W_CHV_BLOCKED
  11903. Severity=CoError
  11904. Facility=SmartCard
  11905. Language=English
  11906. The card cannot be accessed because the maximum number of PIN entry attempts has been reached.
  11907. .
  11908. MessageId=109
  11909. SymbolicName=SCARD_W_EOF
  11910. Severity=CoError
  11911. Facility=SmartCard
  11912. Language=English
  11913. The end of the smart card file has been reached.
  11914. .
  11915. MessageId=110
  11916. SymbolicName=SCARD_W_CANCELLED_BY_USER
  11917. Severity=CoError
  11918. Facility=SmartCard
  11919. Language=English
  11920. The action was cancelled by the user.
  11921. .
  11922. MessageId=111
  11923. SymbolicName=SCARD_W_CARD_NOT_AUTHENTICATED
  11924. Severity=CoError
  11925. Facility=SmartCard
  11926. Language=English
  11927. No PIN was presented to the smart card.
  11928. .
  11929. ;// *****************
  11930. ;// FACILITY_COMPLUS
  11931. ;// *****************
  11932. ;//
  11933. ;// ===============================
  11934. ;// Facility COMPLUS Error Messages
  11935. ;// ===============================
  11936. ;//
  11937. ;//
  11938. ;// The following are the subranges within the COMPLUS facility
  11939. ;// 0x400 - 0x4ff COMADMIN_E_CAT
  11940. ;// 0x600 - 0x6ff COMQC errors
  11941. ;// 0x700 - 0x7ff MSDTC errors
  11942. ;// 0x800 - 0x8ff Other COMADMIN errors
  11943. ;//
  11944. ;// COMPLUS Admin errors
  11945. ;//
  11946. MessageId=0x401 SymbolicName=COMADMIN_E_OBJECTERRORS Facility=ComPlus Severity=CoError
  11947. Language=English
  11948. Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail
  11949. .
  11950. MessageId=0x402 SymbolicName=COMADMIN_E_OBJECTINVALID Facility=ComPlus Severity=CoError
  11951. Language=English
  11952. One or more of the object's properties are missing or invalid
  11953. .
  11954. MessageId=0x403 SymbolicName=COMADMIN_E_KEYMISSING Facility=ComPlus Severity=CoError
  11955. Language=English
  11956. The object was not found in the catalog
  11957. .
  11958. MessageId=0x404 SymbolicName=COMADMIN_E_ALREADYINSTALLED Facility=ComPlus Severity=CoError
  11959. Language=English
  11960. The object is already registered
  11961. .
  11962. MessageId=0x407 SymbolicName=COMADMIN_E_APP_FILE_WRITEFAIL Facility=ComPlus Severity=CoError
  11963. Language=English
  11964. Error occurred writing to the application file
  11965. .
  11966. MessageId=0x408 SymbolicName=COMADMIN_E_APP_FILE_READFAIL Facility=ComPlus Severity=CoError
  11967. Language=English
  11968. Error occurred reading the application file
  11969. .
  11970. MessageId=0x409 SymbolicName=COMADMIN_E_APP_FILE_VERSION Facility=ComPlus Severity=CoError
  11971. Language=English
  11972. Invalid version number in application file
  11973. .
  11974. MessageId=0x40A SymbolicName=COMADMIN_E_BADPATH Facility=ComPlus Severity=CoError
  11975. Language=English
  11976. The file path is invalid
  11977. .
  11978. MessageId=0x40B SymbolicName=COMADMIN_E_APPLICATIONEXISTS Facility=ComPlus Severity=CoError
  11979. Language=English
  11980. The application is already installed
  11981. .
  11982. MessageId=0x40C SymbolicName=COMADMIN_E_ROLEEXISTS Facility=ComPlus Severity=CoError
  11983. Language=English
  11984. The role already exists
  11985. .
  11986. MessageId=0x40D SymbolicName=COMADMIN_E_CANTCOPYFILE Facility=ComPlus Severity=CoError
  11987. Language=English
  11988. An error occurred copying the file
  11989. .
  11990. MessageId=0x40F SymbolicName=COMADMIN_E_NOUSER Facility=ComPlus Severity=CoError
  11991. Language=English
  11992. One or more users are not valid
  11993. .
  11994. MessageId=0x410 SymbolicName=COMADMIN_E_INVALIDUSERIDS Facility=ComPlus Severity=CoError
  11995. Language=English
  11996. One or more users in the application file are not valid
  11997. .
  11998. MessageId=0x411 SymbolicName=COMADMIN_E_NOREGISTRYCLSID Facility=ComPlus Severity=CoError
  11999. Language=English
  12000. The component's CLSID is missing or corrupt
  12001. .
  12002. MessageId=0x412 SymbolicName=COMADMIN_E_BADREGISTRYPROGID Facility=ComPlus Severity=CoError
  12003. Language=English
  12004. The component's progID is missing or corrupt
  12005. .
  12006. MessageId=0x413 SymbolicName=COMADMIN_E_AUTHENTICATIONLEVEL Facility=ComPlus Severity=CoError
  12007. Language=English
  12008. Unable to set required authentication level for update request
  12009. .
  12010. MessageId=0x414 SymbolicName=COMADMIN_E_USERPASSWDNOTVALID Facility=ComPlus Severity=CoError
  12011. Language=English
  12012. The identity or password set on the application is not valid
  12013. .
  12014. MessageId=0x418 SymbolicName=COMADMIN_E_CLSIDORIIDMISMATCH Facility=ComPlus Severity=CoError
  12015. Language=English
  12016. Application file CLSIDs or IIDs do not match corresponding DLLs
  12017. .
  12018. MessageId=0x419 SymbolicName=COMADMIN_E_REMOTEINTERFACE Facility=ComPlus Severity=CoError
  12019. Language=English
  12020. Interface information is either missing or changed
  12021. .
  12022. MessageId=0x41A SymbolicName=COMADMIN_E_DLLREGISTERSERVER Facility=ComPlus Severity=CoError
  12023. Language=English
  12024. DllRegisterServer failed on component install
  12025. .
  12026. MessageId=0x41B SymbolicName=COMADMIN_E_NOSERVERSHARE Facility=ComPlus Severity=CoError
  12027. Language=English
  12028. No server file share available
  12029. .
  12030. MessageId=0x41D SymbolicName=COMADMIN_E_DLLLOADFAILED Facility=ComPlus Severity=CoError
  12031. Language=English
  12032. DLL could not be loaded
  12033. .
  12034. MessageId=0x41E SymbolicName=COMADMIN_E_BADREGISTRYLIBID Facility=ComPlus Severity=CoError
  12035. Language=English
  12036. The registered TypeLib ID is not valid
  12037. .
  12038. MessageId=0x41F SymbolicName=COMADMIN_E_APPDIRNOTFOUND Facility=ComPlus Severity=CoError
  12039. Language=English
  12040. Application install directory not found
  12041. .
  12042. MessageId=0x423 SymbolicName=COMADMIN_E_REGISTRARFAILED Facility=ComPlus Severity=CoError
  12043. Language=English
  12044. Errors occurred while in the component registrar
  12045. .
  12046. MessageId=0x424 SymbolicName=COMADMIN_E_COMPFILE_DOESNOTEXIST Facility=ComPlus Severity=CoError
  12047. Language=English
  12048. The file does not exist
  12049. .
  12050. MessageId=0x425 SymbolicName=COMADMIN_E_COMPFILE_LOADDLLFAIL Facility=ComPlus Severity=CoError
  12051. Language=English
  12052. The DLL could not be loaded
  12053. .
  12054. MessageId=0x426 SymbolicName=COMADMIN_E_COMPFILE_GETCLASSOBJ Facility=ComPlus Severity=CoError
  12055. Language=English
  12056. GetClassObject failed in the DLL
  12057. .
  12058. MessageId=0x427 SymbolicName=COMADMIN_E_COMPFILE_CLASSNOTAVAIL Facility=ComPlus Severity=CoError
  12059. Language=English
  12060. The DLL does not support the components listed in the TypeLib
  12061. .
  12062. MessageId=0x428 SymbolicName=COMADMIN_E_COMPFILE_BADTLB Facility=ComPlus Severity=CoError
  12063. Language=English
  12064. The TypeLib could not be loaded
  12065. .
  12066. MessageId=0x429 SymbolicName=COMADMIN_E_COMPFILE_NOTINSTALLABLE Facility=ComPlus Severity=CoError
  12067. Language=English
  12068. The file does not contain components or component information
  12069. .
  12070. MessageId=0x42A SymbolicName=COMADMIN_E_NOTCHANGEABLE Facility=ComPlus Severity=CoError
  12071. Language=English
  12072. Changes to this object and its sub-objects have been disabled
  12073. .
  12074. MessageId=0x42B SymbolicName=COMADMIN_E_NOTDELETEABLE Facility=ComPlus Severity=CoError
  12075. Language=English
  12076. The delete function has been disabled for this object
  12077. .
  12078. MessageId=0x42C SymbolicName=COMADMIN_E_SESSION Facility=ComPlus Severity=CoError
  12079. Language=English
  12080. The server catalog version is not supported
  12081. .
  12082. MessageId=0x42D SymbolicName=COMADMIN_E_COMP_MOVE_LOCKED Facility=ComPlus Severity=CoError
  12083. Language=English
  12084. The component move was disallowed, because the source or destination application is either a system application or currently locked against changes
  12085. .
  12086. MessageId=0x42E SymbolicName=COMADMIN_E_COMP_MOVE_BAD_DEST Facility=ComPlus Severity=CoError
  12087. Language=English
  12088. The component move failed because the destination application no longer exists
  12089. .
  12090. MessageId=0x430 SymbolicName=COMADMIN_E_REGISTERTLB Facility=ComPlus Severity=CoError
  12091. Language=English
  12092. The system was unable to register the TypeLib
  12093. .
  12094. MessageId=0x433 SymbolicName=COMADMIN_E_SYSTEMAPP Facility=ComPlus Severity=CoError
  12095. Language=English
  12096. This operation can not be performed on the system application
  12097. .
  12098. MessageId=0x434 SymbolicName=COMADMIN_E_COMPFILE_NOREGISTRAR Facility=ComPlus Severity=CoError
  12099. Language=English
  12100. The component registrar referenced in this file is not available
  12101. .
  12102. MessageId=0x435 SymbolicName=COMADMIN_E_COREQCOMPINSTALLED Facility=ComPlus Severity=CoError
  12103. Language=English
  12104. A component in the same DLL is already installed
  12105. .
  12106. MessageId=0x436 SymbolicName=COMADMIN_E_SERVICENOTINSTALLED Facility=ComPlus Severity=CoError
  12107. Language=English
  12108. The service is not installed
  12109. .
  12110. MessageId=0x437 SymbolicName=COMADMIN_E_PROPERTYSAVEFAILED Facility=ComPlus Severity=CoError
  12111. Language=English
  12112. One or more property settings are either invalid or in conflict with each other
  12113. .
  12114. MessageId=0x438 SymbolicName=COMADMIN_E_OBJECTEXISTS Facility=ComPlus Severity=CoError
  12115. Language=English
  12116. The object you are attempting to add or rename already exists
  12117. .
  12118. MessageId=0x439 SymbolicName=COMADMIN_E_COMPONENTEXISTS Facility=ComPlus Severity=CoError
  12119. Language=English
  12120. The component already exists
  12121. .
  12122. MessageId=0x43B SymbolicName=COMADMIN_E_REGFILE_CORRUPT Facility=ComPlus Severity=CoError
  12123. Language=English
  12124. The registration file is corrupt
  12125. .
  12126. MessageId=0x43C SymbolicName=COMADMIN_E_PROPERTY_OVERFLOW Facility=ComPlus Severity=CoError
  12127. Language=English
  12128. The property value is too large
  12129. .
  12130. MessageId=0x43E SymbolicName=COMADMIN_E_NOTINREGISTRY Facility=ComPlus Severity=CoError
  12131. Language=English
  12132. Object was not found in registry
  12133. .
  12134. MessageId=0x43F SymbolicName=COMADMIN_E_OBJECTNOTPOOLABLE Facility=ComPlus Severity=CoError
  12135. Language=English
  12136. This object is not poolable
  12137. .
  12138. MessageId=0x446 SymbolicName=COMADMIN_E_APPLID_MATCHES_CLSID Facility=ComPlus Severity=CoError
  12139. Language=English
  12140. A CLSID with the same GUID as the new application ID is already installed on this machine
  12141. .
  12142. MessageId=0x447 SymbolicName=COMADMIN_E_ROLE_DOES_NOT_EXIST Facility=ComPlus Severity=CoError
  12143. Language=English
  12144. A role assigned to a component, interface, or method did not exist in the application
  12145. .
  12146. MessageId=0x448 SymbolicName=COMADMIN_E_START_APP_NEEDS_COMPONENTS Facility=ComPlus Severity=CoError
  12147. Language=English
  12148. You must have components in an application in order to start the application
  12149. .
  12150. MessageId=0x449 SymbolicName=COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM Facility=ComPlus Severity=CoError
  12151. Language=English
  12152. This operation is not enabled on this platform
  12153. .
  12154. MessageId=0x44A SymbolicName=COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY Facility=ComPlus Severity=CoError
  12155. Language=English
  12156. Application Proxy is not exportable
  12157. .
  12158. MessageId=0x44B SymbolicName=COMADMIN_E_CAN_NOT_START_APP Facility=ComPlus Severity=CoError
  12159. Language=English
  12160. Failed to start application because it is either a library application or an application proxy
  12161. .
  12162. MessageId=0x44C SymbolicName=COMADMIN_E_CAN_NOT_EXPORT_SYS_APP Facility=ComPlus Severity=CoError
  12163. Language=English
  12164. System application is not exportable
  12165. .
  12166. MessageId=0x44D SymbolicName=COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT Facility=ComPlus Severity=CoError
  12167. Language=English
  12168. Can not subscribe to this component (the component may have been imported)
  12169. .
  12170. MessageId=0x44E SymbolicName=COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER Facility=ComPlus Severity=CoError
  12171. Language=English
  12172. An event class cannot also be a subscriber component
  12173. .
  12174. MessageId=0x44F SymbolicName=COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE Facility=ComPlus Severity=CoError
  12175. Language=English
  12176. Library applications and application proxies are incompatible
  12177. .
  12178. MessageId=0x450 SymbolicName=COMADMIN_E_BASE_PARTITION_ONLY Facility=ComPlus Severity=CoError
  12179. Language=English
  12180. This function is valid for the base partition only
  12181. .
  12182. MessageId=0x451 SymbolicName=COMADMIN_E_START_APP_DISABLED Facility=ComPlus Severity=CoError
  12183. Language=English
  12184. You cannot start an application that has been disabled
  12185. .
  12186. MessageId=0x457 SymbolicName=COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME Facility=ComPlus Severity=CoError
  12187. Language=English
  12188. The specified partition name is already in use on this computer
  12189. .
  12190. MessageId=0x458 SymbolicName=COMADMIN_E_CAT_INVALID_PARTITION_NAME Facility=ComPlus Severity=CoError
  12191. Language=English
  12192. The specified partition name is invalid. Check that the name contains at least one visible character
  12193. .
  12194. MessageId=0x459 SymbolicName=COMADMIN_E_CAT_PARTITION_IN_USE Facility=ComPlus Severity=CoError
  12195. Language=English
  12196. The partition cannot be deleted because it is the default partition for one or more users
  12197. .
  12198. MessageId=0x45A SymbolicName=COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES Facility=ComPlus Severity=CoError
  12199. Language=English
  12200. The partition cannot be exported, because one or more components in the partition have the same file name
  12201. .
  12202. MessageId=0x45B SymbolicName=COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED Facility=ComPlus Severity=CoError
  12203. Language=English
  12204. Applications that contain one or more imported components cannot be installed into a non-base partition
  12205. .
  12206. MessageId=0x45C SymbolicName=COMADMIN_E_AMBIGUOUS_APPLICATION_NAME Facility=ComPlus Severity=CoError
  12207. Language=English
  12208. The application name is not unique and cannot be resolved to an application id
  12209. .
  12210. MessageId=0x45D SymbolicName=COMADMIN_E_AMBIGUOUS_PARTITION_NAME Facility=ComPlus Severity=CoError
  12211. Language=English
  12212. The partition name is not unique and cannot be resolved to a partition id
  12213. .
  12214. MessageId=0x472 SymbolicName=COMADMIN_E_REGDB_NOTINITIALIZED Facility=ComPlus Severity=CoError
  12215. Language=English
  12216. The COM+ registry database has not been initialized
  12217. .
  12218. MessageId=0x473 SymbolicName=COMADMIN_E_REGDB_NOTOPEN Facility=ComPlus Severity=CoError
  12219. Language=English
  12220. The COM+ registry database is not open
  12221. .
  12222. MessageId=0x474 SymbolicName=COMADMIN_E_REGDB_SYSTEMERR Facility=ComPlus Severity=CoError
  12223. Language=English
  12224. The COM+ registry database detected a system error
  12225. .
  12226. MessageId=0x475 SymbolicName=COMADMIN_E_REGDB_ALREADYRUNNING Facility=ComPlus Severity=CoError
  12227. Language=English
  12228. The COM+ registry database is already running
  12229. .
  12230. MessageId=0x480 SymbolicName=COMADMIN_E_MIG_VERSIONNOTSUPPORTED Facility=ComPlus Severity=CoError
  12231. Language=English
  12232. This version of the COM+ registry database cannot be migrated
  12233. .
  12234. MessageId=0x481 SymbolicName=COMADMIN_E_MIG_SCHEMANOTFOUND Facility=ComPlus Severity=CoError
  12235. Language=English
  12236. The schema version to be migrated could not be found in the COM+ registry database
  12237. .
  12238. MessageId=0x482 SymbolicName=COMADMIN_E_CAT_BITNESSMISMATCH Facility=ComPlus Severity=CoError
  12239. Language=English
  12240. There was a type mismatch between binaries
  12241. .
  12242. MessageId=0x483 SymbolicName=COMADMIN_E_CAT_UNACCEPTABLEBITNESS Facility=ComPlus Severity=CoError
  12243. Language=English
  12244. A binary of unknown or invalid type was provided
  12245. .
  12246. MessageId=0x484 SymbolicName=COMADMIN_E_CAT_WRONGAPPBITNESS Facility=ComPlus Severity=CoError
  12247. Language=English
  12248. There was a type mismatch between a binary and an application
  12249. .
  12250. MessageId=0x485 SymbolicName=COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED Facility=ComPlus Severity=CoError
  12251. Language=English
  12252. The application cannot be paused or resumed
  12253. .
  12254. MessageId=0x486 SymbolicName=COMADMIN_E_CAT_SERVERFAULT Facility=ComPlus Severity=CoError
  12255. Language=English
  12256. The COM+ Catalog Server threw an exception during execution
  12257. .
  12258. ;//
  12259. ;// COMPLUS Queued component errors
  12260. ;//
  12261. MessageId=0x600 SymbolicName=COMQC_E_APPLICATION_NOT_QUEUED Facility=ComPlus Severity=CoError
  12262. Language=English
  12263. Only COM+ Applications marked "queued" can be invoked using the "queue" moniker
  12264. .
  12265. MessageId=0x601 SymbolicName=COMQC_E_NO_QUEUEABLE_INTERFACES Facility=ComPlus Severity=CoError
  12266. Language=English
  12267. At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker
  12268. .
  12269. MessageId=0x602 SymbolicName=COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE Facility=ComPlus Severity=CoError
  12270. Language=English
  12271. MSMQ is required for the requested operation and is not installed
  12272. .
  12273. MessageId=0x603 SymbolicName=COMQC_E_NO_IPERSISTSTREAM Facility=ComPlus Severity=CoError
  12274. Language=English
  12275. Unable to marshal an interface that does not support IPersistStream
  12276. .
  12277. MessageId=0x604 SymbolicName=COMQC_E_BAD_MESSAGE Facility=ComPlus Severity=CoError
  12278. Language=English
  12279. The message is improperly formatted or was damaged in transit
  12280. .
  12281. MessageId=0x605 SymbolicName=COMQC_E_UNAUTHENTICATED Facility=ComPlus Severity=CoError
  12282. Language=English
  12283. An unauthenticated message was received by an application that accepts only authenticated messages
  12284. .
  12285. MessageId=0x606 SymbolicName=COMQC_E_UNTRUSTED_ENQUEUER Facility=ComPlus Severity=CoError
  12286. Language=English
  12287. The message was requeued or moved by a user not in the "QC Trusted User" role
  12288. .
  12289. ;//
  12290. ;// The range 0x700-0x7ff is reserved for MSDTC errors.
  12291. ;//
  12292. MessageId=0x701 SymbolicName=MSDTC_E_DUPLICATE_RESOURCE Facility=ComPlus Severity=CoError Language=English
  12293. Cannot create a duplicate resource of type Distributed Transaction Coordinator
  12294. .
  12295. ;//
  12296. ;// More COMADMIN errors from 0x8**
  12297. ;//
  12298. MessageId=0x808 SymbolicName=COMADMIN_E_OBJECT_PARENT_MISSING Facility=ComPlus Severity=CoError
  12299. Language=English
  12300. One of the objects being inserted or updated does not belong to a valid parent collection
  12301. .
  12302. MessageId=0x809 SymbolicName=COMADMIN_E_OBJECT_DOES_NOT_EXIST Facility=ComPlus Severity=CoError
  12303. Language=English
  12304. One of the specified objects cannot be found
  12305. .
  12306. MessageId=0x80A SymbolicName=COMADMIN_E_APP_NOT_RUNNING Facility=ComPlus Severity=CoError
  12307. Language=English
  12308. The specified application is not currently running
  12309. .
  12310. MessageId=0x80B SymbolicName=COMADMIN_E_INVALID_PARTITION Facility=ComPlus Severity=CoError
  12311. Language=English
  12312. The partition(s) specified are not valid.
  12313. .
  12314. MessageId=0x80D SymbolicName=COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE Facility=ComPlus Severity=CoError
  12315. Language=English
  12316. COM+ applications that run as NT service may not be pooled or recycled
  12317. .
  12318. MessageId=0x80E SymbolicName=COMADMIN_E_USER_IN_SET Facility=ComPlus Severity=CoError
  12319. Language=English
  12320. One or more users are already assigned to a local partition set.
  12321. .
  12322. MessageId=0x80F SymbolicName=COMADMIN_E_CANTRECYCLELIBRARYAPPS Facility=ComPlus Severity=CoError
  12323. Language=English
  12324. Library applications may not be recycled.
  12325. .
  12326. MessageId=0x811 SymbolicName=COMADMIN_E_CANTRECYCLESERVICEAPPS Facility=ComPlus Severity=CoError
  12327. Language=English
  12328. Applications running as NT services may not be recycled.
  12329. .
  12330. MessageId=0x812 SymbolicName=COMADMIN_E_PROCESSALREADYRECYCLED Facility=ComPlus Severity=CoError
  12331. Language=English
  12332. The process has already been recycled.
  12333. .
  12334. MessageId=0x813 SymbolicName=COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED Facility=ComPlus Severity=CoError
  12335. Language=English
  12336. A paused process may not be recycled.
  12337. .
  12338. MessageId=0x814 SymbolicName=COMADMIN_E_CANTMAKEINPROCSERVICE Facility=ComPlus Severity=CoError
  12339. Language=English
  12340. Library applications may not be NT services.
  12341. .
  12342. MessageId=0x815 SymbolicName=COMADMIN_E_PROGIDINUSEBYCLSID Facility=ComPlus Severity=CoError
  12343. Language=English
  12344. The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID.
  12345. .
  12346. MessageId=0x816 SymbolicName=COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET Facility=ComPlus Severity=CoError
  12347. Language=English
  12348. The partition specified as default is not a member of the partition set.
  12349. .
  12350. MessageId=0x817 SymbolicName=COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED Facility=ComPlus Severity=CoError
  12351. Language=English
  12352. A recycled process may not be paused.
  12353. .
  12354. MessageId=0x818 SymbolicName=COMADMIN_E_PARTITION_ACCESSDENIED Facility=ComPlus Severity=CoError
  12355. Language=English
  12356. Access to the specified partition is denied.
  12357. .
  12358. MessageId=0x819 SymbolicName=COMADMIN_E_PARTITION_MSI_ONLY Facility=ComPlus Severity=CoError
  12359. Language=English
  12360. Only Application Files (*.MSI files) can be installed into partitions.
  12361. .
  12362. MessageId=0x81A SymbolicName=COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT Facility=ComPlus Severity=CoError
  12363. Language=English
  12364. Applications containing one or more legacy components may not be exported to 1.0 format.
  12365. .
  12366. MessageId=0x81B SymbolicName=COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS Facility=ComPlus Severity=CoError
  12367. Language=English
  12368. Legacy components may not exist in non-base partitions.
  12369. .
  12370. MessageId=0x81C SymbolicName=COMADMIN_E_COMP_MOVE_SOURCE Facility=ComPlus Severity=CoError
  12371. Language=English
  12372. A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application
  12373. .
  12374. MessageId=0x81D SymbolicName=COMADMIN_E_COMP_MOVE_DEST Facility=ComPlus Severity=CoError
  12375. Language=English
  12376. A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application
  12377. .
  12378. MessageId=0x81E SymbolicName=COMADMIN_E_COMP_MOVE_PRIVATE Facility=ComPlus Severity=CoError
  12379. Language=English
  12380. A private component cannot be moved (or copied) to a library application or to the base partition
  12381. .
  12382. MessageId=0x81F SymbolicName=COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET Facility=ComPlus Severity=CoError
  12383. Language=English
  12384. The Base Application Partition exists in all partition sets and cannot be removed.
  12385. .
  12386. MessageId=0x820 SymbolicName=COMADMIN_E_CANNOT_ALIAS_EVENTCLASS Facility=ComPlus Severity=CoError
  12387. Language=English
  12388. Alas, Event Class components cannot be aliased.
  12389. .
  12390. MessageId=0x821 SymbolicName=COMADMIN_E_PRIVATE_ACCESSDENIED Facility=ComPlus Severity=CoError
  12391. Language=English
  12392. Access is denied because the component is private.
  12393. .
  12394. MessageId=0x822 SymbolicName=COMADMIN_E_SAFERINVALID Facility=ComPlus Severity=CoError
  12395. Language=English
  12396. The specified SAFER level is invalid.
  12397. .
  12398. MessageId=0x823 SymbolicName=COMADMIN_E_REGISTRY_ACCESSDENIED Facility=ComPlus Severity=CoError
  12399. Language=English
  12400. The specified user cannot write to the system registry
  12401. .
  12402. ;//
  12403. ;// REMOVE THESE WHEN POSSIBLE
  12404. ;//
  12405. MessageId=0x900 SymbolicName=COMADMIN_E_CAT_DUPLICATE_PARTITION_SET_NAME Facility=ComPlus Severity=CoError
  12406. Language=English
  12407. REMOVE THIS ERROR
  12408. .
  12409. MessageId=0x901 SymbolicName=COMADMIN_E_CAT_INVALID_PARTITION_SET_NAME Facility=ComPlus Severity=CoError
  12410. Language=English
  12411. REMOVE THIS ERROR
  12412. .
  12413. ;#endif//_WINERROR_