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

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