Code HRESULT Description #define
0 0x00000000 MQ_OK
0 0x00000000 The operation was successful hrNone
0 0x00000000 SEC_E_OK
0 0x00000000 S_OK
0 0x40000000 {Object Exists} An attempt was made to create an object and the object name already existed. STATUS_OBJECT_NAME_EXISTS
0 0x00000000 STATUS_WAIT_0 STATUS_WAIT_0
0 0x00000000 PST_E_OK
0 0x00000000 S_OK
1 0x00000001 Header categoryHeader
1 0xC0000001 The function is not yet implemented hrNyi
1 0x80000001 Not implemented E_NOTIMPL
1 0x00000001 S_FALSE
1 0x00000001 Header categoryHeader
1 0x80000001 {EXCEPTION} Guard Page Exception A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed. STATUS_GUARD_PAGE_VIOLATION
1 0x40000001 {Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded. STATUS_THREAD_WAS_SUSPENDED
1 0xC0000001 {Operation Failed} The requested operation was unsuccessful. STATUS_UNSUCCESSFUL
1 0x00000001 STATUS_WAIT_1 STATUS_WAIT_1
2 0x00000002 None categoryUnused
2 0x00000002 S_OBJECT_NO_LONGER_VALID
2 0x80000002 Ran out of memory E_OUTOFMEMORY
2 0x00000002 None categoryUnused
2 0x80000002 {EXCEPTION} Alignment Fault A datatype misalignment was detected in a load or store instruction. STATUS_DATATYPE_MISALIGNMENT
2 0xC0000002 {Not Implemented} The requested operation is not implemented. STATUS_NOT_IMPLEMENTED
2 0x00000002 STATUS_WAIT_2 STATUS_WAIT_2
2 0x40000002 {Working Set Range Error} An attempt was made to set the working set minimum or maximum to values which are outside of the allowable range. STATUS_WORKING_SET_LIMIT_RANGE
3 0x00000003 General categoryGeneral
3 0x80000003 One or more arguments are invalid E_INVALIDARG
3 0x00000003 General categoryGeneral
3 0x80000003 {EXCEPTION} Breakpoint A breakpoint has been reached. STATUS_BREAKPOINT
3 0x40000003 {Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image. STATUS_IMAGE_NOT_AT_BASE
3 0xC0000003 {Invalid Parameter} The specified information class is not a valid information class for the specified object. STATUS_INVALID_INFO_CLASS
3 0x00000003 STATUS_WAIT_3 STATUS_WAIT_3
4 0x80000004 No such interface supported E_NOINTERFACE
4 0xC0000004 The specified information record length does not match the length required for the specified information class. STATUS_INFO_LENGTH_MISMATCH
4 0x40000004 This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created. STATUS_RXACT_STATE_CREATED
4 0x80000004 {EXCEPTION} Single Step A single step or trace operation has just been completed. STATUS_SINGLE_STEP
5 0x80000005 Invalid pointer E_POINTER
5 0xC0000005 The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s. STATUS_ACCESS_VIOLATION
5 0x80000005 {Buffer Overflow} The data was too large to fit into the specified buffer. STATUS_BUFFER_OVERFLOW
5 0x40000005 {Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments. STATUS_SEGMENT_NOTIFICATION
6 0x80000006 Invalid handle E_HANDLE
6 0xC0000006 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. STATUS_IN_PAGE_ERROR
6 0x40000006 {Local Session Key} 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. STATUS_LOCAL_USER_SESSION_KEY
6 0x80000006 {No More Files} No more files were found which match the file specification. STATUS_NO_MORE_FILES
7 0x80000007 Operation aborted E_ABORT
7 0x40000007 {Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit. STATUS_BAD_CURRENT_DIRECTORY
7 0xC0000007 The pagefile quota for the process has been exhausted. STATUS_PAGEFILE_QUOTA
7 0x80000007 {Kernel Debugger Awakened} the system debugger was awakened by an interrupt. STATUS_WAKE_SYSTEM_DEBUGGER
8 0x80000008 Unspecified error E_FAIL
8 0xC0000008 An invalid HANDLE was specified. STATUS_INVALID_HANDLE
8 0x40000008 {Serial IOCTL Complete} A serial I/O operation was completed by another write to a serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.) STATUS_SERIAL_MORE_WRITES
9 0x80000009 General access denied error E_ACCESSDENIED
9 0xC0000009 An invalid initial stack was specified in a call to NtCreateThread. STATUS_BAD_INITIAL_STACK
9 0x40000009 {Registry Recovery} One of the files containing the system's Registry data had to be recovered by use of a log or alternate copy. The recovery was successful. STATUS_REGISTRY_RECOVERED
10 0x8000000A E_PENDING
10 0xC000000A An invalid initial start address was specified in a call to NtCreateThread. STATUS_BAD_INITIAL_PC
10 0x4000000A {Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. 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. STATUS_FT_READ_RECOVERY_FROM_BACKUP
10 0x8000000A {Handles Closed} Handles to objects have been automatically closed as a result of the requested operation. STATUS_HANDLES_CLOSED
11 0x4000000B {Redundant Write} To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. 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. STATUS_FT_WRITE_RECOVERY
11 0xC000000B An invalid Client ID was specified. STATUS_INVALID_CID
11 0x8000000B {Non-Inheritable ACL} An access control list (ACL) contains no components that can be inherited. STATUS_NO_INHERITANCE
12 0x8000000C {GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended. STATUS_GUID_SUBSTITUTION_MADE
12 0x4000000C {Serial IOCTL Timeout} A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.) STATUS_SERIAL_COUNTER_TIMEOUT
12 0xC000000C 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. STATUS_TIMER_NOT_CANCELED
13 0xC000000D An invalid parameter was passed to a service or function. STATUS_INVALID_PARAMETER
13 0x4000000D {Password Too Complex} The Windows password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string. STATUS_NULL_LM_PASSWORD
13 0x8000000D {Partial Copy} Due to protection conflicts not all the requested bytes could be copied. STATUS_PARTIAL_COPY
14 0x8000000E {Out of Paper} The printer is out of paper. STATUS_DEVICE_PAPER_EMPTY
14 0x4000000E {Machine Type Mismatch} 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. STATUS_IMAGE_MACHINE_TYPE_MISMATCH
14 0xC000000E A device which does not exist was specified. STATUS_NO_SUCH_DEVICE
15 0x8000000F {Device Power Is Off} The printer power has been turned off. STATUS_DEVICE_POWERED_OFF
15 0xC000000F {File Not Found} The file %hs does not exist. STATUS_NO_SUCH_FILE
15 0x4000000F {Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later. STATUS_RECEIVE_PARTIAL
16 0x80000010 {Device Offline} The printer has been taken offline. STATUS_DEVICE_OFF_LINE
16 0xC0000010 The specified request is not a valid operation for the target device. STATUS_INVALID_DEVICE_REQUEST
16 0x40000010 {Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system. STATUS_RECEIVE_EXPEDITED
17 0x80000011 {Device Busy} The device is currently busy. STATUS_DEVICE_BUSY
17 0xC0000011 The end-of-file marker has been reached. There is no valid data in the file beyond this marker. STATUS_END_OF_FILE
17 0x40000011 {Partial Expedited Data Received} 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. STATUS_RECEIVE_PARTIAL_EXPEDITED
18 0x40000012 {TDI Event Done} The TDI indication has completed successfully. STATUS_EVENT_DONE
18 0x80000012 {No More EAs} No more extended attributes (EAs) were found for the file. STATUS_NO_MORE_EAS
18 0xC0000012 {Wrong Volume} The wrong volume is in the drive. Please insert volume %hs into drive %hs. STATUS_WRONG_VOLUME
19 0x40000013 {TDI Event Pending} The TDI indication has entered the pending state. STATUS_EVENT_PENDING
19 0x80000013 {Illegal EA} The specified extended attribute (EA) name contains at least one illegal character. STATUS_INVALID_EA_NAME
19 0xC0000013 {No Disk} There is no disk in the drive. Please insert a disk into drive %hs. STATUS_NO_MEDIA_IN_DEVICE
20 0x40000014 Checking file system on %wZ STATUS_CHECKING_FILE_SYSTEM
20 0x80000014 {Inconsistent EA List} The extended attribute (EA) list is inconsistent. STATUS_EA_LIST_INCONSISTENT
20 0xC0000014 {Unknown Disk Format} The disk in drive %hs is not formatted properly. Please check the disk, and reformat if necessary. STATUS_UNRECOGNIZED_MEDIA
21 0x40000015 {Fatal Application Exit} %hs STATUS_FATAL_APP_EXIT
21 0x80000015 {Invalid EA Flag} An invalid extended attribute (EA) flag was set. STATUS_INVALID_EA_FLAG
21 0xC0000015 {Sector Not Found} The specified sector does not exist. STATUS_NONEXISTENT_SECTOR
22 0xC0000016 {Still Busy} The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete. STATUS_MORE_PROCESSING_REQUIRED
22 0x40000016 The specified registry key is referenced by a predefined handle. STATUS_PREDEFINED_HANDLE
22 0x80000016 {Verifying Disk} 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. STATUS_VERIFY_REQUIRED
23 0x80000017 {Too Much Information} The specified access control list (ACL) contained more information than was expected. STATUS_EXTRANEOUS_INFORMATION
23 0xC0000017 {Not Enough Quota} Not enough virtual memory or paging file quota is available to complete the specified operation. STATUS_NO_MEMORY
23 0x40000017 {Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process. STATUS_WAS_UNLOCKED
24 0xC0000018 {Conflicting Address Range} The specified address range conflicts with the address space. STATUS_CONFLICTING_ADDRESSES
24 0x80000018 This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired). STATUS_RXACT_COMMIT_NECESSARY
24 0x40000018 %hs STATUS_SERVICE_NOTIFICATION
25 0xC0000019 Address range to unmap is not a mapped view. STATUS_NOT_MAPPED_VIEW
25 0x40000019 {Page Locked} One of the pages to lock was already locked. STATUS_WAS_LOCKED
26 0x4000001A Application popup: %1 : %2 STATUS_LOG_HARD_ERROR
26 0x8000001A {No More Entries} No more entries are available from an enumeration operation. STATUS_NO_MORE_ENTRIES
26 0xC000001A Virtual memory cannot be freed. STATUS_UNABLE_TO_FREE_VM
27 0x4000001B STATUS_ALREADY_WIN32 STATUS_ALREADY_WIN32
27 0x8000001B {Filemark Found} A filemark was detected. STATUS_FILEMARK_DETECTED
27 0xC000001B Specified section cannot be deleted. STATUS_UNABLE_TO_DELETE_SECTION
28 0xC000001C An invalid system service was specified in a system service call. STATUS_INVALID_SYSTEM_SERVICE
28 0x8000001C {Media Changed} The media may have changed. STATUS_MEDIA_CHANGED
28 0x4000001C Exception status code used by Win32 x86 emulation subsystem. STATUS_WX86_UNSIMULATE
29 0x8000001D {I/O Bus Reset} An I/O bus reset was detected. STATUS_BUS_RESET
29 0xC000001D {EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction. STATUS_ILLEGAL_INSTRUCTION
29 0x4000001D Exception status code used by Win32 x86 emulation subsystem. STATUS_WX86_CONTINUE
30 0x8000001E {End of Media} The end of the media was encountered. STATUS_END_OF_MEDIA
30 0xC000001E {Invalid Lock Sequence} An attempt was made to execute an invalid lock sequence. STATUS_INVALID_LOCK_SEQUENCE
30 0x4000001E Exception status code used by Win32 x86 emulation subsystem. STATUS_WX86_SINGLE_STEP
31 0x8000001F Beginning of tape or partition has been detected. STATUS_BEGINNING_OF_MEDIA
31 0xC000001F {Invalid Mapping} An attempt was made to create a view for a section which is bigger than the section. STATUS_INVALID_VIEW_SIZE
31 0x4000001F Exception status code used by Win32 x86 emulation subsystem. STATUS_WX86_BREAKPOINT
32 0xC0000020 {Bad File} The attributes of the specified mapping file for a section of memory cannot be read. STATUS_INVALID_FILE_FOR_SECTION
32 0x80000020 {Media Changed} The media may have changed. STATUS_MEDIA_CHECK
32 0x40000020 Exception status code used by Win32 x86 emulation subsystem. STATUS_WX86_EXCEPTION_CONTINUE
33 0xC0000021 {Already Committed} The specified address range is already committed. STATUS_ALREADY_COMMITTED
33 0x80000021 A tape access reached a setmark. STATUS_SETMARK_DETECTED
33 0x40000021 Exception status code used by Win32 x86 emulation subsystem. STATUS_WX86_EXCEPTION_LASTCHANCE
34 0xC0000022 {Access Denied} A process has requested access to an object, but has not been granted those access rights. STATUS_ACCESS_DENIED
34 0x80000022 During a tape access, the end of the data written is reached. STATUS_NO_DATA_DETECTED
34 0x40000022 Exception status code used by Win32 x86 emulation subsystem. STATUS_WX86_EXCEPTION_CHAIN
35 0xC0000023 {Buffer Too Small} The buffer is too small to contain the entry. No information has been written to the buffer. STATUS_BUFFER_TOO_SMALL
35 0x40000023 {Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE
35 0x80000023 The redirector is in use and cannot be unloaded. STATUS_REDIRECTOR_HAS_OPEN_HANDLES
36 0x40000024 A yield execution was performed and no thread was available to run. STATUS_NO_YIELD_PERFORMED
36 0xC0000024 {Wrong Type} 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. STATUS_OBJECT_TYPE_MISMATCH
36 0x80000024 The server is in use and cannot be unloaded. STATUS_SERVER_HAS_OPEN_HANDLES
37 0x80000025 The specified connection has already been disconnected. STATUS_ALREADY_DISCONNECTED
37 0xC0000025 {EXCEPTION} Cannot Continue Windows cannot continue from this exception. STATUS_NONCONTINUABLE_EXCEPTION
37 0x40000025 The resumable flag to a timer API was ignored. STATUS_TIMER_RESUME_IGNORED
38 0x40000026 The arbiter has deferred arbitration of these resources to its parent STATUS_ARBITRATION_UNHANDLED
38 0xC0000026 An invalid exception disposition was returned by an exception handler. STATUS_INVALID_DISPOSITION
38 0x80000026 A long jump has been executed. STATUS_LONGJUMP
39 0x40000027 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. The operating system will currently accept only 16-bit (R2) pc-cards on this controller. STATUS_CARDBUS_NOT_SUPPORTED
39 0x80000027 A cleaner cartridge is present in the tape library. STATUS_CLEANER_CARTRIDGE_INSTALLED
39 0xC0000027 Unwind exception code. STATUS_UNWIND
40 0xC0000028 An invalid or unaligned stack was encountered during an unwind operation. STATUS_BAD_STACK
40 0x80000028 The Plug and Play query operation was not successful. STATUS_PLUGPLAY_QUERY_VETOED
40 0x40000028 Exception status code used by Win32 x86 emulation subsystem. STATUS_WX86_CREATEWX86TIB
41 0xC0000029 An invalid unwind target was encountered during an unwind operation. STATUS_INVALID_UNWIND_TARGET
41 0x40000029 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 the CPU manufacturer to see if this mix of processors is supported. STATUS_MP_PROCESSOR_MISMATCH
41 0x80000029 A frame consolidation has been executed. STATUS_UNWIND_CONSOLIDATE
42 0x4000002A The system was put into hibernation. STATUS_HIBERNATED
42 0xC000002A An attempt was made to unlock a page of memory which was not locked. STATUS_NOT_LOCKED
42 0x8000002A {Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost. STATUS_REGISTRY_HIVE_RECOVERED
43 0x8000002B The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs? STATUS_DLL_MIGHT_BE_INSECURE
43 0xC000002B Device parity error on I/O operation. STATUS_PARITY_ERROR
43 0x4000002B The system was resumed from hibernation. STATUS_RESUME_HIBERNATION
44 0x8000002C The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs? STATUS_DLL_MIGHT_BE_INCOMPATIBLE
44 0x4000002C Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3]. STATUS_FIRMWARE_UPDATED
44 0xC000002C An attempt was made to decommit uncommitted virtual memory. STATUS_UNABLE_TO_DECOMMIT_VM
45 0x4000002D A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit. STATUS_DRIVERS_LEAKING_LOCKED_PAGES
45 0xC000002D An attempt was made to change the attributes on memory that has not been committed. STATUS_NOT_COMMITTED
45 0x8000002D The create operation stopped after reaching a symbolic link. STATUS_STOPPED_ON_SYMLINK
46 0xC000002E Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort STATUS_INVALID_PORT_ATTRIBUTES
46 0x4000002E The ALPC message being canceled has already been retrieved from the queue on the other side. STATUS_MESSAGE_RETRIEVED
47 0xC000002F Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port. STATUS_PORT_MESSAGE_TOO_LONG
47 0x4000002F The system powerstate is transitioning from %2 to %3. STATUS_SYSTEM_POWERSTATE_TRANSITION
48 0x40000030 The receive operation was successful. Check the ALPC completion list for the received message. STATUS_ALPC_CHECK_COMPLETION_LIST
48 0xC0000030 An invalid combination of parameters was specified. STATUS_INVALID_PARAMETER_MIX
49 0xC0000031 An attempt was made to lower a quota limit below the current usage. STATUS_INVALID_QUOTA_LOWER
49 0x40000031 The system powerstate is transitioning from %2 to %3 but could enter %4. STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION
50 0x40000032 Access to %1 is monitored by policy rule %2. STATUS_ACCESS_AUDIT_BY_POLICY
50 0xC0000032 {Corrupt Disk} The file system structure on the disk is corrupt and unusable. Please run the Chkdsk utility on the volume %hs. STATUS_DISK_CORRUPT_ERROR
51 0x40000033 A valid hibernation file has been invalidated and should be abandoned. STATUS_ABANDON_HIBERFILE
51 0xC0000033 Object Name invalid. STATUS_OBJECT_NAME_INVALID
52 0x40000034 Business rule scripts are disabled for the calling application. STATUS_BIZRULES_NOT_ENABLED
52 0xC0000034 Object Name not found. STATUS_OBJECT_NAME_NOT_FOUND
53 0xC0000035 Object Name already exists. STATUS_OBJECT_NAME_COLLISION
55 0xC0000037 Attempt to send a message to a disconnected communication port. STATUS_PORT_DISCONNECTED
56 0xC0000038 An attempt was made to attach to a device that was already attached to another device. STATUS_DEVICE_ALREADY_ATTACHED
57 0xC0000039 Object Path Component was not a directory object. STATUS_OBJECT_PATH_INVALID
58 0xC000003A {Path Not Found} The path %hs does not exist. STATUS_OBJECT_PATH_NOT_FOUND
59 0xC000003B Object Path Component was not a directory object. STATUS_OBJECT_PATH_SYNTAX_BAD
60 0xC000003C {Data Overrun} A data overrun error occurred. STATUS_DATA_OVERRUN
61 0xC000003D {Data Late} A data late error occurred. STATUS_DATA_LATE_ERROR
62 0xC000003E {Data Error} An error in reading or writing data occurred. STATUS_DATA_ERROR
63 0xC000003F {Bad CRC} A cyclic redundancy check (CRC) checksum error occurred. STATUS_CRC_ERROR
63 0x0000003F STATUS_WAIT_63 STATUS_WAIT_63
64 0xC0000040 {Section Too Large} The specified section is too big to map the file. STATUS_SECTION_TOO_BIG
65 0xC0000041 The NtConnectPort request is refused. STATUS_PORT_CONNECTION_REFUSED
66 0xC0000042 The type of port handle is invalid for the operation requested. STATUS_INVALID_PORT_HANDLE
67 0xC0000043 A file cannot be opened because the share access flags are incompatible. STATUS_SHARING_VIOLATION
68 0xC0000044 Insufficient quota exists to complete the operation STATUS_QUOTA_EXCEEDED
69 0xC0000045 The specified page protection was not valid. STATUS_INVALID_PAGE_PROTECTION
70 0xC0000046 An attempt to release a mutant object was made by a thread that was not the owner of the mutant object. STATUS_MUTANT_NOT_OWNED
71 0xC0000047 An attempt was made to release a semaphore such that its maximum count would have been exceeded. STATUS_SEMAPHORE_LIMIT_EXCEEDED
72 0xC0000048 An attempt to set a processes DebugPort or ExceptionPort was made, but a port already exists in the process or an attempt to set a file's CompletionPort made, but a port was already set in the file or an attempt to set an alpc port's associated completion port was made, but it is already set. STATUS_PORT_ALREADY_SET
73 0xC0000049 An attempt was made to query image information on a section which does not map an image. STATUS_SECTION_NOT_IMAGE
74 0xC000004A An attempt was made to suspend a thread whose suspend count was at its maximum. STATUS_SUSPEND_COUNT_EXCEEDED
75 0xC000004B An attempt was made to access a thread that has begun termination. STATUS_THREAD_IS_TERMINATING
76 0xC000004C An attempt was made to set the working set limit to an invalid value (minimum greater than maximum, etc). STATUS_BAD_WORKING_SET_LIMIT
77 0xC000004D A section was created to map a file which is not compatible to an already existing section which maps the same file. STATUS_INCOMPATIBLE_FILE_MAP
78 0xC000004E A view to a section specifies a protection which is incompatible with the initial view's protection. STATUS_SECTION_PROTECTION
79 0xC000004F An operation involving EAs failed because the file system does not support EAs. STATUS_EAS_NOT_SUPPORTED
80 0xC0000050 An EA operation failed because EA set is too large. STATUS_EA_TOO_LARGE
81 0xC0000051 An EA operation failed because the name or EA index is invalid. STATUS_NONEXISTENT_EA_ENTRY
82 0xC0000052 The file for which EAs were requested has no EAs. STATUS_NO_EAS_ON_FILE
83 0xC0000053 The EA is corrupt and non-readable. STATUS_EA_CORRUPT_ERROR
84 0xC0000054 A requested read/write cannot be granted due to a conflicting file lock. STATUS_FILE_LOCK_CONFLICT
85 0xC0000055 A requested file lock cannot be granted due to other existing locks. STATUS_LOCK_NOT_GRANTED
86 0xC0000056 A non close operation has been requested of a file object with a delete pending. STATUS_DELETE_PENDING
87 0xC0000057 An attempt was made to set the control attribute on a file. This attribute is not supported in the target file system. STATUS_CTL_FILE_NOT_SUPPORTED
88 0xC0000058 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. STATUS_UNKNOWN_REVISION
89 0xC0000059 Indicates two revision levels are incompatible. STATUS_REVISION_MISMATCH
90 0xC000005A Indicates a particular Security ID may not be assigned as the owner of an object. STATUS_INVALID_OWNER
91 0xC000005B Indicates a particular Security ID may not be assigned as the primary group of an object. STATUS_INVALID_PRIMARY_GROUP
92 0xC000005C An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client. STATUS_NO_IMPERSONATION_TOKEN
93 0xC000005D A mandatory group may not be disabled. STATUS_CANT_DISABLE_MANDATORY
94 0xC000005E There are currently no logon servers available to service the logon request. STATUS_NO_LOGON_SERVERS
95 0xC000005F A specified logon session does not exist. It may already have been terminated. STATUS_NO_SUCH_LOGON_SESSION
96 0xC0000060 A specified privilege does not exist. STATUS_NO_SUCH_PRIVILEGE
97 0xC0000061 A required privilege is not held by the client. STATUS_PRIVILEGE_NOT_HELD
98 0xC0000062 The name provided is not a properly formed account name. STATUS_INVALID_ACCOUNT_NAME
99 0xC0000063 The specified account already exists. STATUS_USER_EXISTS
100 0xC0000064 The specified account does not exist. STATUS_NO_SUCH_USER
101 0xC0000065 The specified group already exists. STATUS_GROUP_EXISTS
102 0xC0000066 The specified group does not exist. STATUS_NO_SUCH_GROUP
103 0xC0000067 The specified user account is already in the specified group account. Also used to indicate a group cannot be deleted because it contains a member. STATUS_MEMBER_IN_GROUP
104 0xC0000068 The specified user account is not a member of the specified group account. STATUS_MEMBER_NOT_IN_GROUP
105 0xC0000069 Indicates the requested operation would disable or delete the last remaining administration account. This is not allowed to prevent creating a situation in which the system cannot be administrated. STATUS_LAST_ADMIN
106 0xC000006A When trying to update a password, this return status indicates that the value provided as the current password is not correct. STATUS_WRONG_PASSWORD
107 0xC000006B 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. STATUS_ILL_FORMED_PASSWORD
108 0xC000006C 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. STATUS_PASSWORD_RESTRICTION
109 0xC000006D The attempted logon is invalid. This is either due to a bad username or authentication information. STATUS_LOGON_FAILURE
110 0xC000006E 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). STATUS_ACCOUNT_RESTRICTION
111 0xC000006F The user account has time restrictions and may not be logged onto at this time. STATUS_INVALID_LOGON_HOURS
112 0xC0000070 The user account is restricted such that it may not be used to log on from the source workstation. STATUS_INVALID_WORKSTATION
113 0xC0000071 The user account's password has expired. STATUS_PASSWORD_EXPIRED
114 0xC0000072 The referenced account is currently disabled and may not be logged on to. STATUS_ACCOUNT_DISABLED
115 0xC0000073 None of the information to be translated has been translated. STATUS_NONE_MAPPED
116 0xC0000074 The number of LUIDs requested may not be allocated with a single allocation. STATUS_TOO_MANY_LUIDS_REQUESTED
117 0xC0000075 Indicates there are no more LUIDs to allocate. STATUS_LUIDS_EXHAUSTED
118 0xC0000076 Indicates the sub-authority value is invalid for the particular use. STATUS_INVALID_SUB_AUTHORITY
119 0xC0000077 Indicates the ACL structure is not valid. STATUS_INVALID_ACL
120 0xC0000078 Indicates the SID structure is not valid. STATUS_INVALID_SID
121 0xC0000079 Indicates the SECURITY_DESCRIPTOR structure is not valid. STATUS_INVALID_SECURITY_DESCR
122 0xC000007A Indicates the specified procedure address cannot be found in the DLL. STATUS_PROCEDURE_NOT_FOUND
123 0xC000007B {Bad Image} %hs is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. STATUS_INVALID_IMAGE_FORMAT
124 0xC000007C An attempt was made to reference a token that doesn't exist. This is typically done by referencing the token associated with a thread when the thread is not impersonating a client. STATUS_NO_TOKEN
125 0xC000007D Indicates that an attempt to build either an inherited ACL or ACE was not successful. 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. STATUS_BAD_INHERITANCE_ACL
126 0xC000007E The range specified in NtUnlockFile was not locked. STATUS_RANGE_NOT_LOCKED
127 0xC000007F An operation failed because the disk was full. STATUS_DISK_FULL
128 0x00000080 STATUS_ABANDONED_WAIT_0 STATUS_ABANDONED_WAIT_0
128 0xC0000080 The GUID allocation server is [already] disabled at the moment. STATUS_SERVER_DISABLED
129 0xC0000081 The GUID allocation server is [already] enabled at the moment. STATUS_SERVER_NOT_DISABLED
130 0xC0000082 Too many GUIDs were requested from the allocation server at once. STATUS_TOO_MANY_GUIDS_REQUESTED
131 0xC0000083 The GUIDs could not be allocated because the Authority Agent was exhausted. STATUS_GUIDS_EXHAUSTED
132 0xC0000084 The value provided was an invalid value for an identifier authority. STATUS_INVALID_ID_AUTHORITY
133 0xC0000085 There are no more authority agent values available for the given identifier authority value. STATUS_AGENTS_EXHAUSTED
134 0xC0000086 An invalid volume label has been specified. STATUS_INVALID_VOLUME_LABEL
135 0xC0000087 A mapped section could not be extended. STATUS_SECTION_NOT_EXTENDED
136 0xC0000088 Specified section to flush does not map a data file. STATUS_NOT_MAPPED_DATA
137 0xC0000089 Indicates the specified image file did not contain a resource section. STATUS_RESOURCE_DATA_NOT_FOUND
138 0xC000008A Indicates the specified resource type cannot be found in the image file. STATUS_RESOURCE_TYPE_NOT_FOUND
139 0xC000008B Indicates the specified resource name cannot be found in the image file. STATUS_RESOURCE_NAME_NOT_FOUND
140 0xC000008C {EXCEPTION} Array bounds exceeded. STATUS_ARRAY_BOUNDS_EXCEEDED
141 0xC000008D {EXCEPTION} Floating-point denormal operand. STATUS_FLOAT_DENORMAL_OPERAND
142 0xC000008E {EXCEPTION} Floating-point division by zero. STATUS_FLOAT_DIVIDE_BY_ZERO
143 0xC000008F {EXCEPTION} Floating-point inexact result. STATUS_FLOAT_INEXACT_RESULT
144 0xC0000090 {EXCEPTION} Floating-point invalid operation. STATUS_FLOAT_INVALID_OPERATION
145 0xC0000091 {EXCEPTION} Floating-point overflow. STATUS_FLOAT_OVERFLOW
146 0xC0000092 {EXCEPTION} Floating-point stack check. STATUS_FLOAT_STACK_CHECK
147 0xC0000093 {EXCEPTION} Floating-point underflow. STATUS_FLOAT_UNDERFLOW
148 0xC0000094 {EXCEPTION} Integer division by zero. STATUS_INTEGER_DIVIDE_BY_ZERO
149 0xC0000095 {EXCEPTION} Integer overflow. STATUS_INTEGER_OVERFLOW
150 0xC0000096 {EXCEPTION} Privileged instruction. STATUS_PRIVILEGED_INSTRUCTION
151 0xC0000097 An attempt was made to install more paging files than the system supports. STATUS_TOO_MANY_PAGING_FILES
152 0xC0000098 The volume for a file has been externally altered such that the opened file is no longer valid. STATUS_FILE_INVALID
153 0xC0000099 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. 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. Instead, a request that requires more memory than has been allotted must fail and the STATUS_ALLOTED_SPACE_EXCEEDED error returned. STATUS_ALLOTTED_SPACE_EXCEEDED
154 0xC000009A Insufficient system resources exist to complete the API. STATUS_INSUFFICIENT_RESOURCES
155 0xC000009B An attempt has been made to open a DFS exit path control file. STATUS_DFS_EXIT_PATH_FOUND
156 0xC000009C STATUS_DEVICE_DATA_ERROR STATUS_DEVICE_DATA_ERROR
157 0xC000009D STATUS_DEVICE_NOT_CONNECTED STATUS_DEVICE_NOT_CONNECTED
158 0xC000009E STATUS_DEVICE_POWER_FAILURE STATUS_DEVICE_POWER_FAILURE
159 0xC000009F Virtual memory cannot be freed as base address is not the base of the region and a region size of zero was specified. STATUS_FREE_VM_NOT_AT_BASE
160 0xC00000A0 An attempt was made to free virtual memory which is not allocated. STATUS_MEMORY_NOT_ALLOCATED
161 0xC00000A1 The working set is not big enough to allow the requested pages to be locked. STATUS_WORKING_SET_QUOTA
162 0xC00000A2 {Write Protect Error} The disk cannot be written to because it is write protected. Please remove the write protection from the volume %hs in drive %hs. STATUS_MEDIA_WRITE_PROTECTED
163 0xC00000A3 {Drive Not Ready} The drive is not ready for use; its door may be open. Please check drive %hs and make sure that a disk is inserted and that the drive door is closed. STATUS_DEVICE_NOT_READY
164 0xC00000A4 The specified attributes are invalid, or incompatible with the attributes for the group as a whole. STATUS_INVALID_GROUP_ATTRIBUTES
165 0xC00000A5 A specified impersonation level is invalid. Also used to indicate a required impersonation level was not provided. STATUS_BAD_IMPERSONATION_LEVEL
166 0xC00000A6 An attempt was made to open an Anonymous level token. Anonymous tokens may not be opened. STATUS_CANT_OPEN_ANONYMOUS
167 0xC00000A7 The validation information class requested was invalid. STATUS_BAD_VALIDATION_CLASS
168 0xC00000A8 The type of a token object is inappropriate for its attempted use. STATUS_BAD_TOKEN_TYPE
169 0xC00000A9 The type of a token object is inappropriate for its attempted use. STATUS_BAD_MASTER_BOOT_RECORD
170 0xC00000AA An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references. STATUS_INSTRUCTION_MISALIGNMENT
171 0xC00000AB The maximum named pipe instance count has been reached. STATUS_INSTANCE_NOT_AVAILABLE
172 0xC00000AC An instance of a named pipe cannot be found in the listening state. STATUS_PIPE_NOT_AVAILABLE
173 0xC00000AD The named pipe is not in the connected or closing state. STATUS_INVALID_PIPE_STATE
174 0xC00000AE The specified pipe is set to complete operations and there are current I/O operations queued so it cannot be changed to queue operations. STATUS_PIPE_BUSY
175 0xC00000AF The specified handle is not open to the server end of the named pipe. STATUS_ILLEGAL_FUNCTION
176 0xC00000B0 The specified named pipe is in the disconnected state. STATUS_PIPE_DISCONNECTED
177 0xC00000B1 The specified named pipe is in the closing state. STATUS_PIPE_CLOSING
178 0xC00000B2 The specified named pipe is in the connected state. STATUS_PIPE_CONNECTED
179 0xC00000B3 The specified named pipe is in the listening state. STATUS_PIPE_LISTENING
180 0xC00000B4 The specified named pipe is not in message mode. STATUS_INVALID_READ_MODE
181 0xC00000B5 {Device Timeout} The specified I/O operation on %hs was not completed before the time-out period expired. STATUS_IO_TIMEOUT
182 0xC00000B6 The specified file has been closed by another process. STATUS_FILE_FORCED_CLOSED
183 0xC00000B7 Profiling not started. STATUS_PROFILING_NOT_STARTED
184 0xC00000B8 Profiling not stopped. STATUS_PROFILING_NOT_STOPPED
185 0xC00000B9 The passed ACL did not contain the minimum required information. STATUS_COULD_NOT_INTERPRET
186 0xC00000BA The file that was specified as a target is a directory and the caller specified that it could be anything but a directory. STATUS_FILE_IS_A_DIRECTORY
187 0xC00000BB The request is not supported. STATUS_NOT_SUPPORTED
188 0xC00000BC This remote computer is not listening. STATUS_REMOTE_NOT_LISTENING
189 0xC00000BD A duplicate name exists on the network. STATUS_DUPLICATE_NAME
190 0xC00000BE The network path cannot be located. STATUS_BAD_NETWORK_PATH
191 0x000000BF STATUS_ABANDONED_WAIT_63 STATUS_ABANDONED_WAIT_63
191 0xC00000BF The network is busy. STATUS_NETWORK_BUSY
192 0xC00000C0 This device does not exist. STATUS_DEVICE_DOES_NOT_EXIST
192 0x000000C0 STATUS_USER_APC STATUS_USER_APC
193 0xC00000C1 The network BIOS command limit has been reached. STATUS_TOO_MANY_COMMANDS
194 0xC00000C2 An I/O adapter hardware error has occurred. STATUS_ADAPTER_HARDWARE_ERROR
195 0xC00000C3 The network responded incorrectly. STATUS_INVALID_NETWORK_RESPONSE
196 0xC00000C4 An unexpected network error occurred. STATUS_UNEXPECTED_NETWORK_ERROR
197 0xC00000C5 The remote adapter is not compatible. STATUS_BAD_REMOTE_ADAPTER
198 0xC00000C6 The printer queue is full. STATUS_PRINT_QUEUE_FULL
199 0xC00000C7 Space to store the file waiting to be printed is not available on the server. STATUS_NO_SPOOL_SPACE
200 0xC00000C8 The requested print file has been canceled. STATUS_PRINT_CANCELLED
201 0xC00000C9 The network name was deleted. STATUS_NETWORK_NAME_DELETED
202 0xC00000CA Network access is denied. STATUS_NETWORK_ACCESS_DENIED
203 0xC00000CB {Incorrect Network Resource Type} The specified device type (LPT, for example) conflicts with the actual device type on the remote resource. STATUS_BAD_DEVICE_TYPE
204 0xC00000CC {Network Name Not Found} The specified share name cannot be found on the remote server. STATUS_BAD_NETWORK_NAME
205 0xC00000CD The name limit for the local computer network adapter card was exceeded. STATUS_TOO_MANY_NAMES
206 0xC00000CE The network BIOS session limit was exceeded. STATUS_TOO_MANY_SESSIONS
207 0xC00000CF File sharing has been temporarily paused. STATUS_SHARING_PAUSED
208 0xC00000D0 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. STATUS_REQUEST_NOT_ACCEPTED
209 0xC00000D1 Print or disk redirection is temporarily paused. STATUS_REDIRECTOR_PAUSED
210 0xC00000D2 A network data fault occurred. STATUS_NET_WRITE_FAULT
211 0xC00000D3 The number of active profiling objects is at the maximum and no more may be started. STATUS_PROFILING_AT_LIMIT
212 0xC00000D4 {Incorrect Volume} The target file of a rename request is located on a different device than the source of the rename request. STATUS_NOT_SAME_DEVICE
213 0xC00000D5 The file specified has been renamed and thus cannot be modified. STATUS_FILE_RENAMED
214 0xC00000D6 {Network Request Timeout} The session with a remote server has been disconnected because the time-out interval for a request has expired. STATUS_VIRTUAL_CIRCUIT_CLOSED
215 0xC00000D7 Indicates an attempt was made to operate on the security of an object that does not have security associated with it. STATUS_NO_SECURITY_ON_OBJECT
216 0xC00000D8 Used to indicate that an operation cannot continue without blocking for I/O. STATUS_CANT_WAIT
217 0xC00000D9 Used to indicate that a read operation was done on an empty pipe. STATUS_PIPE_EMPTY
218 0xC00000DA Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied. STATUS_CANT_ACCESS_DOMAIN_INFO
219 0xC00000DB Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process. STATUS_CANT_TERMINATE_SELF
220 0xC00000DC Indicates the Sam Server was in the wrong state to perform the desired operation. STATUS_INVALID_SERVER_STATE
221 0xC00000DD Indicates the Domain was in the wrong state to perform the desired operation. STATUS_INVALID_DOMAIN_STATE
222 0xC00000DE This operation is only allowed for the Primary Domain Controller of the domain. STATUS_INVALID_DOMAIN_ROLE
223 0xC00000DF The specified Domain did not exist. STATUS_NO_SUCH_DOMAIN
224 0xC00000E0 The specified Domain already exists. STATUS_DOMAIN_EXISTS
225 0xC00000E1 An attempt was made to exceed the limit on the number of domains per server for this release. STATUS_DOMAIN_LIMIT_EXCEEDED
226 0xC00000E2 Error status returned when oplock request is denied. STATUS_OPLOCK_NOT_GRANTED
227 0xC00000E3 Error status returned when an invalid oplock acknowledgment is received by a file system. STATUS_INVALID_OPLOCK_PROTOCOL
228 0xC00000E4 This error indicates that the requested operation cannot be completed due to a catastrophic media failure or on-disk data structure corruption. STATUS_INTERNAL_DB_CORRUPTION
229 0xC00000E5 An internal error occurred. STATUS_INTERNAL_ERROR
230 0xC00000E6 Indicates generic access types were contained in an access mask which should already be mapped to non-generic access types. STATUS_GENERIC_NOT_MAPPED
231 0xC00000E7 Indicates a security descriptor is not in the necessary format (absolute or self-relative). STATUS_BAD_DESCRIPTOR_FORMAT
232 0xC00000E8 An access to a user buffer failed at an "expected" point in time. This code is defined since the caller does not want to accept STATUS_ACCESS_VIOLATION in its filter. STATUS_INVALID_USER_BUFFER
233 0xC00000E9 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. In this case information is lost, however, the filter correctly handles the exception. STATUS_UNEXPECTED_IO_ERROR
234 0xC00000EA 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. In this case information is lost, however, the filter correctly handles the exception. STATUS_UNEXPECTED_MM_CREATE_ERR
235 0xC00000EB 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. In this case information is lost, however, the filter correctly handles the exception. STATUS_UNEXPECTED_MM_MAP_ERROR
236 0xC00000EC 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. In this case information is lost, however, the filter correctly handles the exception. STATUS_UNEXPECTED_MM_EXTEND_ERR
237 0xC00000ED The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process. STATUS_NOT_LOGON_PROCESS
238 0xC00000EE An attempt has been made to start a new session manager or LSA logon session with an ID that is already in use. STATUS_LOGON_SESSION_EXISTS
239 0xC00000EF An invalid parameter was passed to a service or function as the first argument. STATUS_INVALID_PARAMETER_1
240 0xC00000F0 An invalid parameter was passed to a service or function as the second argument. STATUS_INVALID_PARAMETER_2
241 0xC00000F1 An invalid parameter was passed to a service or function as the third argument. STATUS_INVALID_PARAMETER_3
242 0xC00000F2 An invalid parameter was passed to a service or function as the fourth argument. STATUS_INVALID_PARAMETER_4
243 0xC00000F3 An invalid parameter was passed to a service or function as the fifth argument. STATUS_INVALID_PARAMETER_5
244 0xC00000F4 An invalid parameter was passed to a service or function as the sixth argument. STATUS_INVALID_PARAMETER_6
245 0xC00000F5 An invalid parameter was passed to a service or function as the seventh argument. STATUS_INVALID_PARAMETER_7
246 0xC00000F6 An invalid parameter was passed to a service or function as the eighth argument. STATUS_INVALID_PARAMETER_8
247 0xC00000F7 An invalid parameter was passed to a service or function as the ninth argument. STATUS_INVALID_PARAMETER_9
248 0xC00000F8 An invalid parameter was passed to a service or function as the tenth argument. STATUS_INVALID_PARAMETER_10
249 0xC00000F9 An invalid parameter was passed to a service or function as the eleventh argument. STATUS_INVALID_PARAMETER_11
250 0xC00000FA An invalid parameter was passed to a service or function as the twelfth argument. STATUS_INVALID_PARAMETER_12
251 0xC00000FB An attempt was made to access a network file, but the network software was not yet started. STATUS_REDIRECTOR_NOT_STARTED
252 0xC00000FC An attempt was made to start the redirector, but the redirector has already been started. STATUS_REDIRECTOR_STARTED
253 0xC00000FD A new guard page for the stack cannot be created. STATUS_STACK_OVERFLOW
254 0xC00000FE A specified authentication package is unknown. STATUS_NO_SUCH_PACKAGE
255 0xC00000FF A malformed function table was encountered during an unwind operation. STATUS_BAD_FUNCTION_TABLE
256 0x00000100 STATUS_KERNEL_APC STATUS_KERNEL_APC
256 0xC0000100 Indicates the specified environment variable name was not found in the specified environment block. STATUS_VARIABLE_NOT_FOUND
257 0x00000101 STATUS_ALERTED STATUS_ALERTED
257 0xC0000101 Indicates that the directory trying to be deleted is not empty. STATUS_DIRECTORY_NOT_EMPTY
258 0xC0000102 {Corrupt File} The file or directory %hs is corrupt and unreadable. Please run the Chkdsk utility. STATUS_FILE_CORRUPT_ERROR
258 0x00000102 STATUS_TIMEOUT STATUS_TIMEOUT
259 0xC0000103 A requested opened file is not a directory. STATUS_NOT_A_DIRECTORY
259 0x00000103 The operation that was requested is pending completion. STATUS_PENDING
260 0xC0000104 The logon session is not in a state that is consistent with the requested operation. STATUS_BAD_LOGON_SESSION_STATE
260 0x00000104 A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. STATUS_REPARSE
261 0xC0000105 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. STATUS_LOGON_SESSION_COLLISION
261 0x00000105 Returned by enumeration APIs to indicate more information is available to successive calls. STATUS_MORE_ENTRIES
262 0xC0000106 A specified name string is too long for its intended use. STATUS_NAME_TOO_LONG
262 0x00000106 Indicates not all privileges or groups referenced are assigned to the caller. This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned. STATUS_NOT_ALL_ASSIGNED
263 0xC0000107 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. STATUS_FILES_OPEN
263 0x00000107 Some of the information to be translated has not been translated. STATUS_SOME_NOT_MAPPED
264 0xC0000108 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. STATUS_CONNECTION_IN_USE
264 0x00000108 An open/create operation completed while an oplock break is underway. STATUS_OPLOCK_BREAK_IN_PROGRESS
265 0xC0000109 RtlFindMessage could not locate the requested message ID in the message table resource. STATUS_MESSAGE_NOT_FOUND
265 0x00000109 A new volume has been mounted by a file system. STATUS_VOLUME_MOUNTED
266 0xC000010A An attempt was made to access an exiting process. STATUS_PROCESS_IS_TERMINATING
266 0x0000010A This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed. STATUS_RXACT_COMMITTED
267 0xC000010B Indicates an invalid value has been provided for the LogonType requested. STATUS_INVALID_LOGON_TYPE
267 0x0000010B This indicates that a notify change request has been completed due to closing the handle which made the notify change request. STATUS_NOTIFY_CLEANUP
268 0x0000010C This indicates that a notify change request is being completed and that the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes. STATUS_NOTIFY_ENUM_DIR
268 0xC000010C 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. This causes the protection attempt to fail, which may cause a file creation attempt to fail. STATUS_NO_GUID_TRANSLATION
269 0xC000010D Indicates that an attempt has been made to impersonate via a named pipe that has not yet been read from. STATUS_CANNOT_IMPERSONATE
269 0x0000010D {No Quotas} No system quota limits are specifically set for this account. STATUS_NO_QUOTAS_FOR_ACCOUNT
270 0xC000010E Indicates that the specified image is already loaded. STATUS_IMAGE_ALREADY_LOADED
270 0x0000010E {Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport. STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED
271 0xC000010F STATUS_ABIOS_NOT_PRESENT STATUS_ABIOS_NOT_PRESENT
272 0xC0000110 STATUS_ABIOS_LID_NOT_EXIST STATUS_ABIOS_LID_NOT_EXIST
272 0x00000110 Page fault was a transition fault. STATUS_PAGE_FAULT_TRANSITION
273 0xC0000111 STATUS_ABIOS_LID_ALREADY_OWNED STATUS_ABIOS_LID_ALREADY_OWNED
273 0x00000111 Page fault was a demand zero fault. STATUS_PAGE_FAULT_DEMAND_ZERO
274 0xC0000112 STATUS_ABIOS_NOT_LID_OWNER STATUS_ABIOS_NOT_LID_OWNER
274 0x00000112 Page fault was a demand zero fault. STATUS_PAGE_FAULT_COPY_ON_WRITE
275 0xC0000113 STATUS_ABIOS_INVALID_COMMAND STATUS_ABIOS_INVALID_COMMAND
275 0x00000113 Page fault was a demand zero fault. STATUS_PAGE_FAULT_GUARD_PAGE
276 0xC0000114 STATUS_ABIOS_INVALID_LID STATUS_ABIOS_INVALID_LID
276 0x00000114 Page fault was satisfied by reading from a secondary storage device. STATUS_PAGE_FAULT_PAGING_FILE
277 0xC0000115 STATUS_ABIOS_SELECTOR_NOT_AVAILABLE STATUS_ABIOS_SELECTOR_NOT_AVAILABLE
277 0x00000115 Cached page was locked during operation. STATUS_CACHE_PAGE_LOCKED
278 0xC0000116 STATUS_ABIOS_INVALID_SELECTOR STATUS_ABIOS_INVALID_SELECTOR
278 0x00000116 Crash dump exists in paging file. STATUS_CRASH_DUMP
279 0x00000117 Specified buffer contains all zeros. STATUS_BUFFER_ALL_ZEROS
279 0xC0000117 Indicates that an attempt was made to change the size of the LDT for a process that has no LDT. STATUS_NO_LDT
280 0xC0000118 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. STATUS_INVALID_LDT_SIZE
280 0x00000118 A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link. STATUS_REPARSE_OBJECT
281 0xC0000119 Indicates that the starting value for the LDT information was not an integral multiple of the selector size. STATUS_INVALID_LDT_OFFSET
281 0x00000119 The device has succeeded a query-stop and its resource requirements have changed. STATUS_RESOURCE_REQUIREMENTS_CHANGED
282 0xC000011A Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors. STATUS_INVALID_LDT_DESCRIPTOR
283 0xC000011B The specified image file did not have the correct format. It appears to be NE format. STATUS_INVALID_IMAGE_NE_FORMAT
284 0xC000011C Indicates that the transaction state of a registry sub-tree is incompatible with the requested operation. For example, a request has been made to start a new transaction with one already in progress, or a request has been made to apply a transaction when one is not currently in progress. STATUS_RXACT_INVALID_STATE
285 0xC000011D Indicates an error has occurred during a registry transaction commit. The database has been left in an unknown, but probably inconsistent, state. The state of the registry transaction is left as COMMITTING. STATUS_RXACT_COMMIT_FAILURE
286 0xC000011E An attempt was made to map a file of size zero with the maximum size specified as zero. STATUS_MAPPED_FILE_SIZE_ZERO
287 0xC000011F Too many files are opened on a remote server. This error should only be returned by the Windows redirector on a remote drive. STATUS_TOO_MANY_OPENED_FILES
288 0xC0000120 The I/O request was canceled. STATUS_CANCELLED
288 0x00000120 The translator has translated these resources into the global space and no further translations should be performed. STATUS_TRANSLATION_COMPLETE
289 0xC0000121 An attempt has been made to remove a file or directory that cannot be deleted. STATUS_CANNOT_DELETE
289 0x00000121 The directory service evaluated group memberships locally, as it was unable to contact a global catalog server. STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY
290 0xC0000122 Indicates a name specified as a remote computer name is syntactically invalid. STATUS_INVALID_COMPUTER_NAME
290 0x00000122 A process being terminated has no threads to terminate. STATUS_NOTHING_TO_TERMINATE
291 0xC0000123 An I/O request other than close was performed on a file after it has been deleted, which can only happen to a request which did not complete before the last handle was closed via NtClose. STATUS_FILE_DELETED
291 0x00000123 The specified process is not part of a job. STATUS_PROCESS_NOT_IN_JOB
292 0x00000124 The specified process is part of a job. STATUS_PROCESS_IN_JOB
292 0xC0000124 Indicates an operation has been attempted on a built-in (special) SAM account which is incompatible with built-in accounts. For example, built-in accounts cannot be deleted. STATUS_SPECIAL_ACCOUNT
293 0xC0000125 The operation requested may not be performed on the specified group because it is a built-in special group. STATUS_SPECIAL_GROUP
293 0x00000125 {Volume Shadow Copy Service} The system is now ready for hibernation. STATUS_VOLSNAP_HIBERNATE_READY
294 0x00000126 A file system or file system filter driver has successfully completed an FsFilter operation. STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY
294 0xC0000126 The operation requested may not be performed on the specified user because it is a built-in special user. STATUS_SPECIAL_USER
295 0x00000127 The specified interrupt vector was already connected. STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED
295 0xC0000127 Indicates a member cannot be removed from a group because the group is currently the member's primary group. STATUS_MEMBERS_PRIMARY_GROUP
296 0xC0000128 An I/O request other than close and several other special case operations was attempted using a file object that had already been closed. STATUS_FILE_CLOSED
296 0x00000128 The specified interrupt vector is still connected. STATUS_INTERRUPT_STILL_CONNECTED
297 0x00000129 The current process is a cloned process. STATUS_PROCESS_CLONED
297 0xC0000129 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. STATUS_TOO_MANY_THREADS
298 0x0000012A The file was locked and all users of the file can only read. STATUS_FILE_LOCKED_WITH_ONLY_READERS
298 0xC000012A An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified. STATUS_THREAD_NOT_IN_PROCESS
299 0x0000012B The file was locked and at least one user of the file can write. STATUS_FILE_LOCKED_WITH_WRITERS
299 0xC000012B 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. STATUS_TOKEN_ALREADY_IN_USE
300 0xC000012C Page file quota was exceeded. STATUS_PAGEFILE_QUOTA_EXCEEDED
301 0xC000012D {Out of Virtual Memory} 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. STATUS_COMMITMENT_LIMIT
302 0xC000012E The specified image file did not have the correct format, it appears to be LE format. STATUS_INVALID_IMAGE_LE_FORMAT
303 0xC000012F The specified image file did not have the correct format, it did not have an initial MZ. STATUS_INVALID_IMAGE_NOT_MZ
304 0xC0000130 The specified image file did not have the correct format, it did not have a proper e_lfarlc in the MZ header. STATUS_INVALID_IMAGE_PROTECT
305 0xC0000131 The specified image file did not have the correct format, it appears to be a 16-bit Windows image. STATUS_INVALID_IMAGE_WIN_16
306 0xC0000132 The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role. STATUS_LOGON_SERVER_CONFLICT
307 0xC0000133 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. STATUS_TIME_DIFFERENCE_AT_DC
308 0xC0000134 The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required. STATUS_SYNCHRONIZATION_REQUIRED
309 0xC0000135 {Unable To Locate Component} This application has failed to start because %hs was not found. Re-installing the application may fix this problem. STATUS_DLL_NOT_FOUND
310 0xC0000136 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. STATUS_OPEN_FAILED
311 0xC0000137 {Privilege Failed} The I/O permissions for the process could not be changed. STATUS_IO_PRIVILEGE_FAILED
312 0xC0000138 {Ordinal Not Found} The ordinal %ld could not be located in the dynamic link library %hs. STATUS_ORDINAL_NOT_FOUND
313 0xC0000139 {Entry Point Not Found} The procedure entry point %hs could not be located in the dynamic link library %hs. STATUS_ENTRYPOINT_NOT_FOUND
314 0xC000013A {Application Exit by CTRL+C} The application terminated as a result of a CTRL+C. STATUS_CONTROL_C_EXIT
315 0xC000013B {Virtual Circuit Closed} The network transport on your computer has closed a network connection. There may or may not be I/O requests outstanding. STATUS_LOCAL_DISCONNECT
316 0xC000013C {Virtual Circuit Closed} The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding. STATUS_REMOTE_DISCONNECT
317 0xC000013D {Insufficient Resources on Remote Computer} 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. STATUS_REMOTE_RESOURCES
318 0xC000013E {Virtual Circuit Closed} 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. STATUS_LINK_FAILED
319 0xC000013F {Virtual Circuit Closed} 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. STATUS_LINK_TIMEOUT
320 0xC0000140 The connection handle given to the transport was invalid. STATUS_INVALID_CONNECTION
321 0xC0000141 The address handle given to the transport was invalid. STATUS_INVALID_ADDRESS
322 0xC0000142 {DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally. STATUS_DLL_INIT_FAILED
323 0xC0000143 {Missing System File} The required system file %hs is bad or missing. STATUS_MISSING_SYSTEMFILE
324 0xC0000144 {Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx. STATUS_UNHANDLED_EXCEPTION
325 0xC0000145 {Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application. STATUS_APP_INIT_FAILURE
326 0xC0000146 {Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld. STATUS_PAGEFILE_CREATE_FAILED
327 0xC0000147 {No Paging File Specified} No paging file was specified in the system configuration. STATUS_NO_PAGEFILE
328 0xC0000148 {Incorrect System Call Level} An invalid level was passed into the specified system call. STATUS_INVALID_LEVEL
329 0xC0000149 {Incorrect Password to LAN Manager Server} You specified an incorrect password to a LAN Manager 2.x or MS-NET server. STATUS_WRONG_PASSWORD_CORE
330 0xC000014A {EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present. STATUS_ILLEGAL_FLOAT_CONTEXT
331 0xC000014B The pipe operation has failed because the other end of the pipe has been closed. STATUS_PIPE_BROKEN
332 0xC000014C {The Registry Is Corrupt} 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. STATUS_REGISTRY_CORRUPT
333 0xC000014D An I/O operation initiated by the Registry failed unrecoverably. The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry. STATUS_REGISTRY_IO_FAILED
334 0xC000014E 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. STATUS_NO_EVENT_PAIR
335 0xC000014F The volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupt. STATUS_UNRECOGNIZED_VOLUME
336 0xC0000150 No serial device was successfully initialized. The serial driver will unload. STATUS_SERIAL_NO_DEVICE_INITED
337 0xC0000151 The specified local group does not exist. STATUS_NO_SUCH_ALIAS
338 0xC0000152 The specified account name is not a member of the group. STATUS_MEMBER_NOT_IN_ALIAS
339 0xC0000153 The specified account name is already a member of the group. STATUS_MEMBER_IN_ALIAS
340 0xC0000154 The specified local group already exists. STATUS_ALIAS_EXISTS
341 0xC0000155 A requested type of logon (e.g., Interactive, Network, Service) is not granted by the target system's local security policy. Please ask the system administrator to grant the necessary form of logon. STATUS_LOGON_NOT_GRANTED
342 0xC0000156 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. STATUS_TOO_MANY_SECRETS
343 0xC0000157 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. STATUS_SECRET_TOO_LONG
344 0xC0000158 The Local Security Authority (LSA) database contains an internal inconsistency. STATUS_INTERNAL_DB_ERROR
345 0xC0000159 The requested operation cannot be performed in fullscreen mode. STATUS_FULLSCREEN_MODE
346 0xC000015A During a logon attempt, the user's security context accumulated too many security IDs. This is a very unusual situation. Remove the user from some global or local groups to reduce the number of security ids to incorporate into the security context. STATUS_TOO_MANY_CONTEXT_IDS
347 0xC000015B 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. STATUS_LOGON_TYPE_NOT_GRANTED
348 0xC000015C 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. STATUS_NOT_REGISTRY_FILE
349 0xC000015D An attempt was made to change a user password in the security account manager without providing the necessary Windows cross-encrypted password. STATUS_NT_CROSS_ENCRYPTION_REQUIRED
350 0xC000015E A Windows Server has an incorrect configuration. STATUS_DOMAIN_CTRLR_CONFIG_ERROR
351 0xC000015F 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. STATUS_FT_MISSING_MEMBER
352 0xC0000160 A configuration registry node representing a driver service entry was ill-formed and did not contain required value entries. STATUS_ILL_FORMED_SERVICE_ENTRY
353 0xC0000161 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. STATUS_ILLEGAL_CHARACTER
354 0xC0000162 No mapping for the Unicode character exists in the target multi-byte code page. STATUS_UNMAPPABLE_CHARACTER
355 0xC0000163 The Unicode character is not defined in the Unicode character set installed on the system. STATUS_UNDEFINED_CHARACTER
356 0xC0000164 The paging file cannot be created on a floppy diskette. STATUS_FLOPPY_VOLUME
357 0xC0000165 {Floppy Disk Error} While accessing a floppy disk, an ID address mark was not found. STATUS_FLOPPY_ID_MARK_NOT_FOUND
358 0xC0000166 {Floppy Disk Error} 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. STATUS_FLOPPY_WRONG_CYLINDER
359 0xC0000167 {Floppy Disk Error} The floppy disk controller reported an error that is not recognized by the floppy disk driver. STATUS_FLOPPY_UNKNOWN_ERROR
360 0xC0000168 {Floppy Disk Error} While accessing a floppy-disk, the controller returned inconsistent results via its registers. STATUS_FLOPPY_BAD_REGISTERS
361 0xC0000169 {Hard Disk Error} While accessing the hard disk, a recalibrate operation failed, even after retries. STATUS_DISK_RECALIBRATE_FAILED
362 0xC000016A {Hard Disk Error} While accessing the hard disk, a disk operation failed even after retries. STATUS_DISK_OPERATION_FAILED
363 0xC000016B {Hard Disk Error} While accessing the hard disk, a disk controller reset was needed, but even that failed. STATUS_DISK_RESET_FAILED
364 0xC000016C An attempt was made to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened. 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. STATUS_SHARED_IRQ_BUSY
365 0xC000016D {FT Orphaning} A disk that is part of a fault-tolerant volume can no longer be accessed. STATUS_FT_ORPHANING
366 0xC000016E The system bios failed to connect a system interrupt to the device or bus for which the device is connected. STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT
370 0xC0000172 Tape could not be partitioned. STATUS_PARTITION_FAILURE
371 0xC0000173 When accessing a new tape of a multivolume partition, the current blocksize is incorrect. STATUS_INVALID_BLOCK_LENGTH
372 0xC0000174 Tape partition information could not be found when loading a tape. STATUS_DEVICE_NOT_PARTITIONED
373 0xC0000175 Attempt to lock the eject media mechanism fails. STATUS_UNABLE_TO_LOCK_MEDIA
374 0xC0000176 Unload media fails. STATUS_UNABLE_TO_UNLOAD_MEDIA
375 0xC0000177 Physical end of tape was detected. STATUS_EOM_OVERFLOW
376 0xC0000178 {No Media} There is no media in the drive. Please insert media into drive %hs. STATUS_NO_MEDIA
378 0xC000017A A member could not be added to or removed from the local group because the member does not exist. STATUS_NO_SUCH_MEMBER
379 0xC000017B A new member could not be added to a local group because the member has the wrong account type. STATUS_INVALID_MEMBER
380 0xC000017C Illegal operation attempted on a registry key which has been marked for deletion. STATUS_KEY_DELETED
381 0xC000017D System could not allocate required space in a registry log. STATUS_NO_LOG_SPACE
382 0xC000017E Too many Sids have been specified. STATUS_TOO_MANY_SIDS
383 0xC000017F An attempt was made to change a user password in the security account manager without providing the necessary LM cross-encrypted password. STATUS_LM_CROSS_ENCRYPTION_REQUIRED
384 0xC0000180 An attempt was made to create a symbolic link in a registry key that already has subkeys or values. STATUS_KEY_HAS_CHILDREN
385 0xC0000181 An attempt was made to create a Stable subkey under a Volatile parent key. STATUS_CHILD_MUST_BE_VOLATILE
386 0xC0000182 The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect. STATUS_DEVICE_CONFIGURATION_ERROR
387 0xC0000183 An error was detected between two drivers or within an I/O driver. STATUS_DRIVER_INTERNAL_ERROR
388 0xC0000184 The device is not in a valid state to perform this request. STATUS_INVALID_DEVICE_STATE
389 0xC0000185 The I/O device reported an I/O error. STATUS_IO_DEVICE_ERROR
390 0xC0000186 A protocol error was detected between the driver and the device. STATUS_DEVICE_PROTOCOL_ERROR
391 0xC0000187 This operation is only allowed for the Primary Domain Controller of the domain. STATUS_BACKUP_CONTROLLER
392 0xC0000188 Log file space is insufficient to support this operation. STATUS_LOG_FILE_FULL
393 0xC0000189 A write operation was attempted to a volume after it was dismounted. STATUS_TOO_LATE
394 0xC000018A The workstation does not have a trust secret for the primary domain in the local LSA database. STATUS_NO_TRUST_LSA_SECRET
395 0xC000018B The SAM database on the Windows Server does not have a computer account for this workstation trust relationship. STATUS_NO_TRUST_SAM_ACCOUNT
396 0xC000018C The logon request failed because the trust relationship between the primary domain and the trusted domain failed. STATUS_TRUSTED_DOMAIN_FAILURE
397 0xC000018D The logon request failed because the trust relationship between this workstation and the primary domain failed. STATUS_TRUSTED_RELATIONSHIP_FAILURE
398 0xC000018E The Eventlog log file is corrupt. STATUS_EVENTLOG_FILE_CORRUPT
399 0xC000018F No Eventlog log file could be opened. The Eventlog service did not start. STATUS_EVENTLOG_CANT_START
400 0xC0000190 The network logon failed. This may be because the validation authority can't be reached. STATUS_TRUST_FAILURE
401 0xC0000191 An attempt was made to acquire a mutant such that its maximum count would have been exceeded. STATUS_MUTANT_LIMIT_EXCEEDED
402 0xC0000192 An attempt was made to logon, but the netlogon service was not started. STATUS_NETLOGON_NOT_STARTED
403 0xC0000193 The user's account has expired. STATUS_ACCOUNT_EXPIRED
404 0xC0000194 {EXCEPTION} Possible deadlock condition. STATUS_POSSIBLE_DEADLOCK
405 0xC0000195 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. STATUS_NETWORK_CREDENTIAL_CONFLICT
406 0xC0000196 An attempt was made to establish a session to a network server, but there are already too many sessions established to that server. STATUS_REMOTE_SESSION_LIMIT
407 0xC0000197 The log file has changed between reads. STATUS_EVENTLOG_FILE_CHANGED
408 0xC0000198 The account used is an Interdomain Trust account. Use your global user account or local user account to access this server. STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
409 0xC0000199 The account used is a Computer Account. Use your global user account or local user account to access this server. STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
410 0xC000019A The account used is an Server Trust account. Use your global user account or local user account to access this server. STATUS_NOLOGON_SERVER_TRUST_ACCOUNT
411 0xC000019B The name or SID of the domain specified is inconsistent with the trust information for that domain. STATUS_DOMAIN_TRUST_INCONSISTENT
412 0xC000019C A volume has been accessed for which a file system driver is required that has not yet been loaded. STATUS_FS_DRIVER_REQUIRED
413 0xC000019D Indicates that the specified image is already loaded as a DLL. STATUS_IMAGE_ALREADY_LOADED_AS_DLL
513 0xC0000201 A remote open failed because the network open restrictions were not satisfied. STATUS_NETWORK_OPEN_RESTRICTION
514 0xC0000202 There is no user session key for the specified logon session. STATUS_NO_USER_SESSION_KEY
514 0x00000202 The specified ResourceManager made no changes or updates to the resource under this transaction. STATUS_RESOURCEMANAGER_READ_ONLY
515 0xC0000203 The remote user session has been deleted. STATUS_USER_SESSION_DELETED
516 0xC0000204 Indicates the specified resource language ID cannot be found in the image file. STATUS_RESOURCE_LANG_NOT_FOUND
517 0xC0000205 Insufficient server resources exist to complete the request. STATUS_INSUFF_SERVER_RESOURCES
518 0xC0000206 The size of the buffer is invalid for the specified operation. STATUS_INVALID_BUFFER_SIZE
519 0xC0000207 The transport rejected the network address specified as invalid. STATUS_INVALID_ADDRESS_COMPONENT
520 0xC0000208 The transport rejected the network address specified due to an invalid use of a wildcard. STATUS_INVALID_ADDRESS_WILDCARD
521 0xC0000209 The transport address could not be opened because all the available addresses are in use. STATUS_TOO_MANY_ADDRESSES
522 0xC000020A The transport address could not be opened because it already exists. STATUS_ADDRESS_ALREADY_EXISTS
523 0xC000020B The transport address is now closed. STATUS_ADDRESS_CLOSED
524 0xC000020C The transport connection is now disconnected. STATUS_CONNECTION_DISCONNECTED
525 0xC000020D The transport connection has been reset. STATUS_CONNECTION_RESET
526 0xC000020E The transport cannot dynamically acquire any more nodes. STATUS_TOO_MANY_NODES
527 0xC000020F The transport aborted a pending transaction. STATUS_TRANSACTION_ABORTED
528 0xC0000210 The transport timed out a request waiting for a response. STATUS_TRANSACTION_TIMED_OUT
529 0xC0000211 The transport did not receive a release for a pending response. STATUS_TRANSACTION_NO_RELEASE
530 0xC0000212 The transport did not find a transaction matching the specific token. STATUS_TRANSACTION_NO_MATCH
531 0xC0000213 The transport had previously responded to a transaction request. STATUS_TRANSACTION_RESPONDED
532 0xC0000214 The transport does not recognized the transaction request identifier specified. STATUS_TRANSACTION_INVALID_ID
533 0xC0000215 The transport does not recognize the transaction request type specified. STATUS_TRANSACTION_INVALID_TYPE
534 0xC0000216 The transport can only process the specified request on the server side of a session. STATUS_NOT_SERVER_SESSION
535 0xC0000217 The transport can only process the specified request on the client side of a session. STATUS_NOT_CLIENT_SESSION
536 0xC0000218 {Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable. STATUS_CANNOT_LOAD_REGISTRY_FILE
537 0xC0000219 {Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error. STATUS_DEBUG_ATTACH_FAILED
538 0xC000021A {Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down. STATUS_SYSTEM_PROCESS_TERMINATED
539 0xC000021B {Data Not Accepted} The TDI client could not handle the data received during an indication. STATUS_DATA_NOT_ACCEPTED
540 0xC000021C {Unable to Retrieve Browser Server List} The list of servers for this workgroup is not currently available. STATUS_NO_BROWSER_SERVERS_FOUND
541 0xC000021D NTVDM encountered a hard error. STATUS_VDM_HARD_ERROR
542 0xC000021E {Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time. STATUS_DRIVER_CANCEL_TIMEOUT
543 0xC000021F {Reply Message Mismatch} 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. STATUS_REPLY_MESSAGE_MISMATCH
544 0xC0000220 {Mapped View Alignment Incorrect} 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. STATUS_MAPPED_ALIGNMENT
545 0xC0000221 {Bad Image Checksum} The image %hs is possibly corrupt. The header checksum does not match the computed checksum. STATUS_IMAGE_CHECKSUM_MISMATCH
546 0xC0000222 {Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere. STATUS_LOST_WRITEBEHIND_DATA
547 0xC0000223 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. STATUS_CLIENT_SERVER_PARAMETERS_INVALID
548 0xC0000224 The user's password must be changed before logging on the first time. STATUS_PASSWORD_MUST_CHANGE
549 0xC0000225 The object was not found. STATUS_NOT_FOUND
550 0xC0000226 The stream is not a tiny stream. STATUS_NOT_TINY_STREAM
551 0xC0000227 A transaction recover failed. STATUS_RECOVERY_FAILURE
552 0xC0000228 The request must be handled by the stack overflow code. STATUS_STACK_OVERFLOW_READ
553 0xC0000229 A consistency check failed. STATUS_FAIL_CHECK
554 0xC000022A The attempt to insert the ID in the index failed because the ID is already in the index. STATUS_DUPLICATE_OBJECTID
555 0xC000022B The attempt to set the object's ID failed because the object already has an ID. STATUS_OBJECTID_EXISTS
556 0xC000022C 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. STATUS_CONVERT_TO_LARGE
557 0xC000022D The request needs to be retried. STATUS_RETRY
558 0xC000022E 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. STATUS_FOUND_OUT_OF_SCOPE
559 0xC000022F The bucket array must be grown. Retry transaction after doing so. STATUS_ALLOCATE_BUCKET
560 0xC0000230 The property set specified does not exist on the object. STATUS_PROPSET_NOT_FOUND
561 0xC0000231 The user/kernel marshalling buffer has overflowed. STATUS_MARSHALL_OVERFLOW
562 0xC0000232 The supplied variant structure contains invalid data. STATUS_INVALID_VARIANT
563 0xC0000233 Could not find a domain controller for this domain. STATUS_DOMAIN_CONTROLLER_NOT_FOUND
564 0xC0000234 The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested. STATUS_ACCOUNT_LOCKED_OUT
565 0xC0000235 NtClose was called on a handle that was protected from close via NtSetInformationObject. STATUS_HANDLE_NOT_CLOSABLE
566 0xC0000236 The transport connection attempt was refused by the remote system. STATUS_CONNECTION_REFUSED
567 0xC0000237 The transport connection was gracefully closed. STATUS_GRACEFUL_DISCONNECT
568 0xC0000238 The transport endpoint already has an address associated with it. STATUS_ADDRESS_ALREADY_ASSOCIATED
569 0xC0000239 An address has not yet been associated with the transport endpoint. STATUS_ADDRESS_NOT_ASSOCIATED
570 0xC000023A An operation was attempted on a nonexistent transport connection. STATUS_CONNECTION_INVALID
571 0xC000023B An invalid operation was attempted on an active transport connection. STATUS_CONNECTION_ACTIVE
572 0xC000023C The remote network is not reachable by the transport. STATUS_NETWORK_UNREACHABLE
573 0xC000023D The remote system is not reachable by the transport. STATUS_HOST_UNREACHABLE
574 0xC000023E The remote system does not support the transport protocol. STATUS_PROTOCOL_UNREACHABLE
575 0xC000023F No service is operating at the destination port of the transport on the remote system. STATUS_PORT_UNREACHABLE
576 0xC0000240 The request was aborted. STATUS_REQUEST_ABORTED
577 0xC0000241 The transport connection was aborted by the local system. STATUS_CONNECTION_ABORTED
578 0xC0000242 The specified buffer contains ill-formed data. STATUS_BAD_COMPRESSION_BUFFER
579 0xC0000243 The requested operation cannot be performed on a file with a user mapped section open. STATUS_USER_MAPPED_FILE
580 0xC0000244 {Audit Failed} An attempt to generate a security audit failed. STATUS_AUDIT_FAILED
581 0xC0000245 The timer resolution was not previously set by the current process. STATUS_TIMER_RESOLUTION_NOT_SET
582 0xC0000246 A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached. STATUS_CONNECTION_COUNT_LIMIT
583 0xC0000247 Attempting to login during an unauthorized time of day for this account. STATUS_LOGIN_TIME_RESTRICTION
584 0xC0000248 The account is not authorized to login from this station. STATUS_LOGIN_WKSTA_RESTRICTION
585 0xC0000249 {UP/MP Image Mismatch} The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine. Please reinstall the image file. STATUS_IMAGE_MP_UP_MISMATCH
592 0xC0000250 There is insufficient account information to log you on. STATUS_INSUFFICIENT_LOGON_INFO
593 0xC0000251 {Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. 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. STATUS_BAD_DLL_ENTRYPOINT
594 0xC0000252 {Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. 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. STATUS_BAD_SERVICE_ENTRYPOINT
595 0xC0000253 The server received the messages but did not send a reply. STATUS_LPC_REPLY_LOST
596 0xC0000254 There is an IP address conflict with another system on the network STATUS_IP_ADDRESS_CONFLICT1
597 0xC0000255 There is an IP address conflict with another system on the network STATUS_IP_ADDRESS_CONFLICT2
598 0xC0000256 {Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. STATUS_REGISTRY_QUOTA_LIMIT
599 0xC0000257 The contacted server does not support the indicated part of the DFS namespace. STATUS_PATH_NOT_COVERED
600 0xC0000258 A callback return system service cannot be executed when no callback is active. STATUS_NO_CALLBACK_ACTIVE
601 0xC0000259 The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept. STATUS_LICENSE_QUOTA_EXCEEDED
602 0xC000025A The password provided is too short to meet the policy of your user account. Please choose a longer password. STATUS_PWD_TOO_SHORT
603 0xC000025B The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned. STATUS_PWD_TOO_RECENT
604 0xC000025C You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used. STATUS_PWD_HISTORY_CONFLICT
606 0xC000025E You have attempted to load a legacy device driver while its device instance had been disabled. STATUS_PLUGPLAY_NO_DEVICE
607 0xC000025F The specified compression format is unsupported. STATUS_UNSUPPORTED_COMPRESSION
608 0xC0000260 The specified hardware profile configuration is invalid. STATUS_INVALID_HW_PROFILE
609 0xC0000261 The specified Plug and Play registry device path is invalid. STATUS_INVALID_PLUGPLAY_DEVICE_PATH
610 0xC0000262 {Driver Entry Point Not Found} The %hs device driver could not locate the ordinal %ld in driver %hs. STATUS_DRIVER_ORDINAL_NOT_FOUND
611 0xC0000263 {Driver Entry Point Not Found} The %hs device driver could not locate the entry point %hs in driver %hs. STATUS_DRIVER_ENTRYPOINT_NOT_FOUND
612 0xC0000264 {Application Error} The application attempted to release a resource it did not own. Click OK to terminate the application. STATUS_RESOURCE_NOT_OWNED
613 0xC0000265 An attempt was made to create more links on a file than the file system supports. STATUS_TOO_MANY_LINKS
614 0xC0000266 The specified quota list is internally inconsistent with its descriptor. STATUS_QUOTA_LIST_INCONSISTENT
615 0xC0000267 The specified file has been relocated to offline storage. STATUS_FILE_IS_OFFLINE
616 0xC0000268 {Windows Evaluation Notification} 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. STATUS_EVALUATION_EXPIRATION
617 0xC0000269 {Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. 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. STATUS_ILLEGAL_DLL_RELOCATION
618 0xC000026A {License Violation} 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. STATUS_LICENSE_VIOLATION
619 0xC000026B {DLL Initialization Failed} The application failed to initialize because the window station is shutting down. STATUS_DLL_INIT_FAILED_LOGOFF
620 0xC000026C {Unable to Load Device Driver} %hs device driver could not be loaded. Error Status was 0x%x STATUS_DRIVER_UNABLE_TO_LOAD
621 0xC000026D DFS is unavailable on the contacted server. STATUS_DFS_UNAVAILABLE
622 0xC000026E An operation was attempted to a volume after it was dismounted. STATUS_VOLUME_DISMOUNTED
623 0xC000026F An internal error occurred in the Win32 x86 emulation subsystem. STATUS_WX86_INTERNAL_ERROR
624 0xC0000270 Win32 x86 emulation subsystem Floating-point stack check. STATUS_WX86_FLOAT_STACK_CHECK
625 0xC0000271 The validation process needs to continue on to the next step. STATUS_VALIDATE_CONTINUE
626 0xC0000272 There was no match for the specified key in the index. STATUS_NO_MATCH
627 0xC0000273 There are no more matches for the current index enumeration. STATUS_NO_MORE_MATCHES
629 0xC0000275 The NTFS file or directory is not a reparse point. STATUS_NOT_A_REPARSE_POINT
630 0xC0000276 The Windows I/O reparse tag passed for the NTFS reparse point is invalid. STATUS_IO_REPARSE_TAG_INVALID
631 0xC0000277 The Windows I/O reparse tag does not match the one present in the NTFS reparse point. STATUS_IO_REPARSE_TAG_MISMATCH
632 0xC0000278 The user data passed for the NTFS reparse point is invalid. STATUS_IO_REPARSE_DATA_INVALID
633 0xC0000279 The layered file system driver for this IO tag did not handle it when needed. STATUS_IO_REPARSE_TAG_NOT_HANDLED
640 0xC0000280 The NTFS symbolic link could not be resolved even though the initial file name is valid. STATUS_REPARSE_POINT_NOT_RESOLVED
641 0xC0000281 The NTFS directory is a reparse point. STATUS_DIRECTORY_IS_A_REPARSE_POINT
642 0xC0000282 The range could not be added to the range list because of a conflict. STATUS_RANGE_LIST_CONFLICT
643 0xC0000283 The specified medium changer source element contains no media. STATUS_SOURCE_ELEMENT_EMPTY
644 0xC0000284 The specified medium changer destination element already contains media. STATUS_DESTINATION_ELEMENT_FULL
645 0xC0000285 The specified medium changer element does not exist. STATUS_ILLEGAL_ELEMENT_ADDRESS
646 0xC0000286 The specified element is contained within a magazine that is no longer present. STATUS_MAGAZINE_NOT_PRESENT
647 0xC0000287 The device requires reinitialization due to hardware errors. STATUS_REINITIALIZATION_NEEDED
648 0x80000288 The device has indicated that cleaning is necessary. STATUS_DEVICE_REQUIRES_CLEANING
649 0x80000289 The device has indicated that it's door is open. Further operations require it closed and secured. STATUS_DEVICE_DOOR_OPEN
650 0xC000028A The file encryption attempt failed. STATUS_ENCRYPTION_FAILED
651 0xC000028B The file decryption attempt failed. STATUS_DECRYPTION_FAILED
652 0xC000028C The specified range could not be found in the range list. STATUS_RANGE_NOT_FOUND
653 0xC000028D There is no encryption recovery policy configured for this system. STATUS_NO_RECOVERY_POLICY
654 0xC000028E The required encryption driver is not loaded for this system. STATUS_NO_EFS
655 0xC000028F The file was encrypted with a different encryption driver than is currently loaded. STATUS_WRONG_EFS
656 0xC0000290 There are no EFS keys defined for the user. STATUS_NO_USER_KEYS
657 0xC0000291 The specified file is not encrypted. STATUS_FILE_NOT_ENCRYPTED
658 0xC0000292 The specified file is not in the defined EFS export format. STATUS_NOT_EXPORT_FORMAT
659 0xC0000293 The specified file is encrypted and the user does not have the ability to decrypt it. STATUS_FILE_ENCRYPTED
660 0x40000294 The system has awoken STATUS_WAKE_SYSTEM
661 0xC0000295 The guid passed was not recognized as valid by a WMI data provider. STATUS_WMI_GUID_NOT_FOUND
662 0xC0000296 The instance name passed was not recognized as valid by a WMI data provider. STATUS_WMI_INSTANCE_NOT_FOUND
663 0xC0000297 The data item id passed was not recognized as valid by a WMI data provider. STATUS_WMI_ITEMID_NOT_FOUND
664 0xC0000298 The WMI request could not be completed and should be retried. STATUS_WMI_TRY_AGAIN
665 0xC0000299 The policy object is shared and can only be modified at the root STATUS_SHARED_POLICY
666 0xC000029A The policy object does not exist when it should STATUS_POLICY_OBJECT_NOT_FOUND
667 0xC000029B The requested policy information only lives in the Ds STATUS_POLICY_ONLY_IN_DS
668 0xC000029C The volume must be upgraded to enable this feature STATUS_VOLUME_NOT_UPGRADED
669 0xC000029D The remote storage service is not operational at this time. STATUS_REMOTE_STORAGE_NOT_ACTIVE
670 0xC000029E The remote storage service encountered a media error. STATUS_REMOTE_STORAGE_MEDIA_ERROR
671 0xC000029F The tracking (workstation) service is not running. STATUS_NO_TRACKING_SERVICE
672 0xC00002A0 The server process is running under a SID different than that required by client. STATUS_SERVER_SID_MISMATCH
673 0xC00002A1 The specified directory service attribute or value does not exist. STATUS_DS_NO_ATTRIBUTE_OR_VALUE
674 0xC00002A2 The attribute syntax specified to the directory service is invalid. STATUS_DS_INVALID_ATTRIBUTE_SYNTAX
675 0xC00002A3 The attribute type specified to the directory service is not defined. STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED
676 0xC00002A4 The specified directory service attribute or value already exists. STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS
677 0xC00002A5 The directory service is busy. STATUS_DS_BUSY
678 0xC00002A6 The directory service is not available. STATUS_DS_UNAVAILABLE
679 0xC00002A7 The directory service was unable to allocate a relative identifier. STATUS_DS_NO_RIDS_ALLOCATED
680 0xC00002A8 The directory service has exhausted the pool of relative identifiers. STATUS_DS_NO_MORE_RIDS
681 0xC00002A9 The requested operation could not be performed because the directory service is not the master for that type of operation. STATUS_DS_INCORRECT_ROLE_OWNER
682 0xC00002AA The directory service was unable to initialize the subsystem that allocates relative identifiers. STATUS_DS_RIDMGR_INIT_ERROR
683 0xC00002AB The requested operation did not satisfy one or more constraints associated with the class of the object. STATUS_DS_OBJ_CLASS_VIOLATION
684 0xC00002AC The directory service can perform the requested operation only on a leaf object. STATUS_DS_CANT_ON_NON_LEAF
685 0xC00002AD The directory service cannot perform the requested operation on the Relatively Defined Name (RDN) attribute of an object. STATUS_DS_CANT_ON_RDN
686 0xC00002AE The directory service detected an attempt to modify the object class of an object. STATUS_DS_CANT_MOD_OBJ_CLASS
687 0xC00002AF An error occurred while performing a cross domain move operation. STATUS_DS_CROSS_DOM_MOVE_FAILED
688 0xC00002B0 Unable to Contact the Global Catalog Server. STATUS_DS_GC_NOT_AVAILABLE
689 0xC00002B1 The requested operation requires a directory service, and none was available. STATUS_DIRECTORY_SERVICE_REQUIRED
690 0xC00002B2 The reparse attribute cannot be set as it is incompatible with an existing attribute. STATUS_REPARSE_ATTRIBUTE_CONFLICT
691 0xC00002B3 A group marked use for deny only cannot be enabled. STATUS_CANT_ENABLE_DENY_ONLY
692 0xC00002B4 {EXCEPTION} Multiple floating point faults. STATUS_FLOAT_MULTIPLE_FAULTS
693 0xC00002B5 {EXCEPTION} Multiple floating point traps. STATUS_FLOAT_MULTIPLE_TRAPS
694 0xC00002B6 The device has been removed. STATUS_DEVICE_REMOVED
695 0xC00002B7 The volume change journal is being deleted. STATUS_JOURNAL_DELETE_IN_PROGRESS
696 0xC00002B8 The volume change journal is not active. STATUS_JOURNAL_NOT_ACTIVE
697 0xC00002B9 The requested interface is not supported. STATUS_NOINTERFACE
705 0xC00002C1 A directory service resource limit has been exceeded. STATUS_DS_ADMIN_LIMIT_EXCEEDED
706 0xC00002C2 {System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode. STATUS_DRIVER_FAILED_SLEEP
707 0xC00002C3 Mutual Authentication failed. The server's password is out of date at the domain controller. STATUS_MUTUAL_AUTHENTICATION_FAILED
708 0xC00002C4 The system file %1 has become corrupt and has been replaced. STATUS_CORRUPT_SYSTEM_FILE
709 0xC00002C5 {EXCEPTION} Alignment Error A datatype misalignment error was detected in a load or store instruction. STATUS_DATATYPE_MISALIGNMENT_ERROR
710 0xC00002C6 The WMI data item or data block is read only. STATUS_WMI_READ_ONLY
711 0xC00002C7 The WMI data item or data block could not be changed. STATUS_WMI_SET_FAILURE
712 0xC00002C8 {Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help. STATUS_COMMITMENT_MINIMUM
713 0xC00002C9 {EXCEPTION} Register NaT consumption faults. A NaT value is consumed on a non speculative instruction. STATUS_REG_NAT_CONSUMPTION
714 0xC00002CA The medium changer's transport element contains media, which is causing the operation to fail. STATUS_TRANSPORT_FULL
715 0xC00002CB Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information. STATUS_DS_SAM_INIT_FAILURE
716 0xC00002CC This operation is supported only when you are connected to the server. STATUS_ONLY_IF_CONNECTED
717 0xC00002CD Only an administrator can modify the membership list of an administrative group. STATUS_DS_SENSITIVE_GROUP_VIOLATION
718 0xC00002CE A device was removed so enumeration must be restarted. STATUS_PNP_RESTART_ENUMERATION
719 0xC00002CF The journal entry has been deleted from the journal. STATUS_JOURNAL_ENTRY_DELETED
720 0xC00002D0 Cannot change the primary group ID of a domain controller account. STATUS_DS_CANT_MOD_PRIMARYGROUPID
721 0xC00002D1 {Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down. STATUS_SYSTEM_IMAGE_BAD_SIGNATURE
722 0xC00002D2 Device will not start without a reboot. STATUS_PNP_REBOOT_REQUIRED
723 0xC00002D3 Current device power state cannot support this request. STATUS_POWER_STATE_INVALID
724 0xC00002D4 The specified group type is invalid. STATUS_DS_INVALID_GROUP_TYPE
725 0xC00002D5 In mixed domain no nesting of global group if group is security enabled. STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
726 0xC00002D6 In mixed domain, cannot nest local groups with other local groups, if the group is security enabled. STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
727 0xC00002D7 A global group cannot have a local group as a member. STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
728 0xC00002D8 A global group cannot have a universal group as a member. STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
729 0xC00002D9 A universal group cannot have a local group as a member. STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
730 0xC00002DA A global group cannot have a cross domain member. STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
731 0xC00002DB A local group cannot have another cross domain local group as a member. STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
732 0xC00002DC Cannot change to security disabled group because of having primary members in this group. STATUS_DS_HAVE_PRIMARY_MEMBERS
733 0xC00002DD The WMI operation is not supported by the data block or method. STATUS_WMI_NOT_SUPPORTED
734 0xC00002DE There is not enough power to complete the requested operation. STATUS_INSUFFICIENT_POWER
735 0xC00002DF Security Account Manager needs to get the boot password. STATUS_SAM_NEED_BOOTKEY_PASSWORD
736 0xC00002E0 Security Account Manager needs to get the boot key from floppy disk. STATUS_SAM_NEED_BOOTKEY_FLOPPY
737 0xC00002E1 Directory Service cannot start. STATUS_DS_CANT_START
738 0xC00002E2 Directory Services could not start because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information. STATUS_DS_INIT_FAILURE
739 0xC00002E3 Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown this system and reboot into Safe Mode, check the event log for more detailed information. STATUS_SAM_INIT_FAILURE
740 0xC00002E4 The requested operation can be performed only on a global catalog server. STATUS_DS_GC_REQUIRED
741 0xC00002E5 A local group can only be a member of other local groups in the same domain. STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
742 0xC00002E6 Foreign security principals cannot be members of universal groups. STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS
743 0xC00002E7 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. STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
744 0xC00002E8 STATUS_MULTIPLE_FAULT_VIOLATION STATUS_MULTIPLE_FAULT_VIOLATION
745 0xC00002E9 This operation cannot be performed on the current domain. STATUS_CURRENT_DOMAIN_NOT_ALLOWED
746 0xC00002EA The directory or file cannot be created. STATUS_CANNOT_MAKE
747 0xC00002EB The system is in the process of shutting down. STATUS_SYSTEM_SHUTDOWN
748 0xC00002EC Directory Services could not start because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. STATUS_DS_INIT_FAILURE_CONSOLE
749 0xC00002ED Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. STATUS_DS_SAM_INIT_FAILURE_CONSOLE
750 0xC00002EE A security context was deleted before the context was completed. This is considered a logon failure. STATUS_UNFINISHED_CONTEXT_DELETED
751 0xC00002EF The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply. STATUS_NO_TGT_REPLY
752 0xC00002F0 An object ID was not found in the file. STATUS_OBJECTID_NOT_FOUND
753 0xC00002F1 Unable to accomplish the requested task because the local machine does not have any IP addresses. STATUS_NO_IP_ADDRESSES
754 0xC00002F2 The supplied credential handle does not match the credential associated with the security context. STATUS_WRONG_CREDENTIAL_HANDLE
755 0xC00002F3 The crypto system or checksum function is invalid because a required function is unavailable. STATUS_CRYPTO_SYSTEM_INVALID
756 0xC00002F4 The number of maximum ticket referrals has been exceeded. STATUS_MAX_REFERRALS_EXCEEDED
757 0xC00002F5 The local machine must be a Kerberos KDC (domain controller) and it is not. STATUS_MUST_BE_KDC
758 0xC00002F6 The other end of the security negotiation is requires strong crypto but it is not supported on the local machine. STATUS_STRONG_CRYPTO_NOT_SUPPORTED
759 0xC00002F7 The KDC reply contained more than one principal name. STATUS_TOO_MANY_PRINCIPALS
760 0xC00002F8 Expected to find PA data for a hint of what etype to use, but it was not found. STATUS_NO_PA_DATA
761 0xC00002F9 The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Please contact your administrator. STATUS_PKINIT_NAME_MISMATCH
762 0xC00002FA Smartcard logon is required and was not used. STATUS_SMARTCARD_LOGON_REQUIRED
763 0xC00002FB An invalid request was sent to the KDC. STATUS_KDC_INVALID_REQUEST
764 0xC00002FC The KDC was unable to generate a referral for the service requested. STATUS_KDC_UNABLE_TO_REFER
765 0xC00002FD The encryption type requested is not supported by the KDC. STATUS_KDC_UNKNOWN_ETYPE
766 0xC00002FE A system shutdown is in progress. STATUS_SHUTDOWN_IN_PROGRESS
767 0xC00002FF The server machine is shutting down. STATUS_SERVER_SHUTDOWN_IN_PROGRESS
768 0xC0000300 This operation is not supported on a computer running Windows Server 2003 for Small Business Server STATUS_NOT_SUPPORTED_ON_SBS
769 0xC0000301 The WMI GUID is no longer available STATUS_WMI_GUID_DISCONNECTED
770 0xC0000302 Collection or events for the WMI GUID is already disabled. STATUS_WMI_ALREADY_DISABLED
771 0xC0000303 Collection or events for the WMI GUID is already enabled. STATUS_WMI_ALREADY_ENABLED
772 0xC0000304 The Master File Table on the volume is too fragmented to complete this operation. STATUS_MFT_TOO_FRAGMENTED
773 0xC0000305 Copy protection failure. STATUS_COPY_PROTECTION_FAILURE
774 0xC0000306 Copy protection error - DVD CSS Authentication failed. STATUS_CSS_AUTHENTICATION_FAILURE
775 0xC0000307 Copy protection error - The given sector does not contain a valid key. STATUS_CSS_KEY_NOT_PRESENT
776 0xC0000308 Copy protection error - DVD session key not established. STATUS_CSS_KEY_NOT_ESTABLISHED
777 0xC0000309 Copy protection error - The read failed because the sector is encrypted. STATUS_CSS_SCRAMBLED_SECTOR
778 0xC000030A Copy protection error - The given DVD's region does not correspond to the region setting of the drive. STATUS_CSS_REGION_MISMATCH
779 0xC000030B Copy protection error - The drive's region setting may be permanent. STATUS_CSS_RESETS_EXHAUSTED
800 0xC0000320 The kerberos protocol encountered an error while validating the KDC certificate during smartcard Logon. There is more information in the system event log. STATUS_PKINIT_FAILURE
801 0xC0000321 The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem. STATUS_SMARTCARD_SUBSYSTEM_FAILURE
802 0xC0000322 The target server does not have acceptable kerberos credentials. STATUS_NO_KERB_KEY
848 0xC0000350 The transport determined that the remote system is down. STATUS_HOST_DOWN
849 0xC0000351 An unsupported preauthentication mechanism was presented to the kerberos package. STATUS_UNSUPPORTED_PREAUTH
850 0xC0000352 The encryption algorithm used on the source file needs a bigger key buffer than the one used on the destination file. STATUS_EFS_ALG_BLOB_TOO_BIG
851 0xC0000353 An attempt to remove a processes DebugPort was made, but a port was not already associated with the process. STATUS_PORT_NOT_SET
852 0xC0000354 An attempt to do an operation on a debug port failed because the port is in the process of being deleted. STATUS_DEBUGGER_INACTIVE
853 0xC0000355 This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller. STATUS_DS_VERSION_CHECK_FAILURE
854 0xC0000356 The specified event is currently not being audited. STATUS_AUDITING_DISABLED
855 0xC0000357 The machine account was created pre-NT4. The account needs to be recreated. STATUS_PRENT4_MACHINE_ACCOUNT
856 0xC0000358 A account group cannot have a universal group as a member. STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
857 0xC0000359 The specified image file did not have the correct format, it appears to be a 32-bit Windows image. STATUS_INVALID_IMAGE_WIN_32
858 0xC000035A The specified image file did not have the correct format, it appears to be a 64-bit Windows image. STATUS_INVALID_IMAGE_WIN_64
859 0xC000035B Client's supplied SSPI channel bindings were incorrect. STATUS_BAD_BINDINGS
860 0xC000035C The client's session has expired, so the client must reauthenticate to continue accessing the remote resources. STATUS_NETWORK_SESSION_EXPIRED
861 0xC000035D AppHelp dialog canceled thus preventing the application from starting. STATUS_APPHELP_BLOCK
862 0xC000035E The SID filtering operation removed all SIDs. STATUS_ALL_SIDS_FILTERED
863 0xC000035F The driver was not loaded because the system is booting into safe mode. STATUS_NOT_SAFE_MODE_DRIVER
865 0xC0000361 Access to %1 has been restricted by your Administrator by the default software restriction policy level. STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT
866 0xC0000362 Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3 STATUS_ACCESS_DISABLED_BY_POLICY_PATH
867 0xC0000363 Access to %1 has been restricted by your Administrator by software publisher policy. STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER
868 0xC0000364 Access to %1 has been restricted by your Administrator by policy rule %2. STATUS_ACCESS_DISABLED_BY_POLICY_OTHER
869 0xC0000365 The driver was not loaded because it failed it's initialization call. STATUS_FAILED_DRIVER_ENTRY
870 0xC0000366 The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection. STATUS_DEVICE_ENUMERATION_ERROR
871 0x00000367 An operation is blocked waiting for an oplock. STATUS_WAIT_FOR_OPLOCK
872 0xC0000368 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. STATUS_MOUNT_POINT_NOT_RESOLVED
873 0xC0000369 The device object parameter is either not a valid device object or is not attached to the volume specified by the file name. STATUS_INVALID_DEVICE_OBJECT_PARAMETER
874 0xC000036A A Machine Check Error has occurred. Please check the system eventlog for additional information. STATUS_MCA_OCCURED
875 0xC000036B Driver %2 has been blocked from loading. STATUS_DRIVER_BLOCKED_CRITICAL
876 0xC000036C Driver %2 has been blocked from loading. STATUS_DRIVER_BLOCKED
877 0xC000036D There was error [%2] processing the driver database. STATUS_DRIVER_DATABASE_ERROR
878 0xC000036E System hive size has exceeded its limit. STATUS_SYSTEM_HIVE_TOO_LARGE
879 0xC000036F A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image. STATUS_INVALID_IMPORT_OF_NON_DLL
880 0x40000370 The Directory Service is shutting down. STATUS_DS_SHUTTING_DOWN
881 0xC0000371 The local account store does not contain secret material for the specified account. STATUS_NO_SECRETS
882 0xC0000372 Access to %1 has been restricted by your Administrator by policy rule %2. STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY
883 0xC0000373 The system was not able to allocate enough memory to perform a stack switch. STATUS_FAILED_STACK_SWITCH
884 0xC0000374 A heap has been corrupted. STATUS_HEAP_CORRUPTION
896 0xC0000380 An incorrect PIN was presented to the smart card STATUS_SMARTCARD_WRONG_PIN
897 0xC0000381 The smart card is blocked STATUS_SMARTCARD_CARD_BLOCKED
898 0xC0000382 No PIN was presented to the smart card STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED
899 0xC0000383 No smart card available STATUS_SMARTCARD_NO_CARD
900 0xC0000384 The requested key container does not exist on the smart card STATUS_SMARTCARD_NO_KEY_CONTAINER
901 0xC0000385 The requested certificate does not exist on the smart card STATUS_SMARTCARD_NO_CERTIFICATE
902 0xC0000386 The requested keyset does not exist STATUS_SMARTCARD_NO_KEYSET
903 0xC0000387 A communication error with the smart card has been detected. STATUS_SMARTCARD_IO_ERROR
904 0xC0000388 The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. STATUS_DOWNGRADE_DETECTED
905 0xC0000389 The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log. STATUS_SMARTCARD_CERT_REVOKED
906 0xC000038A An untrusted certificate authority was detected While processing the smartcard certificate used for authentication. Please contact your system administrator. STATUS_ISSUING_CA_UNTRUSTED
907 0xC000038B The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator. STATUS_REVOCATION_OFFLINE_C
908 0xC000038C The smartcard certificate used for authentication was not trusted. Please contact your system administrator. STATUS_PKINIT_CLIENT_FAILURE
909 0xC000038D The smartcard certificate used for authentication has expired. Please contact your system administrator. STATUS_SMARTCARD_CERT_EXPIRED
910 0xC000038E The driver could not be loaded because a previous version of the driver is still in memory. STATUS_DRIVER_FAILED_PRIOR_UNLOAD
911 0xC000038F The smartcard provider could not perform the action since the context was acquired as silent. STATUS_SMARTCARD_SILENT_CONTEXT
1025 0xC0000401 The current user's delegated trust creation quota has been exceeded. STATUS_PER_USER_TRUST_QUOTA_EXCEEDED
1026 0xC0000402 The total delegated trust creation quota has been exceeded. STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED
1027 0xC0000403 The current user's delegated trust deletion quota has been exceeded. STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED
1028 0xC0000404 The requested name already exists as a unique identifier. STATUS_DS_NAME_NOT_UNIQUE
1029 0xC0000405 The requested object has a non-unique identifier and cannot be retrieved. STATUS_DS_DUPLICATE_ID_FOUND
1030 0xC0000406 The group cannot be converted due to attribute restrictions on the requested group type. STATUS_DS_GROUP_CONVERSION_ERROR
1031 0xC0000407 {Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation. STATUS_VOLSNAP_PREPARE_HIBERNATE
1032 0xC0000408 Kerberos sub-protocol User2User is required. STATUS_USER2USER_REQUIRED
1033 0xC0000409 The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application. STATUS_STACK_BUFFER_OVERRUN
1034 0xC000040A The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user. STATUS_NO_S4U_PROT_SUPPORT
1035 0xC000040B An attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator. STATUS_CROSSREALM_DELEGATION_FAILURE
1036 0xC000040C The revocation status of the domain controller certificate used for smartcard authentication could not be determined. There is additional information in the system event log. Please contact your system administrator. STATUS_REVOCATION_OFFLINE_KDC
1037 0xC000040D An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator. STATUS_ISSUING_CA_UNTRUSTED_KDC
1038 0xC000040E The domain controller certificate used for smartcard logon has expired. Please contact your system administrator with the contents of your system event log. STATUS_KDC_CERT_EXPIRED
1039 0xC000040F The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log. STATUS_KDC_CERT_REVOKED
1040 0xC0000410 Data present in one of the parameters is more than the function can operate on. STATUS_PARAMETER_QUOTA_EXCEEDED
1041 0xC0000411 The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted. STATUS_HIBERNATION_FAILURE
1042 0xC0000412 An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed. STATUS_DELAY_LOAD_FAILED
1043 0xC0000413 Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine. STATUS_AUTHENTICATION_FIREWALL_FAILED
1044 0xC0000414 %hs is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator. STATUS_VDM_DISALLOWED
1045 0xC0000415 {Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft. STATUS_HUNG_DISPLAY_DRIVER_THREAD
1046 0xC0000416 The Desktop heap encountered an error while allocating session memory. There is more information in the system event log. STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE
1047 0xC0000417 An invalid parameter was passed to a C runtime function. STATUS_INVALID_CRUNTIME_PARAMETER
1048 0xC0000418 The authentication failed since NTLM was blocked. STATUS_NTLM_BLOCKED
1057 0xC0000421 Application verifier has found an error in the current process. STATUS_VERIFIER_STOP
1060 0xC0000424 %2 has been blocked from loading due to incompatibility with this system. Please contact your software vendor for a compatible version of the driver. STATUS_INCOMPATIBLE_DRIVER_BLOCKED
1061 0xC0000425 Illegal operation attempted on a registry key which has already been unloaded. STATUS_HIVE_UNLOADED
1062 0xC0000426 Compression is disabled for this volume. STATUS_COMPRESSION_DISABLED
1063 0xC0000427 The requested operation could not be completed due to a file system limitation STATUS_FILE_SYSTEM_LIMITATION
1064 0xC0000428 Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. STATUS_INVALID_IMAGE_HASH
1065 0xC0000429 The implementation is not capable of performing the request. STATUS_NOT_CAPABLE
1066 0xC000042A The requested operation is out of order with respect to other operations. STATUS_REQUEST_OUT_OF_SEQUENCE
1067 0xC000042B An operation attempted to exceed an implementation-defined limit. STATUS_IMPLEMENTATION_LIMIT
1068 0xC000042C The requested operation requires elevation. STATUS_ELEVATION_REQUIRED
1074 0xC0000432 The operation was attempted beyond the valid data length of the file. STATUS_BEYOND_VDL
1075 0xC0000433 The attempted write operation encountered a write already in progress for some portion of the range. STATUS_ENCOUNTERED_WRITE_IN_PROGRESS
1076 0xC0000434 The page fault mappings changed in the middle of processing a fault so the operation must be retried. STATUS_PTE_CHANGED
1077 0xC0000435 The attempt to purge this file from memory failed to purge some or all the data from memory. STATUS_PURGE_FAILED
1088 0xC0000440 The requested credential requires confirmation. STATUS_CRED_REQUIRES_CONFIRMATION
1089 0xC0000441 The remote server sent an invalid response for a file being opened with Client Side Encryption. STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE
1090 0xC0000442 Client Side Encryption is not supported by the remote server even though it claims to support it. STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER
1091 0xC0000443 File is encrypted and should be opened in Client Side Encryption mode. STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE
1092 0xC0000444 A new encrypted file is being created and a $EFS needs to be provided. STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE
1093 0xC0000445 The SMB client requested a CSE FSCTL on a non-CSE file. STATUS_CS_ENCRYPTION_FILE_NOT_CSE
1094 0xC0000446 Indicates a particular Security ID may not be assigned as the label of an object. STATUS_INVALID_LABEL
1104 0xC0000450 The process hosting the driver for this device has terminated. STATUS_DRIVER_PROCESS_TERMINATED
1105 0xC0000451 The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria. STATUS_AMBIGUOUS_SYSTEM_DEVICE
1106 0xC0000452 The requested system device cannot be found. STATUS_SYSTEM_DEVICE_NOT_FOUND
1107 0xC0000453 This boot application must be restarted. STATUS_RESTART_BOOT_APPLICATION
1280 0xC0000500 The specified task name is invalid. STATUS_INVALID_TASK_NAME
1281 0xC0000501 The specified task index is invalid. STATUS_INVALID_TASK_INDEX
1282 0xC0000502 The specified thread is already joining a task. STATUS_THREAD_ALREADY_IN_TASK
1283 0xC0000503 A callback has requested to bypass native code. STATUS_CALLBACK_BYPASS
1792 0xC0000700 The ALPC port is closed. STATUS_PORT_CLOSED
1793 0xC0000701 The ALPC message requested is no longer available. STATUS_MESSAGE_LOST
1794 0xC0000702 The ALPC message supplied is invalid. STATUS_INVALID_MESSAGE
1795 0xC0000703 The ALPC message has been canceled. STATUS_REQUEST_CANCELED
1796 0xC0000704 Invalid recursive dispatch attempt. STATUS_RECURSIVE_DISPATCH
1797 0xC0000705 No receive buffer has been supplied in a synchrounus request. STATUS_LPC_RECEIVE_BUFFER_EXPECTED
1798 0xC0000706 The connection port is used in an invalid context. STATUS_LPC_INVALID_CONNECTION_USAGE
1799 0xC0000707 The ALPC port does not accept new request messages. STATUS_LPC_REQUESTS_NOT_ALLOWED
1800 0xC0000708 The resource requested is already in use. STATUS_RESOURCE_IN_USE
1801 0xC0000709 The hardware has reported an uncorrectable memory error. STATUS_HARDWARE_MEMORY_ERROR
1802 0xC000070A Status 0x%08x was returned, waiting on handle 0x%x for wait 0x%p, in waiter 0x%p. STATUS_THREADPOOL_HANDLE_EXCEPTION
1803 0xC000070B After a callback to 0x%p(0x%p), a completion call to SetEvent(0x%p) failed with status 0x%08x. STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED
1804 0xC000070C After a callback to 0x%p(0x%p), a completion call to ReleaseSemaphore(0x%p, %d) failed with status 0x%08x. STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED
1805 0xC000070D After a callback to 0x%p(0x%p), a completion call to ReleaseMutex(%p) failed with status 0x%08x. STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED
1806 0xC000070E After a callback to 0x%p(0x%p), an completion call to FreeLibrary(%p) failed with status 0x%08x. STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED
1807 0xC000070F The threadpool 0x%p was released while a thread was posting a callback to 0x%p(0x%p) to it. STATUS_THREADPOOL_RELEASED_DURING_OPERATION
1808 0xC0000710 A threadpool worker thread is impersonating a client, after a callback to 0x%p(0x%p). This is unexpected, indicating that the callback is missing a call to revert the impersonation. STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING
1809 0xC0000711 A threadpool worker thread is impersonating a client, after executing an APC. This is unexpected, indicating that the APC is missing a call to revert the impersonation. STATUS_APC_RETURNED_WHILE_IMPERSONATING
1810 0xC0000712 Either the target process, or the target thread's containing process, is a protected process. STATUS_PROCESS_IS_PROTECTED
1811 0xC0000713 A Thread is getting dispatched with MCA EXCEPTION because of MCA. STATUS_MCA_EXCEPTION
1812 0xC0000714 The client certificate account mapping is not unique. STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE
1813 0xC0000715 The symbolic link cannot be followed because its type is disabled. STATUS_SYMLINK_CLASS_DISABLED
1814 0xC0000716 Indicates that the specified string is not valid for IDN normalization. STATUS_INVALID_IDN_NORMALIZATION
1815 0xC0000717 No mapping for the Unicode character exists in the target multi-byte code page. STATUS_NO_UNICODE_TRANSLATION
1816 0xC0000718 The provided callback is already registered. STATUS_ALREADY_REGISTERED
1817 0xC0000719 The provided context did not match the target. STATUS_CONTEXT_MISMATCH
1818 0xC000071A The specified port already has a completion list. STATUS_PORT_ALREADY_HAS_COMPLETION_LIST
1819 0xC000071B A threadpool worker thread enter a callback at thread base priority 0x%x and exited at priority 0x%x. This is unexpected, indicating that the callback missed restoring the priority. STATUS_CALLBACK_RETURNED_THREAD_PRIORITY
1820 0xC000071C An invalid thread, handle %p, is specified for this operation. Possibly, a threadpool worker thread was specified. STATUS_INVALID_THREAD
1821 0xC000071D A threadpool worker thread enter a callback, which left transaction state. This is unexpected, indicating that the callback missed clearing the transaction. STATUS_CALLBACK_RETURNED_TRANSACTION
1822 0xC000071E A threadpool worker thread enter a callback, which left the loader lock held. This is unexpected, indicating that the callback missed releasing the lock. STATUS_CALLBACK_RETURNED_LDR_LOCK
1823 0xC000071F A threadpool worker thread enter a callback, which left with preferred languages set. This is unexpected, indicating that the callback missed clearing them. STATUS_CALLBACK_RETURNED_LANG
1824 0xC0000720 A threadpool worker thread enter a callback, which left with background priorities set. This is unexpected, indicating that the callback missed restoring the original priorities. STATUS_CALLBACK_RETURNED_PRI_BACK
1825 0xC0000721 A threadpool worker thread enter a callback at thread affinity %p and exited at affinity %p. This is unexpected, indicating that the callback missed restoring the priority. STATUS_CALLBACK_RETURNED_THREAD_AFFINITY
2048 0xC0000800 The attempted operation required self healing to be enabled. STATUS_DISK_REPAIR_DISABLED
2049 0xC0000801 The Directory Service cannot perform the requested operation because a domain rename operation is in progress. STATUS_DS_DOMAIN_RENAME_IN_PROGRESS
2050 0xC0000802 The requested file operation failed because the storage quota was exceeded. To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator. STATUS_DISK_QUOTA_EXCEEDED
2051 0x80000803 Windows discovered a corruption in the file %hs. This file has now been repaired. Please check if any data in the file was lost because of the corruption. STATUS_DATA_LOST_REPAIR
2052 0xC0000804 The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator. STATUS_CONTENT_BLOCKED
2053 0xC0000805 The operation could not be completed due to bad clusters on disk. STATUS_BAD_CLUSTERS
2054 0xC0000806 The operation could not be completed because the volume is dirty. Please run chkdsk and try again. STATUS_VOLUME_DIRTY
2305 0xC0000901 This file is checked out or locked for editing by another user. STATUS_FILE_CHECKED_OUT
2306 0xC0000902 The file must be checked out before saving changes. STATUS_CHECKOUT_REQUIRED
2307 0xC0000903 The file type being saved or retrieved has been blocked. STATUS_BAD_FILE_TYPE
2308 0xC0000904 The file size exceeds the limit allowed and cannot be saved. STATUS_FILE_TOO_LARGE
2309 0xC0000905 Access Denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically. STATUS_FORMS_AUTH_REQUIRED
2310 0xC0000906 Operation did not complete successfully because the file contains a virus. STATUS_VIRUS_INFECTED
2311 0xC0000907 This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location. STATUS_VIRUS_DELETED
2312 0xC0000908 The resources required for this device conflict with the MCFG table. STATUS_BAD_MCFG_TABLE
4096 0x80001000 E_NOTEXIST
4097 0x80001001 E_DUPLICATE
4098 0x80001002 E_BADVERSION
4099 0x80001003 E_BADFILE
4100 0x80001004 E_BADFORMAT
4101 0x80001005 E_NOPERMISSION
4102 0x80001006 E_ASSERT
4103 0x80001007 E_INTERRUPT
4104 0x80001008 E_NOTSUPPORTED
4105 0x80001009 E_OUTOFRANGE
4106 0x8000100A E_GROUPIDTOOBIG
4107 0x8000100B E_TOOMANYTITLES
4108 0x8000100C E_NOMERGEDDATA
4109 0x8000100D E_NOTFOUND
4110 0x8000100E E_CANTFINDDLL
4111 0x8000100F E_NOHANDLE
4112 0x80001010 E_GETLASTERROR
4113 0x80001011 E_BADPARAM
4114 0x80001012 E_INVALIDSTATE
4115 0x80001013 E_ALREADYOPEN
4115 0x80001013 E_NOTOPEN
4118 0x80001016 E_UNKNOWN_TRANSPORT
4119 0x80001017 E_UNSUPPORTED_TRANSPORT
4120 0x80001018 E_BADFILTERSIZE
4121 0x80001019 E_TOOMANYOBJECTS
4128 0x80001020 E_NAMETOOLONG
4144 0x80001030 E_FILECREATE
4145 0x80001031 E_FILECLOSE
4146 0x80001032 E_FILEREAD
4147 0x80001033 E_FILESEEK
4148 0x80001034 E_FILEWRITE
4149 0x80001035 E_FILEDELETE
4150 0x80001036 E_FILEINVALID
4151 0x80001037 E_FILENOTFOUND
4152 0x80001038 E_DISKFULL
4176 0x80001050 E_TOOMANYTOPICS
4177 0x80001051 E_TOOMANYDUPS
4178 0x80001052 E_TREETOOBIG
4179 0x80001053 E_BADBREAKER
4180 0x80001054 E_BADVALUE
4181 0x80001055 E_ALL_WILD
4182 0x80001056 E_TOODEEP
4183 0x80001057 E_EXPECTEDTERM
4184 0x80001058 E_MISSLPAREN
4185 0x80001059 E_MISSRPAREN
4186 0x8000105A E_MISSQUOTE
4187 0x8000105B E_NULLQUERY
4188 0x8000105C E_STOPWORD
4189 0x8000105D E_BADRANGEOP
4190 0x8000105E E_UNMATCHEDTYPE
4191 0x8000105F E_WORDTOOLONG
4192 0x80001060 E_BADINDEXFLAGS
4193 0x80001061 E_WILD_IN_DTYPE
4194 0x80001062 E_NOSTEMMER
4224 0x80001080 E_MISSINGPROP
4225 0x80001081 E_PROPLISTNOTEMPTY
4226 0x80001082 E_PROPLISTEMPTY
4227 0x80001083 E_ALREADYINIT
4228 0x80001084 E_NOTINIT
4229 0x80001085 E_RESULTSETEMPTY
4230 0x80001086 E_TOOMANYCOLUMNS
4231 0x80001087 E_NOKEYPROP
8477 0x8000211D While late binding to a method via reflection, could not resolve between multiple overloads of a method. COR_E_AMBIGUOUSMATCH
16385 0x80004001 Not implemented E_NOTIMPL
16386 0x80004002 No such interface supported E_NOINTERFACE
16387 0x80004003 Invalid pointer E_POINTER
16388 0x80004004 Operation aborted E_ABORT
16389 0x80004005 Unspecified error E_FAIL
16390 0x80004006 Thread local storage failure CO_E_INIT_TLS
16391 0x80004007 Get shared memory allocator failure CO_E_INIT_SHARED_ALLOCATOR
16392 0x80004008 Get memory allocator failure CO_E_INIT_MEMORY_ALLOCATOR
16393 0x80004009 Unable to initialize class cache CO_E_INIT_CLASS_CACHE
16394 0x8000400A Unable to initialize RPC services CO_E_INIT_RPC_CHANNEL
16395 0x8000400B Cannot set thread local storage channel control CO_E_INIT_TLS_SET_CHANNEL_CONTROL
16396 0x8000400C Could not allocate thread local storage channel control CO_E_INIT_TLS_CHANNEL_CONTROL
16397 0x8000400D The user supplied memory allocator is unacceptable CO_E_INIT_UNACCEPTED_USER_ALLOCATOR
16398 0x8000400E The OLE service mutex already exists CO_E_INIT_SCM_MUTEX_EXISTS
16399 0x8000400F The OLE service file mapping already exists CO_E_INIT_SCM_FILE_MAPPING_EXISTS
16400 0x80004010 Unable to map view of file for OLE service CO_E_INIT_SCM_MAP_VIEW_OF_FILE
16401 0x80004011 Failure attempting to launch OLE service CO_E_INIT_SCM_EXEC_FAILURE
16402 0x80004012 There was an attempt to call CoInitialize a second time while single threaded CO_E_INIT_ONLY_SINGLE_THREADED
16403 0x80004013 A Remote activation was necessary but was not allowed CO_E_CANT_REMOTE
16404 0x80004014 A Remote activation was necessary but the server name provided was invalid CO_E_BAD_SERVER_NAME
16405 0x80004015 The class is configured to run as a security id different from the caller CO_E_WRONG_SERVER_IDENTITY
16406 0x80004016 Use of Ole1 services requiring DDE windows is disabled CO_E_OLE1DDE_DISABLED
16407 0x80004017 A RunAs specification must be <domain name>\<user name> or simply <user name> CO_E_RUNAS_SYNTAX
16408 0x80004018 The server process could not be started. The pathname may be incorrect. CO_E_CREATEPROCESS_FAILURE
16409 0x80004019 The server process could not be started as the configured identity. The pathname may be incorrect or unavailable. CO_E_RUNAS_CREATEPROCESS_FAILURE
16410 0x8000401A The server process could not be started because the configured identity is incorrect. Check the username and password. CO_E_RUNAS_LOGON_FAILURE
16411 0x8000401B The client is not allowed to launch this server. CO_E_LAUNCH_PERMSSION_DENIED
16412 0x8000401C The service providing this server could not be started. CO_E_START_SERVICE_FAILURE
16413 0x8000401D This computer was unable to communicate with the computer providing the server. CO_E_REMOTE_COMMUNICATION_FAILURE
16414 0x8000401E The server did not respond after being launched. CO_E_SERVER_START_TIMEOUT
16415 0x8000401F The registration information for this server is inconsistent or incomplete. CO_E_CLSREG_INCONSISTENT
16416 0x80004020 The registration information for this interface is inconsistent or incomplete. CO_E_IIDREG_INCONSISTENT
16417 0x80004021 The operation attempted is not supported. CO_E_NOT_SUPPORTED
16418 0x80004022 A dll must be loaded. CO_E_RELOAD_DLL
16419 0x80004023 A Microsoft Software Installer error was encountered. CO_E_MSI_ERROR
16420 0x80004024 The specified activation could not occur in the client context as specified. CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT
16421 0x80004025 Activations on the server are paused. CO_E_SERVER_PAUSED
16422 0x80004026 Activations on the server are not paused. CO_E_SERVER_NOT_PAUSED
16423 0x80004027 The component or application containing the component has been disabled. CO_E_CLASS_DISABLED
16424 0x80004028 The common language runtime is not available CO_E_CLRNOTAVAILABLE
16425 0x80004029 The thread-pool rejected the submitted asynchronous work. CO_E_ASYNC_WORK_REJECTED
16426 0x8000402A The server started, but did not finish initializing in a timely fashion. CO_E_SERVER_INIT_TIMEOUT
16427 0x8000402B Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate. CO_E_NO_SECCTX_IN_ACTIVATE
16432 0x80004030 The provided tracker configuration is invalid CO_E_TRACKER_CONFIG
16433 0x80004031 The provided thread pool configuration is invalid CO_E_THREADPOOL_CONFIG
16434 0x80004032 The provided side-by-side configuration is invalid CO_E_SXS_CONFIG
16435 0x80004033 The server principal name (SPN) obtained during security negotiation is malformed. CO_E_MALFORMED_SPN
20480 0x80005000 An invalid directory pathname was passed E_ADS_BAD_PATHNAME
20481 0x80005001 An unknown directory domain object was requested E_ADS_INVALID_DOMAIN_OBJECT
20482 0x80005002 An unknown directory user object was requested E_ADS_INVALID_USER_OBJECT
20483 0x80005003 An unknown directory computer object was requested E_ADS_INVALID_COMPUTER_OBJECT
20484 0x80005004 An unknown directory object was requested E_ADS_UNKNOWN_OBJECT
20485 0x80005005 The specified directory property was not set E_ADS_PROPERTY_NOT_SET
20486 0x80005006 The specified directory property is not supported E_ADS_PROPERTY_NOT_SUPPORTED
20487 0x80005007 The specified directory property is invalid E_ADS_PROPERTY_INVALID
20488 0x80005008 One or more input parameters are invalid E_ADS_BAD_PARAMETER
20489 0x80005009 The specified directory object is not bound to a remote resource E_ADS_OBJECT_UNBOUND
20490 0x8000500A The specified directory object has not been modified E_ADS_PROPERTY_NOT_MODIFIED
20491 0x8000500B The specified directory object has been modified E_ADS_PROPERTY_MODIFIED
20492 0x8000500C The directory datatype cannot be converted to/from a native DS datatype E_ADS_CANT_CONVERT_DATATYPE
20493 0x8000500D The directory property cannot be found in the cache. E_ADS_PROPERTY_NOT_FOUND
20494 0x8000500E The directory object exists. E_ADS_OBJECT_EXISTS
20495 0x8000500F The attempted action violates the DS schema rules. E_ADS_SCHEMA_VIOLATION
20496 0x80005010 The specified column in the directory was not set. E_ADS_COLUMN_NOT_SET
20497 0x00005011 One or more errors occurred S_ADS_ERRORSOCCURRED
20498 0x00005012 No more rows to be obatained by the search result. S_ADS_NOMORE_ROWS
20499 0x00005013 No more columns to be obatained for the current row. S_ADS_NOMORE_COLUMNS
20500 0x80005014 The search filter specified is invalid E_ADS_INVALID_FILTER
39064 0xC0009898 WOW Assertion Error. STATUS_WOW_ASSERTION
40960 0xC000A000 The cryptographic signature is invalid. STATUS_INVALID_SIGNATURE
40961 0xC000A001 The cryptographic provider does not support HMAC. STATUS_HMAC_NOT_SUPPORTED
40976 0xC000A010 The IPSEC queue overflowed. STATUS_IPSEC_QUEUE_OVERFLOW
40977 0xC000A011 The neighbor discovery queue overflowed. STATUS_ND_QUEUE_OVERFLOW
40978 0xC000A012 An ICMP hop limit exceeded error was received. STATUS_HOPLIMIT_EXCEEDED
40979 0xC000A013 The protocol is not installed on the local machine. STATUS_PROTOCOL_NOT_SUPPORTED
41088 0xC000A080 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere. STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED
41089 0xC000A081 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Please try to save this file elsewhere. STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR
41090 0xC000A082 {Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected. STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR
41091 0xC000A083 Windows was unable to parse the requested XML data. STATUS_XML_PARSE_ERROR
41092 0xC000A084 An error was encountered while processing an XML digital signature. STATUS_XMLDSIG_ERROR
41093 0xC000A085 Indicates that the caller made the connection request in the wrong routing compartment. STATUS_WRONG_COMPARTMENT
41094 0xC000A086 Indicates that there was an AuthIP failure when attempting to connect to the remote host. STATUS_AUTHIP_FAILURE
65535 0x8000FFFF Catastrophic failure E_UNEXPECTED