Leaked source code of windows server 2003
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.

5923 lines
213 KiB

  1. ;/*++ BUILD Version: 0005 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) Microsoft Corporation. All rights reserved.
  4. ;
  5. ;Module Name:
  6. ;
  7. ; ntstatus.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Constant definitions for the NTSTATUS values.
  12. ;
  13. ;Author:
  14. ;
  15. ; Portable Systems Group 30-Mar-1989
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the ntstatus.mc file.
  22. ;
  23. ; Please add new error values to the end of the file. To do otherwise
  24. ; will jumble the error values.
  25. ;
  26. ;--*/
  27. ;
  28. ;#ifndef _NTSTATUS_
  29. ;#define _NTSTATUS_
  30. ;
  31. ;#if defined (_MSC_VER) && (_MSC_VER >= 1020)
  32. ;#pragma once
  33. ;#endif
  34. ;
  35. ;#ifndef WIN32_NO_STATUS // winnt
  36. ;// begin_ntsecapi
  37. ;
  38. ;/*lint -save -e767 */ // Don't complain about different definitions // winnt
  39. ;
  40. ;
  41. MessageIdTypedef=NTSTATUS
  42. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  43. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  44. Warning=0x2:STATUS_SEVERITY_WARNING
  45. Error=0x3:STATUS_SEVERITY_ERROR
  46. )
  47. FacilityNames=(System=0x0
  48. Debugger=0x1:FACILITY_DEBUGGER
  49. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  50. RpcStubs=0x3:FACILITY_RPC_STUBS
  51. Io=0x4:FACILITY_IO_ERROR_CODE
  52. TerminalServer=0xA:FACILITY_TERMINAL_SERVER
  53. USB=0x10:FACILITY_USB_ERROR_CODE
  54. HID=0x11:FACILITY_HID_ERROR_CODE
  55. FIREWIRE=0x12:FACILITY_FIREWIRE_ERROR_CODE
  56. Cluster=0x13:FACILITY_CLUSTER_ERROR_CODE
  57. ACPI=0x14:FACILITY_ACPI_ERROR_CODE
  58. SXS=0x15:FACILITY_SXS_ERROR_CODE
  59. )
  60. ;
  61. ;/////////////////////////////////////////////////////////////////////////
  62. ;//
  63. ;// Standard Success values
  64. ;//
  65. ;//
  66. ;/////////////////////////////////////////////////////////////////////////
  67. ;
  68. ;
  69. ;//
  70. ;// The success status codes 0 - 63 are reserved for wait completion status.
  71. ;// FacilityCodes 0x5 - 0xF have been allocated by various drivers.
  72. ;//
  73. ;#define STATUS_SUCCESS ((NTSTATUS)0x00000000L) // ntsubauth
  74. ;
  75. MessageId=0x0000 Facility=System Severity=Success SymbolicName=STATUS_WAIT_0 ;// winnt
  76. Language=English
  77. .
  78. MessageId=0x0001 Facility=System Severity=Success SymbolicName=STATUS_WAIT_1
  79. Language=English
  80. .
  81. MessageId=0x0002 Facility=System Severity=Success SymbolicName=STATUS_WAIT_2
  82. Language=English
  83. .
  84. MessageId=0x0003 Facility=System Severity=Success SymbolicName=STATUS_WAIT_3
  85. Language=English
  86. .
  87. MessageId=0x003F Facility=System Severity=Success SymbolicName=STATUS_WAIT_63
  88. Language=English
  89. .
  90. ;
  91. ;//
  92. ;// The success status codes 128 - 191 are reserved for wait completion
  93. ;// status with an abandoned mutant object.
  94. ;//
  95. ;#define STATUS_ABANDONED ((NTSTATUS)0x00000080L)
  96. ;
  97. MessageId=0x0080 Facility=System Severity=Success SymbolicName=STATUS_ABANDONED_WAIT_0 ;// winnt
  98. Language=English
  99. .
  100. MessageId=0x00BF Facility=System Severity=Success SymbolicName=STATUS_ABANDONED_WAIT_63
  101. Language=English
  102. .
  103. ;
  104. ;//
  105. ;// The success status codes 256, 257, 258, and 258 are reserved for
  106. ;// User APC, Kernel APC, Alerted, and Timeout.
  107. ;//
  108. MessageId=0x00C0 Facility=System Severity=Success SymbolicName=STATUS_USER_APC ;// winnt
  109. Language=English
  110. .
  111. MessageId=0x0100 Facility=System Severity=Success SymbolicName=STATUS_KERNEL_APC
  112. Language=English
  113. .
  114. MessageId=0x0101 Facility=System Severity=Success SymbolicName=STATUS_ALERTED
  115. Language=English
  116. .
  117. MessageId=0x0102 Facility=System Severity=Success SymbolicName=STATUS_TIMEOUT ;// winnt
  118. Language=English
  119. .
  120. MessageId=0x0103 Facility=System Severity=Success SymbolicName=STATUS_PENDING ;// winnt
  121. Language=English
  122. The operation that was requested is pending completion.
  123. .
  124. MessageId=0x0104 Facility=System Severity=Success SymbolicName=STATUS_REPARSE
  125. Language=English
  126. A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
  127. .
  128. MessageId=0x0105 Facility=System Severity=Success SymbolicName=STATUS_MORE_ENTRIES
  129. Language=English
  130. Returned by enumeration APIs to indicate more information is available to successive calls.
  131. .
  132. MessageId=0x0106 Facility=System Severity=Success SymbolicName=STATUS_NOT_ALL_ASSIGNED
  133. Language=English
  134. Indicates not all privileges referenced are assigned to the caller.
  135. This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned.
  136. .
  137. MessageId=0x0107 Facility=System Severity=Success SymbolicName=STATUS_SOME_NOT_MAPPED
  138. Language=English
  139. Some of the information to be translated has not been translated.
  140. .
  141. MessageId=0x0108 Facility=System Severity=Success SymbolicName=STATUS_OPLOCK_BREAK_IN_PROGRESS
  142. Language=English
  143. An open/create operation completed while an oplock break is underway.
  144. .
  145. MessageId=0x0109 Facility=System Severity=Success SymbolicName=STATUS_VOLUME_MOUNTED
  146. Language=English
  147. A new volume has been mounted by a file system.
  148. .
  149. MessageId=0x010A Facility=System Severity=Success SymbolicName=STATUS_RXACT_COMMITTED
  150. Language=English
  151. This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
  152. The commit has now been completed.
  153. .
  154. MessageId=0x010B Facility=System Severity=Success SymbolicName=STATUS_NOTIFY_CLEANUP
  155. Language=English
  156. This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
  157. .
  158. MessageId=0x010C Facility=System Severity=Success SymbolicName=STATUS_NOTIFY_ENUM_DIR
  159. Language=English
  160. This indicates that a notify change request is being completed and that the information is not being returned in the caller's buffer.
  161. The caller now needs to enumerate the files to find the changes.
  162. .
  163. MessageId=0x010D Facility=System Severity=Success SymbolicName=STATUS_NO_QUOTAS_FOR_ACCOUNT
  164. Language=English
  165. {No Quotas}
  166. No system quota limits are specifically set for this account.
  167. .
  168. MessageId=0x010E Facility=System Severity=Success SymbolicName=STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED
  169. Language=English
  170. {Connect Failure on Primary Transport}
  171. An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed.
  172. The computer WAS able to connect on a secondary transport.
  173. .
  174. MessageId=0x0110 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_TRANSITION
  175. Language=English
  176. Page fault was a transition fault.
  177. .
  178. MessageId=0x0111 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_DEMAND_ZERO
  179. Language=English
  180. Page fault was a demand zero fault.
  181. .
  182. MessageId=0x0112 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_COPY_ON_WRITE
  183. Language=English
  184. Page fault was a demand zero fault.
  185. .
  186. MessageId=0x0113 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_GUARD_PAGE
  187. Language=English
  188. Page fault was a demand zero fault.
  189. .
  190. MessageId=0x0114 Facility=System Severity=Success SymbolicName=STATUS_PAGE_FAULT_PAGING_FILE
  191. Language=English
  192. Page fault was satisfied by reading from a secondary storage device.
  193. .
  194. MessageId=0x0115 Facility=System Severity=Success SymbolicName=STATUS_CACHE_PAGE_LOCKED
  195. Language=English
  196. Cached page was locked during operation.
  197. .
  198. MessageId=0x0116 Facility=System Severity=Success SymbolicName=STATUS_CRASH_DUMP
  199. Language=English
  200. Crash dump exists in paging file.
  201. .
  202. MessageId=0x0117 Facility=System Severity=Success SymbolicName=STATUS_BUFFER_ALL_ZEROS
  203. Language=English
  204. Specified buffer contains all zeros.
  205. .
  206. MessageId=0x0118 Facility=System Severity=Success SymbolicName=STATUS_REPARSE_OBJECT
  207. Language=English
  208. A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
  209. .
  210. MessageId=0x0119 Facility=System Severity=Success SymbolicName=STATUS_RESOURCE_REQUIREMENTS_CHANGED
  211. Language=English
  212. The device has succeeded a query-stop and its resource requirements have changed.
  213. .
  214. MessageId=0x0120 Facility=System Severity=Success SymbolicName=STATUS_TRANSLATION_COMPLETE
  215. Language=English
  216. The translator has translated these resources into the global space and no further translations should be performed.
  217. .
  218. MessageId=0x0121 Facility=System Severity=Success SymbolicName=STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY
  219. Language=English
  220. The directory service evaluated group memberships locally, as it was unable to contact a global catalog server.
  221. .
  222. MessageId=0x0122 Facility=System Severity=Success SymbolicName=STATUS_NOTHING_TO_TERMINATE
  223. Language=English
  224. A process being terminated has no threads to terminate.
  225. .
  226. MessageId=0x0123 Facility=System Severity=Success SymbolicName=STATUS_PROCESS_NOT_IN_JOB
  227. Language=English
  228. The specified process is not part of a job.
  229. .
  230. MessageId=0x0124 Facility=System Severity=Success SymbolicName=STATUS_PROCESS_IN_JOB
  231. Language=English
  232. The specified process is part of a job.
  233. .
  234. MessageId=0x0125 Facility=System Severity=Success SymbolicName=STATUS_VOLSNAP_HIBERNATE_READY
  235. Language=English
  236. {Volume Shadow Copy Service}
  237. The system is now ready for hibernation.
  238. .
  239. MessageId=0x0126 Facility=System Severity=Success SymbolicName=STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY
  240. Language=English
  241. A file system or file system filter driver has successfully completed an FsFilter operation.
  242. .
  243. MessageId=0x0001 Facility=Debugger Severity=Success SymbolicName=DBG_EXCEPTION_HANDLED ;// winnt
  244. Language=English
  245. Debugger handled exception
  246. .
  247. MessageId=0x0002 Facility=Debugger Severity=Success SymbolicName=DBG_CONTINUE ;// winnt
  248. Language=English
  249. Debugger continued
  250. .
  251. ;
  252. ;
  253. ;/////////////////////////////////////////////////////////////////////////
  254. ;//
  255. ;// Standard Information values
  256. ;//
  257. ;/////////////////////////////////////////////////////////////////////////
  258. ;
  259. MessageId=0x0000 Facility=System Severity=Informational SymbolicName=STATUS_OBJECT_NAME_EXISTS
  260. Language=English
  261. {Object Exists}
  262. An attempt was made to create an object and the object name already existed.
  263. .
  264. MessageId=0x0001 Facility=System Severity=Informational SymbolicName=STATUS_THREAD_WAS_SUSPENDED
  265. Language=English
  266. {Thread Suspended}
  267. A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
  268. .
  269. MessageId=0x0002 Facility=System Severity=Informational SymbolicName=STATUS_WORKING_SET_LIMIT_RANGE
  270. Language=English
  271. {Working Set Range Error}
  272. An attempt was made to set the working set minimum or maximum to values which are outside of the allowable range.
  273. .
  274. MessageId=0x0003 Facility=System Severity=Informational SymbolicName=STATUS_IMAGE_NOT_AT_BASE
  275. Language=English
  276. {Image Relocated}
  277. An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
  278. .
  279. MessageId=0x0004 Facility=System Severity=Informational SymbolicName=STATUS_RXACT_STATE_CREATED
  280. Language=English
  281. This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
  282. .
  283. MessageId=0x0005 Facility=System Severity=Informational SymbolicName=STATUS_SEGMENT_NOTIFICATION ;// winnt
  284. Language=English
  285. {Segment Load}
  286. A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image.
  287. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
  288. .
  289. MessageId=0x0006 Facility=System Severity=Informational SymbolicName=STATUS_LOCAL_USER_SESSION_KEY
  290. Language=English
  291. {Local Session Key}
  292. A user session key was requested for a local RPC connection. The session key returned is a constant value and not unique to this connection.
  293. .
  294. MessageId=0x0007 Facility=System Severity=Informational SymbolicName=STATUS_BAD_CURRENT_DIRECTORY
  295. Language=English
  296. {Invalid Current Directory}
  297. The process cannot switch to the startup current directory %hs.
  298. Select OK to set current directory to %hs, or select CANCEL to exit.
  299. .
  300. MessageId=0x0008 Facility=System Severity=Informational SymbolicName=STATUS_SERIAL_MORE_WRITES
  301. Language=English
  302. {Serial IOCTL Complete}
  303. A serial I/O operation was completed by another write to a serial port.
  304. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
  305. .
  306. MessageId=0x0009 Facility=System Severity=Informational SymbolicName=STATUS_REGISTRY_RECOVERED
  307. Language=English
  308. {Registry Recovery}
  309. One of the files containing the system's Registry data had to be recovered by use of a log or alternate copy.
  310. The recovery was successful.
  311. .
  312. MessageId=0x000A Facility=System Severity=Informational SymbolicName=STATUS_FT_READ_RECOVERY_FROM_BACKUP
  313. Language=English
  314. {Redundant Read}
  315. To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy.
  316. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
  317. .
  318. MessageId=0x000B Facility=System Severity=Informational SymbolicName=STATUS_FT_WRITE_RECOVERY
  319. Language=English
  320. {Redundant Write}
  321. To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information.
  322. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
  323. .
  324. MessageId=0x000C Facility=System Severity=Informational SymbolicName=STATUS_SERIAL_COUNTER_TIMEOUT
  325. Language=English
  326. {Serial IOCTL Timeout}
  327. A serial I/O operation completed because the time-out period expired.
  328. (The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.)
  329. .
  330. MessageId=0x000D Facility=System Severity=Informational SymbolicName=STATUS_NULL_LM_PASSWORD
  331. Language=English
  332. {Password Too Complex}
  333. The Windows password is too complex to be converted to a LAN Manager password.
  334. The LAN Manager password returned is a NULL string.
  335. .
  336. MessageId=0x000E Facility=System Severity=Informational SymbolicName=STATUS_IMAGE_MACHINE_TYPE_MISMATCH
  337. Language=English
  338. {Machine Type Mismatch}
  339. The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
  340. .
  341. MessageId=0x000F Facility=System Severity=Informational SymbolicName=STATUS_RECEIVE_PARTIAL
  342. Language=English
  343. {Partial Data Received}
  344. The network transport returned partial data to its client. The remaining data will be sent later.
  345. .
  346. MessageId=0x0010 Facility=System Severity=Informational SymbolicName=STATUS_RECEIVE_EXPEDITED
  347. Language=English
  348. {Expedited Data Received}
  349. The network transport returned data to its client that was marked as expedited by the remote system.
  350. .
  351. MessageId=0x0011 Facility=System Severity=Informational SymbolicName=STATUS_RECEIVE_PARTIAL_EXPEDITED
  352. Language=English
  353. {Partial Expedited Data Received}
  354. The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
  355. .
  356. MessageId=0x0012 Facility=System Severity=Informational SymbolicName=STATUS_EVENT_DONE
  357. Language=English
  358. {TDI Event Done}
  359. The TDI indication has completed successfully.
  360. .
  361. MessageId=0x0013 Facility=System Severity=Informational SymbolicName=STATUS_EVENT_PENDING
  362. Language=English
  363. {TDI Event Pending}
  364. The TDI indication has entered the pending state.
  365. .
  366. MessageId=0x0014 Facility=System Severity=Informational SymbolicName=STATUS_CHECKING_FILE_SYSTEM
  367. Language=English
  368. Checking file system on %wZ
  369. .
  370. MessageId=0x0015 Facility=System Severity=Informational SymbolicName=STATUS_FATAL_APP_EXIT
  371. Language=English
  372. {Fatal Application Exit}
  373. %hs
  374. .
  375. MessageId=0x0016 Facility=System Severity=Informational SymbolicName=STATUS_PREDEFINED_HANDLE
  376. Language=English
  377. The specified registry key is referenced by a predefined handle.
  378. .
  379. MessageId=0x0017 Facility=System Severity=Informational SymbolicName=STATUS_WAS_UNLOCKED
  380. Language=English
  381. {Page Unlocked}
  382. The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
  383. .
  384. MessageId=0x0018 Facility=System Severity=Informational SymbolicName=STATUS_SERVICE_NOTIFICATION
  385. Language=English
  386. %hs
  387. .
  388. MessageId=0x0019 Facility=System Severity=Informational SymbolicName=STATUS_WAS_LOCKED
  389. Language=English
  390. {Page Locked}
  391. One of the pages to lock was already locked.
  392. .
  393. MessageId=0x001a Facility=System Severity=Informational SymbolicName=STATUS_LOG_HARD_ERROR
  394. Language=English
  395. Application popup: %1 : %2
  396. .
  397. MessageId=0x001b Facility=System Severity=Informational SymbolicName=STATUS_ALREADY_WIN32
  398. Language=English
  399. .
  400. MessageId=0x001c Facility=System Severity=Informational SymbolicName=STATUS_WX86_UNSIMULATE
  401. Language=English
  402. Exception status code used by Win32 x86 emulation subsystem.
  403. .
  404. MessageId=0x001d Facility=System Severity=Informational SymbolicName=STATUS_WX86_CONTINUE
  405. Language=English
  406. Exception status code used by Win32 x86 emulation subsystem.
  407. .
  408. MessageId=0x001e Facility=System Severity=Informational SymbolicName=STATUS_WX86_SINGLE_STEP
  409. Language=English
  410. Exception status code used by Win32 x86 emulation subsystem.
  411. .
  412. MessageId=0x001f Facility=System Severity=Informational SymbolicName=STATUS_WX86_BREAKPOINT
  413. Language=English
  414. Exception status code used by Win32 x86 emulation subsystem.
  415. .
  416. MessageId=0x0020 Facility=System Severity=Informational SymbolicName=STATUS_WX86_EXCEPTION_CONTINUE
  417. Language=English
  418. Exception status code used by Win32 x86 emulation subsystem.
  419. .
  420. MessageId=0x0021 Facility=System Severity=Informational SymbolicName=STATUS_WX86_EXCEPTION_LASTCHANCE
  421. Language=English
  422. Exception status code used by Win32 x86 emulation subsystem.
  423. .
  424. MessageId=0x0022 Facility=System Severity=Informational SymbolicName=STATUS_WX86_EXCEPTION_CHAIN
  425. Language=English
  426. Exception status code used by Win32 x86 emulation subsystem.
  427. .
  428. MessageId=0x0023 Facility=System Severity=Informational SymbolicName=STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE
  429. Language=English
  430. {Machine Type Mismatch}
  431. The image file %hs is valid, but is for a machine type other than the current machine.
  432. .
  433. MessageId=0x0024 Facility=System Severity=Informational SymbolicName=STATUS_NO_YIELD_PERFORMED
  434. Language=English
  435. A yield execution was performed and no thread was available to run.
  436. .
  437. MessageId=0x0025 Facility=System Severity=Informational SymbolicName=STATUS_TIMER_RESUME_IGNORED
  438. Language=English
  439. The resumable flag to a timer API was ignored.
  440. .
  441. MessageId=0x0026 Facility=System Severity=Informational SymbolicName=STATUS_ARBITRATION_UNHANDLED
  442. Language=English
  443. The arbiter has deferred arbitration of these resources to its parent
  444. .
  445. MessageId=0x0027 Facility=System Severity=Informational SymbolicName=STATUS_CARDBUS_NOT_SUPPORTED
  446. Language=English
  447. The device "%hs" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode.
  448. The operating system will currently accept only 16-bit (R2) pc-cards on this controller.
  449. .
  450. MessageId=0x0028 Facility=System Severity=Informational SymbolicName=STATUS_WX86_CREATEWX86TIB
  451. Language=English
  452. Exception status code used by Win32 x86 emulation subsystem.
  453. .
  454. MessageId=0x0029 Facility=System Severity=Informational SymbolicName=STATUS_MP_PROCESSOR_MISMATCH
  455. Language=English
  456. The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact
  457. the CPU manufacturer to see if this mix of processors is supported.
  458. .
  459. MessageId=0x002A Facility=System Severity=Informational SymbolicName=STATUS_HIBERNATED ;
  460. Language=English
  461. The system was put into hibernation.
  462. .
  463. MessageId=0x002B Facility=System Severity=Informational SymbolicName=STATUS_RESUME_HIBERNATION ;
  464. Language=English
  465. The system was resumed from hibernation.
  466. .
  467. MessageId=0x002C Facility=System Severity=Informational SymbolicName=STATUS_FIRMWARE_UPDATED
  468. Language=English
  469. Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
  470. .
  471. MessageId=0x002D Facility=System Severity=Informational SymbolicName=STATUS_DRIVERS_LEAKING_LOCKED_PAGES
  472. Language=English
  473. A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
  474. .
  475. MessageId=0x0001 Facility=Debugger Severity=Informational SymbolicName=DBG_REPLY_LATER
  476. Language=English
  477. Debugger will reply later.
  478. .
  479. MessageId=0x0002 Facility=Debugger Severity=Informational SymbolicName=DBG_UNABLE_TO_PROVIDE_HANDLE
  480. Language=English
  481. Debugger can not provide handle.
  482. .
  483. MessageId=0x0003 Facility=Debugger Severity=Informational SymbolicName=DBG_TERMINATE_THREAD ;// winnt
  484. Language=English
  485. Debugger terminated thread.
  486. .
  487. MessageId=0x0004 Facility=Debugger Severity=Informational SymbolicName=DBG_TERMINATE_PROCESS ;// winnt
  488. Language=English
  489. Debugger terminated process.
  490. .
  491. MessageId=0x0005 Facility=Debugger Severity=Informational SymbolicName=DBG_CONTROL_C ;// winnt
  492. Language=English
  493. Debugger got control C.
  494. .
  495. MessageId=0x0006 Facility=Debugger Severity=Informational SymbolicName=DBG_PRINTEXCEPTION_C
  496. Language=English
  497. Debugger printed exception on control C.
  498. .
  499. MessageId=0x0007 Facility=Debugger Severity=Informational SymbolicName=DBG_RIPEXCEPTION
  500. Language=English
  501. Debugger received RIP exception.
  502. .
  503. MessageId=0x0008 Facility=Debugger Severity=Informational SymbolicName=DBG_CONTROL_BREAK ;// winnt
  504. Language=English
  505. Debugger received control break.
  506. .
  507. MessageId=0x0009 Facility=Debugger Severity=Informational SymbolicName=DBG_COMMAND_EXCEPTION ;// winnt
  508. Language=English
  509. Debugger command communication exception.
  510. .
  511. ;
  512. ;
  513. ;/////////////////////////////////////////////////////////////////////////
  514. ;//
  515. ;// Standard Warning values
  516. ;//
  517. ;//
  518. ;// Note: Do NOT use the value 0x80000000L, as this is a non-portable value
  519. ;// for the NT_SUCCESS macro. Warning values start with a code of 1.
  520. ;//
  521. ;/////////////////////////////////////////////////////////////////////////
  522. ;
  523. MessageId=0x0001 Facility=System Severity=Warning SymbolicName=STATUS_GUARD_PAGE_VIOLATION ;// winnt
  524. Language=English
  525. {EXCEPTION}
  526. Guard Page Exception
  527. A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.
  528. .
  529. MessageId=0x0002 Facility=System Severity=Warning SymbolicName=STATUS_DATATYPE_MISALIGNMENT ;// winnt
  530. Language=English
  531. {EXCEPTION}
  532. Alignment Fault
  533. A datatype misalignment was detected in a load or store instruction.
  534. .
  535. MessageId=0x0003 Facility=System Severity=Warning SymbolicName=STATUS_BREAKPOINT ;// winnt
  536. Language=English
  537. {EXCEPTION}
  538. Breakpoint
  539. A breakpoint has been reached.
  540. .
  541. MessageId=0x0004 Facility=System Severity=Warning SymbolicName=STATUS_SINGLE_STEP ;// winnt
  542. Language=English
  543. {EXCEPTION}
  544. Single Step
  545. A single step or trace operation has just been completed.
  546. .
  547. MessageId=0x0005 Facility=System Severity=Warning SymbolicName=STATUS_BUFFER_OVERFLOW
  548. Language=English
  549. {Buffer Overflow}
  550. The data was too large to fit into the specified buffer.
  551. .
  552. MessageId=0x0006 Facility=System Severity=Warning SymbolicName=STATUS_NO_MORE_FILES
  553. Language=English
  554. {No More Files}
  555. No more files were found which match the file specification.
  556. .
  557. MessageId=0x0007 Facility=System Severity=Warning SymbolicName=STATUS_WAKE_SYSTEM_DEBUGGER
  558. Language=English
  559. {Kernel Debugger Awakened}
  560. the system debugger was awakened by an interrupt.
  561. .
  562. MessageId=0x000A Facility=System Severity=Warning SymbolicName=STATUS_HANDLES_CLOSED
  563. Language=English
  564. {Handles Closed}
  565. Handles to objects have been automatically closed as a result of the requested operation.
  566. .
  567. MessageId=0x000B Facility=System Severity=Warning SymbolicName=STATUS_NO_INHERITANCE
  568. Language=English
  569. {Non-Inheritable ACL}
  570. An access control list (ACL) contains no components that can be inherited.
  571. .
  572. MessageId=0x000C Facility=System Severity=Warning SymbolicName=STATUS_GUID_SUBSTITUTION_MADE
  573. Language=English
  574. {GUID Substitution}
  575. During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found.
  576. A substitute prefix was used, which will not compromise system security.
  577. However, this may provide a more restrictive access than intended.
  578. .
  579. MessageId=0x000D Facility=System Severity=Warning SymbolicName=STATUS_PARTIAL_COPY
  580. Language=English
  581. {Partial Copy}
  582. Due to protection conflicts not all the requested bytes could be copied.
  583. .
  584. MessageId=0x000E Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_PAPER_EMPTY
  585. Language=English
  586. {Out of Paper}
  587. The printer is out of paper.
  588. .
  589. MessageId=0x000F Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_POWERED_OFF
  590. Language=English
  591. {Device Power Is Off}
  592. The printer power has been turned off.
  593. .
  594. MessageId=0x0010 Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_OFF_LINE
  595. Language=English
  596. {Device Offline}
  597. The printer has been taken offline.
  598. .
  599. MessageId=0x0011 Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_BUSY
  600. Language=English
  601. {Device Busy}
  602. The device is currently busy.
  603. .
  604. MessageId=0x0012 Facility=System Severity=Warning SymbolicName=STATUS_NO_MORE_EAS
  605. Language=English
  606. {No More EAs}
  607. No more extended attributes (EAs) were found for the file.
  608. .
  609. MessageId=0x0013 Facility=System Severity=Warning SymbolicName=STATUS_INVALID_EA_NAME
  610. Language=English
  611. {Illegal EA}
  612. The specified extended attribute (EA) name contains at least one illegal character.
  613. .
  614. MessageId=0x0014 Facility=System Severity=Warning SymbolicName=STATUS_EA_LIST_INCONSISTENT
  615. Language=English
  616. {Inconsistent EA List}
  617. The extended attribute (EA) list is inconsistent.
  618. .
  619. MessageId=0x0015 Facility=System Severity=Warning SymbolicName=STATUS_INVALID_EA_FLAG
  620. Language=English
  621. {Invalid EA Flag}
  622. An invalid extended attribute (EA) flag was set.
  623. .
  624. MessageId=0x0016 Facility=System Severity=Warning SymbolicName=STATUS_VERIFY_REQUIRED
  625. Language=English
  626. {Verifying Disk}
  627. The media has changed and a verify operation is in progress so no reads or writes may be performed to the device, except those used in the verify operation.
  628. .
  629. MessageId=0x0017 Facility=System Severity=Warning SymbolicName=STATUS_EXTRANEOUS_INFORMATION
  630. Language=English
  631. {Too Much Information}
  632. The specified access control list (ACL) contained more information than was expected.
  633. .
  634. MessageId=0x0018 Facility=System Severity=Warning SymbolicName=STATUS_RXACT_COMMIT_NECESSARY
  635. Language=English
  636. This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
  637. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
  638. .
  639. MessageId=0x001A Facility=System Severity=Warning SymbolicName=STATUS_NO_MORE_ENTRIES
  640. Language=English
  641. {No More Entries}
  642. No more entries are available from an enumeration operation.
  643. .
  644. MessageId=0x001B Facility=System Severity=Warning SymbolicName=STATUS_FILEMARK_DETECTED
  645. Language=English
  646. {Filemark Found}
  647. A filemark was detected.
  648. .
  649. MessageId=0x001C Facility=System Severity=Warning SymbolicName=STATUS_MEDIA_CHANGED
  650. Language=English
  651. {Media Changed}
  652. The media may have changed.
  653. .
  654. MessageId=0x001D Facility=System Severity=Warning SymbolicName=STATUS_BUS_RESET
  655. Language=English
  656. {I/O Bus Reset}
  657. An I/O bus reset was detected.
  658. .
  659. MessageId=0x001E Facility=System Severity=Warning SymbolicName=STATUS_END_OF_MEDIA
  660. Language=English
  661. {End of Media}
  662. The end of the media was encountered.
  663. .
  664. MessageId=0x001F Facility=System Severity=Warning SymbolicName=STATUS_BEGINNING_OF_MEDIA
  665. Language=English
  666. Beginning of tape or partition has been detected.
  667. .
  668. MessageId=0x0020 Facility=System Severity=Warning SymbolicName=STATUS_MEDIA_CHECK
  669. Language=English
  670. {Media Changed}
  671. The media may have changed.
  672. .
  673. MessageId=0x0021 Facility=System Severity=Warning SymbolicName=STATUS_SETMARK_DETECTED
  674. Language=English
  675. A tape access reached a setmark.
  676. .
  677. MessageId=0x0022 Facility=System Severity=Warning SymbolicName=STATUS_NO_DATA_DETECTED
  678. Language=English
  679. During a tape access, the end of the data written is reached.
  680. .
  681. MessageId=0x0023 Facility=System Severity=Warning SymbolicName=STATUS_REDIRECTOR_HAS_OPEN_HANDLES
  682. Language=English
  683. The redirector is in use and cannot be unloaded.
  684. .
  685. MessageId=0x0024 Facility=System Severity=Warning SymbolicName=STATUS_SERVER_HAS_OPEN_HANDLES
  686. Language=English
  687. The server is in use and cannot be unloaded.
  688. .
  689. MessageId=0x0025 Facility=System Severity=Warning SymbolicName=STATUS_ALREADY_DISCONNECTED
  690. Language=English
  691. The specified connection has already been disconnected.
  692. .
  693. MessageId=0x0026 Facility=System Severity=Warning SymbolicName=STATUS_LONGJUMP
  694. Language=English
  695. A long jump has been executed.
  696. .
  697. MessageId=0x0027 Facility=System Severity=Warning SymbolicName=STATUS_CLEANER_CARTRIDGE_INSTALLED
  698. Language=English
  699. A cleaner cartridge is present in the tape library.
  700. .
  701. MessageId=0x0028 Facility=System Severity=Warning SymbolicName=STATUS_PLUGPLAY_QUERY_VETOED
  702. Language=English
  703. The Plug and Play query operation was not successful.
  704. .
  705. MessageId=0x0029 Facility=System Severity=Warning SymbolicName=STATUS_UNWIND_CONSOLIDATE
  706. Language=English
  707. A frame consolidation has been executed.
  708. .
  709. MessageId=0x002A Facility=System Severity=Warning SymbolicName=STATUS_REGISTRY_HIVE_RECOVERED
  710. Language=English
  711. {Registry Hive Recovered}
  712. Registry hive (file):
  713. %hs
  714. was corrupted and it has been recovered. Some data might have been lost.
  715. .
  716. MessageId=0x002B Facility=System Severity=Warning SymbolicName=STATUS_DLL_MIGHT_BE_INSECURE
  717. Language=English
  718. The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
  719. .
  720. MessageId=0x002C Facility=System Severity=Warning SymbolicName=STATUS_DLL_MIGHT_BE_INCOMPATIBLE
  721. Language=English
  722. The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
  723. .
  724. MessageId=0x0001 Facility=Debugger Severity=Warning SymbolicName=DBG_EXCEPTION_NOT_HANDLED ;// winnt
  725. Language=English
  726. Debugger did not handle the exception.
  727. .
  728. MessageId=0x0001 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NODE_ALREADY_UP
  729. Language=English
  730. The cluster node is already up.
  731. .
  732. MessageId=0x0002 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NODE_ALREADY_DOWN
  733. Language=English
  734. The cluster node is already down.
  735. .
  736. MessageId=0x0003 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NETWORK_ALREADY_ONLINE
  737. Language=English
  738. The cluster network is already online.
  739. .
  740. MessageId=0x0004 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE
  741. Language=English
  742. The cluster network is already offline.
  743. .
  744. MessageId=0x0005 Facility=Cluster Severity=Warning SymbolicName=STATUS_CLUSTER_NODE_ALREADY_MEMBER
  745. Language=English
  746. The cluster node is already a member of the cluster.
  747. .
  748. ;
  749. ;
  750. ;/////////////////////////////////////////////////////////////////////////
  751. ;//
  752. ;// Standard Error values
  753. ;//
  754. ;/////////////////////////////////////////////////////////////////////////
  755. ;
  756. MessageId=0x0001 Facility=System Severity=Error SymbolicName=STATUS_UNSUCCESSFUL
  757. Language=English
  758. {Operation Failed}
  759. The requested operation was unsuccessful.
  760. .
  761. MessageId=0x0002 Facility=System Severity=Error SymbolicName=STATUS_NOT_IMPLEMENTED
  762. Language=English
  763. {Not Implemented}
  764. The requested operation is not implemented.
  765. .
  766. MessageId=0x0003 Facility=System Severity=Error SymbolicName=STATUS_INVALID_INFO_CLASS ;// ntsubauth
  767. Language=English
  768. {Invalid Parameter}
  769. The specified information class is not a valid information class for the specified object.
  770. .
  771. MessageId=0x0004 Facility=System Severity=Error SymbolicName=STATUS_INFO_LENGTH_MISMATCH
  772. Language=English
  773. The specified information record length does not match the length required for the specified information class.
  774. .
  775. MessageId=0x0005 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_VIOLATION ;// winnt
  776. Language=English
  777. The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
  778. .
  779. MessageId=0x0006 Facility=System Severity=Error SymbolicName=STATUS_IN_PAGE_ERROR ;// winnt
  780. Language=English
  781. The instruction at "0x%08lx" referenced memory at "0x%08lx". The required data was not placed into memory because of an I/O error status of "0x%08lx".
  782. .
  783. MessageId=0x0007 Facility=System Severity=Error SymbolicName=STATUS_PAGEFILE_QUOTA
  784. Language=English
  785. The pagefile quota for the process has been exhausted.
  786. .
  787. MessageId=0x0008 Facility=System Severity=Error SymbolicName=STATUS_INVALID_HANDLE ;// winnt
  788. Language=English
  789. An invalid HANDLE was specified.
  790. .
  791. MessageId=0x0009 Facility=System Severity=Error SymbolicName=STATUS_BAD_INITIAL_STACK
  792. Language=English
  793. An invalid initial stack was specified in a call to NtCreateThread.
  794. .
  795. MessageId=0x000A Facility=System Severity=Error SymbolicName=STATUS_BAD_INITIAL_PC
  796. Language=English
  797. An invalid initial start address was specified in a call to NtCreateThread.
  798. .
  799. MessageId=0x000B Facility=System Severity=Error SymbolicName=STATUS_INVALID_CID
  800. Language=English
  801. An invalid Client ID was specified.
  802. .
  803. MessageId=0x000C Facility=System Severity=Error SymbolicName=STATUS_TIMER_NOT_CANCELED
  804. Language=English
  805. An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
  806. .
  807. MessageId=0x000D Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER
  808. Language=English
  809. An invalid parameter was passed to a service or function.
  810. .
  811. MessageId=0x000E Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_DEVICE
  812. Language=English
  813. A device which does not exist was specified.
  814. .
  815. MessageId=0x000F Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_FILE
  816. Language=English
  817. {File Not Found}
  818. The file %hs does not exist.
  819. .
  820. MessageId=0x0010 Facility=System Severity=Error SymbolicName=STATUS_INVALID_DEVICE_REQUEST
  821. Language=English
  822. The specified request is not a valid operation for the target device.
  823. .
  824. MessageId=0x0011 Facility=System Severity=Error SymbolicName=STATUS_END_OF_FILE
  825. Language=English
  826. The end-of-file marker has been reached. There is no valid data in the file beyond this marker.
  827. .
  828. MessageId=0x0012 Facility=System Severity=Error SymbolicName=STATUS_WRONG_VOLUME
  829. Language=English
  830. {Wrong Volume}
  831. The wrong volume is in the drive.
  832. Please insert volume %hs into drive %hs.
  833. .
  834. MessageId=0x0013 Facility=System Severity=Error SymbolicName=STATUS_NO_MEDIA_IN_DEVICE
  835. Language=English
  836. {No Disk}
  837. There is no disk in the drive.
  838. Please insert a disk into drive %hs.
  839. .
  840. MessageId=0x0014 Facility=System Severity=Error SymbolicName=STATUS_UNRECOGNIZED_MEDIA
  841. Language=English
  842. {Unknown Disk Format}
  843. The disk in drive %hs is not formatted properly.
  844. Please check the disk, and reformat if necessary.
  845. .
  846. MessageId=0x0015 Facility=System Severity=Error SymbolicName=STATUS_NONEXISTENT_SECTOR
  847. Language=English
  848. {Sector Not Found}
  849. The specified sector does not exist.
  850. .
  851. MessageId=0x0016 Facility=System Severity=Error SymbolicName=STATUS_MORE_PROCESSING_REQUIRED
  852. Language=English
  853. {Still Busy}
  854. The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.
  855. .
  856. MessageId=0x0017 Facility=System Severity=Error SymbolicName=STATUS_NO_MEMORY ;// winnt
  857. Language=English
  858. {Not Enough Quota}
  859. Not enough virtual memory or paging file quota is available to complete the specified operation.
  860. .
  861. MessageId=0x0018 Facility=System Severity=Error SymbolicName=STATUS_CONFLICTING_ADDRESSES
  862. Language=English
  863. {Conflicting Address Range}
  864. The specified address range conflicts with the address space.
  865. .
  866. MessageId=0x0019 Facility=System Severity=Error SymbolicName=STATUS_NOT_MAPPED_VIEW
  867. Language=English
  868. Address range to unmap is not a mapped view.
  869. .
  870. MessageId=0x001A Facility=System Severity=Error SymbolicName=STATUS_UNABLE_TO_FREE_VM
  871. Language=English
  872. Virtual memory cannot be freed.
  873. .
  874. MessageId=0x001B Facility=System Severity=Error SymbolicName=STATUS_UNABLE_TO_DELETE_SECTION
  875. Language=English
  876. Specified section cannot be deleted.
  877. .
  878. MessageId=0x001C Facility=System Severity=Error SymbolicName=STATUS_INVALID_SYSTEM_SERVICE
  879. Language=English
  880. An invalid system service was specified in a system service call.
  881. .
  882. MessageId=0x001D Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_INSTRUCTION ;// winnt
  883. Language=English
  884. {EXCEPTION}
  885. Illegal Instruction
  886. An attempt was made to execute an illegal instruction.
  887. .
  888. MessageId=0x001E Facility=System Severity=Error SymbolicName=STATUS_INVALID_LOCK_SEQUENCE
  889. Language=English
  890. {Invalid Lock Sequence}
  891. An attempt was made to execute an invalid lock sequence.
  892. .
  893. MessageId=0x001F Facility=System Severity=Error SymbolicName=STATUS_INVALID_VIEW_SIZE
  894. Language=English
  895. {Invalid Mapping}
  896. An attempt was made to create a view for a section which is bigger than the section.
  897. .
  898. MessageId=0x0020 Facility=System Severity=Error SymbolicName=STATUS_INVALID_FILE_FOR_SECTION
  899. Language=English
  900. {Bad File}
  901. The attributes of the specified mapping file for a section of memory cannot be read.
  902. .
  903. MessageId=0x0021 Facility=System Severity=Error SymbolicName=STATUS_ALREADY_COMMITTED
  904. Language=English
  905. {Already Committed}
  906. The specified address range is already committed.
  907. .
  908. MessageId=0x0022 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DENIED
  909. Language=English
  910. {Access Denied}
  911. A process has requested access to an object, but has not been granted those access rights.
  912. .
  913. MessageId=0x0023 Facility=System Severity=Error SymbolicName=STATUS_BUFFER_TOO_SMALL
  914. Language=English
  915. {Buffer Too Small}
  916. The buffer is too small to contain the entry. No information has been written to the buffer.
  917. .
  918. MessageId=0x0024 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_TYPE_MISMATCH
  919. Language=English
  920. {Wrong Type}
  921. There is a mismatch between the type of object required by the requested operation and the type of object that is specified in the request.
  922. .
  923. MessageId=0x0025 Facility=System Severity=Error SymbolicName=STATUS_NONCONTINUABLE_EXCEPTION ;// winnt
  924. Language=English
  925. {EXCEPTION}
  926. Cannot Continue
  927. Windows cannot continue from this exception.
  928. .
  929. MessageId=0x0026 Facility=System Severity=Error SymbolicName=STATUS_INVALID_DISPOSITION ;// winnt
  930. Language=English
  931. An invalid exception disposition was returned by an exception handler.
  932. .
  933. MessageId=0x0027 Facility=System Severity=Error SymbolicName=STATUS_UNWIND
  934. Language=English
  935. Unwind exception code.
  936. .
  937. MessageId=0x0028 Facility=System Severity=Error SymbolicName=STATUS_BAD_STACK
  938. Language=English
  939. An invalid or unaligned stack was encountered during an unwind operation.
  940. .
  941. MessageId=0x0029 Facility=System Severity=Error SymbolicName=STATUS_INVALID_UNWIND_TARGET
  942. Language=English
  943. An invalid unwind target was encountered during an unwind operation.
  944. .
  945. MessageId=0x002A Facility=System Severity=Error SymbolicName=STATUS_NOT_LOCKED
  946. Language=English
  947. An attempt was made to unlock a page of memory which was not locked.
  948. .
  949. MessageId=0x002B Facility=System Severity=Error SymbolicName=STATUS_PARITY_ERROR
  950. Language=English
  951. Device parity error on I/O operation.
  952. .
  953. MessageId=0x002C Facility=System Severity=Error SymbolicName=STATUS_UNABLE_TO_DECOMMIT_VM
  954. Language=English
  955. An attempt was made to decommit uncommitted virtual memory.
  956. .
  957. MessageId=0x002D Facility=System Severity=Error SymbolicName=STATUS_NOT_COMMITTED
  958. Language=English
  959. An attempt was made to change the attributes on memory that has not been committed.
  960. .
  961. MessageId=0x002E Facility=System Severity=Error SymbolicName=STATUS_INVALID_PORT_ATTRIBUTES
  962. Language=English
  963. Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
  964. .
  965. MessageId=0x002F Facility=System Severity=Error SymbolicName=STATUS_PORT_MESSAGE_TOO_LONG
  966. Language=English
  967. Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
  968. .
  969. MessageId=0x0030 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_MIX
  970. Language=English
  971. An invalid combination of parameters was specified.
  972. .
  973. MessageId=0x0031 Facility=System Severity=Error SymbolicName=STATUS_INVALID_QUOTA_LOWER
  974. Language=English
  975. An attempt was made to lower a quota limit below the current usage.
  976. .
  977. MessageId=0x0032 Facility=System Severity=Error SymbolicName=STATUS_DISK_CORRUPT_ERROR
  978. Language=English
  979. {Corrupt Disk}
  980. The file system structure on the disk is corrupt and unusable.
  981. Please run the Chkdsk utility on the volume %hs.
  982. .
  983. MessageId=0x0033 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_NAME_INVALID
  984. Language=English
  985. Object Name invalid.
  986. .
  987. MessageId=0x0034 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_NAME_NOT_FOUND
  988. Language=English
  989. Object Name not found.
  990. .
  991. MessageId=0x0035 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_NAME_COLLISION
  992. Language=English
  993. Object Name already exists.
  994. .
  995. MessageId=0x0037 Facility=System Severity=Error SymbolicName=STATUS_PORT_DISCONNECTED
  996. Language=English
  997. Attempt to send a message to a disconnected communication port.
  998. .
  999. MessageId=0x0038 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_ALREADY_ATTACHED
  1000. Language=English
  1001. An attempt was made to attach to a device that was already attached to another device.
  1002. .
  1003. MessageId=0x0039 Facility=System Severity=Error SymbolicName=STATUS_OBJECT_PATH_INVALID
  1004. Language=English
  1005. Object Path Component was not a directory object.
  1006. .
  1007. MessageId=0x003A Facility=System Severity=Error SymbolicName=STATUS_OBJECT_PATH_NOT_FOUND
  1008. Language=English
  1009. {Path Not Found}
  1010. The path %hs does not exist.
  1011. .
  1012. MessageId=0x003B Facility=System Severity=Error SymbolicName=STATUS_OBJECT_PATH_SYNTAX_BAD
  1013. Language=English
  1014. Object Path Component was not a directory object.
  1015. .
  1016. MessageId=0x003C Facility=System Severity=Error SymbolicName=STATUS_DATA_OVERRUN
  1017. Language=English
  1018. {Data Overrun}
  1019. A data overrun error occurred.
  1020. .
  1021. MessageId=0x003D Facility=System Severity=Error SymbolicName=STATUS_DATA_LATE_ERROR
  1022. Language=English
  1023. {Data Late}
  1024. A data late error occurred.
  1025. .
  1026. MessageId=0x003E Facility=System Severity=Error SymbolicName=STATUS_DATA_ERROR
  1027. Language=English
  1028. {Data Error}
  1029. An error in reading or writing data occurred.
  1030. .
  1031. MessageId=0x003F Facility=System Severity=Error SymbolicName=STATUS_CRC_ERROR
  1032. Language=English
  1033. {Bad CRC}
  1034. A cyclic redundancy check (CRC) checksum error occurred.
  1035. .
  1036. MessageId=0x0040 Facility=System Severity=Error SymbolicName=STATUS_SECTION_TOO_BIG
  1037. Language=English
  1038. {Section Too Large}
  1039. The specified section is too big to map the file.
  1040. .
  1041. MessageId=0x0041 Facility=System Severity=Error SymbolicName=STATUS_PORT_CONNECTION_REFUSED
  1042. Language=English
  1043. The NtConnectPort request is refused.
  1044. .
  1045. MessageId=0x0042 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PORT_HANDLE
  1046. Language=English
  1047. The type of port handle is invalid for the operation requested.
  1048. .
  1049. MessageId=0x0043 Facility=System Severity=Error SymbolicName=STATUS_SHARING_VIOLATION
  1050. Language=English
  1051. A file cannot be opened because the share access flags are incompatible.
  1052. .
  1053. MessageId=0x0044 Facility=System Severity=Error SymbolicName=STATUS_QUOTA_EXCEEDED
  1054. Language=English
  1055. Insufficient quota exists to complete the operation
  1056. .
  1057. MessageId=0x0045 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PAGE_PROTECTION
  1058. Language=English
  1059. The specified page protection was not valid.
  1060. .
  1061. MessageId=0x0046 Facility=System Severity=Error SymbolicName=STATUS_MUTANT_NOT_OWNED
  1062. Language=English
  1063. An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.
  1064. .
  1065. MessageId=0x0047 Facility=System Severity=Error SymbolicName=STATUS_SEMAPHORE_LIMIT_EXCEEDED
  1066. Language=English
  1067. An attempt was made to release a semaphore such that its maximum count would have been exceeded.
  1068. .
  1069. MessageId=0x0048 Facility=System Severity=Error SymbolicName=STATUS_PORT_ALREADY_SET
  1070. Language=English
  1071. An attempt to set a processes DebugPort or ExceptionPort was made, but a port already exists in the process or
  1072. an attempt to set a file's CompletionPort made, but a port was already set in the file.
  1073. .
  1074. MessageId=0x0049 Facility=System Severity=Error SymbolicName=STATUS_SECTION_NOT_IMAGE
  1075. Language=English
  1076. An attempt was made to query image information on a section which does not map an image.
  1077. .
  1078. MessageId=0x004A Facility=System Severity=Error SymbolicName=STATUS_SUSPEND_COUNT_EXCEEDED
  1079. Language=English
  1080. An attempt was made to suspend a thread whose suspend count was at its maximum.
  1081. .
  1082. MessageId=0x004B Facility=System Severity=Error SymbolicName=STATUS_THREAD_IS_TERMINATING
  1083. Language=English
  1084. An attempt was made to suspend a thread that has begun termination.
  1085. .
  1086. MessageId=0x004C Facility=System Severity=Error SymbolicName=STATUS_BAD_WORKING_SET_LIMIT
  1087. Language=English
  1088. An attempt was made to set the working set limit to an invalid value (minimum greater than maximum, etc).
  1089. .
  1090. MessageId=0x004D Facility=System Severity=Error SymbolicName=STATUS_INCOMPATIBLE_FILE_MAP
  1091. Language=English
  1092. A section was created to map a file which is not compatible to an already existing section which maps the same file.
  1093. .
  1094. MessageId=0x004E Facility=System Severity=Error SymbolicName=STATUS_SECTION_PROTECTION
  1095. Language=English
  1096. A view to a section specifies a protection which is incompatible with the initial view's protection.
  1097. .
  1098. MessageId=0x004F Facility=System Severity=Error SymbolicName=STATUS_EAS_NOT_SUPPORTED
  1099. Language=English
  1100. An operation involving EAs failed because the file system does not support EAs.
  1101. .
  1102. MessageId=0x0050 Facility=System Severity=Error SymbolicName=STATUS_EA_TOO_LARGE
  1103. Language=English
  1104. An EA operation failed because EA set is too large.
  1105. .
  1106. MessageId=0x0051 Facility=System Severity=Error SymbolicName=STATUS_NONEXISTENT_EA_ENTRY
  1107. Language=English
  1108. An EA operation failed because the name or EA index is invalid.
  1109. .
  1110. MessageId=0x0052 Facility=System Severity=Error SymbolicName=STATUS_NO_EAS_ON_FILE
  1111. Language=English
  1112. The file for which EAs were requested has no EAs.
  1113. .
  1114. MessageId=0x0053 Facility=System Severity=Error SymbolicName=STATUS_EA_CORRUPT_ERROR
  1115. Language=English
  1116. The EA is corrupt and non-readable.
  1117. .
  1118. MessageId=0x0054 Facility=System Severity=Error SymbolicName=STATUS_FILE_LOCK_CONFLICT
  1119. Language=English
  1120. A requested read/write cannot be granted due to a conflicting file lock.
  1121. .
  1122. MessageId=0x0055 Facility=System Severity=Error SymbolicName=STATUS_LOCK_NOT_GRANTED
  1123. Language=English
  1124. A requested file lock cannot be granted due to other existing locks.
  1125. .
  1126. MessageId=0x0056 Facility=System Severity=Error SymbolicName=STATUS_DELETE_PENDING
  1127. Language=English
  1128. A non close operation has been requested of a file object with a delete pending.
  1129. .
  1130. MessageId=0x0057 Facility=System Severity=Error SymbolicName=STATUS_CTL_FILE_NOT_SUPPORTED
  1131. Language=English
  1132. An attempt was made to set the control attribute on a file. This attribute is not supported in the target file system.
  1133. .
  1134. MessageId=0x0058 Facility=System Severity=Error SymbolicName=STATUS_UNKNOWN_REVISION
  1135. Language=English
  1136. Indicates a revision number encountered or specified is not one known by the service. It may be a more recent revision than the service is aware of.
  1137. .
  1138. MessageId=0x0059 Facility=System Severity=Error SymbolicName=STATUS_REVISION_MISMATCH
  1139. Language=English
  1140. Indicates two revision levels are incompatible.
  1141. .
  1142. MessageId=0x005A Facility=System Severity=Error SymbolicName=STATUS_INVALID_OWNER
  1143. Language=English
  1144. Indicates a particular Security ID may not be assigned as the owner of an object.
  1145. .
  1146. MessageId=0x005B Facility=System Severity=Error SymbolicName=STATUS_INVALID_PRIMARY_GROUP
  1147. Language=English
  1148. Indicates a particular Security ID may not be assigned as the primary group of an object.
  1149. .
  1150. MessageId=0x005C Facility=System Severity=Error SymbolicName=STATUS_NO_IMPERSONATION_TOKEN
  1151. Language=English
  1152. An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
  1153. .
  1154. MessageId=0x005D Facility=System Severity=Error SymbolicName=STATUS_CANT_DISABLE_MANDATORY
  1155. Language=English
  1156. A mandatory group may not be disabled.
  1157. .
  1158. MessageId=0x005E Facility=System Severity=Error SymbolicName=STATUS_NO_LOGON_SERVERS
  1159. Language=English
  1160. There are currently no logon servers available to service the logon request.
  1161. .
  1162. MessageId=0x005F Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_LOGON_SESSION
  1163. Language=English
  1164. A specified logon session does not exist. It may already have been terminated.
  1165. .
  1166. MessageId=0x0060 Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_PRIVILEGE
  1167. Language=English
  1168. A specified privilege does not exist.
  1169. .
  1170. MessageId=0x0061 Facility=System Severity=Error SymbolicName=STATUS_PRIVILEGE_NOT_HELD
  1171. Language=English
  1172. A required privilege is not held by the client.
  1173. .
  1174. MessageId=0x0062 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ACCOUNT_NAME
  1175. Language=English
  1176. The name provided is not a properly formed account name.
  1177. .
  1178. MessageId=0x0063 Facility=System Severity=Error SymbolicName=STATUS_USER_EXISTS
  1179. Language=English
  1180. The specified user already exists.
  1181. .
  1182. MessageId=0x0064 Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_USER; // ntsubauth
  1183. Language=English
  1184. The specified user does not exist.
  1185. .
  1186. MessageId=0x0065 Facility=System Severity=Error SymbolicName=STATUS_GROUP_EXISTS
  1187. Language=English
  1188. The specified group already exists.
  1189. .
  1190. MessageId=0x0066 Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_GROUP
  1191. Language=English
  1192. The specified group does not exist.
  1193. .
  1194. MessageId=0x0067 Facility=System Severity=Error SymbolicName=STATUS_MEMBER_IN_GROUP
  1195. Language=English
  1196. The specified user account is already in the specified group account.
  1197. Also used to indicate a group cannot be deleted because it contains a member.
  1198. .
  1199. MessageId=0x0068 Facility=System Severity=Error SymbolicName=STATUS_MEMBER_NOT_IN_GROUP
  1200. Language=English
  1201. The specified user account is not a member of the specified group account.
  1202. .
  1203. MessageId=0x0069 Facility=System Severity=Error SymbolicName=STATUS_LAST_ADMIN
  1204. Language=English
  1205. Indicates the requested operation would disable or delete the last remaining administration account.
  1206. This is not allowed to prevent creating a situation in which the system cannot be administrated.
  1207. .
  1208. MessageId=0x006A Facility=System Severity=Error SymbolicName=STATUS_WRONG_PASSWORD; // ntsubauth
  1209. Language=English
  1210. When trying to update a password, this return status indicates that the value provided as the current password is not correct.
  1211. .
  1212. MessageId=0x006B Facility=System Severity=Error SymbolicName=STATUS_ILL_FORMED_PASSWORD
  1213. Language=English
  1214. When trying to update a password, this return status indicates that the value provided for the new password contains values that are not allowed in passwords.
  1215. .
  1216. MessageId=0x006C Facility=System Severity=Error SymbolicName=STATUS_PASSWORD_RESTRICTION; // ntsubauth
  1217. Language=English
  1218. When trying to update a password, this status indicates that some password update rule has been violated. For example, the password may not meet length criteria.
  1219. .
  1220. MessageId=0x006D Facility=System Severity=Error SymbolicName=STATUS_LOGON_FAILURE; // ntsubauth
  1221. Language=English
  1222. The attempted logon is invalid. This is either due to a bad username or authentication information.
  1223. .
  1224. MessageId=0x006E Facility=System Severity=Error SymbolicName=STATUS_ACCOUNT_RESTRICTION; // ntsubauth
  1225. Language=English
  1226. Indicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions).
  1227. .
  1228. MessageId=0x006F Facility=System Severity=Error SymbolicName=STATUS_INVALID_LOGON_HOURS; // ntsubauth
  1229. Language=English
  1230. The user account has time restrictions and may not be logged onto at this time.
  1231. .
  1232. MessageId=0x0070 Facility=System Severity=Error SymbolicName=STATUS_INVALID_WORKSTATION; // ntsubauth
  1233. Language=English
  1234. The user account is restricted such that it may not be used to log on from the source workstation.
  1235. .
  1236. MessageId=0x0071 Facility=System Severity=Error SymbolicName=STATUS_PASSWORD_EXPIRED; // ntsubauth
  1237. Language=English
  1238. The user account's password has expired.
  1239. .
  1240. MessageId=0x0072 Facility=System Severity=Error SymbolicName=STATUS_ACCOUNT_DISABLED; // ntsubauth
  1241. Language=English
  1242. The referenced account is currently disabled and may not be logged on to.
  1243. .
  1244. MessageId=0x0073 Facility=System Severity=Error SymbolicName=STATUS_NONE_MAPPED
  1245. Language=English
  1246. None of the information to be translated has been translated.
  1247. .
  1248. MessageId=0x0074 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_LUIDS_REQUESTED
  1249. Language=English
  1250. The number of LUIDs requested may not be allocated with a single allocation.
  1251. .
  1252. MessageId=0x0075 Facility=System Severity=Error SymbolicName=STATUS_LUIDS_EXHAUSTED
  1253. Language=English
  1254. Indicates there are no more LUIDs to allocate.
  1255. .
  1256. MessageId=0x0076 Facility=System Severity=Error SymbolicName=STATUS_INVALID_SUB_AUTHORITY
  1257. Language=English
  1258. Indicates the sub-authority value is invalid for the particular use.
  1259. .
  1260. MessageId=0x0077 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ACL
  1261. Language=English
  1262. Indicates the ACL structure is not valid.
  1263. .
  1264. MessageId=0x0078 Facility=System Severity=Error SymbolicName=STATUS_INVALID_SID
  1265. Language=English
  1266. Indicates the SID structure is not valid.
  1267. .
  1268. MessageId=0x0079 Facility=System Severity=Error SymbolicName=STATUS_INVALID_SECURITY_DESCR
  1269. Language=English
  1270. Indicates the SECURITY_DESCRIPTOR structure is not valid.
  1271. .
  1272. MessageId=0x007A Facility=System Severity=Error SymbolicName=STATUS_PROCEDURE_NOT_FOUND
  1273. Language=English
  1274. Indicates the specified procedure address cannot be found in the DLL.
  1275. .
  1276. MessageId=0x007B Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_FORMAT
  1277. Language=English
  1278. {Bad Image}
  1279. The application or DLL %hs is not a valid Windows image. Please check this against your installation diskette.
  1280. .
  1281. MessageId=0x007C Facility=System Severity=Error SymbolicName=STATUS_NO_TOKEN
  1282. Language=English
  1283. An attempt was made to reference a token that doesn't exist.
  1284. This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.
  1285. .
  1286. MessageId=0x007D Facility=System Severity=Error SymbolicName=STATUS_BAD_INHERITANCE_ACL
  1287. Language=English
  1288. Indicates that an attempt to build either an inherited ACL or ACE was not successful.
  1289. This can be caused by a number of things. One of the more probable causes is the replacement of a CreatorId with an SID that didn't fit into the ACE or ACL.
  1290. .
  1291. MessageId=0x007E Facility=System Severity=Error SymbolicName=STATUS_RANGE_NOT_LOCKED
  1292. Language=English
  1293. The range specified in NtUnlockFile was not locked.
  1294. .
  1295. MessageId=0x007F Facility=System Severity=Error SymbolicName=STATUS_DISK_FULL
  1296. Language=English
  1297. An operation failed because the disk was full.
  1298. .
  1299. MessageId=0x0080 Facility=System Severity=Error SymbolicName=STATUS_SERVER_DISABLED
  1300. Language=English
  1301. The GUID allocation server is [already] disabled at the moment.
  1302. .
  1303. MessageId=0x0081 Facility=System Severity=Error SymbolicName=STATUS_SERVER_NOT_DISABLED
  1304. Language=English
  1305. The GUID allocation server is [already] enabled at the moment.
  1306. .
  1307. MessageId=0x0082 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_GUIDS_REQUESTED
  1308. Language=English
  1309. Too many GUIDs were requested from the allocation server at once.
  1310. .
  1311. MessageId=0x0083 Facility=System Severity=Error SymbolicName=STATUS_GUIDS_EXHAUSTED
  1312. Language=English
  1313. The GUIDs could not be allocated because the Authority Agent was exhausted.
  1314. .
  1315. MessageId=0x0084 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ID_AUTHORITY
  1316. Language=English
  1317. The value provided was an invalid value for an identifier authority.
  1318. .
  1319. MessageId=0x0085 Facility=System Severity=Error SymbolicName=STATUS_AGENTS_EXHAUSTED
  1320. Language=English
  1321. There are no more authority agent values available for the given identifier authority value.
  1322. .
  1323. MessageId=0x0086 Facility=System Severity=Error SymbolicName=STATUS_INVALID_VOLUME_LABEL
  1324. Language=English
  1325. An invalid volume label has been specified.
  1326. .
  1327. MessageId=0x0087 Facility=System Severity=Error SymbolicName=STATUS_SECTION_NOT_EXTENDED
  1328. Language=English
  1329. A mapped section could not be extended.
  1330. .
  1331. MessageId=0x0088 Facility=System Severity=Error SymbolicName=STATUS_NOT_MAPPED_DATA
  1332. Language=English
  1333. Specified section to flush does not map a data file.
  1334. .
  1335. MessageId=0x0089 Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_DATA_NOT_FOUND
  1336. Language=English
  1337. Indicates the specified image file did not contain a resource section.
  1338. .
  1339. MessageId=0x008A Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_TYPE_NOT_FOUND
  1340. Language=English
  1341. Indicates the specified resource type cannot be found in the image file.
  1342. .
  1343. MessageId=0x008B Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_NAME_NOT_FOUND
  1344. Language=English
  1345. Indicates the specified resource name cannot be found in the image file.
  1346. .
  1347. MessageId=0x008C Facility=System Severity=Error SymbolicName=STATUS_ARRAY_BOUNDS_EXCEEDED ;// winnt
  1348. Language=English
  1349. {EXCEPTION}
  1350. Array bounds exceeded.
  1351. .
  1352. MessageId=0x008D Facility=System Severity=Error SymbolicName=STATUS_FLOAT_DENORMAL_OPERAND ;// winnt
  1353. Language=English
  1354. {EXCEPTION}
  1355. Floating-point denormal operand.
  1356. .
  1357. MessageId=0x008E Facility=System Severity=Error SymbolicName=STATUS_FLOAT_DIVIDE_BY_ZERO ;// winnt
  1358. Language=English
  1359. {EXCEPTION}
  1360. Floating-point division by zero.
  1361. .
  1362. MessageId=0x008F Facility=System Severity=Error SymbolicName=STATUS_FLOAT_INEXACT_RESULT ;// winnt
  1363. Language=English
  1364. {EXCEPTION}
  1365. Floating-point inexact result.
  1366. .
  1367. MessageId=0x0090 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_INVALID_OPERATION ;// winnt
  1368. Language=English
  1369. {EXCEPTION}
  1370. Floating-point invalid operation.
  1371. .
  1372. MessageId=0x0091 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_OVERFLOW ;// winnt
  1373. Language=English
  1374. {EXCEPTION}
  1375. Floating-point overflow.
  1376. .
  1377. MessageId=0x0092 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_STACK_CHECK ;// winnt
  1378. Language=English
  1379. {EXCEPTION}
  1380. Floating-point stack check.
  1381. .
  1382. MessageId=0x0093 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_UNDERFLOW ;// winnt
  1383. Language=English
  1384. {EXCEPTION}
  1385. Floating-point underflow.
  1386. .
  1387. MessageId=0x0094 Facility=System Severity=Error SymbolicName=STATUS_INTEGER_DIVIDE_BY_ZERO ;// winnt
  1388. Language=English
  1389. {EXCEPTION}
  1390. Integer division by zero.
  1391. .
  1392. MessageId=0x0095 Facility=System Severity=Error SymbolicName=STATUS_INTEGER_OVERFLOW ;// winnt
  1393. Language=English
  1394. {EXCEPTION}
  1395. Integer overflow.
  1396. .
  1397. MessageId=0x0096 Facility=System Severity=Error SymbolicName=STATUS_PRIVILEGED_INSTRUCTION ;// winnt
  1398. Language=English
  1399. {EXCEPTION}
  1400. Privileged instruction.
  1401. .
  1402. MessageId=0x0097 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_PAGING_FILES
  1403. Language=English
  1404. An attempt was made to install more paging files than the system supports.
  1405. .
  1406. MessageId=0x0098 Facility=System Severity=Error SymbolicName=STATUS_FILE_INVALID
  1407. Language=English
  1408. The volume for a file has been externally altered such that the opened file is no longer valid.
  1409. .
  1410. MessageId=0x0099 Facility=System Severity=Error SymbolicName=STATUS_ALLOTTED_SPACE_EXCEEDED
  1411. Language=English
  1412. When a block of memory is allotted for future updates, such as the memory allocated to hold discretionary access control and primary group information, successive updates may exceed the amount of memory originally allotted.
  1413. Since quota may already have been charged to several processes which have handles to the object, it is not reasonable to alter the size of the allocated memory.
  1414. Instead, a request that requires more memory than has been allotted must fail and the STATUS_ALLOTED_SPACE_EXCEEDED error returned.
  1415. .
  1416. MessageId=0x009A Facility=System Severity=Error SymbolicName=STATUS_INSUFFICIENT_RESOURCES; // ntsubauth
  1417. Language=English
  1418. Insufficient system resources exist to complete the API.
  1419. .
  1420. MessageId=0x009B Facility=System Severity=Error SymbolicName=STATUS_DFS_EXIT_PATH_FOUND
  1421. Language=English
  1422. An attempt has been made to open a DFS exit path control file.
  1423. .
  1424. MessageId=0x009C Facility=System Severity=Error SymbolicName=STATUS_DEVICE_DATA_ERROR
  1425. Language=English
  1426. .
  1427. MessageId=0x009D Facility=System Severity=Error SymbolicName=STATUS_DEVICE_NOT_CONNECTED
  1428. Language=English
  1429. .
  1430. MessageId=0x009E Facility=System Severity=Error SymbolicName=STATUS_DEVICE_POWER_FAILURE
  1431. Language=English
  1432. .
  1433. MessageId=0x009F Facility=System Severity=Error SymbolicName=STATUS_FREE_VM_NOT_AT_BASE
  1434. Language=English
  1435. Virtual memory cannot be freed as base address is not the base of the region and a region size of zero was specified.
  1436. .
  1437. MessageId=0x00A0 Facility=System Severity=Error SymbolicName=STATUS_MEMORY_NOT_ALLOCATED
  1438. Language=English
  1439. An attempt was made to free virtual memory which is not allocated.
  1440. .
  1441. MessageId=0x00A1 Facility=System Severity=Error SymbolicName=STATUS_WORKING_SET_QUOTA
  1442. Language=English
  1443. The working set is not big enough to allow the requested pages to be locked.
  1444. .
  1445. MessageId=0x00A2 Facility=System Severity=Error SymbolicName=STATUS_MEDIA_WRITE_PROTECTED
  1446. Language=English
  1447. {Write Protect Error}
  1448. The disk cannot be written to because it is write protected.
  1449. Please remove the write protection from the volume %hs in drive %hs.
  1450. .
  1451. MessageId=0x00A3 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_NOT_READY
  1452. Language=English
  1453. {Drive Not Ready}
  1454. The drive is not ready for use; its door may be open.
  1455. Please check drive %hs and make sure that a disk is inserted and that the drive door is closed.
  1456. .
  1457. MessageId=0x00A4 Facility=System Severity=Error SymbolicName=STATUS_INVALID_GROUP_ATTRIBUTES
  1458. Language=English
  1459. The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
  1460. .
  1461. MessageId=0x00A5 Facility=System Severity=Error SymbolicName=STATUS_BAD_IMPERSONATION_LEVEL
  1462. Language=English
  1463. A specified impersonation level is invalid.
  1464. Also used to indicate a required impersonation level was not provided.
  1465. .
  1466. MessageId=0x00A6 Facility=System Severity=Error SymbolicName=STATUS_CANT_OPEN_ANONYMOUS
  1467. Language=English
  1468. An attempt was made to open an Anonymous level token.
  1469. Anonymous tokens may not be opened.
  1470. .
  1471. MessageId=0x00A7 Facility=System Severity=Error SymbolicName=STATUS_BAD_VALIDATION_CLASS
  1472. Language=English
  1473. The validation information class requested was invalid.
  1474. .
  1475. MessageId=0x00A8 Facility=System Severity=Error SymbolicName=STATUS_BAD_TOKEN_TYPE
  1476. Language=English
  1477. The type of a token object is inappropriate for its attempted use.
  1478. .
  1479. MessageId=0x00A9 Facility=System Severity=Error SymbolicName=STATUS_BAD_MASTER_BOOT_RECORD
  1480. Language=English
  1481. The type of a token object is inappropriate for its attempted use.
  1482. .
  1483. MessageId=0x00AA Facility=System Severity=Error SymbolicName=STATUS_INSTRUCTION_MISALIGNMENT
  1484. Language=English
  1485. An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
  1486. .
  1487. MessageId=0x00AB Facility=System Severity=Error SymbolicName=STATUS_INSTANCE_NOT_AVAILABLE
  1488. Language=English
  1489. The maximum named pipe instance count has been reached.
  1490. .
  1491. MessageId=0x00AC Facility=System Severity=Error SymbolicName=STATUS_PIPE_NOT_AVAILABLE
  1492. Language=English
  1493. An instance of a named pipe cannot be found in the listening state.
  1494. .
  1495. MessageId=0x00AD Facility=System Severity=Error SymbolicName=STATUS_INVALID_PIPE_STATE
  1496. Language=English
  1497. The named pipe is not in the connected or closing state.
  1498. .
  1499. MessageId=0x00AE Facility=System Severity=Error SymbolicName=STATUS_PIPE_BUSY
  1500. Language=English
  1501. The specified pipe is set to complete operations and there are current I/O operations queued so it cannot be changed to queue operations.
  1502. .
  1503. MessageId=0x00AF Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_FUNCTION
  1504. Language=English
  1505. The specified handle is not open to the server end of the named pipe.
  1506. .
  1507. MessageId=0x00B0 Facility=System Severity=Error SymbolicName=STATUS_PIPE_DISCONNECTED
  1508. Language=English
  1509. The specified named pipe is in the disconnected state.
  1510. .
  1511. MessageId=0x00B1 Facility=System Severity=Error SymbolicName=STATUS_PIPE_CLOSING
  1512. Language=English
  1513. The specified named pipe is in the closing state.
  1514. .
  1515. MessageId=0x00B2 Facility=System Severity=Error SymbolicName=STATUS_PIPE_CONNECTED
  1516. Language=English
  1517. The specified named pipe is in the connected state.
  1518. .
  1519. MessageId=0x00B3 Facility=System Severity=Error SymbolicName=STATUS_PIPE_LISTENING
  1520. Language=English
  1521. The specified named pipe is in the listening state.
  1522. .
  1523. MessageId=0x00B4 Facility=System Severity=Error SymbolicName=STATUS_INVALID_READ_MODE
  1524. Language=English
  1525. The specified named pipe is not in message mode.
  1526. .
  1527. MessageId=0x00B5 Facility=System Severity=Error SymbolicName=STATUS_IO_TIMEOUT
  1528. Language=English
  1529. {Device Timeout}
  1530. The specified I/O operation on %hs was not completed before the time-out period expired.
  1531. .
  1532. MessageId=0x00B6 Facility=System Severity=Error SymbolicName=STATUS_FILE_FORCED_CLOSED
  1533. Language=English
  1534. The specified file has been closed by another process.
  1535. .
  1536. MessageId=0x00B7 Facility=System Severity=Error SymbolicName=STATUS_PROFILING_NOT_STARTED
  1537. Language=English
  1538. Profiling not started.
  1539. .
  1540. MessageId=0x00B8 Facility=System Severity=Error SymbolicName=STATUS_PROFILING_NOT_STOPPED
  1541. Language=English
  1542. Profiling not stopped.
  1543. .
  1544. MessageId=0x00B9 Facility=System Severity=Error SymbolicName=STATUS_COULD_NOT_INTERPRET
  1545. Language=English
  1546. The passed ACL did not contain the minimum required information.
  1547. .
  1548. MessageId=0x00BA Facility=System Severity=Error SymbolicName=STATUS_FILE_IS_A_DIRECTORY
  1549. Language=English
  1550. The file that was specified as a target is a directory and the caller specified that it could be anything but a directory.
  1551. .
  1552. ;//
  1553. ;// Network specific errors.
  1554. ;//
  1555. ;//
  1556. MessageId=0x00BB Facility=System Severity=Error SymbolicName=STATUS_NOT_SUPPORTED
  1557. Language=English
  1558. The request is not supported.
  1559. .
  1560. MessageId=0x00BC Facility=System Severity=Error SymbolicName=STATUS_REMOTE_NOT_LISTENING
  1561. Language=English
  1562. This remote computer is not listening.
  1563. .
  1564. MessageId=0x00BD Facility=System Severity=Error SymbolicName=STATUS_DUPLICATE_NAME
  1565. Language=English
  1566. A duplicate name exists on the network.
  1567. .
  1568. MessageId=0x00BE Facility=System Severity=Error SymbolicName=STATUS_BAD_NETWORK_PATH
  1569. Language=English
  1570. The network path cannot be located.
  1571. .
  1572. MessageId=0x00BF Facility=System Severity=Error SymbolicName=STATUS_NETWORK_BUSY
  1573. Language=English
  1574. The network is busy.
  1575. .
  1576. MessageId=0x00C0 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_DOES_NOT_EXIST
  1577. Language=English
  1578. This device does not exist.
  1579. .
  1580. MessageId=0x00C1 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_COMMANDS
  1581. Language=English
  1582. The network BIOS command limit has been reached.
  1583. .
  1584. MessageId=0x00C2 Facility=System Severity=Error SymbolicName=STATUS_ADAPTER_HARDWARE_ERROR
  1585. Language=English
  1586. An I/O adapter hardware error has occurred.
  1587. .
  1588. MessageId=0x00C3 Facility=System Severity=Error SymbolicName=STATUS_INVALID_NETWORK_RESPONSE
  1589. Language=English
  1590. The network responded incorrectly.
  1591. .
  1592. MessageId=0x00C4 Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_NETWORK_ERROR
  1593. Language=English
  1594. An unexpected network error occurred.
  1595. .
  1596. MessageId=0x00C5 Facility=System Severity=Error SymbolicName=STATUS_BAD_REMOTE_ADAPTER
  1597. Language=English
  1598. The remote adapter is not compatible.
  1599. .
  1600. MessageId=0x00C6 Facility=System Severity=Error SymbolicName=STATUS_PRINT_QUEUE_FULL
  1601. Language=English
  1602. The printer queue is full.
  1603. .
  1604. MessageId=0x00C7 Facility=System Severity=Error SymbolicName=STATUS_NO_SPOOL_SPACE
  1605. Language=English
  1606. Space to store the file waiting to be printed is not available on the server.
  1607. .
  1608. MessageId=0x00C8 Facility=System Severity=Error SymbolicName=STATUS_PRINT_CANCELLED
  1609. Language=English
  1610. The requested print file has been canceled.
  1611. .
  1612. MessageId=0x00C9 Facility=System Severity=Error SymbolicName=STATUS_NETWORK_NAME_DELETED
  1613. Language=English
  1614. The network name was deleted.
  1615. .
  1616. MessageId=0x00CA Facility=System Severity=Error SymbolicName=STATUS_NETWORK_ACCESS_DENIED
  1617. Language=English
  1618. Network access is denied.
  1619. .
  1620. MessageId=0x00CB Facility=System Severity=Error SymbolicName=STATUS_BAD_DEVICE_TYPE
  1621. Language=English
  1622. {Incorrect Network Resource Type}
  1623. The specified device type (LPT, for example) conflicts with the actual device type on the remote resource.
  1624. .
  1625. MessageId=0x00CC Facility=System Severity=Error SymbolicName=STATUS_BAD_NETWORK_NAME
  1626. Language=English
  1627. {Network Name Not Found}
  1628. The specified share name cannot be found on the remote server.
  1629. .
  1630. MessageId=0x00CD Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_NAMES
  1631. Language=English
  1632. The name limit for the local computer network adapter card was exceeded.
  1633. .
  1634. MessageId=0x00CE Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_SESSIONS
  1635. Language=English
  1636. The network BIOS session limit was exceeded.
  1637. .
  1638. MessageId=0x00CF Facility=System Severity=Error SymbolicName=STATUS_SHARING_PAUSED
  1639. Language=English
  1640. File sharing has been temporarily paused.
  1641. .
  1642. MessageId=0x00D0 Facility=System Severity=Error SymbolicName=STATUS_REQUEST_NOT_ACCEPTED
  1643. Language=English
  1644. 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.
  1645. .
  1646. MessageId=0x00D1 Facility=System Severity=Error SymbolicName=STATUS_REDIRECTOR_PAUSED
  1647. Language=English
  1648. Print or disk redirection is temporarily paused.
  1649. .
  1650. MessageId=0x00D2 Facility=System Severity=Error SymbolicName=STATUS_NET_WRITE_FAULT
  1651. Language=English
  1652. A network data fault occurred.
  1653. .
  1654. MessageId=0x00D3 Facility=System Severity=Error SymbolicName=STATUS_PROFILING_AT_LIMIT
  1655. Language=English
  1656. The number of active profiling objects is at the maximum and no more may be started.
  1657. .
  1658. MessageId=0x00D4 Facility=System Severity=Error SymbolicName=STATUS_NOT_SAME_DEVICE
  1659. Language=English
  1660. {Incorrect Volume}
  1661. The target file of a rename request is located on a different device than the source of the rename request.
  1662. .
  1663. MessageId=0x00D5 Facility=System Severity=Error SymbolicName=STATUS_FILE_RENAMED
  1664. Language=English
  1665. The file specified has been renamed and thus cannot be modified.
  1666. .
  1667. MessageId=0x00D6 Facility=System Severity=Error SymbolicName=STATUS_VIRTUAL_CIRCUIT_CLOSED
  1668. Language=English
  1669. {Network Request Timeout}
  1670. The session with a remote server has been disconnected because the time-out interval for a request has expired.
  1671. .
  1672. MessageId=0x00D7 Facility=System Severity=Error SymbolicName=STATUS_NO_SECURITY_ON_OBJECT
  1673. Language=English
  1674. Indicates an attempt was made to operate on the security of an object that does not have security associated with it.
  1675. .
  1676. MessageId=0x00D8 Facility=System Severity=Error SymbolicName=STATUS_CANT_WAIT
  1677. Language=English
  1678. Used to indicate that an operation cannot continue without blocking for I/O.
  1679. .
  1680. MessageId=0x00D9 Facility=System Severity=Error SymbolicName=STATUS_PIPE_EMPTY
  1681. Language=English
  1682. Used to indicate that a read operation was done on an empty pipe.
  1683. .
  1684. MessageId=0x00DA Facility=System Severity=Error SymbolicName=STATUS_CANT_ACCESS_DOMAIN_INFO
  1685. Language=English
  1686. Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
  1687. .
  1688. MessageId=0x00DB Facility=System Severity=Error SymbolicName=STATUS_CANT_TERMINATE_SELF
  1689. Language=English
  1690. Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
  1691. .
  1692. MessageId=0x00DC Facility=System Severity=Error SymbolicName=STATUS_INVALID_SERVER_STATE
  1693. Language=English
  1694. Indicates the Sam Server was in the wrong state to perform the desired operation.
  1695. .
  1696. MessageId=0x00DD Facility=System Severity=Error SymbolicName=STATUS_INVALID_DOMAIN_STATE
  1697. Language=English
  1698. Indicates the Domain was in the wrong state to perform the desired operation.
  1699. .
  1700. MessageId=0x00DE Facility=System Severity=Error SymbolicName=STATUS_INVALID_DOMAIN_ROLE
  1701. Language=English
  1702. This operation is only allowed for the Primary Domain Controller of the domain.
  1703. .
  1704. MessageId=0x00DF Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_DOMAIN
  1705. Language=English
  1706. The specified Domain did not exist.
  1707. .
  1708. MessageId=0x00E0 Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_EXISTS
  1709. Language=English
  1710. The specified Domain already exists.
  1711. .
  1712. MessageId=0x00E1 Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_LIMIT_EXCEEDED
  1713. Language=English
  1714. An attempt was made to exceed the limit on the number of domains per server for this release.
  1715. .
  1716. MessageId=0x00E2 Facility=System Severity=Error SymbolicName=STATUS_OPLOCK_NOT_GRANTED
  1717. Language=English
  1718. Error status returned when oplock request is denied.
  1719. .
  1720. MessageId=0x00E3 Facility=System Severity=Error SymbolicName=STATUS_INVALID_OPLOCK_PROTOCOL
  1721. Language=English
  1722. Error status returned when an invalid oplock acknowledgment is received by a file system.
  1723. .
  1724. MessageId=0x00E4 Facility=System Severity=Error SymbolicName=STATUS_INTERNAL_DB_CORRUPTION
  1725. Language=English
  1726. This error indicates that the requested operation cannot be completed due to a catastrophic media failure or on-disk data structure corruption.
  1727. .
  1728. MessageId=0x00E5 Facility=System Severity=Error SymbolicName=STATUS_INTERNAL_ERROR
  1729. Language=English
  1730. An internal error occurred.
  1731. .
  1732. MessageId=0x00E6 Facility=System Severity=Error SymbolicName=STATUS_GENERIC_NOT_MAPPED
  1733. Language=English
  1734. Indicates generic access types were contained in an access mask which should already be mapped to non-generic access types.
  1735. .
  1736. MessageId=0x00E7 Facility=System Severity=Error SymbolicName=STATUS_BAD_DESCRIPTOR_FORMAT
  1737. Language=English
  1738. Indicates a security descriptor is not in the necessary format (absolute or self-relative).
  1739. .
  1740. ;//
  1741. ;// Status codes raised by the Cache Manager which must be considered as
  1742. ;// "expected" by its callers.
  1743. ;//
  1744. MessageId=0x00E8 Facility=System Severity=Error SymbolicName=STATUS_INVALID_USER_BUFFER
  1745. Language=English
  1746. An access to a user buffer failed at an "expected" point in time.
  1747. This code is defined since the caller does not want to accept STATUS_ACCESS_VIOLATION in its filter.
  1748. .
  1749. MessageId=0x00E9 Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_IO_ERROR
  1750. Language=English
  1751. If an I/O error is returned which is not defined in the standard FsRtl filter, it is converted to the following error which is guaranteed to be in the filter.
  1752. In this case information is lost, however, the filter correctly handles the exception.
  1753. .
  1754. MessageId=0x00EA Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_MM_CREATE_ERR
  1755. Language=English
  1756. If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
  1757. In this case information is lost, however, the filter correctly handles the exception.
  1758. .
  1759. MessageId=0x00EB Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_MM_MAP_ERROR
  1760. Language=English
  1761. If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
  1762. In this case information is lost, however, the filter correctly handles the exception.
  1763. .
  1764. MessageId=0x00EC Facility=System Severity=Error SymbolicName=STATUS_UNEXPECTED_MM_EXTEND_ERR
  1765. Language=English
  1766. If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter.
  1767. In this case information is lost, however, the filter correctly handles the exception.
  1768. .
  1769. MessageId=0x00ED Facility=System Severity=Error SymbolicName=STATUS_NOT_LOGON_PROCESS
  1770. Language=English
  1771. The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
  1772. .
  1773. MessageId=0x00EE Facility=System Severity=Error SymbolicName=STATUS_LOGON_SESSION_EXISTS
  1774. Language=English
  1775. An attempt has been made to start a new session manager or LSA logon session with an ID that is already in use.
  1776. .
  1777. MessageId=0x00EF Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_1
  1778. Language=English
  1779. An invalid parameter was passed to a service or function as the first argument.
  1780. .
  1781. MessageId=0x00F0 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_2
  1782. Language=English
  1783. An invalid parameter was passed to a service or function as the second argument.
  1784. .
  1785. MessageId=0x00F1 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_3
  1786. Language=English
  1787. An invalid parameter was passed to a service or function as the third argument.
  1788. .
  1789. MessageId=0x00F2 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_4
  1790. Language=English
  1791. An invalid parameter was passed to a service or function as the fourth argument.
  1792. .
  1793. MessageId=0x00F3 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_5
  1794. Language=English
  1795. An invalid parameter was passed to a service or function as the fifth argument.
  1796. .
  1797. MessageId=0x00F4 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_6
  1798. Language=English
  1799. An invalid parameter was passed to a service or function as the sixth argument.
  1800. .
  1801. MessageId=0x00F5 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_7
  1802. Language=English
  1803. An invalid parameter was passed to a service or function as the seventh argument.
  1804. .
  1805. MessageId=0x00F6 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_8
  1806. Language=English
  1807. An invalid parameter was passed to a service or function as the eighth argument.
  1808. .
  1809. MessageId=0x00F7 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_9
  1810. Language=English
  1811. An invalid parameter was passed to a service or function as the ninth argument.
  1812. .
  1813. MessageId=0x00F8 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_10
  1814. Language=English
  1815. An invalid parameter was passed to a service or function as the tenth argument.
  1816. .
  1817. MessageId=0x00F9 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_11
  1818. Language=English
  1819. An invalid parameter was passed to a service or function as the eleventh argument.
  1820. .
  1821. MessageId=0x00FA Facility=System Severity=Error SymbolicName=STATUS_INVALID_PARAMETER_12
  1822. Language=English
  1823. An invalid parameter was passed to a service or function as the twelfth argument.
  1824. .
  1825. MessageId=0x00FB Facility=System Severity=Error SymbolicName=STATUS_REDIRECTOR_NOT_STARTED
  1826. Language=English
  1827. An attempt was made to access a network file, but the network software was not yet started.
  1828. .
  1829. MessageId=0x00FC Facility=System Severity=Error SymbolicName=STATUS_REDIRECTOR_STARTED
  1830. Language=English
  1831. An attempt was made to start the redirector, but the redirector has already been started.
  1832. .
  1833. MessageId=0x00FD Facility=System Severity=Error SymbolicName=STATUS_STACK_OVERFLOW ;// winnt
  1834. Language=English
  1835. A new guard page for the stack cannot be created.
  1836. .
  1837. MessageId=0x00FE Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_PACKAGE
  1838. Language=English
  1839. A specified authentication package is unknown.
  1840. .
  1841. MessageId=0x00FF Facility=System Severity=Error SymbolicName=STATUS_BAD_FUNCTION_TABLE
  1842. Language=English
  1843. A malformed function table was encountered during an unwind operation.
  1844. .
  1845. MessageId=0x0100 Facility=System Severity=Error SymbolicName=STATUS_VARIABLE_NOT_FOUND
  1846. Language=English
  1847. Indicates the specified environment variable name was not found in the specified environment block.
  1848. .
  1849. MessageId=0x0101 Facility=System Severity=Error SymbolicName=STATUS_DIRECTORY_NOT_EMPTY
  1850. Language=English
  1851. Indicates that the directory trying to be deleted is not empty.
  1852. .
  1853. MessageId=0x0102 Facility=System Severity=Error SymbolicName=STATUS_FILE_CORRUPT_ERROR
  1854. Language=English
  1855. {Corrupt File}
  1856. The file or directory %hs is corrupt and unreadable.
  1857. Please run the Chkdsk utility.
  1858. .
  1859. MessageId=0x0103 Facility=System Severity=Error SymbolicName=STATUS_NOT_A_DIRECTORY
  1860. Language=English
  1861. A requested opened file is not a directory.
  1862. .
  1863. MessageId=0x0104 Facility=System Severity=Error SymbolicName=STATUS_BAD_LOGON_SESSION_STATE
  1864. Language=English
  1865. The logon session is not in a state that is consistent with the requested operation.
  1866. .
  1867. MessageId=0x0105 Facility=System Severity=Error SymbolicName=STATUS_LOGON_SESSION_COLLISION
  1868. Language=English
  1869. An internal LSA error has occurred. An authentication package has requested the creation of a Logon Session but the ID of an already existing Logon Session has been specified.
  1870. .
  1871. MessageId=0x0106 Facility=System Severity=Error SymbolicName=STATUS_NAME_TOO_LONG
  1872. Language=English
  1873. A specified name string is too long for its intended use.
  1874. .
  1875. MessageId=0x0107 Facility=System Severity=Error SymbolicName=STATUS_FILES_OPEN
  1876. Language=English
  1877. The user attempted to force close the files on a redirected drive, but there were opened files on the drive, and the user did not specify a sufficient level of force.
  1878. .
  1879. MessageId=0x0108 Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_IN_USE
  1880. Language=English
  1881. The user attempted to force close the files on a redirected drive, but there were opened directories on the drive, and the user did not specify a sufficient level of force.
  1882. .
  1883. MessageId=0x0109 Facility=System Severity=Error SymbolicName=STATUS_MESSAGE_NOT_FOUND
  1884. Language=English
  1885. RtlFindMessage could not locate the requested message ID in the message table resource.
  1886. .
  1887. MessageId=0x010A Facility=System Severity=Error SymbolicName=STATUS_PROCESS_IS_TERMINATING
  1888. Language=English
  1889. An attempt was made to duplicate an object handle into or out of an exiting process.
  1890. .
  1891. MessageId=0x010B Facility=System Severity=Error SymbolicName=STATUS_INVALID_LOGON_TYPE
  1892. Language=English
  1893. Indicates an invalid value has been provided for the LogonType requested.
  1894. .
  1895. MessageId=0x010C Facility=System Severity=Error SymbolicName=STATUS_NO_GUID_TRANSLATION
  1896. Language=English
  1897. Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system.
  1898. This causes the protection attempt to fail, which may cause a file creation attempt to fail.
  1899. .
  1900. MessageId=0x010D Facility=System Severity=Error SymbolicName=STATUS_CANNOT_IMPERSONATE
  1901. Language=English
  1902. Indicates that an attempt has been made to impersonate via a named pipe that has not yet been read from.
  1903. .
  1904. MessageId=0x010E Facility=System Severity=Error SymbolicName=STATUS_IMAGE_ALREADY_LOADED
  1905. Language=English
  1906. Indicates that the specified image is already loaded.
  1907. .
  1908. ;
  1909. ;//
  1910. ;// ============================================================
  1911. ;// NOTE: The following ABIOS error code should be reserved on
  1912. ;// non ABIOS kernel. Eventually, I will remove the ifdef
  1913. ;// ABIOS.
  1914. ;// ============================================================
  1915. ;//
  1916. MessageId=0x010F Facility=System Severity=Error SymbolicName=STATUS_ABIOS_NOT_PRESENT
  1917. Language=English
  1918. .
  1919. MessageId=0x0110 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_LID_NOT_EXIST
  1920. Language=English
  1921. .
  1922. MessageId=0x0111 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_LID_ALREADY_OWNED
  1923. Language=English
  1924. .
  1925. MessageId=0x0112 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_NOT_LID_OWNER
  1926. Language=English
  1927. .
  1928. MessageId=0x0113 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_INVALID_COMMAND
  1929. Language=English
  1930. .
  1931. MessageId=0x0114 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_INVALID_LID
  1932. Language=English
  1933. .
  1934. MessageId=0x0115 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_SELECTOR_NOT_AVAILABLE
  1935. Language=English
  1936. .
  1937. MessageId=0x0116 Facility=System Severity=Error SymbolicName=STATUS_ABIOS_INVALID_SELECTOR
  1938. Language=English
  1939. .
  1940. MessageId=0x0117 Facility=System Severity=Error SymbolicName=STATUS_NO_LDT
  1941. Language=English
  1942. Indicates that an attempt was made to change the size of the LDT for a process that has no LDT.
  1943. .
  1944. MessageId=0x0118 Facility=System Severity=Error SymbolicName=STATUS_INVALID_LDT_SIZE
  1945. Language=English
  1946. Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
  1947. .
  1948. MessageId=0x0119 Facility=System Severity=Error SymbolicName=STATUS_INVALID_LDT_OFFSET
  1949. Language=English
  1950. Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
  1951. .
  1952. MessageId=0x011A Facility=System Severity=Error SymbolicName=STATUS_INVALID_LDT_DESCRIPTOR
  1953. Language=English
  1954. Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
  1955. .
  1956. MessageId=0x011B Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_NE_FORMAT
  1957. Language=English
  1958. The specified image file did not have the correct format. It appears to be NE format.
  1959. .
  1960. MessageId=0x011C Facility=System Severity=Error SymbolicName=STATUS_RXACT_INVALID_STATE
  1961. Language=English
  1962. Indicates that the transaction state of a registry sub-tree is incompatible with the requested operation.
  1963. For example, a request has been made to start a new transaction with one already in progress,
  1964. or a request has been made to apply a transaction when one is not currently in progress.
  1965. .
  1966. MessageId=0x011D Facility=System Severity=Error SymbolicName=STATUS_RXACT_COMMIT_FAILURE
  1967. Language=English
  1968. Indicates an error has occurred during a registry transaction commit.
  1969. The database has been left in an unknown, but probably inconsistent, state.
  1970. The state of the registry transaction is left as COMMITTING.
  1971. .
  1972. MessageId=0x011E Facility=System Severity=Error SymbolicName=STATUS_MAPPED_FILE_SIZE_ZERO
  1973. Language=English
  1974. An attempt was made to map a file of size zero with the maximum size specified as zero.
  1975. .
  1976. MessageId=0x011F Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_OPENED_FILES
  1977. Language=English
  1978. Too many files are opened on a remote server.
  1979. This error should only be returned by the Windows redirector on a remote drive.
  1980. .
  1981. MessageId=0x0120 Facility=System Severity=Error SymbolicName=STATUS_CANCELLED
  1982. Language=English
  1983. The I/O request was canceled.
  1984. .
  1985. MessageId=0x0121 Facility=System Severity=Error SymbolicName=STATUS_CANNOT_DELETE
  1986. Language=English
  1987. An attempt has been made to remove a file or directory that cannot be deleted.
  1988. .
  1989. MessageId=0x0122 Facility=System Severity=Error SymbolicName=STATUS_INVALID_COMPUTER_NAME
  1990. Language=English
  1991. Indicates a name specified as a remote computer name is syntactically invalid.
  1992. .
  1993. MessageId=0x0123 Facility=System Severity=Error SymbolicName=STATUS_FILE_DELETED
  1994. Language=English
  1995. An I/O request other than close was performed on a file after it has been deleted,
  1996. which can only happen to a request which did not complete before the last handle was closed via NtClose.
  1997. .
  1998. MessageId=0x0124 Facility=System Severity=Error SymbolicName=STATUS_SPECIAL_ACCOUNT
  1999. Language=English
  2000. Indicates an operation has been attempted on a built-in (special) SAM account which is incompatible with built-in accounts.
  2001. For example, built-in accounts cannot be deleted.
  2002. .
  2003. MessageId=0x0125 Facility=System Severity=Error SymbolicName=STATUS_SPECIAL_GROUP
  2004. Language=English
  2005. The operation requested may not be performed on the specified group because it is a built-in special group.
  2006. .
  2007. MessageId=0x0126 Facility=System Severity=Error SymbolicName=STATUS_SPECIAL_USER
  2008. Language=English
  2009. The operation requested may not be performed on the specified user because it is a built-in special user.
  2010. .
  2011. MessageId=0x0127 Facility=System Severity=Error SymbolicName=STATUS_MEMBERS_PRIMARY_GROUP
  2012. Language=English
  2013. Indicates a member cannot be removed from a group because the group is currently the member's primary group.
  2014. .
  2015. MessageId=0x0128 Facility=System Severity=Error SymbolicName=STATUS_FILE_CLOSED
  2016. Language=English
  2017. An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.
  2018. .
  2019. MessageId=0x0129 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_THREADS
  2020. Language=English
  2021. Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
  2022. .
  2023. MessageId=0x012A Facility=System Severity=Error SymbolicName=STATUS_THREAD_NOT_IN_PROCESS
  2024. Language=English
  2025. An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
  2026. .
  2027. MessageId=0x012B Facility=System Severity=Error SymbolicName=STATUS_TOKEN_ALREADY_IN_USE
  2028. Language=English
  2029. An attempt was made to establish a token for use as a primary token but the token is already in use. A token can only be the primary token of one process at a time.
  2030. .
  2031. MessageId=0x012C Facility=System Severity=Error SymbolicName=STATUS_PAGEFILE_QUOTA_EXCEEDED
  2032. Language=English
  2033. Page file quota was exceeded.
  2034. .
  2035. MessageId=0x012D Facility=System Severity=Error SymbolicName=STATUS_COMMITMENT_LIMIT
  2036. Language=English
  2037. {Out of Virtual Memory}
  2038. Your system is low on virtual memory. To ensure that Windows runs properly, increase the size of your virtual memory paging file. For more information, see Help.
  2039. .
  2040. MessageId=0x012E Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_LE_FORMAT
  2041. Language=English
  2042. The specified image file did not have the correct format, it appears to be LE format.
  2043. .
  2044. MessageId=0x012F Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_NOT_MZ
  2045. Language=English
  2046. The specified image file did not have the correct format, it did not have an initial MZ.
  2047. .
  2048. MessageId=0x0130 Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_PROTECT
  2049. Language=English
  2050. The specified image file did not have the correct format, it did not have a proper e_lfarlc in the MZ header.
  2051. .
  2052. MessageId=0x0131 Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_WIN_16
  2053. Language=English
  2054. The specified image file did not have the correct format, it appears to be a 16-bit Windows image.
  2055. .
  2056. MessageId=0x0132 Facility=System Severity=Error SymbolicName=STATUS_LOGON_SERVER_CONFLICT
  2057. Language=English
  2058. The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
  2059. .
  2060. MessageId=0x0133 Facility=System Severity=Error SymbolicName=STATUS_TIME_DIFFERENCE_AT_DC
  2061. Language=English
  2062. The time at the Primary Domain Controller is different than the time at the Backup Domain Controller or member server by too large an amount.
  2063. .
  2064. MessageId=0x0134 Facility=System Severity=Error SymbolicName=STATUS_SYNCHRONIZATION_REQUIRED
  2065. Language=English
  2066. The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
  2067. .
  2068. MessageId=0x0135 Facility=System Severity=Error SymbolicName=STATUS_DLL_NOT_FOUND
  2069. Language=English
  2070. {Unable To Locate Component}
  2071. This application has failed to start because %hs was not found. Re-installing the application may fix this problem.
  2072. .
  2073. MessageId=0x0136 Facility=System Severity=Error SymbolicName=STATUS_OPEN_FAILED
  2074. Language=English
  2075. The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
  2076. .
  2077. MessageId=0x0137 Facility=System Severity=Error SymbolicName=STATUS_IO_PRIVILEGE_FAILED
  2078. Language=English
  2079. {Privilege Failed}
  2080. The I/O permissions for the process could not be changed.
  2081. .
  2082. MessageId=0x0138 Facility=System Severity=Error SymbolicName=STATUS_ORDINAL_NOT_FOUND
  2083. Language=English
  2084. {Ordinal Not Found}
  2085. The ordinal %ld could not be located in the dynamic link library %hs.
  2086. .
  2087. MessageId=0x0139 Facility=System Severity=Error SymbolicName=STATUS_ENTRYPOINT_NOT_FOUND
  2088. Language=English
  2089. {Entry Point Not Found}
  2090. The procedure entry point %hs could not be located in the dynamic link library %hs.
  2091. .
  2092. MessageId=0x013A Facility=System Severity=Error SymbolicName=STATUS_CONTROL_C_EXIT ;// winnt
  2093. Language=English
  2094. {Application Exit by CTRL+C}
  2095. The application terminated as a result of a CTRL+C.
  2096. .
  2097. MessageId=0x013B Facility=System Severity=Error SymbolicName=STATUS_LOCAL_DISCONNECT
  2098. Language=English
  2099. {Virtual Circuit Closed}
  2100. The network transport on your computer has closed a network connection. There may or may not be I/O requests outstanding.
  2101. .
  2102. MessageId=0x013C Facility=System Severity=Error SymbolicName=STATUS_REMOTE_DISCONNECT
  2103. Language=English
  2104. {Virtual Circuit Closed}
  2105. The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding.
  2106. .
  2107. MessageId=0x013D Facility=System Severity=Error SymbolicName=STATUS_REMOTE_RESOURCES
  2108. Language=English
  2109. {Insufficient Resources on Remote Computer}
  2110. The remote computer has insufficient resources to complete the network request. For instance, there may not be enough memory available on the remote computer to carry out the request at this time.
  2111. .
  2112. MessageId=0x013E Facility=System Severity=Error SymbolicName=STATUS_LINK_FAILED
  2113. Language=English
  2114. {Virtual Circuit Closed}
  2115. An existing connection (virtual circuit) has been broken at the remote computer. There is probably something wrong with the network software protocol or the network hardware on the remote computer.
  2116. .
  2117. MessageId=0x013F Facility=System Severity=Error SymbolicName=STATUS_LINK_TIMEOUT
  2118. Language=English
  2119. {Virtual Circuit Closed}
  2120. The network transport on your computer has closed a network connection because it had to wait too long for a response from the remote computer.
  2121. .
  2122. MessageId=0x0140 Facility=System Severity=Error SymbolicName=STATUS_INVALID_CONNECTION
  2123. Language=English
  2124. The connection handle given to the transport was invalid.
  2125. .
  2126. MessageId=0x0141 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ADDRESS
  2127. Language=English
  2128. The address handle given to the transport was invalid.
  2129. .
  2130. MessageId=0x0142 Facility=System Severity=Error SymbolicName=STATUS_DLL_INIT_FAILED
  2131. Language=English
  2132. {DLL Initialization Failed}
  2133. Initialization of the dynamic link library %hs failed. The process is terminating abnormally.
  2134. .
  2135. MessageId=0x0143 Facility=System Severity=Error SymbolicName=STATUS_MISSING_SYSTEMFILE
  2136. Language=English
  2137. {Missing System File}
  2138. The required system file %hs is bad or missing.
  2139. .
  2140. MessageId=0x0144 Facility=System Severity=Error SymbolicName=STATUS_UNHANDLED_EXCEPTION
  2141. Language=English
  2142. {Application Error}
  2143. The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
  2144. .
  2145. MessageId=0x0145 Facility=System Severity=Error SymbolicName=STATUS_APP_INIT_FAILURE
  2146. Language=English
  2147. {Application Error}
  2148. The application failed to initialize properly (0x%lx). Click on OK to terminate the application.
  2149. .
  2150. MessageId=0x0146 Facility=System Severity=Error SymbolicName=STATUS_PAGEFILE_CREATE_FAILED
  2151. Language=English
  2152. {Unable to Create Paging File}
  2153. The creation of the paging file %hs failed (%lx). The requested size was %ld.
  2154. .
  2155. MessageId=0x0147 Facility=System Severity=Error SymbolicName=STATUS_NO_PAGEFILE
  2156. Language=English
  2157. {No Paging File Specified}
  2158. No paging file was specified in the system configuration.
  2159. .
  2160. MessageId=0x0148 Facility=System Severity=Error SymbolicName=STATUS_INVALID_LEVEL
  2161. Language=English
  2162. {Incorrect System Call Level}
  2163. An invalid level was passed into the specified system call.
  2164. .
  2165. MessageId=0x0149 Facility=System Severity=Error SymbolicName=STATUS_WRONG_PASSWORD_CORE
  2166. Language=English
  2167. {Incorrect Password to LAN Manager Server}
  2168. You specified an incorrect password to a LAN Manager 2.x or MS-NET server.
  2169. .
  2170. MessageId=0x014A Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_FLOAT_CONTEXT
  2171. Language=English
  2172. {EXCEPTION}
  2173. A real-mode application issued a floating-point instruction and floating-point hardware is not present.
  2174. .
  2175. MessageId=0x014B Facility=System Severity=Error SymbolicName=STATUS_PIPE_BROKEN
  2176. Language=English
  2177. The pipe operation has failed because the other end of the pipe has been closed.
  2178. .
  2179. MessageId=0x014C Facility=System Severity=Error SymbolicName=STATUS_REGISTRY_CORRUPT
  2180. Language=English
  2181. {The Registry Is Corrupt}
  2182. The structure of one of the files that contains Registry data is corrupt, or the image of the file in memory is corrupt, or the file could not be recovered because the alternate copy or log was absent or corrupt.
  2183. .
  2184. MessageId=0x014d Facility=System Severity=Error
  2185. SymbolicName=STATUS_REGISTRY_IO_FAILED
  2186. Language=English
  2187. An I/O operation initiated by the Registry failed unrecoverably.
  2188. The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry.
  2189. .
  2190. MessageId=0x014e Facility=System Severity=Error
  2191. SymbolicName=STATUS_NO_EVENT_PAIR
  2192. Language=English
  2193. An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
  2194. .
  2195. MessageId=0x014f Facility=System Severity=Error
  2196. SymbolicName=STATUS_UNRECOGNIZED_VOLUME
  2197. Language=English
  2198. The volume does not contain a recognized file system.
  2199. Please make sure that all required file system drivers are loaded and that the volume is not corrupt.
  2200. .
  2201. MessageId=0x0150 Facility=System Severity=Error
  2202. SymbolicName=STATUS_SERIAL_NO_DEVICE_INITED
  2203. Language=English
  2204. No serial device was successfully initialized. The serial driver will unload.
  2205. .
  2206. MessageId=0x0151 Facility=System Severity=Error SymbolicName=STATUS_NO_SUCH_ALIAS
  2207. Language=English
  2208. The specified local group does not exist.
  2209. .
  2210. MessageId=0x0152 Facility=System Severity=Error SymbolicName=STATUS_MEMBER_NOT_IN_ALIAS
  2211. Language=English
  2212. The specified account name is not a member of the local group.
  2213. .
  2214. MessageId=0x0153 Facility=System Severity=Error SymbolicName=STATUS_MEMBER_IN_ALIAS
  2215. Language=English
  2216. The specified account name is already a member of the local group.
  2217. .
  2218. MessageId=0x0154 Facility=System Severity=Error SymbolicName=STATUS_ALIAS_EXISTS
  2219. Language=English
  2220. The specified local group already exists.
  2221. .
  2222. MessageId=0x0155 Facility=System Severity=Error SymbolicName=STATUS_LOGON_NOT_GRANTED
  2223. Language=English
  2224. A requested type of logon (e.g., Interactive, Network, Service) is not granted by the target system's local security policy.
  2225. Please ask the system administrator to grant the necessary form of logon.
  2226. .
  2227. MessageId=0x0156 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_SECRETS
  2228. Language=English
  2229. The maximum number of secrets that may be stored in a single system has been exceeded. The length and number of secrets is limited to satisfy United States State Department export restrictions.
  2230. .
  2231. MessageId=0x0157 Facility=System Severity=Error SymbolicName=STATUS_SECRET_TOO_LONG
  2232. Language=English
  2233. The length of a secret exceeds the maximum length allowed. The length and number of secrets is limited to satisfy United States State Department export restrictions.
  2234. .
  2235. MessageId=0x0158 Facility=System Severity=Error SymbolicName=STATUS_INTERNAL_DB_ERROR
  2236. Language=English
  2237. The Local Security Authority (LSA) database contains an internal inconsistency.
  2238. .
  2239. MessageId=0x0159 Facility=System Severity=Error SymbolicName=STATUS_FULLSCREEN_MODE
  2240. Language=English
  2241. The requested operation cannot be performed in fullscreen mode.
  2242. .
  2243. MessageId=0x015A Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_CONTEXT_IDS
  2244. Language=English
  2245. During a logon attempt, the user's security context accumulated too many security IDs. This is a very unusual situation.
  2246. Remove the user from some global or local groups to reduce the number of security ids to incorporate into the security context.
  2247. .
  2248. MessageId=0x015B Facility=System Severity=Error SymbolicName=STATUS_LOGON_TYPE_NOT_GRANTED
  2249. Language=English
  2250. A user has requested a type of logon (e.g., interactive or network) that has not been granted. An administrator has control over who may logon interactively and through the network.
  2251. .
  2252. MessageId=0x015C Facility=System Severity=Error SymbolicName=STATUS_NOT_REGISTRY_FILE
  2253. Language=English
  2254. The system has attempted to load or restore a file into the registry, and the specified file is not in the format of a registry file.
  2255. .
  2256. MessageId=0x015D Facility=System Severity=Error SymbolicName=STATUS_NT_CROSS_ENCRYPTION_REQUIRED
  2257. Language=English
  2258. An attempt was made to change a user password in the security account manager without providing the necessary Windows cross-encrypted password.
  2259. .
  2260. MessageId=0x015E Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_CTRLR_CONFIG_ERROR
  2261. Language=English
  2262. A Windows Server has an incorrect configuration.
  2263. .
  2264. MessageId=0x015F Facility=System Severity=Error SymbolicName=STATUS_FT_MISSING_MEMBER
  2265. Language=English
  2266. An attempt was made to explicitly access the secondary copy of information via a device control to the Fault Tolerance driver and the secondary copy is not present in the system.
  2267. .
  2268. MessageId=0x0160 Facility=System Severity=Error SymbolicName=STATUS_ILL_FORMED_SERVICE_ENTRY
  2269. Language=English
  2270. A configuration registry node representing a driver service entry was ill-formed and did not contain required value entries.
  2271. .
  2272. MessageId=0x0161 Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_CHARACTER
  2273. Language=English
  2274. An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
  2275. .
  2276. MessageId=0x0162 Facility=System Severity=Error SymbolicName=STATUS_UNMAPPABLE_CHARACTER
  2277. Language=English
  2278. No mapping for the Unicode character exists in the target multi-byte code page.
  2279. .
  2280. MessageId=0x0163 Facility=System Severity=Error SymbolicName=STATUS_UNDEFINED_CHARACTER
  2281. Language=English
  2282. The Unicode character is not defined in the Unicode character set installed on the system.
  2283. .
  2284. MessageId=0x0164 Facility=System Severity=Error SymbolicName=STATUS_FLOPPY_VOLUME
  2285. Language=English
  2286. The paging file cannot be created on a floppy diskette.
  2287. .
  2288. MessageId=0x0165 Facility=System Severity=ERROR SymbolicName=STATUS_FLOPPY_ID_MARK_NOT_FOUND
  2289. Language=English
  2290. {Floppy Disk Error}
  2291. While accessing a floppy disk, an ID address mark was not found.
  2292. .
  2293. MessageId=0x0166 Facility=System Severity=ERROR SymbolicName=STATUS_FLOPPY_WRONG_CYLINDER
  2294. Language=English
  2295. {Floppy Disk Error}
  2296. While accessing a floppy disk, the track address from the sector ID field was found to be different than the track address maintained by the controller.
  2297. .
  2298. MessageId=0x0167 Facility=System Severity=ERROR SymbolicName=STATUS_FLOPPY_UNKNOWN_ERROR
  2299. Language=English
  2300. {Floppy Disk Error}
  2301. The floppy disk controller reported an error that is not recognized by the floppy disk driver.
  2302. .
  2303. MessageId=0x0168 Facility=System Severity=ERROR SymbolicName=STATUS_FLOPPY_BAD_REGISTERS
  2304. Language=English
  2305. {Floppy Disk Error}
  2306. While accessing a floppy-disk, the controller returned inconsistent results via its registers.
  2307. .
  2308. MessageId=0x0169 Facility=System Severity=ERROR SymbolicName=STATUS_DISK_RECALIBRATE_FAILED
  2309. Language=English
  2310. {Hard Disk Error}
  2311. While accessing the hard disk, a recalibrate operation failed, even after retries.
  2312. .
  2313. MessageId=0x016A Facility=System Severity=ERROR SymbolicName=STATUS_DISK_OPERATION_FAILED
  2314. Language=English
  2315. {Hard Disk Error}
  2316. While accessing the hard disk, a disk operation failed even after retries.
  2317. .
  2318. MessageId=0x016B Facility=System Severity=ERROR SymbolicName=STATUS_DISK_RESET_FAILED
  2319. Language=English
  2320. {Hard Disk Error}
  2321. While accessing the hard disk, a disk controller reset was needed, but even that failed.
  2322. .
  2323. MessageId=0x016C Facility=System Severity=ERROR SymbolicName=STATUS_SHARED_IRQ_BUSY
  2324. Language=English
  2325. An attempt was made to open a device that was sharing an IRQ with other devices.
  2326. At least one other device that uses that IRQ was already opened.
  2327. Two concurrent opens of devices that share an IRQ and only work via interrupts is not supported for the particular bus type that the devices use.
  2328. .
  2329. MessageId=0x016D Facility=System Severity=ERROR SymbolicName=STATUS_FT_ORPHANING
  2330. Language=English
  2331. {FT Orphaning}
  2332. A disk that is part of a fault-tolerant volume can no longer be accessed.
  2333. .
  2334. MessageId=0x016E Facility=System Severity=ERROR SymbolicName=STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT
  2335. Language=English
  2336. The system bios failed to connect a system interrupt to the device or bus for
  2337. which the device is connected.
  2338. .
  2339. MessageId=0x0172 Facility=System Severity=ERROR SymbolicName=STATUS_PARTITION_FAILURE
  2340. Language=English
  2341. Tape could not be partitioned.
  2342. .
  2343. MessageId=0x0173 Facility=System Severity=ERROR SymbolicName=STATUS_INVALID_BLOCK_LENGTH
  2344. Language=English
  2345. When accessing a new tape of a multivolume partition, the current blocksize is incorrect.
  2346. .
  2347. MessageId=0x0174 Facility=System Severity=ERROR SymbolicName=STATUS_DEVICE_NOT_PARTITIONED
  2348. Language=English
  2349. Tape partition information could not be found when loading a tape.
  2350. .
  2351. MessageId=0x0175 Facility=System Severity=ERROR SymbolicName=STATUS_UNABLE_TO_LOCK_MEDIA
  2352. Language=English
  2353. Attempt to lock the eject media mechanism fails.
  2354. .
  2355. MessageId=0x0176 Facility=System Severity=ERROR SymbolicName=STATUS_UNABLE_TO_UNLOAD_MEDIA
  2356. Language=English
  2357. Unload media fails.
  2358. .
  2359. MessageId=0x0177 Facility=System Severity=ERROR SymbolicName=STATUS_EOM_OVERFLOW
  2360. Language=English
  2361. Physical end of tape was detected.
  2362. .
  2363. MessageId=0x0178 Facility=System Severity=Error SymbolicName=STATUS_NO_MEDIA
  2364. Language=English
  2365. {No Media}
  2366. There is no media in the drive.
  2367. Please insert media into drive %hs.
  2368. .
  2369. MessageId=0x017A Facility=System Severity=ERROR SymbolicName=STATUS_NO_SUCH_MEMBER
  2370. Language=English
  2371. A member could not be added to or removed from the local group because the member does not exist.
  2372. .
  2373. MessageId=0x017B Facility=System Severity=ERROR SymbolicName=STATUS_INVALID_MEMBER
  2374. Language=English
  2375. A new member could not be added to a local group because the member has the wrong account type.
  2376. .
  2377. MessageId=0x017C Facility=System Severity=ERROR SymbolicName=STATUS_KEY_DELETED
  2378. Language=English
  2379. Illegal operation attempted on a registry key which has been marked for deletion.
  2380. .
  2381. MessageId=0x017D Facility=System Severity=ERROR SymbolicName=STATUS_NO_LOG_SPACE
  2382. Language=English
  2383. System could not allocate required space in a registry log.
  2384. .
  2385. MessageId=0x017E Facility=System Severity=ERROR SymbolicName=STATUS_TOO_MANY_SIDS
  2386. Language=English
  2387. Too many Sids have been specified.
  2388. .
  2389. MessageId=0x017F Facility=System Severity=Error SymbolicName=STATUS_LM_CROSS_ENCRYPTION_REQUIRED
  2390. Language=English
  2391. An attempt was made to change a user password in the security account manager without providing the necessary LM cross-encrypted password.
  2392. .
  2393. MessageId=0x0180 Facility=System Severity=Error SymbolicName=STATUS_KEY_HAS_CHILDREN
  2394. Language=English
  2395. An attempt was made to create a symbolic link in a registry key that already has subkeys or values.
  2396. .
  2397. MessageId=0x0181 Facility=System Severity=Error SymbolicName=STATUS_CHILD_MUST_BE_VOLATILE
  2398. Language=English
  2399. An attempt was made to create a Stable subkey under a Volatile parent key.
  2400. .
  2401. MessageId=0x0182 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_CONFIGURATION_ERROR
  2402. Language=English
  2403. The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.
  2404. .
  2405. MessageId=0x0183 Facility=System Severity=Error SymbolicName=STATUS_DRIVER_INTERNAL_ERROR
  2406. Language=English
  2407. An error was detected between two drivers or within an I/O driver.
  2408. .
  2409. MessageId=0x0184 Facility=System Severity=Error SymbolicName=STATUS_INVALID_DEVICE_STATE
  2410. Language=English
  2411. The device is not in a valid state to perform this request.
  2412. .
  2413. MessageId=0x0185 Facility=System Severity=Error SymbolicName=STATUS_IO_DEVICE_ERROR
  2414. Language=English
  2415. The I/O device reported an I/O error.
  2416. .
  2417. MessageId=0x0186 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_PROTOCOL_ERROR
  2418. Language=English
  2419. A protocol error was detected between the driver and the device.
  2420. .
  2421. MessageId=0x0187 Facility=System Severity=Error SymbolicName=STATUS_BACKUP_CONTROLLER
  2422. Language=English
  2423. This operation is only allowed for the Primary Domain Controller of the domain.
  2424. .
  2425. MessageId=0x0188 Facility=System Severity=Error SymbolicName=STATUS_LOG_FILE_FULL
  2426. Language=English
  2427. Log file space is insufficient to support this operation.
  2428. .
  2429. MessageId=0x0189 Facility=System Severity=Error SymbolicName=STATUS_TOO_LATE
  2430. Language=English
  2431. A write operation was attempted to a volume after it was dismounted.
  2432. .
  2433. MessageId=0x018A Facility=System Severity=Error SymbolicName=STATUS_NO_TRUST_LSA_SECRET
  2434. Language=English
  2435. The workstation does not have a trust secret for the primary domain in the local LSA database.
  2436. .
  2437. MessageId=0x018B Facility=System Severity=Error SymbolicName=STATUS_NO_TRUST_SAM_ACCOUNT
  2438. Language=English
  2439. The SAM database on the Windows Server does not have a computer account for this workstation trust relationship.
  2440. .
  2441. MessageId=0x018C Facility=System Severity=Error SymbolicName=STATUS_TRUSTED_DOMAIN_FAILURE
  2442. Language=English
  2443. The logon request failed because the trust relationship between the primary domain and the trusted domain failed.
  2444. .
  2445. MessageId=0x018D Facility=System Severity=Error SymbolicName=STATUS_TRUSTED_RELATIONSHIP_FAILURE
  2446. Language=English
  2447. The logon request failed because the trust relationship between this workstation and the primary domain failed.
  2448. .
  2449. MessageId=0x018E Facility=System Severity=Error SymbolicName=STATUS_EVENTLOG_FILE_CORRUPT
  2450. Language=English
  2451. The Eventlog log file is corrupt.
  2452. .
  2453. MessageId=0x18F Facility=System Severity=Error SymbolicName=STATUS_EVENTLOG_CANT_START
  2454. Language=English
  2455. No Eventlog log file could be opened. The Eventlog service did not start.
  2456. .
  2457. MessageId=0x0190 Facility=System Severity=Error SymbolicName=STATUS_TRUST_FAILURE
  2458. Language=English
  2459. The network logon failed. This may be because the validation authority can't be reached.
  2460. .
  2461. MessageId=0x0191 Facility=System Severity=Error SymbolicName=STATUS_MUTANT_LIMIT_EXCEEDED
  2462. Language=English
  2463. An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
  2464. .
  2465. MessageId=0x0192 Facility=System Severity=Error SymbolicName=STATUS_NETLOGON_NOT_STARTED
  2466. Language=English
  2467. An attempt was made to logon, but the netlogon service was not started.
  2468. .
  2469. MessageId=0x0193 Facility=System Severity=Error SymbolicName=STATUS_ACCOUNT_EXPIRED ;// ntsubauth
  2470. Language=English
  2471. The user's account has expired.
  2472. .
  2473. MessageId=0x0194 Facility=System Severity=Error SymbolicName=STATUS_POSSIBLE_DEADLOCK
  2474. Language=English
  2475. {EXCEPTION}
  2476. Possible deadlock condition.
  2477. .
  2478. MessageId=0x0195 Facility=System Severity=Error SymbolicName=STATUS_NETWORK_CREDENTIAL_CONFLICT
  2479. Language=English
  2480. 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.
  2481. .
  2482. MessageId=0x0196 Facility=System Severity=Error SymbolicName=STATUS_REMOTE_SESSION_LIMIT
  2483. Language=English
  2484. An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
  2485. .
  2486. MessageId=0x0197 Facility=System Severity=Error SymbolicName=STATUS_EVENTLOG_FILE_CHANGED
  2487. Language=English
  2488. The log file has changed between reads.
  2489. .
  2490. MessageId=0x0198 Facility=System Severity=Error SymbolicName=STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
  2491. Language=English
  2492. The account used is an Interdomain Trust account. Use your global user account or local user account to access this server.
  2493. .
  2494. MessageId=0x0199 Facility=System Severity=Error SymbolicName=STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
  2495. Language=English
  2496. The account used is a Computer Account. Use your global user account or local user account to access this server.
  2497. .
  2498. MessageId=0x019A Facility=System Severity=Error SymbolicName=STATUS_NOLOGON_SERVER_TRUST_ACCOUNT
  2499. Language=English
  2500. The account used is an Server Trust account. Use your global user account or local user account to access this server.
  2501. .
  2502. MessageId=0x019B Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_TRUST_INCONSISTENT
  2503. Language=English
  2504. The name or SID of the domain specified is inconsistent with the trust information for that domain.
  2505. .
  2506. MessageId=0x019C Facility=System Severity=Error SymbolicName=STATUS_FS_DRIVER_REQUIRED
  2507. Language=English
  2508. A volume has been accessed for which a file system driver is required that has not yet been loaded.
  2509. .
  2510. MessageId=0x0202 Facility=System Severity=Error SymbolicName=STATUS_NO_USER_SESSION_KEY
  2511. Language=English
  2512. There is no user session key for the specified logon session.
  2513. .
  2514. MessageId=0x0203 Facility=System Severity=Error SymbolicName=STATUS_USER_SESSION_DELETED
  2515. Language=English
  2516. The remote user session has been deleted.
  2517. .
  2518. MessageId=0x0204 Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_LANG_NOT_FOUND
  2519. Language=English
  2520. Indicates the specified resource language ID cannot be found in the
  2521. image file.
  2522. .
  2523. MessageId=0x0205 Facility=System Severity=Error SymbolicName=STATUS_INSUFF_SERVER_RESOURCES
  2524. Language=English
  2525. Insufficient server resources exist to complete the request.
  2526. .
  2527. MessageId=0x0206 Facility=System Severity=Error SymbolicName=STATUS_INVALID_BUFFER_SIZE
  2528. Language=English
  2529. The size of the buffer is invalid for the specified operation.
  2530. .
  2531. MessageId=0x0207 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ADDRESS_COMPONENT
  2532. Language=English
  2533. The transport rejected the network address specified as invalid.
  2534. .
  2535. MessageId=0x0208 Facility=System Severity=Error SymbolicName=STATUS_INVALID_ADDRESS_WILDCARD
  2536. Language=English
  2537. The transport rejected the network address specified due to an invalid use of a wildcard.
  2538. .
  2539. MessageId=0x0209 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_ADDRESSES
  2540. Language=English
  2541. The transport address could not be opened because all the available addresses are in use.
  2542. .
  2543. MessageId=0x020A Facility=System Severity=Error SymbolicName=STATUS_ADDRESS_ALREADY_EXISTS
  2544. Language=English
  2545. The transport address could not be opened because it already exists.
  2546. .
  2547. MessageId=0x020B Facility=System Severity=Error SymbolicName=STATUS_ADDRESS_CLOSED
  2548. Language=English
  2549. The transport address is now closed.
  2550. .
  2551. MessageId=0x020C Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_DISCONNECTED
  2552. Language=English
  2553. The transport connection is now disconnected.
  2554. .
  2555. MessageId=0x020D Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_RESET
  2556. Language=English
  2557. The transport connection has been reset.
  2558. .
  2559. MessageId=0x020E Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_NODES
  2560. Language=English
  2561. The transport cannot dynamically acquire any more nodes.
  2562. .
  2563. MessageId=0x020F Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_ABORTED
  2564. Language=English
  2565. The transport aborted a pending transaction.
  2566. .
  2567. MessageId=0x0210 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_TIMED_OUT
  2568. Language=English
  2569. The transport timed out a request waiting for a response.
  2570. .
  2571. MessageId=0x0211 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_NO_RELEASE
  2572. Language=English
  2573. The transport did not receive a release for a pending response.
  2574. .
  2575. MessageId=0x0212 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_NO_MATCH
  2576. Language=English
  2577. The transport did not find a transaction matching the specific
  2578. token.
  2579. .
  2580. MessageId=0x0213 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_RESPONDED
  2581. Language=English
  2582. The transport had previously responded to a transaction request.
  2583. .
  2584. MessageId=0x0214 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_INVALID_ID
  2585. Language=English
  2586. The transport does not recognized the transaction request identifier specified.
  2587. .
  2588. MessageId=0x0215 Facility=System Severity=Error SymbolicName=STATUS_TRANSACTION_INVALID_TYPE
  2589. Language=English
  2590. The transport does not recognize the transaction request type specified.
  2591. .
  2592. MessageId=0x0216 Facility=System Severity=Error SymbolicName=STATUS_NOT_SERVER_SESSION
  2593. Language=English
  2594. The transport can only process the specified request on the server side of a session.
  2595. .
  2596. MessageId=0x0217 Facility=System Severity=Error SymbolicName=STATUS_NOT_CLIENT_SESSION
  2597. Language=English
  2598. The transport can only process the specified request on the client side of a session.
  2599. .
  2600. MessageId=0x0218 Facility=System Severity=Error SymbolicName=STATUS_CANNOT_LOAD_REGISTRY_FILE
  2601. Language=English
  2602. {Registry File Failure}
  2603. The registry cannot load the hive (file):
  2604. %hs
  2605. or its log or alternate.
  2606. It is corrupt, absent, or not writable.
  2607. .
  2608. MessageId=0x0219 Facility=System Severity=Error SymbolicName=STATUS_DEBUG_ATTACH_FAILED
  2609. Language=English
  2610. {Unexpected Failure in DebugActiveProcess}
  2611. An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
  2612. .
  2613. MessageId=0x021A Facility=System Severity=Error SymbolicName=STATUS_SYSTEM_PROCESS_TERMINATED
  2614. Language=English
  2615. {Fatal System Error}
  2616. The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x).
  2617. The system has been shut down.
  2618. .
  2619. MessageId=0x021B Facility=System Severity=Error SymbolicName=STATUS_DATA_NOT_ACCEPTED
  2620. Language=English
  2621. {Data Not Accepted}
  2622. The TDI client could not handle the data received during an indication.
  2623. .
  2624. MessageId=0x021C Facility=System Severity=Error SymbolicName=STATUS_NO_BROWSER_SERVERS_FOUND
  2625. Language=English
  2626. {Unable to Retrieve Browser Server List}
  2627. The list of servers for this workgroup is not currently available.
  2628. .
  2629. MessageId=0x021D Facility=System Severity=Error SymbolicName=STATUS_VDM_HARD_ERROR
  2630. Language=English
  2631. NTVDM encountered a hard error.
  2632. .
  2633. MessageId=0x021E Facility=System Severity=Error SymbolicName=STATUS_DRIVER_CANCEL_TIMEOUT
  2634. Language=English
  2635. {Cancel Timeout}
  2636. The driver %hs failed to complete a cancelled I/O request in the allotted time.
  2637. .
  2638. MessageId=0x021F Facility=System Severity=Error SymbolicName=STATUS_REPLY_MESSAGE_MISMATCH
  2639. Language=English
  2640. {Reply Message Mismatch}
  2641. An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
  2642. .
  2643. MessageId=0x0220 Facility=System Severity=Error SymbolicName=STATUS_MAPPED_ALIGNMENT
  2644. Language=English
  2645. {Mapped View Alignment Incorrect}
  2646. An attempt was made to map a view of a file, but either the specified base address or the offset into the file were not aligned on the proper allocation granularity.
  2647. .
  2648. MessageId=0x0221 Facility=System Severity=Error SymbolicName=STATUS_IMAGE_CHECKSUM_MISMATCH
  2649. Language=English
  2650. {Bad Image Checksum}
  2651. The image %hs is possibly corrupt. The header checksum does not match the computed checksum.
  2652. .
  2653. MessageId=0x0222 Facility=System Severity=Error SymbolicName=STATUS_LOST_WRITEBEHIND_DATA
  2654. Language=English
  2655. {Delayed Write Failed}
  2656. Windows was unable to save all the data for the file %hs. The data has been lost.
  2657. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
  2658. .
  2659. MessageId=0x0223 Facility=System Severity=Error SymbolicName=STATUS_CLIENT_SERVER_PARAMETERS_INVALID
  2660. Language=English
  2661. The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
  2662. .
  2663. MessageId=0x0224 Facility=System Severity=Error SymbolicName=STATUS_PASSWORD_MUST_CHANGE ;// ntsubauth
  2664. Language=English
  2665. The user's password must be changed before logging on the first time.
  2666. .
  2667. MessageId=0x0225 Facility=System Severity=Error SymbolicName=STATUS_NOT_FOUND
  2668. Language=English
  2669. The object was not found.
  2670. .
  2671. MessageId=0x0226 Facility=System Severity=Error SymbolicName=STATUS_NOT_TINY_STREAM
  2672. Language=English
  2673. The stream is not a tiny stream.
  2674. .
  2675. MessageId=0x0227 Facility=System Severity=Error SymbolicName=STATUS_RECOVERY_FAILURE
  2676. Language=English
  2677. A transaction recover failed.
  2678. .
  2679. MessageId=0x0228 Facility=System Severity=Error SymbolicName=STATUS_STACK_OVERFLOW_READ
  2680. Language=English
  2681. The request must be handled by the stack overflow code.
  2682. .
  2683. MessageId=0x0229 Facility=System Severity=Error SymbolicName=STATUS_FAIL_CHECK
  2684. Language=English
  2685. A consistency check failed.
  2686. .
  2687. MessageId=0x022a Facility=System Severity=Error SymbolicName=STATUS_DUPLICATE_OBJECTID
  2688. Language=English
  2689. The attempt to insert the ID in the index failed because the ID is already in the index.
  2690. .
  2691. MessageId=0x022b Facility=System Severity=Error SymbolicName=STATUS_OBJECTID_EXISTS
  2692. Language=English
  2693. The attempt to set the object's ID failed because the object already has an ID.
  2694. .
  2695. MessageId=0x022c Facility=System Severity=Error SymbolicName=STATUS_CONVERT_TO_LARGE
  2696. Language=English
  2697. Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
  2698. .
  2699. MessageId=0x022d Facility=System Severity=Error SymbolicName=STATUS_RETRY
  2700. Language=English
  2701. The request needs to be retried.
  2702. .
  2703. MessageId=0x022e Facility=System Severity=Error SymbolicName=STATUS_FOUND_OUT_OF_SCOPE
  2704. Language=English
  2705. The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
  2706. .
  2707. MessageId=0x022f Facility=System Severity=Error SymbolicName=STATUS_ALLOCATE_BUCKET
  2708. Language=English
  2709. The bucket array must be grown. Retry transaction after doing so.
  2710. .
  2711. MessageId=0x0230 Facility=System Severity=Error SymbolicName=STATUS_PROPSET_NOT_FOUND
  2712. Language=English
  2713. The property set specified does not exist on the object.
  2714. .
  2715. MessageId=0x0231 Facility=System Severity=Error SymbolicName=STATUS_MARSHALL_OVERFLOW
  2716. Language=English
  2717. The user/kernel marshalling buffer has overflowed.
  2718. .
  2719. MessageId=0x0232 Facility=System Severity=Error SymbolicName=STATUS_INVALID_VARIANT
  2720. Language=English
  2721. The supplied variant structure contains invalid data.
  2722. .
  2723. MessageId=0x0233 Facility=System Severity=Error SymbolicName=STATUS_DOMAIN_CONTROLLER_NOT_FOUND
  2724. Language=English
  2725. Could not find a domain controller for this domain.
  2726. .
  2727. MessageId=0x0234 Facility=System Severity=Error SymbolicName=STATUS_ACCOUNT_LOCKED_OUT ;// ntsubauth
  2728. Language=English
  2729. The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.
  2730. .
  2731. MessageId=0x0235 Facility=System Severity=Error SymbolicName=STATUS_HANDLE_NOT_CLOSABLE
  2732. Language=English
  2733. NtClose was called on a handle that was protected from close via NtSetInformationObject.
  2734. .
  2735. MessageId=0x0236 Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_REFUSED
  2736. Language=English
  2737. The transport connection attempt was refused by the remote system.
  2738. .
  2739. MessageId=0x0237 Facility=System Severity=Error SymbolicName=STATUS_GRACEFUL_DISCONNECT
  2740. Language=English
  2741. The transport connection was gracefully closed.
  2742. .
  2743. MessageId=0x0238 Facility=System Severity=Error SymbolicName=STATUS_ADDRESS_ALREADY_ASSOCIATED
  2744. Language=English
  2745. The transport endpoint already has an address associated with it.
  2746. .
  2747. MessageId=0x0239 Facility=System Severity=Error SymbolicName=STATUS_ADDRESS_NOT_ASSOCIATED
  2748. Language=English
  2749. An address has not yet been associated with the transport endpoint.
  2750. .
  2751. MessageId=0x023a Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_INVALID
  2752. Language=English
  2753. An operation was attempted on a nonexistent transport connection.
  2754. .
  2755. MessageId=0x023b Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_ACTIVE
  2756. Language=English
  2757. An invalid operation was attempted on an active transport connection.
  2758. .
  2759. MessageId=0x023c Facility=System Severity=Error SymbolicName=STATUS_NETWORK_UNREACHABLE
  2760. Language=English
  2761. The remote network is not reachable by the transport.
  2762. .
  2763. MessageId=0x023d Facility=System Severity=Error SymbolicName=STATUS_HOST_UNREACHABLE
  2764. Language=English
  2765. The remote system is not reachable by the transport.
  2766. .
  2767. MessageId=0x023e Facility=System Severity=Error SymbolicName=STATUS_PROTOCOL_UNREACHABLE
  2768. Language=English
  2769. The remote system does not support the transport protocol.
  2770. .
  2771. MessageId=0x023f Facility=System Severity=Error SymbolicName=STATUS_PORT_UNREACHABLE
  2772. Language=English
  2773. No service is operating at the destination port of the transport on the remote system.
  2774. .
  2775. MessageId=0x0240 Facility=System Severity=Error SymbolicName=STATUS_REQUEST_ABORTED
  2776. Language=English
  2777. The request was aborted.
  2778. .
  2779. MessageId=0x0241 Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_ABORTED
  2780. Language=English
  2781. The transport connection was aborted by the local system.
  2782. .
  2783. MessageId=0x0242 Facility=System Severity=Error SymbolicName=STATUS_BAD_COMPRESSION_BUFFER
  2784. Language=English
  2785. The specified buffer contains ill-formed data.
  2786. .
  2787. MessageId=0x0243 Facility=System Severity=Error SymbolicName=STATUS_USER_MAPPED_FILE
  2788. Language=English
  2789. The requested operation cannot be performed on a file with a user mapped section open.
  2790. .
  2791. MessageId=0x0244 Facility=System Severity=Error SymbolicName=STATUS_AUDIT_FAILED
  2792. Language=English
  2793. {Audit Failed}
  2794. An attempt to generate a security audit failed.
  2795. .
  2796. MessageId=0x0245 Facility=System Severity=Error SymbolicName=STATUS_TIMER_RESOLUTION_NOT_SET
  2797. Language=English
  2798. The timer resolution was not previously set by the current process.
  2799. .
  2800. MessageId=0x0246 Facility=System Severity=Error SymbolicName=STATUS_CONNECTION_COUNT_LIMIT
  2801. Language=English
  2802. A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
  2803. .
  2804. MessageId=0x0247 Facility=System Severity=Error SymbolicName=STATUS_LOGIN_TIME_RESTRICTION
  2805. Language=English
  2806. Attempting to login during an unauthorized time of day for this account.
  2807. .
  2808. MessageId=0x0248 Facility=System Severity=Error SymbolicName=STATUS_LOGIN_WKSTA_RESTRICTION
  2809. Language=English
  2810. The account is not authorized to login from this station.
  2811. .
  2812. MessageId=0x0249 Facility=System Severity=Error SymbolicName=STATUS_IMAGE_MP_UP_MISMATCH
  2813. Language=English
  2814. {UP/MP Image Mismatch}
  2815. The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine.
  2816. Please reinstall the image file.
  2817. .
  2818. MessageId=0x0250 Facility=System Severity=Error SymbolicName=STATUS_INSUFFICIENT_LOGON_INFO
  2819. Language=English
  2820. There is insufficient account information to log you on.
  2821. .
  2822. MessageId=0x0251 Facility=System Severity=Error SymbolicName=STATUS_BAD_DLL_ENTRYPOINT
  2823. Language=English
  2824. {Invalid DLL Entrypoint}
  2825. The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state.
  2826. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
  2827. .
  2828. MessageId=0x0252 Facility=System Severity=Error SymbolicName=STATUS_BAD_SERVICE_ENTRYPOINT
  2829. Language=English
  2830. {Invalid Service Callback Entrypoint}
  2831. The %hs service is not written correctly. The stack pointer has been left in an inconsistent state.
  2832. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
  2833. .
  2834. MessageId=0x0253 Facility=System Severity=Error SymbolicName=STATUS_LPC_REPLY_LOST
  2835. Language=English
  2836. The server received the messages but did not send a reply.
  2837. .
  2838. MessageId=0x0254 Facility=System Severity=Error SymbolicName=STATUS_IP_ADDRESS_CONFLICT1
  2839. Language=English
  2840. There is an IP address conflict with another system on the network
  2841. .
  2842. MessageId=0x0255 Facility=System Severity=Error SymbolicName=STATUS_IP_ADDRESS_CONFLICT2
  2843. Language=English
  2844. There is an IP address conflict with another system on the network
  2845. .
  2846. MessageId=0x0256 Facility=System Severity=Error SymbolicName=STATUS_REGISTRY_QUOTA_LIMIT
  2847. Language=English
  2848. {Low On Registry Space}
  2849. The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
  2850. .
  2851. MessageId=0x0257 Facility=System Severity=Error SymbolicName=STATUS_PATH_NOT_COVERED
  2852. Language=English
  2853. The contacted server does not support the indicated part of the DFS namespace.
  2854. .
  2855. MessageId=0x0258 Facility=System Severity=Error SymbolicName=STATUS_NO_CALLBACK_ACTIVE
  2856. Language=English
  2857. A callback return system service cannot be executed when no callback is active.
  2858. .
  2859. MessageId=0x0259 Facility=System Severity=Error SymbolicName=STATUS_LICENSE_QUOTA_EXCEEDED
  2860. Language=English
  2861. The service being accessed is licensed for a particular number of connections.
  2862. No more connections can be made to the service at this time because there are already as many connections as the service can accept.
  2863. .
  2864. MessageId=0x025A Facility=System Severity=Error SymbolicName=STATUS_PWD_TOO_SHORT
  2865. Language=English
  2866. The password provided is too short to meet the policy of your user account.
  2867. Please choose a longer password.
  2868. .
  2869. MessageId=0x025B Facility=System Severity=Error SymbolicName=STATUS_PWD_TOO_RECENT
  2870. Language=English
  2871. The policy of your user account does not allow you to change passwords too frequently.
  2872. This is done to prevent users from changing back to a familiar, but potentially discovered, password.
  2873. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
  2874. .
  2875. MessageId=0x025C Facility=System Severity=Error SymbolicName=STATUS_PWD_HISTORY_CONFLICT
  2876. Language=English
  2877. You have attempted to change your password to one that you have used in the past.
  2878. The policy of your user account does not allow this. Please select a password that you have not previously used.
  2879. .
  2880. MessageId=0x025E Facility=System Severity=Error SymbolicName=STATUS_PLUGPLAY_NO_DEVICE
  2881. Language=English
  2882. You have attempted to load a legacy device driver while its device instance had been disabled.
  2883. .
  2884. MessageId=0x025F Facility=System Severity=Error SymbolicName=STATUS_UNSUPPORTED_COMPRESSION
  2885. Language=English
  2886. The specified compression format is unsupported.
  2887. .
  2888. MessageId=0x0260 Facility=System Severity=Error SymbolicName=STATUS_INVALID_HW_PROFILE
  2889. Language=English
  2890. The specified hardware profile configuration is invalid.
  2891. .
  2892. MessageId=0x0261 Facility=System Severity=Error SymbolicName=STATUS_INVALID_PLUGPLAY_DEVICE_PATH
  2893. Language=English
  2894. The specified Plug and Play registry device path is invalid.
  2895. .
  2896. MessageId=0x0262 Facility=System Severity=Error SymbolicName=STATUS_DRIVER_ORDINAL_NOT_FOUND
  2897. Language=English
  2898. {Driver Entry Point Not Found}
  2899. The %hs device driver could not locate the ordinal %ld in driver %hs.
  2900. .
  2901. MessageId=0x0263 Facility=System Severity=Error SymbolicName=STATUS_DRIVER_ENTRYPOINT_NOT_FOUND
  2902. Language=English
  2903. {Driver Entry Point Not Found}
  2904. The %hs device driver could not locate the entry point %hs in driver %hs.
  2905. .
  2906. MessageId=0x0264 Facility=System Severity=Error SymbolicName=STATUS_RESOURCE_NOT_OWNED
  2907. Language=English
  2908. {Application Error}
  2909. The application attempted to release a resource it did not own. Click on OK to terminate the application.
  2910. .
  2911. MessageId=0x0265 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_LINKS
  2912. Language=English
  2913. An attempt was made to create more links on a file than the file system supports.
  2914. .
  2915. MessageId=0x0266 Facility=System Severity=Error SymbolicName=STATUS_QUOTA_LIST_INCONSISTENT
  2916. Language=English
  2917. The specified quota list is internally inconsistent with its descriptor.
  2918. .
  2919. MessageId=0x0267 Facility=System Severity=Error SymbolicName=STATUS_FILE_IS_OFFLINE
  2920. Language=English
  2921. The specified file has been relocated to offline storage.
  2922. .
  2923. MessageId=0x0268 Facility=System Severity=Error SymbolicName=STATUS_EVALUATION_EXPIRATION
  2924. Language=English
  2925. {Windows Evaluation Notification}
  2926. The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
  2927. .
  2928. MessageId=0x0269 Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_DLL_RELOCATION
  2929. Language=English
  2930. {Illegal System DLL Relocation}
  2931. The system DLL %hs was relocated in memory. The application will not run properly.
  2932. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
  2933. .
  2934. MessageId=0x026A Facility=System Severity=Error SymbolicName=STATUS_LICENSE_VIOLATION
  2935. Language=English
  2936. {License Violation}
  2937. The system has detected tampering with your registered product type. This is a violation of your software license. Tampering with product type is not permitted.
  2938. .
  2939. MessageId=0x026B Facility=System Severity=Error SymbolicName=STATUS_DLL_INIT_FAILED_LOGOFF
  2940. Language=English
  2941. {DLL Initialization Failed}
  2942. The application failed to initialize because the window station is shutting down.
  2943. .
  2944. MessageId=0x026C Facility=System Severity=Error SymbolicName=STATUS_DRIVER_UNABLE_TO_LOAD
  2945. Language=English
  2946. {Unable to Load Device Driver}
  2947. %hs device driver could not be loaded.
  2948. Error Status was 0x%x
  2949. .
  2950. MessageId=0x026D Facility=System Severity=Error SymbolicName=STATUS_DFS_UNAVAILABLE
  2951. Language=English
  2952. DFS is unavailable on the contacted server.
  2953. .
  2954. MessageId=0x026E Facility=System Severity=Error SymbolicName=STATUS_VOLUME_DISMOUNTED
  2955. Language=English
  2956. An operation was attempted to a volume after it was dismounted.
  2957. .
  2958. MessageId=0x026F Facility=System Severity=Error SymbolicName=STATUS_WX86_INTERNAL_ERROR
  2959. Language=English
  2960. An internal error occurred in the Win32 x86 emulation subsystem.
  2961. .
  2962. MessageId=0x0270 Facility=System Severity=Error SymbolicName=STATUS_WX86_FLOAT_STACK_CHECK
  2963. Language=English
  2964. Win32 x86 emulation subsystem Floating-point stack check.
  2965. .
  2966. MessageId=0x0271 Facility=System Severity=Error SymbolicName=STATUS_VALIDATE_CONTINUE
  2967. Language=English
  2968. The validation process needs to continue on to the next step.
  2969. .
  2970. MessageId=0x0272 Facility=System Severity=Error SymbolicName=STATUS_NO_MATCH
  2971. Language=English
  2972. There was no match for the specified key in the index.
  2973. .
  2974. MessageId=0x0273 Facility=System Severity=Error SymbolicName=STATUS_NO_MORE_MATCHES
  2975. Language=English
  2976. There are no more matches for the current index enumeration.
  2977. .
  2978. MessageId=0x0275 Facility=System Severity=Error SymbolicName=STATUS_NOT_A_REPARSE_POINT
  2979. Language=English
  2980. The NTFS file or directory is not a reparse point.
  2981. .
  2982. MessageId=0x0276 Facility=System Severity=Error SymbolicName=STATUS_IO_REPARSE_TAG_INVALID
  2983. Language=English
  2984. The Windows I/O reparse tag passed for the NTFS reparse point is invalid.
  2985. .
  2986. MessageId=0x0277 Facility=System Severity=Error SymbolicName=STATUS_IO_REPARSE_TAG_MISMATCH
  2987. Language=English
  2988. The Windows I/O reparse tag does not match the one present in the NTFS reparse point.
  2989. .
  2990. MessageId=0x0278 Facility=System Severity=Error SymbolicName=STATUS_IO_REPARSE_DATA_INVALID
  2991. Language=English
  2992. The user data passed for the NTFS reparse point is invalid.
  2993. .
  2994. MessageId=0x0279 Facility=System Severity=Error SymbolicName=STATUS_IO_REPARSE_TAG_NOT_HANDLED
  2995. Language=English
  2996. The layered file system driver for this IO tag did not handle it when needed.
  2997. .
  2998. MessageId=0x0280 Facility=System Severity=Error SymbolicName=STATUS_REPARSE_POINT_NOT_RESOLVED
  2999. Language=English
  3000. The NTFS symbolic link could not be resolved even though the initial file name is valid.
  3001. .
  3002. MessageId=0x0281 Facility=System Severity=Error SymbolicName=STATUS_DIRECTORY_IS_A_REPARSE_POINT
  3003. Language=English
  3004. The NTFS directory is a reparse point.
  3005. .
  3006. MessageId=0x0282 Facility=System Severity=Error SymbolicName=STATUS_RANGE_LIST_CONFLICT
  3007. Language=English
  3008. The range could not be added to the range list because of a conflict.
  3009. .
  3010. MessageId=0x0283 Facility=System Severity=Error SymbolicName=STATUS_SOURCE_ELEMENT_EMPTY
  3011. Language=English
  3012. The specified medium changer source element contains no media.
  3013. .
  3014. MessageId=0x0284 Facility=System Severity=Error SymbolicName=STATUS_DESTINATION_ELEMENT_FULL
  3015. Language=English
  3016. The specified medium changer destination element already contains media.
  3017. .
  3018. MessageId=0x0285 Facility=System Severity=Error SymbolicName=STATUS_ILLEGAL_ELEMENT_ADDRESS
  3019. Language=English
  3020. The specified medium changer element does not exist.
  3021. .
  3022. MessageId=0x0286 Facility=System Severity=Error SymbolicName=STATUS_MAGAZINE_NOT_PRESENT
  3023. Language=English
  3024. The specified element is contained within a magazine that is no longer present.
  3025. .
  3026. MessageId=0x0287 Facility=System Severity=Error SymbolicName=STATUS_REINITIALIZATION_NEEDED
  3027. Language=English
  3028. The device requires reinitialization due to hardware errors.
  3029. .
  3030. MessageId=0x0288 Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_REQUIRES_CLEANING
  3031. Language=English
  3032. The device has indicated that cleaning is necessary.
  3033. .
  3034. MessageId=0x0289 Facility=System Severity=Warning SymbolicName=STATUS_DEVICE_DOOR_OPEN
  3035. Language=English
  3036. The device has indicated that it's door is open. Further operations require it closed and secured.
  3037. .
  3038. MessageId=0x028A Facility=System Severity=Error SymbolicName=STATUS_ENCRYPTION_FAILED
  3039. Language=English
  3040. The file encryption attempt failed.
  3041. .
  3042. MessageId=0x028B Facility=System Severity=Error SymbolicName=STATUS_DECRYPTION_FAILED
  3043. Language=English
  3044. The file decryption attempt failed.
  3045. .
  3046. MessageId=0x028C Facility=System Severity=Error SymbolicName=STATUS_RANGE_NOT_FOUND
  3047. Language=English
  3048. The specified range could not be found in the range list.
  3049. .
  3050. MessageId=0x028D Facility=System Severity=Error SymbolicName=STATUS_NO_RECOVERY_POLICY
  3051. Language=English
  3052. There is no encryption recovery policy configured for this system.
  3053. .
  3054. MessageId=0x028E Facility=System Severity=Error SymbolicName=STATUS_NO_EFS
  3055. Language=English
  3056. The required encryption driver is not loaded for this system.
  3057. .
  3058. MessageId=0x028F Facility=System Severity=Error SymbolicName=STATUS_WRONG_EFS
  3059. Language=English
  3060. The file was encrypted with a different encryption driver than is currently loaded.
  3061. .
  3062. MessageId=0x0290 Facility=System Severity=Error SymbolicName=STATUS_NO_USER_KEYS
  3063. Language=English
  3064. There are no EFS keys defined for the user.
  3065. .
  3066. MessageId=0x0291 Facility=System Severity=Error SymbolicName=STATUS_FILE_NOT_ENCRYPTED
  3067. Language=English
  3068. The specified file is not encrypted.
  3069. .
  3070. MessageId=0x0292 Facility=System Severity=Error SymbolicName=STATUS_NOT_EXPORT_FORMAT
  3071. Language=English
  3072. The specified file is not in the defined EFS export format.
  3073. .
  3074. MessageId=0x0293 Facility=System Severity=Error SymbolicName=STATUS_FILE_ENCRYPTED
  3075. Language=English
  3076. The specified file is encrypted and the user does not have the ability to decrypt it.
  3077. .
  3078. MessageId=0x0294 Facility=System Severity=Informational SymbolicName=STATUS_WAKE_SYSTEM
  3079. Language=English
  3080. The system has awoken
  3081. .
  3082. MessageId=0x0295 Facility=System Severity=Error SymbolicName=STATUS_WMI_GUID_NOT_FOUND
  3083. Language=English
  3084. The guid passed was not recognized as valid by a WMI data provider.
  3085. .
  3086. MessageId=0x0296 Facility=System Severity=Error SymbolicName=STATUS_WMI_INSTANCE_NOT_FOUND
  3087. Language=English
  3088. The instance name passed was not recognized as valid by a WMI data provider.
  3089. .
  3090. MessageId=0x0297 Facility=System Severity=Error SymbolicName=STATUS_WMI_ITEMID_NOT_FOUND
  3091. Language=English
  3092. The data item id passed was not recognized as valid by a WMI data provider.
  3093. .
  3094. MessageId=0x0298 Facility=System Severity=Error SymbolicName=STATUS_WMI_TRY_AGAIN
  3095. Language=English
  3096. The WMI request could not be completed and should be retried.
  3097. .
  3098. MessageId=0x0299 Facility=System Severity=Error SymbolicName=STATUS_SHARED_POLICY
  3099. Language=English
  3100. The policy object is shared and can only be modified at the root
  3101. .
  3102. MessageId=0x029A Facility=System Severity=Error SymbolicName=STATUS_POLICY_OBJECT_NOT_FOUND
  3103. Language=English
  3104. The policy object does not exist when it should
  3105. .
  3106. MessageId=0x029B Facility=System Severity=Error SymbolicName=STATUS_POLICY_ONLY_IN_DS
  3107. Language=English
  3108. The requested policy information only lives in the Ds
  3109. .
  3110. MessageId=0x029C Facility=System Severity=Error SymbolicName=STATUS_VOLUME_NOT_UPGRADED
  3111. Language=English
  3112. The volume must be upgraded to enable this feature
  3113. .
  3114. MessageId=0x029D Facility=System Severity=Error SymbolicName=STATUS_REMOTE_STORAGE_NOT_ACTIVE
  3115. Language=English
  3116. The remote storage service is not operational at this time.
  3117. .
  3118. MessageId=0x029E Facility=System Severity=Error SymbolicName=STATUS_REMOTE_STORAGE_MEDIA_ERROR
  3119. Language=English
  3120. The remote storage service encountered a media error.
  3121. .
  3122. MessageId=0x029F Facility=System Severity=Error SymbolicName=STATUS_NO_TRACKING_SERVICE
  3123. Language=English
  3124. The tracking (workstation) service is not running.
  3125. .
  3126. MessageId=0x02A0 Facility=System Severity=Error SymbolicName=STATUS_SERVER_SID_MISMATCH
  3127. Language=English
  3128. The server process is running under a SID different than that required by client.
  3129. .
  3130. ;//
  3131. ;// Directory Service specific Errors
  3132. ;//
  3133. MessageId=0x02A1 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_ATTRIBUTE_OR_VALUE
  3134. Language=English
  3135. The specified directory service attribute or value does not exist.
  3136. .
  3137. MessageId=0x02A2 Facility=System Severity=Error SymbolicName=STATUS_DS_INVALID_ATTRIBUTE_SYNTAX
  3138. Language=English
  3139. The attribute syntax specified to the directory service is invalid.
  3140. .
  3141. MessageId=0x02A3 Facility=System Severity=Error SymbolicName=STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED
  3142. Language=English
  3143. The attribute type specified to the directory service is not defined.
  3144. .
  3145. MessageId=0x02A4 Facility=System Severity=Error SymbolicName=STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS
  3146. Language=English
  3147. The specified directory service attribute or value already exists.
  3148. .
  3149. MessageId=0x02A5 Facility=System Severity=Error SymbolicName=STATUS_DS_BUSY
  3150. Language=English
  3151. The directory service is busy.
  3152. .
  3153. MessageId=0x02A6 Facility=System Severity=Error SymbolicName=STATUS_DS_UNAVAILABLE
  3154. Language=English
  3155. The directory service is not available.
  3156. .
  3157. MessageId=0x02A7 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_RIDS_ALLOCATED
  3158. Language=English
  3159. The directory service was unable to allocate a relative identifier.
  3160. .
  3161. MessageId=0x02A8 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_MORE_RIDS
  3162. Language=English
  3163. The directory service has exhausted the pool of relative identifiers.
  3164. .
  3165. MessageId=0x02A9 Facility=System Severity=Error SymbolicName=STATUS_DS_INCORRECT_ROLE_OWNER
  3166. Language=English
  3167. The requested operation could not be performed because the directory service is not the master for that type of operation.
  3168. .
  3169. MessageId=0x02AA Facility=System Severity=Error SymbolicName=STATUS_DS_RIDMGR_INIT_ERROR
  3170. Language=English
  3171. The directory service was unable to initialize the subsystem that allocates relative identifiers.
  3172. .
  3173. MessageId=0x02AB Facility=System Severity=Error SymbolicName=STATUS_DS_OBJ_CLASS_VIOLATION
  3174. Language=English
  3175. The requested operation did not satisfy one or more constraints associated with the class of the object.
  3176. .
  3177. MessageId=0x02AC Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_ON_NON_LEAF
  3178. Language=English
  3179. The directory service can perform the requested operation only on a leaf object.
  3180. .
  3181. MessageId=0x02AD Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_ON_RDN
  3182. Language=English
  3183. The directory service cannot perform the requested operation on the Relatively Defined Name (RDN) attribute of an object.
  3184. .
  3185. MessageId=0x02AE Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_MOD_OBJ_CLASS
  3186. Language=English
  3187. The directory service detected an attempt to modify the object class of an object.
  3188. .
  3189. MessageId=0x02AF Facility=System Severity=Error SymbolicName=STATUS_DS_CROSS_DOM_MOVE_FAILED
  3190. Language=English
  3191. An error occurred while performing a cross domain move operation.
  3192. .
  3193. MessageId=0x02B0 Facility=System Severity=Error SymbolicName=STATUS_DS_GC_NOT_AVAILABLE
  3194. Language=English
  3195. Unable to Contact the Global Catalog Server.
  3196. .
  3197. MessageId=0x02B1 Facility=System Severity=Error SymbolicName=STATUS_DIRECTORY_SERVICE_REQUIRED
  3198. Language=English
  3199. The requested operation requires a directory service, and none was available.
  3200. .
  3201. MessageId=0x02B2 Facility=System Severity=Error SymbolicName=STATUS_REPARSE_ATTRIBUTE_CONFLICT
  3202. Language=English
  3203. The reparse attribute cannot be set as it is incompatible with an existing attribute.
  3204. .
  3205. MessageId=0x02B3 Facility=System Severity=Error SymbolicName=STATUS_CANT_ENABLE_DENY_ONLY
  3206. Language=English
  3207. A group marked use for deny only can not be enabled.
  3208. .
  3209. MessageId=0x02B4 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_MULTIPLE_FAULTS ;// winnt
  3210. Language=English
  3211. {EXCEPTION}
  3212. Multiple floating point faults.
  3213. .
  3214. MessageId=0x02B5 Facility=System Severity=Error SymbolicName=STATUS_FLOAT_MULTIPLE_TRAPS ;// winnt
  3215. Language=English
  3216. {EXCEPTION}
  3217. Multiple floating point traps.
  3218. .
  3219. MessageId=0x02B6 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_REMOVED
  3220. Language=English
  3221. The device has been removed.
  3222. .
  3223. MessageId=0x02B7 Facility=System Severity=Error SymbolicName=STATUS_JOURNAL_DELETE_IN_PROGRESS
  3224. Language=English
  3225. The volume change journal is being deleted.
  3226. .
  3227. MessageId=0x02B8 Facility=System Severity=Error SymbolicName=STATUS_JOURNAL_NOT_ACTIVE
  3228. Language=English
  3229. The volume change journal is not active.
  3230. .
  3231. MessageId=0x02B9 Facility=System Severity=Error SymbolicName=STATUS_NOINTERFACE
  3232. Language=English
  3233. The requested interface is not supported.
  3234. .
  3235. MessageId=0x02C1 Facility=System Severity=Error SymbolicName=STATUS_DS_ADMIN_LIMIT_EXCEEDED
  3236. Language=English
  3237. A directory service resource limit has been exceeded.
  3238. .
  3239. MessageId=0x02C2 Facility=System Severity=Error SymbolicName=STATUS_DRIVER_FAILED_SLEEP
  3240. Language=English
  3241. {System Standby Failed}
  3242. The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
  3243. .
  3244. MessageId=0x02C3 Facility=System Severity=Error SymbolicName=STATUS_MUTUAL_AUTHENTICATION_FAILED
  3245. Language=English
  3246. Mutual Authentication failed. The server's password is out of date at the domain controller.
  3247. .
  3248. MessageId=0x02C4 Facility=System Severity=Error SymbolicName=STATUS_CORRUPT_SYSTEM_FILE
  3249. Language=English
  3250. The system file %1 has become corrupt and has been replaced.
  3251. .
  3252. MessageId=0x02C5 Facility=System Severity=Error SymbolicName=STATUS_DATATYPE_MISALIGNMENT_ERROR ;
  3253. Language=English
  3254. {EXCEPTION}
  3255. Alignment Error
  3256. A datatype misalignment error was detected in a load or store instruction.
  3257. .
  3258. MessageId=0x02C6 Facility=System Severity=Error SymbolicName=STATUS_WMI_READ_ONLY
  3259. Language=English
  3260. The WMI data item or data block is read only.
  3261. .
  3262. MessageId=0x02C7 Facility=System Severity=Error SymbolicName=STATUS_WMI_SET_FAILURE
  3263. Language=English
  3264. The WMI data item or data block could not be changed.
  3265. .
  3266. MessageId=0x02C8 Facility=System Severity=Error SymbolicName=STATUS_COMMITMENT_MINIMUM
  3267. Language=English
  3268. {Virtual Memory Minimum Too Low}
  3269. Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file.
  3270. During this process, memory requests for some applications may be denied. For more information, see Help.
  3271. .
  3272. MessageId=0x02C9 Facility=System Severity=Error SymbolicName=STATUS_REG_NAT_CONSUMPTION ;// winnt
  3273. Language=English
  3274. {EXCEPTION}
  3275. Register NaT consumption faults.
  3276. A NaT value is consumed on a non speculative instruction.
  3277. .
  3278. MessageId=0x02CA Facility=System Severity=Error SymbolicName=STATUS_TRANSPORT_FULL
  3279. Language=English
  3280. The medium changer's transport element contains media, which is causing the operation to fail.
  3281. .
  3282. MessageId=0x02CB Facility=System Severity=Error SymbolicName=STATUS_DS_SAM_INIT_FAILURE
  3283. Language=English
  3284. Security Accounts Manager initialization failed because of the following error:
  3285. %hs
  3286. Error Status: 0x%x.
  3287. Please click OK to shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
  3288. .
  3289. MessageId=0x02CC Facility=System Severity=Error SymbolicName=STATUS_ONLY_IF_CONNECTED
  3290. Language=English
  3291. This operation is supported only when you are connected to the server.
  3292. .
  3293. MessageId=0x02CD Facility=System Severity=Error SymbolicName=STATUS_DS_SENSITIVE_GROUP_VIOLATION
  3294. Language=English
  3295. Only an administrator can modify the membership list of an administrative group.
  3296. .
  3297. MessageId=0x02CE Facility=System Severity=Error SymbolicName=STATUS_PNP_RESTART_ENUMERATION
  3298. Language=English
  3299. A device was removed so enumeration must be restarted.
  3300. .
  3301. MessageId=0x02CF Facility=System Severity=Error SymbolicName=STATUS_JOURNAL_ENTRY_DELETED
  3302. Language=English
  3303. The journal entry has been deleted from the journal.
  3304. .
  3305. MessageId=0x02D0 Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_MOD_PRIMARYGROUPID
  3306. Language=English
  3307. Cannot change the primary group ID of a domain controller account.
  3308. .
  3309. MessageId=0x02D1 Facility=System Severity=Error SymbolicName=STATUS_SYSTEM_IMAGE_BAD_SIGNATURE
  3310. Language=English
  3311. {Fatal System Error}
  3312. The system image %s is not properly signed.
  3313. The file has been replaced with the signed file.
  3314. The system has been shut down.
  3315. .
  3316. MessageId=0x02D2 Facility=System Severity=Error SymbolicName=STATUS_PNP_REBOOT_REQUIRED
  3317. Language=English
  3318. Device will not start without a reboot.
  3319. .
  3320. MessageId=0x02D3 Facility=System Severity=Error SymbolicName=STATUS_POWER_STATE_INVALID
  3321. Language=English
  3322. Current device power state cannot support this request.
  3323. .
  3324. MessageId=0x02D4 Facility=System Severity=Error SymbolicName=STATUS_DS_INVALID_GROUP_TYPE
  3325. Language=English
  3326. The specified group type is invalid.
  3327. .
  3328. MessageId=0x02D5 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
  3329. Language=English
  3330. In mixed domain no nesting of global group if group is security enabled.
  3331. .
  3332. MessageId=0x02D6 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
  3333. Language=English
  3334. In mixed domain, cannot nest local groups with other local groups, if the group is security enabled.
  3335. .
  3336. MessageId=0x02D7 Facility=System Severity=Error SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
  3337. Language=English
  3338. A global group cannot have a local group as a member.
  3339. .
  3340. MessageId=0x02D8 Facility=System Severity=Error SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
  3341. Language=English
  3342. A global group cannot have a universal group as a member.
  3343. .
  3344. MessageId=0x02D9 Facility=System Severity=Error SymbolicName=STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
  3345. Language=English
  3346. A universal group cannot have a local group as a member.
  3347. .
  3348. MessageId=0x02DA Facility=System Severity=Error SymbolicName=STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
  3349. Language=English
  3350. A global group cannot have a cross domain member.
  3351. .
  3352. MessageId=0x02DB Facility=System Severity=Error SymbolicName=STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
  3353. Language=English
  3354. A local group cannot have another cross domain local group as a member.
  3355. .
  3356. MessageId=0x02DC Facility=System Severity=Error SymbolicName=STATUS_DS_HAVE_PRIMARY_MEMBERS
  3357. Language=English
  3358. Can not change to security disabled group because of having primary members in this group.
  3359. .
  3360. MessageId=0x02DD Facility=System Severity=Error SymbolicName=STATUS_WMI_NOT_SUPPORTED
  3361. Language=English
  3362. The WMI operation is not supported by the data block or method.
  3363. .
  3364. MessageId=0x02DE Facility=System Severity=Error SymbolicName=STATUS_INSUFFICIENT_POWER
  3365. Language=English
  3366. There is not enough power to complete the requested operation.
  3367. .
  3368. MessageId=0x02DF Facility=System Severity=Error SymbolicName=STATUS_SAM_NEED_BOOTKEY_PASSWORD
  3369. Language=English
  3370. Security Account Manager needs to get the boot password.
  3371. .
  3372. MessageId=0x02E0 Facility=System Severity=Error SymbolicName=STATUS_SAM_NEED_BOOTKEY_FLOPPY
  3373. Language=English
  3374. Security Account Manager needs to get the boot key from floppy disk.
  3375. .
  3376. MessageId=0x02E1 Facility=System Severity=Error SymbolicName=STATUS_DS_CANT_START
  3377. Language=English
  3378. Directory Service can not start.
  3379. .
  3380. MessageId=0x02E2 Facility=System Severity=Error SymbolicName=STATUS_DS_INIT_FAILURE
  3381. Language=English
  3382. Directory Services could not start because of the following error:
  3383. %hs
  3384. Error Status: 0x%x.
  3385. Please click OK to shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
  3386. .
  3387. MessageId=0x02E3 Facility=System Severity=Error SymbolicName=STATUS_SAM_INIT_FAILURE
  3388. Language=English
  3389. Security Accounts Manager initialization failed because of the following error:
  3390. %hs
  3391. Error Status: 0x%x.
  3392. Please click OK to shutdown this system and reboot into Safe Mode, check the event log for more detailed information.
  3393. .
  3394. MessageId=0x02E4 Facility=System Severity=Error SymbolicName=STATUS_DS_GC_REQUIRED
  3395. Language=English
  3396. The requested operation can be performed only on a global catalog server.
  3397. .
  3398. MessageId=0x02E5 Facility=System Severity=Error SymbolicName=STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
  3399. Language=English
  3400. A local group can only be a member of other local groups in the same domain.
  3401. .
  3402. MessageId=0x02E6 Facility=System Severity=Error SymbolicName=STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS
  3403. Language=English
  3404. Foreign security principals cannot be members of universal groups.
  3405. .
  3406. MessageId=0x02E7 Facility=System Severity=Error SymbolicName=STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
  3407. Language=English
  3408. 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.
  3409. .
  3410. MessageId=0x02E8 Facility=System Severity=Error SymbolicName=STATUS_MULTIPLE_FAULT_VIOLATION
  3411. Language=English
  3412. .
  3413. MessageId=0x02E9 Facility=System Severity=Error SymbolicName=STATUS_CURRENT_DOMAIN_NOT_ALLOWED
  3414. Language=English
  3415. This operation can not be performed on the current domain.
  3416. .
  3417. MessageId=0x02EA Facility=System Severity=Error SymbolicName=STATUS_CANNOT_MAKE
  3418. Language=English
  3419. The directory or file cannot be created.
  3420. .
  3421. MessageId=0x02EB Facility=System Severity=Error SymbolicName=STATUS_SYSTEM_SHUTDOWN
  3422. Language=English
  3423. The system is in the process of shutting down.
  3424. .
  3425. MessageId=0x02EC Facility=System Severity=Error SymbolicName=STATUS_DS_INIT_FAILURE_CONSOLE
  3426. Language=English
  3427. Directory Services could not start because of the following error:
  3428. %hs
  3429. Error Status: 0x%x.
  3430. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
  3431. .
  3432. MessageId=0x02ED Facility=System Severity=Error SymbolicName=STATUS_DS_SAM_INIT_FAILURE_CONSOLE
  3433. Language=English
  3434. Security Accounts Manager initialization failed because of the following error:
  3435. %hs
  3436. Error Status: 0x%x.
  3437. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
  3438. .
  3439. MessageId=0x02EE Facility=System Severity=Error SymbolicName=STATUS_UNFINISHED_CONTEXT_DELETED
  3440. Language=English
  3441. A security context was deleted before the context was completed. This is considered a logon failure.
  3442. .
  3443. MessageId=0x02EF Facility=System Severity=Error SymbolicName=STATUS_NO_TGT_REPLY
  3444. Language=English
  3445. The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.
  3446. .
  3447. MessageId=0x02F0 Facility=System Severity=Error SymbolicName=STATUS_OBJECTID_NOT_FOUND
  3448. Language=English
  3449. An object ID was not found in the file.
  3450. .
  3451. MessageId=0x02F1 Facility=System Severity=Error SymbolicName=STATUS_NO_IP_ADDRESSES
  3452. Language=English
  3453. Unable to accomplish the requested task because the local machine does not have any IP addresses.
  3454. .
  3455. MessageId=0x02F2 Facility=System Severity=Error SymbolicName=STATUS_WRONG_CREDENTIAL_HANDLE
  3456. Language=English
  3457. The supplied credential handle does not match the credential associated with the security context.
  3458. .
  3459. MessageId=0x02F3 Facility=System Severity=Error SymbolicName=STATUS_CRYPTO_SYSTEM_INVALID
  3460. Language=English
  3461. The crypto system or checksum function is invalid because a required function is unavailable.
  3462. .
  3463. MessageId=0x02F4 Facility=System Severity=Error SymbolicName=STATUS_MAX_REFERRALS_EXCEEDED
  3464. Language=English
  3465. The number of maximum ticket referrals has been exceeded.
  3466. .
  3467. MessageId=0x02F5 Facility=System Severity=Error SymbolicName=STATUS_MUST_BE_KDC
  3468. Language=English
  3469. The local machine must be a Kerberos KDC (domain controller) and it is not.
  3470. .
  3471. MessageId=0x02F6 Facility=System Severity=Error SymbolicName=STATUS_STRONG_CRYPTO_NOT_SUPPORTED
  3472. Language=English
  3473. The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
  3474. .
  3475. MessageId=0x02F7 Facility=System Severity=Error SymbolicName=STATUS_TOO_MANY_PRINCIPALS
  3476. Language=English
  3477. The KDC reply contained more than one principal name.
  3478. .
  3479. MessageId=0x02F8 Facility=System Severity=Error SymbolicName=STATUS_NO_PA_DATA
  3480. Language=English
  3481. Expected to find PA data for a hint of what etype to use, but it was not found.
  3482. .
  3483. MessageId=0x02F9 Facility=System Severity=Error SymbolicName=STATUS_PKINIT_NAME_MISMATCH
  3484. Language=English
  3485. The client certificate does not contain a valid UPN, or does not match the client name
  3486. in the logon request. Please contact your administrator.
  3487. .
  3488. MessageId=0x02FA Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_LOGON_REQUIRED
  3489. Language=English
  3490. Smartcard logon is required and was not used.
  3491. .
  3492. MessageId=0x02FB Facility=System Severity=Error SymbolicName=STATUS_KDC_INVALID_REQUEST
  3493. Language=English
  3494. An invalid request was sent to the KDC.
  3495. .
  3496. MessageId=0x02FC Facility=System Severity=Error SymbolicName=STATUS_KDC_UNABLE_TO_REFER
  3497. Language=English
  3498. The KDC was unable to generate a referral for the service requested.
  3499. .
  3500. MessageId=0x02FD Facility=System Severity=Error SymbolicName=STATUS_KDC_UNKNOWN_ETYPE
  3501. Language=English
  3502. The encryption type requested is not supported by the KDC.
  3503. .
  3504. MessageId=0x02fe Facility=System Severity=Error SymbolicName=STATUS_SHUTDOWN_IN_PROGRESS
  3505. Language=English
  3506. A system shutdown is in progress.
  3507. .
  3508. MessageId=0x02FF Facility=System Severity=Error SymbolicName=STATUS_SERVER_SHUTDOWN_IN_PROGRESS
  3509. Language=English
  3510. The server machine is shutting down.
  3511. .
  3512. MessageId=0x0300 Facility=System Severity=Error SymbolicName=STATUS_NOT_SUPPORTED_ON_SBS
  3513. Language=English
  3514. This operation is not supported on a computer running Windows Server 2003 for Small Business Server
  3515. .
  3516. MessageId=0x0301 Facility=System Severity=Error SymbolicName=STATUS_WMI_GUID_DISCONNECTED
  3517. Language=English
  3518. The WMI GUID is no longer available
  3519. .
  3520. MessageId=0x0302 Facility=System Severity=Error SymbolicName=STATUS_WMI_ALREADY_DISABLED
  3521. Language=English
  3522. Collection or events for the WMI GUID is already disabled.
  3523. .
  3524. MessageId=0x0303 Facility=System Severity=Error SymbolicName=STATUS_WMI_ALREADY_ENABLED
  3525. Language=English
  3526. Collection or events for the WMI GUID is already enabled.
  3527. .
  3528. MessageId=0x0304 Facility=System Severity=Error SymbolicName=STATUS_MFT_TOO_FRAGMENTED
  3529. Language=English
  3530. The Master File Table on the volume is too fragmented to complete this operation.
  3531. .
  3532. MessageId=0x0305 Facility=System Severity=Error SymbolicName=STATUS_COPY_PROTECTION_FAILURE
  3533. Language=English
  3534. Copy protection failure.
  3535. .
  3536. MessageId=0x0306 Facility=System Severity=Error SymbolicName=STATUS_CSS_AUTHENTICATION_FAILURE
  3537. Language=English
  3538. Copy protection error - DVD CSS Authentication failed.
  3539. .
  3540. MessageId=0x0307 Facility=System Severity=Error SymbolicName=STATUS_CSS_KEY_NOT_PRESENT
  3541. Language=English
  3542. Copy protection error - The given sector does not contain a valid key.
  3543. .
  3544. MessageId=0x0308 Facility=System Severity=Error SymbolicName=STATUS_CSS_KEY_NOT_ESTABLISHED
  3545. Language=English
  3546. Copy protection error - DVD session key not established.
  3547. .
  3548. MessageId=0x0309 Facility=System Severity=Error SymbolicName=STATUS_CSS_SCRAMBLED_SECTOR
  3549. Language=English
  3550. Copy protection error - The read failed because the sector is encrypted.
  3551. .
  3552. MessageId=0x030a Facility=System Severity=Error SymbolicName=STATUS_CSS_REGION_MISMATCH
  3553. Language=English
  3554. Copy protection error - The given DVD's region does not correspond to the
  3555. region setting of the drive.
  3556. .
  3557. MessageId=0x030b Facility=System Severity=Error SymbolicName=STATUS_CSS_RESETS_EXHAUSTED
  3558. Language=English
  3559. Copy protection error - The drive's region setting may be permanent.
  3560. .
  3561. ;/*++
  3562. ;
  3563. ; MessageId's 0x030c - 0x031f (inclusive) are reserved for future **STORAGE**
  3564. ; copy protection errors.
  3565. ;
  3566. ;--*/
  3567. MessageId=0x0320 Facility=System Severity=Error SymbolicName=STATUS_PKINIT_FAILURE
  3568. Language=English
  3569. The kerberos protocol encountered an error while validating the KDC certificate during smartcard Logon. There
  3570. is more information in the system event log.
  3571. .
  3572. MessageId=0x0321 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_SUBSYSTEM_FAILURE
  3573. Language=English
  3574. The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
  3575. .
  3576. MessageId=0x0322 Facility=System Severity=Error SymbolicName=STATUS_NO_KERB_KEY Language=English
  3577. The target server does not have acceptable kerberos credentials.
  3578. .
  3579. ;/*++
  3580. ;
  3581. ; MessageId's 0x0323 - 0x034f (inclusive) are reserved for other future copy
  3582. ; protection errors.
  3583. ;
  3584. ;--*/
  3585. MessageId=0x0350 Facility=System Severity=Error SymbolicName=STATUS_HOST_DOWN
  3586. Language=English
  3587. The transport determined that the remote system is down.
  3588. .
  3589. MessageId=0x0351 Facility=System Severity=Error SymbolicName=STATUS_UNSUPPORTED_PREAUTH
  3590. Language=English
  3591. An unsupported preauthentication mechanism was presented to the kerberos package.
  3592. .
  3593. MessageId=0x0352 Facility=System Severity=Error SymbolicName=STATUS_EFS_ALG_BLOB_TOO_BIG
  3594. Language=English
  3595. The encryption algorithm used on the source file needs a bigger key buffer than the one used on the destination file.
  3596. .
  3597. MessageId=0x0353 Facility=System Severity=Error SymbolicName=STATUS_PORT_NOT_SET
  3598. Language=English
  3599. An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
  3600. .
  3601. MessageId=0x0354 Facility=System Severity=Error SymbolicName=STATUS_DEBUGGER_INACTIVE
  3602. Language=English
  3603. An attempt to do an operation on a debug port failed because the port is in the process of being deleted.
  3604. .
  3605. MessageId=0x0355 Facility=System Severity=Error SymbolicName=STATUS_DS_VERSION_CHECK_FAILURE
  3606. Language=English
  3607. This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
  3608. .
  3609. MessageId=0x0356 Facility=System Severity=Error SymbolicName=STATUS_AUDITING_DISABLED
  3610. Language=English
  3611. The specified event is currently not being audited.
  3612. .
  3613. MessageId=0x0357 Facility=System Severity=Error SymbolicName=STATUS_PRENT4_MACHINE_ACCOUNT
  3614. Language=English
  3615. The machine account was created pre-NT4. The account needs to be recreated.
  3616. .
  3617. MessageId=0x0358 Facility=System Severity=Error SymbolicName=STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
  3618. Language=English
  3619. A account group can not have a universal group as a member.
  3620. .
  3621. MessageId=0x0359 Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_WIN_32
  3622. Language=English
  3623. The specified image file did not have the correct format, it appears to be a 32-bit Windows image.
  3624. .
  3625. MessageId=0x035A Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMAGE_WIN_64
  3626. Language=English
  3627. The specified image file did not have the correct format, it appears to be a 64-bit Windows image.
  3628. .
  3629. MessageId=0x035B Facility=System Severity=Error SymbolicName=STATUS_BAD_BINDINGS
  3630. Language=English
  3631. Client's supplied SSPI channel bindings were incorrect.
  3632. .
  3633. MessageId=0x035C Facility=System Severity=Error SymbolicName=STATUS_NETWORK_SESSION_EXPIRED
  3634. Language=English
  3635. The client's session has expired, so the client must reauthenticate to continue accessing the remote resources.
  3636. .
  3637. MessageId=0x035D Facility=System Severity=Error SymbolicName=STATUS_APPHELP_BLOCK
  3638. Language=English
  3639. AppHelp dialog canceled thus preventing the application from starting.
  3640. .
  3641. MessageId=0x035E Facility=System Severity=Error SymbolicName=STATUS_ALL_SIDS_FILTERED
  3642. Language=English
  3643. The SID filtering operation removed all SIDs.
  3644. .
  3645. MessageId=0x035F Facility=System Severity=Error SymbolicName=STATUS_NOT_SAFE_MODE_DRIVER
  3646. Language=English
  3647. The driver was not loaded because the system is booting into safe mode.
  3648. .
  3649. MessageId=0x0361 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT
  3650. Language=English
  3651. Access to %1 has been restricted by your Administrator by the default software restriction policy level.
  3652. .
  3653. MessageId=0x0362 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_PATH
  3654. Language=English
  3655. Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3
  3656. .
  3657. MessageId=0x0363 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER
  3658. Language=English
  3659. Access to %1 has been restricted by your Administrator by software publisher policy.
  3660. .
  3661. MessageId=0x0364 Facility=System Severity=Error SymbolicName=STATUS_ACCESS_DISABLED_BY_POLICY_OTHER
  3662. Language=English
  3663. Access to %1 has been restricted by your Administrator by policy rule %2.
  3664. .
  3665. MessageId=0x0365 Facility=System Severity=Error SymbolicName=STATUS_FAILED_DRIVER_ENTRY
  3666. Language=English
  3667. The driver was not loaded because it failed it's initialization call.
  3668. .
  3669. MessageId=0x0366 Facility=System Severity=Error SymbolicName=STATUS_DEVICE_ENUMERATION_ERROR
  3670. Language=English
  3671. The "%hs" encountered an error while applying power or reading the device configuration.
  3672. This may be caused by a failure of your hardware or by a poor connection.
  3673. .
  3674. MessageId=0x0367 Facility=System Severity=Success SymbolicName=STATUS_WAIT_FOR_OPLOCK
  3675. Language=English
  3676. An operation is blocked waiting for an oplock.
  3677. .
  3678. MessageId=0x0368 Facility=System Severity=Error SymbolicName=STATUS_MOUNT_POINT_NOT_RESOLVED
  3679. Language=English
  3680. The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
  3681. .
  3682. MessageId=0x0369 Facility=System Severity=Error SymbolicName=STATUS_INVALID_DEVICE_OBJECT_PARAMETER
  3683. Language=English
  3684. The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
  3685. .
  3686. MessageId=0x036a Facility=System Severity=Error SymbolicName=STATUS_MCA_OCCURED
  3687. Language=English
  3688. A Machine Check Error has occurred. Please check the system eventlog for additional information.
  3689. .
  3690. MessageId=0x036B Facility=System Severity=Error SymbolicName=STATUS_DRIVER_BLOCKED_CRITICAL
  3691. Language=English
  3692. Driver %2 has been blocked from loading.
  3693. .
  3694. MessageId=0x036C Facility=System Severity=Error SymbolicName=STATUS_DRIVER_BLOCKED
  3695. Language=English
  3696. Driver %2 has been blocked from loading.
  3697. .
  3698. MessageId=0x036D Facility=System Severity=Error SymbolicName=STATUS_DRIVER_DATABASE_ERROR
  3699. Language=English
  3700. There was error [%2] processing the driver database.
  3701. .
  3702. MessageId=0x036E Facility=System Severity=Error SymbolicName=STATUS_SYSTEM_HIVE_TOO_LARGE
  3703. Language=English
  3704. System hive size has exceeded its limit.
  3705. .
  3706. MessageId=0x036f Facility=System Severity=Error SymbolicName=STATUS_INVALID_IMPORT_OF_NON_DLL
  3707. Language=English
  3708. A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
  3709. .
  3710. MessageId=0x0370 Facility=System Severity=Informational SymbolicName=STATUS_DS_SHUTTING_DOWN
  3711. Language=English
  3712. The Directory Service is shuting down.
  3713. .
  3714. MessageId=0x0380 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_WRONG_PIN
  3715. Language=English
  3716. An incorrect PIN was presented to the smart card
  3717. .
  3718. MessageId=0x381 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_CARD_BLOCKED
  3719. Language=English
  3720. The smart card is blocked
  3721. .
  3722. MessageId=0x382 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED
  3723. Language=English
  3724. No PIN was presented to the smart card
  3725. .
  3726. MessageId=0x383 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_NO_CARD
  3727. Language=English
  3728. No smart card available
  3729. .
  3730. MessageId=0x384 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_NO_KEY_CONTAINER
  3731. Language=English
  3732. The requested key container does not exist on the smart card
  3733. .
  3734. MessageId=0x385 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_NO_CERTIFICATE
  3735. Language=English
  3736. The requested certificate does not exist on the smart card
  3737. .
  3738. MessageId=0x386 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_NO_KEYSET
  3739. Language=English
  3740. The requested keyset does not exist
  3741. .
  3742. MessageId=0x387 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_IO_ERROR
  3743. Language=English
  3744. A communication error with the smart card has been detected.
  3745. .
  3746. MessageId=0x388 Facility=System Severity=Error SymbolicName=STATUS_DOWNGRADE_DETECTED
  3747. Language=English
  3748. The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.
  3749. .
  3750. MessageId=0x389 Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_CERT_REVOKED
  3751. Language=English
  3752. The smartcard certificate used for authentication has been revoked.
  3753. Please contact your system administrator. There may be additional information in the
  3754. event log.
  3755. .
  3756. MessageId=0x38A Facility=System Severity=Error SymbolicName=STATUS_ISSUING_CA_UNTRUSTED
  3757. Language=English
  3758. An untrusted certificate authority was detected While processing the
  3759. smartcard certificate used for authentication. Please contact your system
  3760. administrator.
  3761. .
  3762. MessageId=0x38B Facility=System Severity=Error SymbolicName=STATUS_REVOCATION_OFFLINE_C
  3763. Language=English
  3764. The revocation status of the smartcard certificate used for
  3765. authentication could not be determined. Please contact your system administrator.
  3766. .
  3767. MessageId=0x38C Facility=System Severity=Error SymbolicName=STATUS_PKINIT_CLIENT_FAILURE
  3768. Language=English
  3769. The smartcard certificate used for authentication was not trusted. Please
  3770. contact your system administrator.
  3771. .
  3772. MessageId=0x38D Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_CERT_EXPIRED
  3773. Language=English
  3774. The smartcard certificate used for authentication has expired. Please
  3775. contact your system administrator.
  3776. .
  3777. MessageId=0x38E Facility=System Severity=Error SymbolicName=STATUS_DRIVER_FAILED_PRIOR_UNLOAD
  3778. Language=English
  3779. The driver could not be loaded because a previous version of the driver is still in memory.
  3780. .
  3781. MessageId=0x38F Facility=System Severity=Error SymbolicName=STATUS_SMARTCARD_SILENT_CONTEXT
  3782. Language=English
  3783. The smartcard provider could not perform the action since the context was acquired as silent.
  3784. .
  3785. ; /* MessageId up to 0x400 is reserved for smart cards */
  3786. MessageId=0x401 Facility=System Severity=Error SymbolicName=STATUS_PER_USER_TRUST_QUOTA_EXCEEDED
  3787. Language=English
  3788. The current user's delegated trust creation quota has been exceeded.
  3789. .
  3790. MessageId=0x402 Facility=System Severity=Error SymbolicName=STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED
  3791. Language=English
  3792. The total delegated trust creation quota has been exceeded.
  3793. .
  3794. MessageId=0x403 Facility=System Severity=Error SymbolicName=STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED
  3795. Language=English
  3796. The current user's delegated trust deletion quota has been exceeded.
  3797. .
  3798. MessageId=0x404 Facility=System Severity=Error SymbolicName=STATUS_DS_NAME_NOT_UNIQUE
  3799. Language=English
  3800. The requested name already exists as a unique identifier.
  3801. .
  3802. MessageId=0x405 Facility=System Severity=Error SymbolicName=STATUS_DS_DUPLICATE_ID_FOUND
  3803. Language=English
  3804. The requested object has a non-unique identifier and cannot be retrieved.
  3805. .
  3806. MessageId=0x406 Facility=System Severity=Error SymbolicName=STATUS_DS_GROUP_CONVERSION_ERROR
  3807. Language=English
  3808. The group cannot be converted due to attribute restrictions on the requested group type.
  3809. .
  3810. MessageId=0x407 Facility=System Severity=Error SymbolicName=STATUS_VOLSNAP_PREPARE_HIBERNATE
  3811. Language=English
  3812. {Volume Shadow Copy Service}
  3813. Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
  3814. .
  3815. MessageId=0x408 Facility=System Severity=Error SymbolicName=STATUS_USER2USER_REQUIRED
  3816. Language=English
  3817. Kerberos sub-protocol User2User is required.
  3818. .
  3819. MessageId=0x409 Facility=System Severity=Error SymbolicName=STATUS_STACK_BUFFER_OVERRUN
  3820. Language=English
  3821. The system detected an overrun of a stack-based buffer in this application. This
  3822. overrun could potentially allow a malicious user to gain control of this application.
  3823. .
  3824. MessageId=0x40A Facility=System Severity=Error SymbolicName=STATUS_NO_S4U_PROT_SUPPORT
  3825. Language=English
  3826. The Kerberos subsystem encountered an error. A service for user protocol request was made
  3827. against a domain controller which does not support service for user.
  3828. .
  3829. MessageId=0x40B Facility=System Severity=Error SymbolicName=STATUS_CROSSREALM_DELEGATION_FAILURE
  3830. Language=English
  3831. An attempt was made by this server to make a Kerberos constrained delegation request for a target
  3832. outside of the server's realm. This is not supported, and indicates a misconfiguration on this
  3833. server's allowed to delegate to list. Please contact your administrator.
  3834. .
  3835. MessageId=0x40C Facility=System Severity=Error SymbolicName=STATUS_REVOCATION_OFFLINE_KDC
  3836. Language=English
  3837. The revocation status of the domain controller certificate used for smartcard
  3838. authentication could not be determined. There is additional information in the system event
  3839. log. Please contact your system administrator.
  3840. .
  3841. MessageId=0x40D Facility=System Severity=Error SymbolicName=STATUS_ISSUING_CA_UNTRUSTED_KDC
  3842. Language=English
  3843. An untrusted certificate authority was detected while processing the
  3844. domain controller certificate used for authentication. There is additional information in
  3845. the system event log. Please contact your system administrator.
  3846. .
  3847. MessageId=0x40E Facility=System Severity=Error SymbolicName=STATUS_KDC_CERT_EXPIRED
  3848. Language=English
  3849. The domain controller certificate used for smartcard logon has expired.
  3850. Please contact your system administrator with the contents of your system event log.
  3851. .
  3852. MessageId=0x40F Facility=System Severity=Error SymbolicName=STATUS_KDC_CERT_REVOKED
  3853. Language=English
  3854. The domain controller certificate used for smartcard logon has been revoked.
  3855. Please contact your system administrator with the contents of your system event log.
  3856. .
  3857. MessageId=0x410 Facility=System Severity=Error SymbolicName=STATUS_PARAMETER_QUOTA_EXCEEDED
  3858. Language=English
  3859. Data present in one of the parameters is more than the function can operate on.
  3860. .
  3861. MessageId=0x0411 Facility=System Severity=Error SymbolicName=STATUS_HIBERNATION_FAILURE
  3862. Language=English
  3863. The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
  3864. .
  3865. MessageId=0x0412 SymbolicName=STATUS_DELAY_LOAD_FAILED
  3866. Language=English
  3867. An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
  3868. .
  3869. MessageId=0x0413 SymbolicName=STATUS_AUTHENTICATION_FIREWALL_FAILED
  3870. Language=English
  3871. Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.
  3872. .
  3873. MessageId=0x0414 Facility=System Severity=Error SymbolicName=STATUS_VDM_DISALLOWED
  3874. Language=English
  3875. %hs is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
  3876. .
  3877. MessageId=0x0415 Facility=System Severity=ERROR SymbolicName=STATUS_HUNG_DISPLAY_DRIVER_THREAD
  3878. Language=English
  3879. {Display Driver Stopped Responding}
  3880. The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality.
  3881. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
  3882. .
  3883. MessageId=0x9898 Facility=System Severity=Error SymbolicName=STATUS_WOW_ASSERTION
  3884. Language=English
  3885. WOW Assertion Error.
  3886. .
  3887. MessageId=0x0001 Facility=Debugger Severity=Error SymbolicName=DBG_NO_STATE_CHANGE
  3888. Language=English
  3889. Debugger did not perform a state change.
  3890. .
  3891. MessageId=0x0002 Facility=Debugger Severity=Error SymbolicName=DBG_APP_NOT_IDLE
  3892. Language=English
  3893. Debugger has found the application is not idle.
  3894. .
  3895. MessageId=0x0001 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_STRING_BINDING
  3896. Language=English
  3897. The string binding is invalid.
  3898. .
  3899. MessageId=0x0002 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_WRONG_KIND_OF_BINDING Language=English
  3900. The binding handle is not the correct type.
  3901. .
  3902. MessageId=0x0003 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_BINDING
  3903. Language=English
  3904. The binding handle is invalid.
  3905. .
  3906. MessageId=0x0004 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_PROTSEQ_NOT_SUPPORTED
  3907. Language=English
  3908. The RPC protocol sequence is not supported.
  3909. .
  3910. MessageId=0x0005 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_RPC_PROTSEQ
  3911. Language=English
  3912. The RPC protocol sequence is invalid.
  3913. .
  3914. MessageId=0x0006 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_STRING_UUID
  3915. Language=English
  3916. The string UUID is invalid.
  3917. .
  3918. MessageId=0x0007 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_ENDPOINT_FORMAT
  3919. Language=English
  3920. The endpoint format is invalid.
  3921. .
  3922. MessageId=0x0008 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_NET_ADDR
  3923. Language=English
  3924. The network address is invalid.
  3925. .
  3926. MessageId=0x0009 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_ENDPOINT_FOUND
  3927. Language=English
  3928. No endpoint was found.
  3929. .
  3930. MessageId=0x000A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_TIMEOUT
  3931. Language=English
  3932. The timeout value is invalid.
  3933. .
  3934. MessageId=0x000B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_OBJECT_NOT_FOUND
  3935. Language=English
  3936. The object UUID was not found.
  3937. .
  3938. MessageId=0x000C Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ALREADY_REGISTERED
  3939. Language=English
  3940. The object UUID has already been registered.
  3941. .
  3942. MessageId=0x000D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_TYPE_ALREADY_REGISTERED
  3943. Language=English
  3944. The type UUID has already been registered.
  3945. .
  3946. MessageId=0x000E Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ALREADY_LISTENING
  3947. Language=English
  3948. The RPC server is already listening.
  3949. .
  3950. MessageId=0x000F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_PROTSEQS_REGISTERED
  3951. Language=English
  3952. No protocol sequences have been registered.
  3953. .
  3954. MessageId=0x0010 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOT_LISTENING
  3955. Language=English
  3956. The RPC server is not listening.
  3957. .
  3958. MessageId=0x0011 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_MGR_TYPE
  3959. Language=English
  3960. The manager type is unknown.
  3961. .
  3962. MessageId=0x0012 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_IF
  3963. Language=English
  3964. The interface is unknown.
  3965. .
  3966. MessageId=0x0013 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_BINDINGS
  3967. Language=English
  3968. There are no bindings.
  3969. .
  3970. MessageId=0x0014 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_PROTSEQS
  3971. Language=English
  3972. There are no protocol sequences.
  3973. .
  3974. MessageId=0x0015 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CANT_CREATE_ENDPOINT
  3975. Language=English
  3976. The endpoint cannot be created.
  3977. .
  3978. MessageId=0x0016 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_OUT_OF_RESOURCES
  3979. Language=English
  3980. Not enough resources are available to complete this operation.
  3981. .
  3982. MessageId=0x0017 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_SERVER_UNAVAILABLE
  3983. Language=English
  3984. The RPC server is unavailable.
  3985. .
  3986. MessageId=0x0018 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_SERVER_TOO_BUSY
  3987. Language=English
  3988. The RPC server is too busy to complete this operation.
  3989. .
  3990. MessageId=0x0019 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_NETWORK_OPTIONS
  3991. Language=English
  3992. The network options are invalid.
  3993. .
  3994. MessageId=0x001A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_CALL_ACTIVE
  3995. Language=English
  3996. There are no remote procedure calls active on this thread.
  3997. .
  3998. MessageId=0x001B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CALL_FAILED
  3999. Language=English
  4000. The remote procedure call failed.
  4001. .
  4002. MessageId=0x001C Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CALL_FAILED_DNE
  4003. Language=English
  4004. The remote procedure call failed and did not execute.
  4005. .
  4006. MessageId=0x001D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_PROTOCOL_ERROR
  4007. Language=English
  4008. An RPC protocol error occurred.
  4009. .
  4010. MessageId=0x001F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNSUPPORTED_TRANS_SYN
  4011. Language=English
  4012. The transfer syntax is not supported by the RPC server.
  4013. .
  4014. MessageId=0x0021 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNSUPPORTED_TYPE
  4015. Language=English
  4016. The type UUID is not supported.
  4017. .
  4018. MessageId=0x0022 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_TAG
  4019. Language=English
  4020. The tag is invalid.
  4021. .
  4022. MessageId=0x0023 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_BOUND
  4023. Language=English
  4024. The array bounds are invalid.
  4025. .
  4026. MessageId=0x0024 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_ENTRY_NAME
  4027. Language=English
  4028. The binding does not contain an entry name.
  4029. .
  4030. MessageId=0x0025 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_NAME_SYNTAX
  4031. Language=English
  4032. The name syntax is invalid.
  4033. .
  4034. MessageId=0x0026 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNSUPPORTED_NAME_SYNTAX
  4035. Language=English
  4036. The name syntax is not supported.
  4037. .
  4038. MessageId=0x0028 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UUID_NO_ADDRESS
  4039. Language=English
  4040. No network address is available to use to construct a UUID.
  4041. .
  4042. MessageId=0x0029 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_DUPLICATE_ENDPOINT
  4043. Language=English
  4044. The endpoint is a duplicate.
  4045. .
  4046. MessageId=0x002A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_AUTHN_TYPE
  4047. Language=English
  4048. The authentication type is unknown.
  4049. .
  4050. MessageId=0x002B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_MAX_CALLS_TOO_SMALL
  4051. Language=English
  4052. The maximum number of calls is too small.
  4053. .
  4054. MessageId=0x002C Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_STRING_TOO_LONG
  4055. Language=English
  4056. The string is too long.
  4057. .
  4058. MessageId=0x002D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_PROTSEQ_NOT_FOUND
  4059. Language=English
  4060. The RPC protocol sequence was not found.
  4061. .
  4062. MessageId=0x002E Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_PROCNUM_OUT_OF_RANGE
  4063. Language=English
  4064. The procedure number is out of range.
  4065. .
  4066. MessageId=0x002F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_BINDING_HAS_NO_AUTH
  4067. Language=English
  4068. The binding does not contain any authentication information.
  4069. .
  4070. MessageId=0x0030 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_AUTHN_SERVICE
  4071. Language=English
  4072. The authentication service is unknown.
  4073. .
  4074. MessageId=0x0031 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_AUTHN_LEVEL
  4075. Language=English
  4076. The authentication level is unknown.
  4077. .
  4078. MessageId=0x0032 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_AUTH_IDENTITY
  4079. Language=English
  4080. The security context is invalid.
  4081. .
  4082. MessageId=0x0033 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNKNOWN_AUTHZ_SERVICE
  4083. Language=English
  4084. The authorization service is unknown.
  4085. .
  4086. MessageId=0x0034 Facility=RpcRuntime Severity=Error SymbolicName=EPT_NT_INVALID_ENTRY
  4087. Language=English
  4088. The entry is invalid.
  4089. .
  4090. MessageId=0x0035 Facility=RpcRuntime Severity=Error SymbolicName=EPT_NT_CANT_PERFORM_OP
  4091. Language=English
  4092. The operation cannot be performed.
  4093. .
  4094. MessageId=0x0036 Facility=RpcRuntime Severity=Error SymbolicName=EPT_NT_NOT_REGISTERED
  4095. Language=English
  4096. There are no more endpoints available from the endpoint mapper.
  4097. .
  4098. MessageId=0x0037 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOTHING_TO_EXPORT
  4099. Language=English
  4100. No interfaces have been exported.
  4101. .
  4102. MessageId=0x0038 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INCOMPLETE_NAME
  4103. Language=English
  4104. The entry name is incomplete.
  4105. .
  4106. MessageId=0x0039 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_VERS_OPTION
  4107. Language=English
  4108. The version option is invalid.
  4109. .
  4110. MessageId=0x003A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_MORE_MEMBERS
  4111. Language=English
  4112. There are no more members.
  4113. .
  4114. MessageId=0x003B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOT_ALL_OBJS_UNEXPORTED
  4115. Language=English
  4116. There is nothing to unexport.
  4117. .
  4118. MessageId=0x003C Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INTERFACE_NOT_FOUND
  4119. Language=English
  4120. The interface was not found.
  4121. .
  4122. MessageId=0x003D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ENTRY_ALREADY_EXISTS
  4123. Language=English
  4124. The entry already exists.
  4125. .
  4126. MessageId=0x003E Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ENTRY_NOT_FOUND
  4127. Language=English
  4128. The entry is not found.
  4129. .
  4130. MessageId=0x003F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NAME_SERVICE_UNAVAILABLE
  4131. Language=English
  4132. The name service is unavailable.
  4133. .
  4134. MessageId=0x0040 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_NAF_ID
  4135. Language=English
  4136. The network address family is invalid.
  4137. .
  4138. MessageId=0x0041 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CANNOT_SUPPORT
  4139. Language=English
  4140. The requested operation is not supported.
  4141. .
  4142. MessageId=0x0042 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_CONTEXT_AVAILABLE
  4143. Language=English
  4144. No security context is available to allow impersonation.
  4145. .
  4146. MessageId=0x0043 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INTERNAL_ERROR
  4147. Language=English
  4148. An internal error occurred in RPC.
  4149. .
  4150. MessageId=0x0044 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ZERO_DIVIDE
  4151. Language=English
  4152. The RPC server attempted an integer divide by zero.
  4153. .
  4154. MessageId=0x0045 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_ADDRESS_ERROR
  4155. Language=English
  4156. An addressing error occurred in the RPC server.
  4157. .
  4158. MessageId=0x0046 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_FP_DIV_ZERO
  4159. Language=English
  4160. A floating point operation at the RPC server caused a divide by zero.
  4161. .
  4162. MessageId=0x0047 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_FP_UNDERFLOW
  4163. Language=English
  4164. A floating point underflow occurred at the RPC server.
  4165. .
  4166. MessageId=0x0048 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_FP_OVERFLOW
  4167. Language=English
  4168. A floating point overflow occurred at the RPC server.
  4169. .
  4170. MessageId=0x0001 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_NO_MORE_ENTRIES Language=English
  4171. The list of RPC servers available for auto-handle binding has been exhausted.
  4172. .
  4173. MessageId=0x0002 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CHAR_TRANS_OPEN_FAIL Language=English
  4174. The file designated by DCERPCCHARTRANS cannot be opened.
  4175. .
  4176. MessageId=0x0003 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CHAR_TRANS_SHORT_FILE Language=English
  4177. The file containing the character translation table has fewer than 512 bytes.
  4178. .
  4179. MessageId=0x0004 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_IN_NULL_CONTEXT Language=English
  4180. A null context handle is passed as an [in] parameter.
  4181. .
  4182. MessageId=0x0005 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CONTEXT_MISMATCH Language=English
  4183. The context handle does not match any known context handles.
  4184. .
  4185. MessageId=0x0006 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CONTEXT_DAMAGED Language=English
  4186. The context handle changed during a call.
  4187. .
  4188. MessageId=0x0007 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_HANDLES_MISMATCH Language=English
  4189. The binding handles passed to a remote procedure call do not match.
  4190. .
  4191. MessageId=0x0008 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_SS_CANNOT_GET_CALL_HANDLE Language=English
  4192. The stub is unable to get the call handle.
  4193. .
  4194. MessageId=0x0009 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_NULL_REF_POINTER Language=English
  4195. A null reference pointer was passed to the stub.
  4196. .
  4197. MessageId=0x000A Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_ENUM_VALUE_OUT_OF_RANGE Language=English
  4198. The enumeration value is out of range.
  4199. .
  4200. MessageId=0x000B Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_BYTE_COUNT_TOO_SMALL Language=English
  4201. The byte count is too small.
  4202. .
  4203. MessageId=0x000C Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_BAD_STUB_DATA Language=English
  4204. The stub received bad data.
  4205. .
  4206. MessageId=0x0049 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CALL_IN_PROGRESS Language=English
  4207. A remote procedure call is already in progress for this thread.
  4208. .
  4209. MessageId=0x004A Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_MORE_BINDINGS
  4210. Language=English
  4211. There are no more bindings.
  4212. .
  4213. MessageId=0x004B Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_GROUP_MEMBER_NOT_FOUND
  4214. Language=English
  4215. The group member was not found.
  4216. .
  4217. MessageId=0x004C Facility=RpcRuntime Severity=Error SymbolicName=EPT_NT_CANT_CREATE
  4218. Language=English
  4219. The endpoint mapper database entry could not be created.
  4220. .
  4221. MessageId=0x004D Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_OBJECT
  4222. Language=English
  4223. The object UUID is the nil UUID.
  4224. .
  4225. MessageId=0x004F Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_INTERFACES
  4226. Language=English
  4227. No interfaces have been registered.
  4228. .
  4229. MessageId=0x0050 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_CALL_CANCELLED
  4230. Language=English
  4231. The remote procedure call was cancelled.
  4232. .
  4233. MessageId=0x0051 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_BINDING_INCOMPLETE
  4234. Language=English
  4235. The binding handle does not contain all required information.
  4236. .
  4237. MessageId=0x0052 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_COMM_FAILURE
  4238. Language=English
  4239. A communications failure occurred during a remote procedure call.
  4240. .
  4241. MessageId=0x0053 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_UNSUPPORTED_AUTHN_LEVEL
  4242. Language=English
  4243. The requested authentication level is not supported.
  4244. .
  4245. MessageId=0x0054 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NO_PRINC_NAME
  4246. Language=English
  4247. No principal name registered.
  4248. .
  4249. MessageId=0x0055 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOT_RPC_ERROR
  4250. Language=English
  4251. The error specified is not a valid Windows RPC error code.
  4252. .
  4253. MessageId=0x0056 Facility=RpcRuntime Severity=Informational SymbolicName=RPC_NT_UUID_LOCAL_ONLY
  4254. Language=English
  4255. A UUID that is valid only on this computer has been allocated.
  4256. .
  4257. MessageId=0x0057 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_SEC_PKG_ERROR
  4258. Language=English
  4259. A security package specific error occurred.
  4260. .
  4261. MessageId=0x0058 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_NOT_CANCELLED
  4262. Language=English
  4263. Thread is not cancelled.
  4264. .
  4265. MessageId=0x0059 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_INVALID_ES_ACTION
  4266. Language=English
  4267. Invalid operation on the encoding/decoding handle.
  4268. .
  4269. MessageId=0x005A Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_WRONG_ES_VERSION
  4270. Language=English
  4271. Incompatible version of the serializing package.
  4272. .
  4273. MessageId=0x005B Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_WRONG_STUB_VERSION
  4274. Language=English
  4275. Incompatible version of the RPC stub.
  4276. .
  4277. MessageId=0x005C Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_INVALID_PIPE_OBJECT
  4278. Language=English
  4279. The RPC pipe object is invalid or corrupted.
  4280. .
  4281. MessageId=0x005D Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_INVALID_PIPE_OPERATION
  4282. Language=English
  4283. An invalid operation was attempted on an RPC pipe object.
  4284. .
  4285. MessageId=0x005E Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_WRONG_PIPE_VERSION
  4286. Language=English
  4287. Unsupported RPC pipe version.
  4288. .
  4289. MessageId=0x005F Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_PIPE_CLOSED
  4290. Language=English
  4291. The RPC pipe object has already been closed.
  4292. .
  4293. MessageId=0x0060 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_PIPE_DISCIPLINE_ERROR
  4294. Language=English
  4295. The RPC call completed before all pipes were processed.
  4296. .
  4297. MessageId=0x0061 Facility=RpcStubs Severity=Error SymbolicName=RPC_NT_PIPE_EMPTY
  4298. Language=English
  4299. No more data is available from the RPC pipe.
  4300. .
  4301. MessageId=0x0062 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_ASYNC_HANDLE
  4302. Language=English
  4303. Invalid asynchronous remote procedure call handle.
  4304. .
  4305. MessageId=0x0063 Facility=RpcRuntime Severity=Error SymbolicName=RPC_NT_INVALID_ASYNC_CALL
  4306. Language=English
  4307. Invalid asynchronous RPC call handle for this operation.
  4308. .
  4309. MessageId=0x00AF Facility=RpcRuntime Severity=Informational SymbolicName=RPC_NT_SEND_INCOMPLETE
  4310. Language=English
  4311. Some data remains to be sent in the request buffer.
  4312. .
  4313. MessageId=0x0001 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_OPCODE
  4314. Language=English
  4315. An attempt was made to run an invalid AML opcode
  4316. .
  4317. MessageId=0x0002 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_STACK_OVERFLOW
  4318. Language=English
  4319. The AML Interpreter Stack has overflowed
  4320. .
  4321. MessageId=0x0003 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_ASSERT_FAILED
  4322. Language=English
  4323. An inconsistent state has occurred
  4324. .
  4325. MessageId=0x0004 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_INDEX
  4326. Language=English
  4327. An attempt was made to access an array outside of its bounds
  4328. .
  4329. MessageId=0x0005 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_ARGUMENT
  4330. Language=English
  4331. A required argument was not specified
  4332. .
  4333. MessageId=0x0006 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_FATAL
  4334. Language=English
  4335. A fatal error has occurred
  4336. .
  4337. MessageId=0x0007 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_SUPERNAME
  4338. Language=English
  4339. An invalid SuperName was specified
  4340. .
  4341. MessageId=0x0008 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_ARGTYPE
  4342. Language=English
  4343. An argument with an incorrect type was specified
  4344. .
  4345. MessageId=0x0009 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_OBJTYPE
  4346. Language=English
  4347. An object with an incorrect type was specified
  4348. .
  4349. MessageId=0x000A Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_TARGETTYPE
  4350. Language=English
  4351. A target with an incorrect type was specified
  4352. .
  4353. MessageId=0x000B Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INCORRECT_ARGUMENT_COUNT
  4354. Language=English
  4355. An incorrect number of arguments were specified
  4356. .
  4357. MessageId=0x000C Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_ADDRESS_NOT_MAPPED
  4358. Language=English
  4359. An address failed to translate
  4360. .
  4361. MessageId=0x000D Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_EVENTTYPE
  4362. Language=English
  4363. An incorrect event type was specified
  4364. .
  4365. MessageId=0x000E Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_HANDLER_COLLISION
  4366. Language=English
  4367. A handler for the target already exists
  4368. .
  4369. MessageId=0x000F Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_DATA
  4370. Language=English
  4371. Invalid data for the target was specified
  4372. .
  4373. MessageId=0x0010 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_REGION
  4374. Language=English
  4375. An invalid region for the target was specified
  4376. .
  4377. MessageId=0x0011 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_ACCESS_SIZE
  4378. Language=English
  4379. An attempt was made to access a field outside of the defined range
  4380. .
  4381. MessageId=0x0012 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_ACQUIRE_GLOBAL_LOCK
  4382. Language=English
  4383. The Global system lock could not be acquired
  4384. .
  4385. MessageId=0x0013 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_ALREADY_INITIALIZED
  4386. Language=English
  4387. An attempt was made to reinitialize the ACPI subsystem
  4388. .
  4389. MessageId=0x0014 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_NOT_INITIALIZED
  4390. Language=English
  4391. The ACPI subsystem has not been initialized
  4392. .
  4393. MessageId=0x0015 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_MUTEX_LEVEL
  4394. Language=English
  4395. An incorrect mutex was specified
  4396. .
  4397. MessageId=0x0016 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_MUTEX_NOT_OWNED
  4398. Language=English
  4399. The mutex is not currently owned
  4400. .
  4401. MessageId=0x0017 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_MUTEX_NOT_OWNER
  4402. Language=English
  4403. An attempt was made to access the mutex by a process that was not the owner
  4404. .
  4405. MessageId=0x0018 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_RS_ACCESS
  4406. Language=English
  4407. An error occurred during an access to Region Space
  4408. .
  4409. MessageId=0x0019 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_INVALID_TABLE
  4410. Language=English
  4411. An attempt was made to use an incorrect table
  4412. .
  4413. MessageId=0x0020 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_REG_HANDLER_FAILED
  4414. Language=English
  4415. The registration of an ACPI event failed
  4416. .
  4417. MessageId=0x0021 Facility=ACPI Severity=Error SymbolicName=STATUS_ACPI_POWER_REQUEST_FAILED
  4418. Language=English
  4419. An ACPI Power Object failed to transition state
  4420. .
  4421. ;//
  4422. ;// Terminal Server specific Errors
  4423. ;//
  4424. MessageId=0x0001 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_NAME_INVALID
  4425. Language=English
  4426. Session name %1 is invalid.
  4427. .
  4428. MessageId=0x0002 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_INVALID_PD
  4429. Language=English
  4430. The protocol driver %1 is invalid.
  4431. .
  4432. MessageId=0x0003 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_PD_NOT_FOUND
  4433. Language=English
  4434. The protocol driver %1 was not found in the system path.
  4435. .
  4436. MessageId=0x0004 Facility=TerminalServer Severity=Informational SymbolicName=STATUS_CTX_CDM_CONNECT
  4437. Language=English
  4438. The Client Drive Mapping Service Has Connected on Terminal Connection.
  4439. .
  4440. MessageId=0x0005 Facility=TerminalServer Severity=Informational SymbolicName=STATUS_CTX_CDM_DISCONNECT
  4441. Language=English
  4442. The Client Drive Mapping Service Has Disconnected on Terminal Connection.
  4443. .
  4444. MessageId=0x0006 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CLOSE_PENDING
  4445. Language=English
  4446. A close operation is pending on the Terminal Connection.
  4447. .
  4448. MessageId=0x0007 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_NO_OUTBUF
  4449. Language=English
  4450. There are no free output buffers available.
  4451. .
  4452. MessageId=0x0008 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_INF_NOT_FOUND
  4453. Language=English
  4454. The MODEM.INF file was not found.
  4455. .
  4456. MessageId=0x0009 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_INVALID_MODEMNAME
  4457. Language=English
  4458. The modem (%1) was not found in MODEM.INF.
  4459. .
  4460. MessageId=0x000A Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_RESPONSE_ERROR
  4461. Language=English
  4462. The modem did not accept the command sent to it.
  4463. Verify the configured modem name matches the attached modem.
  4464. .
  4465. MessageId=0x000B Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_TIMEOUT
  4466. Language=English
  4467. The modem did not respond to the command sent to it.
  4468. Verify the modem is properly cabled and powered on.
  4469. .
  4470. MessageId=0x000C Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_NO_CARRIER
  4471. Language=English
  4472. Carrier detect has failed or carrier has been dropped due to disconnect.
  4473. .
  4474. MessageId=0x000D Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE
  4475. Language=English
  4476. Dial tone not detected within required time.
  4477. Verify phone cable is properly attached and functional.
  4478. .
  4479. MessageId=0x000E Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_BUSY
  4480. Language=English
  4481. Busy signal detected at remote site on callback.
  4482. .
  4483. MessageId=0x000F Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_MODEM_RESPONSE_VOICE
  4484. Language=English
  4485. Voice detected at remote site on callback.
  4486. .
  4487. MessageId=0x0010 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_TD_ERROR
  4488. Language=English
  4489. Transport driver error
  4490. .
  4491. MessageId=0x0012 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_LICENSE_CLIENT_INVALID
  4492. Language=English
  4493. The client you are using is not licensed to use this system. Your logon request is denied.
  4494. .
  4495. MessageId=0x0013 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_LICENSE_NOT_AVAILABLE
  4496. Language=English
  4497. The system has reached its licensed logon limit.
  4498. Please try again later.
  4499. .
  4500. MessageId=0x0014 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_LICENSE_EXPIRED
  4501. Language=English
  4502. The system license has expired. Your logon request is denied.
  4503. .
  4504. MessageId=0x0015 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_NOT_FOUND
  4505. Language=English
  4506. The specified session cannot be found.
  4507. .
  4508. MessageId=0x0016 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_NAME_COLLISION
  4509. Language=English
  4510. The specified session name is already in use.
  4511. .
  4512. MessageId=0x0017 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_BUSY
  4513. Language=English
  4514. The requested operation cannot be completed because the Terminal Connection is currently busy processing a connect, disconnect, reset, or delete operation.
  4515. .
  4516. MessageId=0x0018 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_BAD_VIDEO_MODE
  4517. Language=English
  4518. An attempt has been made to connect to a session whose video mode is not supported by the current client.
  4519. .
  4520. MessageId=0x0022 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_GRAPHICS_INVALID
  4521. Language=English
  4522. The application attempted to enable DOS graphics mode.
  4523. DOS graphics mode is not supported.
  4524. .
  4525. MessageId=0x0024 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_NOT_CONSOLE
  4526. Language=English
  4527. The requested operation can be performed only on the system console.
  4528. This is most often the result of a driver or system DLL requiring direct console access.
  4529. .
  4530. MessageId=0x0026 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CLIENT_QUERY_TIMEOUT
  4531. Language=English
  4532. The client failed to respond to the server connect message.
  4533. .
  4534. MessageId=0x0027 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CONSOLE_DISCONNECT
  4535. Language=English
  4536. Disconnecting the console session is not supported.
  4537. .
  4538. MessageId=0x0028 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CONSOLE_CONNECT
  4539. Language=English
  4540. Reconnecting a disconnected session to the console is not supported.
  4541. .
  4542. MessageId=0x002A Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_DENIED
  4543. Language=English
  4544. The request to control another session remotely was denied.
  4545. .
  4546. MessageId=0x002B Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WINSTATION_ACCESS_DENIED
  4547. Language=English
  4548. A process has requested access to a session, but has not been granted those access rights.
  4549. .
  4550. MessageId=0x002E Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_INVALID_WD
  4551. Language=English
  4552. The Terminal Connection driver %1 is invalid.
  4553. .
  4554. MessageId=0x002F Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_WD_NOT_FOUND
  4555. Language=English
  4556. The Terminal Connection driver %1 was not found in the system path.
  4557. .
  4558. MessageId=0x0030 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_INVALID
  4559. Language=English
  4560. The requested session cannot be controlled remotely.
  4561. You cannot control your own session, a session that is trying to control your session,
  4562. a session that has no user logged on, nor control other sessions from the console.
  4563. .
  4564. MessageId=0x0031 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_DISABLED
  4565. Language=English
  4566. The requested session is not configured to allow remote control.
  4567. .
  4568. MessageId=0x0032 Facility=TerminalServer Severity=Error SymbolicName=STATUS_RDP_PROTOCOL_ERROR
  4569. Language=English
  4570. The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
  4571. .
  4572. MessageId=0x0033 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CLIENT_LICENSE_NOT_SET
  4573. Language=English
  4574. Your request to connect to this Terminal server has been rejected.
  4575. Your Terminal Server Client license number has not been entered for this copy of the Terminal Client.
  4576. Please call your system administrator for help in entering a valid, unique license number for this Terminal Server Client.
  4577. Click OK to continue.
  4578. .
  4579. MessageId=0x0034 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_CLIENT_LICENSE_IN_USE
  4580. Language=English
  4581. Your request to connect to this Terminal server has been rejected.
  4582. Your Terminal Server Client license number is currently being used by another user.
  4583. Please call your system administrator to obtain a new copy of the Terminal Server Client with a valid, unique license number.
  4584. Click OK to continue.
  4585. .
  4586. MessageId=0x0035 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE
  4587. Language=English
  4588. 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.
  4589. .
  4590. MessageId=0x0036 Facility=TerminalServer Severity=Error SymbolicName=STATUS_CTX_SHADOW_NOT_RUNNING
  4591. Language=English
  4592. Remote control could not be terminated because the specified session is not currently being remotely controlled.
  4593. .
  4594. MessageId=0x0035 Facility=Io Severity=Error SymbolicName=STATUS_PNP_BAD_MPS_TABLE
  4595. Language=English
  4596. A device is missing in the system BIOS MPS table. This device will not be used.
  4597. Please contact your system vendor for system BIOS update.
  4598. .
  4599. MessageId=0x0036 Facility=Io Severity=Error SymbolicName=STATUS_PNP_TRANSLATION_FAILED
  4600. Language=English
  4601. A translator failed to translate resources.
  4602. .
  4603. MessageId=0x0037 Facility=Io Severity=Error SymbolicName=STATUS_PNP_IRQ_TRANSLATION_FAILED
  4604. Language=English
  4605. A IRQ translator failed to translate resources.
  4606. .
  4607. MessageId=0x0038 Facility=Io Severity=Error SymbolicName=STATUS_PNP_INVALID_ID
  4608. Language=English
  4609. Driver %2 returned invalid ID for a child device (%3).
  4610. .
  4611. MessageId=0x0001 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_SECTION_NOT_FOUND
  4612. Language=English
  4613. The requested section is not present in the activation context.
  4614. .
  4615. MessageId=0x0002 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_CANT_GEN_ACTCTX
  4616. Language=English
  4617. Windows was not able to process the application binding information.
  4618. Please refer to your System Event Log for further information.
  4619. .
  4620. MessageId=0x0003 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_INVALID_ACTCTXDATA_FORMAT
  4621. Language=English
  4622. The application binding data format is invalid.
  4623. .
  4624. MessageId=0x0004 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_ASSEMBLY_NOT_FOUND
  4625. Language=English
  4626. The referenced assembly is not installed on your system.
  4627. .
  4628. MessageId=0x0005 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_MANIFEST_FORMAT_ERROR
  4629. Language=English
  4630. The manifest file does not begin with the required tag and format information.
  4631. .
  4632. MessageId=0x0006 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_MANIFEST_PARSE_ERROR
  4633. Language=English
  4634. The manifest file contains one or more syntax errors.
  4635. .
  4636. MessageId=0x0007 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_ACTIVATION_CONTEXT_DISABLED
  4637. Language=English
  4638. The application attempted to activate a disabled activation context.
  4639. .
  4640. MessageId=0x0008 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_KEY_NOT_FOUND
  4641. Language=English
  4642. The requested lookup key was not found in any active activation context.
  4643. .
  4644. MessageId=0x0009 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_VERSION_CONFLICT
  4645. Language=English
  4646. A component version required by the application conflicts with another component version already active.
  4647. .
  4648. MessageId=0x000a Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_WRONG_SECTION_TYPE
  4649. Language=English
  4650. The type requested activation context section does not match the query API used.
  4651. .
  4652. MessageId=0x000b Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_THREAD_QUERIES_DISABLED
  4653. Language=English
  4654. Lack of system resources has required isolated activation to be disabled for the current thread of execution.
  4655. .
  4656. MessageId=0x000c Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_ASSEMBLY_MISSING
  4657. Language=English
  4658. The referenced assembly could not be found.
  4659. .
  4660. MessageId=0x000d Facility=Sxs Severity=Informational SymbolicName=STATUS_SXS_RELEASE_ACTIVATION_CONTEXT
  4661. Language=English
  4662. A kernel mode component is releasing a reference on an activation context.
  4663. .
  4664. MessageId=0x000e Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET
  4665. Language=English
  4666. An attempt to set the process default activation context failed because the process default activation context was already set.
  4667. .
  4668. ;#if defined(STATUS_SUCCESS) || (_WIN32_WINNT > 0x0500) || (_WIN32_FUSION >= 0x0100) // winnt
  4669. MessageId=0x000f Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_EARLY_DEACTIVATION ;// winnt
  4670. Language=English
  4671. The activation context being deactivated is not the most recently activated one.
  4672. .
  4673. MessageId=0x0010 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_INVALID_DEACTIVATION ;// winnt
  4674. Language=English
  4675. The activation context being deactivated is not active for the current thread of execution.
  4676. .
  4677. ;#endif // winnt
  4678. MessageId=0x0011 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_MULTIPLE_DEACTIVATION
  4679. Language=English
  4680. The activation context being deactivated has already been deactivated.
  4681. .
  4682. MessageId=0x0012 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
  4683. Language=English
  4684. The activation context of system default assembly could not be generated.
  4685. .
  4686. MessageId=0x0013 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_PROCESS_TERMINATION_REQUESTED
  4687. Language=English
  4688. A component used by the isolation facility has requested to terminate the process.
  4689. .
  4690. MessageId=0x0014 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_CORRUPT_ACTIVATION_STACK
  4691. Language=English
  4692. The activation context activation stack for the running thread of execution is corrupt.
  4693. .
  4694. MessageId=0x0015 Facility=Sxs Severity=Error SymbolicName=STATUS_SXS_CORRUPTION
  4695. Language=English
  4696. The application isolation metadata for this process or thread has become corrupt.
  4697. .
  4698. MessageId=0x0001 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_INVALID_NODE
  4699. Language=English
  4700. The cluster node is not valid.
  4701. .
  4702. MessageId=0x0002 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_EXISTS
  4703. Language=English
  4704. The cluster node already exists.
  4705. .
  4706. MessageId=0x0003 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_JOIN_IN_PROGRESS
  4707. Language=English
  4708. A node is in the process of joining the cluster.
  4709. .
  4710. MessageId=0x0004 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_NOT_FOUND
  4711. Language=English
  4712. The cluster node was not found.
  4713. .
  4714. MessageId=0x0005 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND
  4715. Language=English
  4716. The cluster local node information was not found.
  4717. .
  4718. MessageId=0x0006 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETWORK_EXISTS
  4719. Language=English
  4720. The cluster network already exists.
  4721. .
  4722. MessageId=0x0007 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETWORK_NOT_FOUND
  4723. Language=English
  4724. The cluster network was not found.
  4725. .
  4726. MessageId=0x0008 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETINTERFACE_EXISTS
  4727. Language=English
  4728. The cluster network interface already exists.
  4729. .
  4730. MessageId=0x0009 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETINTERFACE_NOT_FOUND
  4731. Language=English
  4732. The cluster network interface was not found.
  4733. .
  4734. MessageId=0x000a Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_INVALID_REQUEST
  4735. Language=English
  4736. The cluster request is not valid for this object.
  4737. .
  4738. MessageId=0x000b Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_INVALID_NETWORK_PROVIDER
  4739. Language=English
  4740. The cluster network provider is not valid.
  4741. .
  4742. MessageId=0x000c Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_DOWN
  4743. Language=English
  4744. The cluster node is down.
  4745. .
  4746. MessageId=0x000d Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_UNREACHABLE
  4747. Language=English
  4748. The cluster node is not reachable.
  4749. .
  4750. MessageId=0x000e Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_NOT_MEMBER
  4751. Language=English
  4752. The cluster node is not a member of the cluster.
  4753. .
  4754. MessageId=0x000f Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS
  4755. Language=English
  4756. A cluster join operation is not in progress.
  4757. .
  4758. MessageId=0x0010 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_INVALID_NETWORK
  4759. Language=English
  4760. The cluster network is not valid.
  4761. .
  4762. MessageId=0x0011 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NO_NET_ADAPTERS
  4763. Language=English
  4764. No network adapters are available.
  4765. .
  4766. MessageId=0x0012 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_UP
  4767. Language=English
  4768. The cluster node is up.
  4769. .
  4770. MessageId=0x0013 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_PAUSED
  4771. Language=English
  4772. The cluster node is paused.
  4773. .
  4774. MessageId=0x0014 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NODE_NOT_PAUSED
  4775. Language=English
  4776. The cluster node is not paused.
  4777. .
  4778. MessageId=0x0015 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NO_SECURITY_CONTEXT
  4779. Language=English
  4780. No cluster security context is available.
  4781. .
  4782. MessageId=0x0016 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_NETWORK_NOT_INTERNAL
  4783. Language=English
  4784. The cluster network is not configured for internal cluster communication.
  4785. .
  4786. MessageId=0x0017 Facility=Cluster Severity=Error SymbolicName=STATUS_CLUSTER_POISONED
  4787. Language=English
  4788. The cluster node has been poisoned.
  4789. .
  4790. ;/*lint -restore */ // Resume checking for different macro definitions // winnt
  4791. ;// end_ntsecapi
  4792. ;
  4793. ;#endif // WIN32_NO_STATUS // winnt
  4794. ;#endif // _NTSTATUS_