본문 바로가기
Windows Internals

Windows Error Codes 2: NTSTATUS Error Codes

by oobw 2024. 5. 16.

이번 글에서는 Windows 커널과 드라이버 개발에서 사용되며, 커널 모드 작업의 성공과 실패를 알려주는 NTSTATUS 에러 코드에 대해서 리스트업 합니다. 다른 에러 코드는 관련 블로그 글을 참조하세요.

Windows Error Codes 관련 모든글

NTSTATUS Error Codes Full List

code hex name description
0 0x00000000 STATUS_SUCCESS The operation completed successfully.
0 0x00000000 STATUS_WAIT_0 The caller specified WaitAny for WaitType and one of\n the dispatcher objects in the Object array has been set to the signaled\n state.
1 0x00000001 STATUS_WAIT_1 The caller specified WaitAny for WaitType and one of\n the dispatcher objects in the Object array has been set to the signaled\n state.
2 0x00000002 STATUS_WAIT_2 The caller specified WaitAny for WaitType and one of\n the dispatcher objects in the Object array has been set to the signaled\n state.
3 0x00000003 STATUS_WAIT_3 The caller specified WaitAny for WaitType and one of\n the dispatcher objects in the Object array has been set to the signaled\n state.
63 0x0000003F STATUS_WAIT_63 The caller specified WaitAny for WaitType and one of\n the dispatcher objects in the Object array has been set to the signaled\n state.
128 0x00000080 STATUS_ABANDONED The caller attempted to wait for a mutex that has been\n abandoned.
128 0x00000080 STATUS_ABANDONED_WAIT_0 The caller attempted to wait for a mutex that has been\n abandoned.
191 0x000000BF STATUS_ABANDONED_WAIT_63 The caller attempted to wait for a mutex that has been\n abandoned.
192 0x000000C0 STATUS_USER_APC A user-mode APC was delivered before the given\n Interval expired.
257 0x00000101 STATUS_ALERTED The delay completed because the thread was alerted.
258 0x00000102 STATUS_TIMEOUT The given Timeout interval expired.
259 0x00000103 STATUS_PENDING The operation that was requested is pending\n completion.
260 0x00000104 STATUS_REPARSE A reparse should be performed by the Object Manager\n because the name of the file resulted in a symbolic link.
261 0x00000105 STATUS_MORE_ENTRIES Returned by enumeration APIs to indicate more\n information is available to successive calls.
262 0x00000106 STATUS_NOT_ALL_ASSIGNED Indicates not all privileges or groups that are\n referenced are assigned to the caller. This allows, for example, all\n privileges to be disabled without having to know exactly which privileges are\n assigned.
263 0x00000107 STATUS_SOME_NOT_MAPPED Some of the information to be translated has not been\n translated.
264 0x00000108 STATUS_OPLOCK_BREAK_IN_PROGRESS An open/create operation completed while an\n opportunistic lock (oplock) break is underway.
265 0x00000109 STATUS_VOLUME_MOUNTED A new volume has been mounted by a file system.
266 0x0000010A STATUS_RXACT_COMMITTED This success level status indicates that the\n transaction state already exists for the registry subtree but that a\n transaction commit was previously aborted. The commit has now been completed.
267 0x0000010B STATUS_NOTIFY_CLEANUP Indicates that a notify change request has been\n completed due to closing the handle that made the notify change request.
268 0x0000010C STATUS_NOTIFY_ENUM_DIR Indicates that a notify change request is being\n completed and that the information is not being returned in the caller's\n buffer. The caller now needs to enumerate the files to find the changes.
269 0x0000010D STATUS_NO_QUOTAS_FOR_ACCOUNT {No Quotas} No system quota limits are specifically\n set for this account.
270 0x0000010E STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED {Connect Failure on Primary Transport} An attempt was\n made to connect to the remote server %hs on the primary transport, but the\n connection failed. The computer WAS able to connect on a secondary transport.
272 0x00000110 STATUS_PAGE_FAULT_TRANSITION The page fault was a transition fault.
273 0x00000111 STATUS_PAGE_FAULT_DEMAND_ZERO The page fault was a demand zero fault.
274 0x00000112 STATUS_PAGE_FAULT_COPY_ON_WRITE The page fault was a demand zero fault.
275 0x00000113 STATUS_PAGE_FAULT_GUARD_PAGE The page fault was a demand zero fault.
276 0x00000114 STATUS_PAGE_FAULT_PAGING_FILE The page fault was satisfied by reading from a\n secondary storage device.
277 0x00000115 STATUS_CACHE_PAGE_LOCKED The cached page was locked during operation.
278 0x00000116 STATUS_CRASH_DUMP The crash dump exists in a paging file.
279 0x00000117 STATUS_BUFFER_ALL_ZEROS The specified buffer contains all zeros.
280 0x00000118 STATUS_REPARSE_OBJECT A reparse should be performed by the Object Manager\n because the name of the file resulted in a symbolic link.
281 0x00000119 STATUS_RESOURCE_REQUIREMENTS_CHANGED The device has succeeded a query-stop and its resource\n requirements have changed.
288 0x00000120 STATUS_TRANSLATION_COMPLETE The translator has translated these resources into the\n global space and no additional translations should be performed.
289 0x00000121 STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY The directory service evaluated group memberships\n locally, because it was unable to contact a global catalog server.
290 0x00000122 STATUS_NOTHING_TO_TERMINATE A process being terminated has no threads to\n terminate.
291 0x00000123 STATUS_PROCESS_NOT_IN_JOB The specified process is not part of a job.
292 0x00000124 STATUS_PROCESS_IN_JOB The specified process is part of a job.
293 0x00000125 STATUS_VOLSNAP_HIBERNATE_READY {Volume Shadow Copy Service} The system is now ready\n for hibernation.
294 0x00000126 STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY A file system or file system filter driver has\n successfully completed an FsFilter operation.
295 0x00000127 STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED The specified interrupt vector was already connected.
296 0x00000128 STATUS_INTERRUPT_STILL_CONNECTED The specified interrupt vector is still connected.
297 0x00000129 STATUS_PROCESS_CLONED The current process is a cloned process.
298 0x0000012A STATUS_FILE_LOCKED_WITH_ONLY_READERS The file was locked and all users of the file can only\n read.
299 0x0000012B STATUS_FILE_LOCKED_WITH_WRITERS The file was locked and at least one user of the file\n can write.
514 0x00000202 STATUS_RESOURCEMANAGER_READ_ONLY The specified ResourceManager made no changes or\n updates to the resource under this transaction.
871 0x00000367 STATUS_WAIT_FOR_OPLOCK An operation is blocked and waiting for an oplock.
65537 0x00010001 DBG_EXCEPTION_HANDLED Debugger handled the exception.
65538 0x00010002 DBG_CONTINUE The debugger continued.
1835009 0x001C0001 STATUS_FLT_IO_COMPLETE The IO was completed by a filter.
-1073740697 0xC0000467 STATUS_FILE_NOT_AVAILABLE The file is temporarily unavailable.
-1073740672 0xC0000480 STATUS_SHARE_UNAVAILABLE The share is temporarily unavailable.
-1073739999 0xC0000721 STATUS_CALLBACK_RETURNED_THREAD_AFFINITY A threadpool worker thread entered a callback at\n thread affinity %p and exited at affinity %p.\nThis is unexpected, indicating that the callback\n missed restoring the priority.
1073741824 0x40000000 STATUS_OBJECT_NAME_EXISTS {Object Exists} An attempt was made to create an\n object but the object name already exists.
1073741825 0x40000001 STATUS_THREAD_WAS_SUSPENDED {Thread Suspended} A thread termination occurred while\n the thread was suspended. The thread resumed, and termination proceeded.
1073741826 0x40000002 STATUS_WORKING_SET_LIMIT_RANGE {Working Set Range Error} An attempt was made to set\n the working set minimum or maximum to values that are outside the allowable\n range.
1073741827 0x40000003 STATUS_IMAGE_NOT_AT_BASE {Image Relocated} An image file could not be mapped at\n the address that is specified in the image file. Local fixes must be\n performed on this image.
1073741828 0x40000004 STATUS_RXACT_STATE_CREATED This informational level status indicates that a\n specified registry subtree transaction state did not yet exist and had to be\n created.
1073741829 0x40000005 STATUS_SEGMENT_NOTIFICATION {Segment Load} A virtual DOS machine (VDM) is loading,\n unloading, or moving an MS-DOS or Win16 program segment image. An exception\n is raised so that a debugger can load, unload, or track symbols and\n breakpoints within these 16-bit segments.
1073741830 0x40000006 STATUS_LOCAL_USER_SESSION_KEY {Local Session Key} A user session key was requested\n for a local remote procedure call (RPC) connection. The session key that is\n returned is a constant value and not unique to this connection.
1073741831 0x40000007 STATUS_BAD_CURRENT_DIRECTORY {Invalid Current Directory} The process cannot switch\n to the startup current directory %hs. Select OK to set the current directory\n to %hs, or select CANCEL to exit.
1073741832 0x40000008 STATUS_SERIAL_MORE_WRITES {Serial IOCTL Complete} A serial I/O operation was\n completed by another write to a serial port. (The IOCTL_SERIAL_XOFF_COUNTER\n reached zero.)
1073741833 0x40000009 STATUS_REGISTRY_RECOVERED {Registry Recovery} One of the files that contains the\n system registry data had to be recovered by using a log or alternate copy.\n The recovery was successful.
1073741834 0x4000000A STATUS_FT_READ_RECOVERY_FROM_BACKUP {Redundant Read} To satisfy a read request, the\n Windows NT operating system fault-tolerant file system successfully read the\n requested data from a redundant copy. This was done because the file system\n encountered a failure on a member of the fault-tolerant volume but was unable\n to reassign the failing area of the device.
1073741835 0x4000000B STATUS_FT_WRITE_RECOVERY {Redundant Write} To satisfy a write request, the\n Windows NT fault-tolerant file system successfully wrote a redundant copy of\n the information. This was done because the file system encountered a failure\n on a member of the fault-tolerant volume but was unable to reassign the\n failing area of the device.
1073741836 0x4000000C STATUS_SERIAL_COUNTER_TIMEOUT {Serial IOCTL Timeout} A serial I/O operation\n completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER\n had not reached zero.)
1073741837 0x4000000D STATUS_NULL_LM_PASSWORD {Password Too Complex} The Windows password is too\n complex to be converted to a LAN Manager password. The LAN Manager password\n that returned is a NULL string.
1073741838 0x4000000E STATUS_IMAGE_MACHINE_TYPE_MISMATCH {Machine Type Mismatch} The image file %hs is valid\n but is for a machine type other than the current machine. Select OK to\n continue, or CANCEL to fail the DLL load.
1073741839 0x4000000F STATUS_RECEIVE_PARTIAL {Partial Data Received} The network transport returned\n partial data to its client. The remaining data will be sent later.
1073741840 0x40000010 STATUS_RECEIVE_EXPEDITED {Expedited Data Received} The network transport\n returned data to its client that was marked as expedited by the remote\n system.
1073741841 0x40000011 STATUS_RECEIVE_PARTIAL_EXPEDITED {Partial Expedited Data Received} The network\n transport returned partial data to its client and this data was marked as\n expedited by the remote system. The remaining data will be sent later.
1073741842 0x40000012 STATUS_EVENT_DONE {TDI Event Done} The TDI indication has completed\n successfully.
1073741843 0x40000013 STATUS_EVENT_PENDING {TDI Event Pending} The TDI indication has entered the\n pending state.
1073741844 0x40000014 STATUS_CHECKING_FILE_SYSTEM Checking file system on %wZ.
1073741845 0x40000015 STATUS_FATAL_APP_EXIT {Fatal Application Exit} %hs
1073741846 0x40000016 STATUS_PREDEFINED_HANDLE The specified registry key is referenced by a\n predefined handle.
1073741847 0x40000017 STATUS_WAS_UNLOCKED {Page Unlocked} The page protection of a locked page\n was changed to 'No Access' and the page was unlocked from memory and from the\n process.
1073741848 0x40000018 STATUS_SERVICE_NOTIFICATION %hs
1073741849 0x40000019 STATUS_WAS_LOCKED {Page Locked} One of the pages to lock was already\n locked.
1073741850 0x4000001A STATUS_LOG_HARD_ERROR Application popup: %1 : %2
1073741851 0x4000001B STATUS_ALREADY_WIN32 A Win32 process already exists.
1073741852 0x4000001C STATUS_WX86_UNSIMULATE An exception status code that is used by the Win32 x86\n emulation subsystem.
1073741853 0x4000001D STATUS_WX86_CONTINUE An exception status code that is used by the Win32 x86\n emulation subsystem.
1073741854 0x4000001E STATUS_WX86_SINGLE_STEP An exception status code that is used by the Win32 x86\n emulation subsystem.
1073741855 0x4000001F STATUS_WX86_BREAKPOINT An exception status code that is used by the Win32 x86\n emulation subsystem.
1073741856 0x40000020 STATUS_WX86_EXCEPTION_CONTINUE An exception status code that is used by the Win32 x86\n emulation subsystem.
1073741857 0x40000021 STATUS_WX86_EXCEPTION_LASTCHANCE An exception status code that is used by the Win32 x86\n emulation subsystem.
1073741858 0x40000022 STATUS_WX86_EXCEPTION_CHAIN An exception status code that is used by the Win32 x86\n emulation subsystem.
1073741859 0x40000023 STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE {Machine Type Mismatch} The image file %hs is valid\n but is for a machine type other than the current machine.
1073741860 0x40000024 STATUS_NO_YIELD_PERFORMED A yield execution was performed and no thread was\n available to run.
1073741861 0x40000025 STATUS_TIMER_RESUME_IGNORED The resume flag to a timer API was ignored.
1073741862 0x40000026 STATUS_ARBITRATION_UNHANDLED The arbiter has deferred arbitration of these\n resources to its parent.
1073741863 0x40000027 STATUS_CARDBUS_NOT_SUPPORTED The device has detected a CardBus card in its slot.
1073741864 0x40000028 STATUS_WX86_CREATEWX86TIB An exception status code that is used by the Win32 x86\n emulation subsystem.
1073741865 0x40000029 STATUS_MP_PROCESSOR_MISMATCH The CPUs in this multiprocessor system are not all the\n same revision level. To use all processors, the operating system restricts\n itself to the features of the least capable processor in the system. If problems\n occur with this system, contact the CPU manufacturer to see if this mix of\n processors is supported.
1073741866 0x4000002A STATUS_HIBERNATED The system was put into hibernation.
1073741867 0x4000002B STATUS_RESUME_HIBERNATION The system was resumed from hibernation.
1073741868 0x4000002C STATUS_FIRMWARE_UPDATED Windows has detected that the system firmware (BIOS)\n was updated [previous firmware date = %2, current firmware date %3].
1073741869 0x4000002D STATUS_DRIVERS_LEAKING_LOCKED_PAGES A device driver is leaking locked I/O pages and is causing\n system degradation. The system has automatically enabled the tracking code to\n try and catch the culprit.
1073741870 0x4000002E STATUS_MESSAGE_RETRIEVED The ALPC message being canceled has already been\n retrieved from the queue on the other side.
1073741871 0x4000002F STATUS_SYSTEM_POWERSTATE_TRANSITION The system power state is transitioning from %2 to %3.
1073741872 0x40000030 STATUS_ALPC_CHECK_COMPLETION_LIST The receive operation was successful. Check the ALPC\n completion list for the received message.
1073741873 0x40000031 STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION The system power state is transitioning from %2 to %3\n but could enter %4.
1073741874 0x40000032 STATUS_ACCESS_AUDIT_BY_POLICY Access to %1 is monitored by policy rule %2.
1073741875 0x40000033 STATUS_ABANDON_HIBERFILE A valid hibernation file has been invalidated and\n should be abandoned.
1073741876 0x40000034 STATUS_BIZRULES_NOT_ENABLED Business rule scripts are disabled for the calling\n application.
1073742484 0x40000294 STATUS_WAKE_SYSTEM The system has awoken.
1073742704 0x40000370 STATUS_DS_SHUTTING_DOWN The directory service is shutting down.
1073807361 0x40010001 DBG_REPLY_LATER Debugger will reply later.
1073807362 0x40010002 DBG_UNABLE_TO_PROVIDE_HANDLE Debugger cannot provide a handle.
1073807363 0x40010003 DBG_TERMINATE_THREAD Debugger terminated the thread.
1073807364 0x40010004 DBG_TERMINATE_PROCESS Debugger terminated the process.
1073807365 0x40010005 DBG_CONTROL_C Debugger obtained control of C.
1073807366 0x40010006 DBG_PRINTEXCEPTION_C Debugger printed an exception on control C.
1073807367 0x40010007 DBG_RIPEXCEPTION Debugger received a RIP exception.
1073807368 0x40010008 DBG_CONTROL_BREAK Debugger received a control break.
1073807369 0x40010009 DBG_COMMAND_EXCEPTION Debugger command communication exception.
1073872982 0x40020056 RPC_NT_UUID_LOCAL_ONLY A UUID that is valid\n only on this computer has been allocated.
1073873071 0x400200AF RPC_NT_SEND_INCOMPLETE Some data remains to be sent in the request buffer.
1074397188 0x400A0004 STATUS_CTX_CDM_CONNECT The Client Drive Mapping Service has connected on\n Terminal Connection.
1074397189 0x400A0005 STATUS_CTX_CDM_DISCONNECT The Client Drive Mapping Service has disconnected on\n Terminal Connection.
1075118093 0x4015000D STATUS_SXS_RELEASE_ACTIVATION_CONTEXT A kernel mode component is releasing a reference on an\n activation context.
1075380276 0x40190034 STATUS_RECOVERY_NOT_NEEDED The transactional resource manager is already\n consistent. Recovery is not needed.
1075380277 0x40190035 STATUS_RM_ALREADY_STARTED The transactional resource manager has already been\n started.
1075445772 0x401A000C STATUS_LOG_NO_RESTART The log service encountered a log stream with no\n restart area.
1075511532 0x401B00EC STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST {Display Driver Recovered From Failure} The %hs\n display driver has detected a failure and recovered from it. Some graphical\n operations might have failed. The next time you restart the machine, a dialog\n box appears, giving you an opportunity to upload data about this failure to\n Microsoft.
1075707914 0x401E000A STATUS_GRAPHICS_PARTIAL_DATA_POPULATED The specified buffer is not big enough to contain the\n entire requested dataset. Partial data is populated up to the size of the\n buffer.\nThe caller needs to provide a buffer of the size as\n specified in the partially populated buffer's content (interface specific).
1075708183 0x401E0117 STATUS_GRAPHICS_DRIVER_MISMATCH The kernel driver detected a version mismatch between\n it and the user mode driver.
1075708679 0x401E0307 STATUS_GRAPHICS_MODE_NOT_PINNED No mode is pinned on the specified VidPN\n source/target.
1075708702 0x401E031E STATUS_GRAPHICS_NO_PREFERRED_MODE The specified mode set does not specify a preference\n for one of its modes.
1075708747 0x401E034B STATUS_GRAPHICS_DATASET_IS_EMPTY The specified dataset (for example, mode set,\n frequency range set, descriptor set, or topology) is empty.
1075708748 0x401E034C STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET The specified dataset (for example, mode set,\n frequency range set, descriptor set, or topology) does not contain any more\n elements.
1075708753 0x401E0351 STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED The specified content transformation is not pinned on\n the specified VidPN present path.
1075708975 0x401E042F STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS The child device presence was not reliably detected.
1075708983 0x401E0437 STATUS_GRAPHICS_LEADLINK_START_DEFERRED Starting the lead adapter in a linked configuration\n has been temporarily deferred.
1075708985 0x401E0439 STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY The display adapter is being polled for children too\n frequently at the same polling level.
1075708986 0x401E043A STATUS_GRAPHICS_START_DEFERRED Starting the adapter has been temporarily deferred.
1076035585 0x40230001 STATUS_NDIS_INDICATION_REQUIRED The request will be completed later by an NDIS status\n indication.
-2147483647 0x80000001 STATUS_GUARD_PAGE_VIOLATION {EXCEPTION} Guard Page Exception A page of memory that\n marks the end of a data structure, such as a stack or an array, has been\n accessed.
-2147483646 0x80000002 STATUS_DATATYPE_MISALIGNMENT {EXCEPTION} Alignment Fault A data type misalignment\n was detected in a load or store instruction.
-2147483645 0x80000003 STATUS_BREAKPOINT {EXCEPTION} Breakpoint A breakpoint has been reached.
-2147483644 0x80000004 STATUS_SINGLE_STEP {EXCEPTION} Single Step A single step or trace\n operation has just been completed.
-2147483643 0x80000005 STATUS_BUFFER_OVERFLOW {Buffer Overflow} The data was too large to fit into\n the specified buffer.
-2147483642 0x80000006 STATUS_NO_MORE_FILES {No More Files} No more files were found which match\n the file specification.
-2147483641 0x80000007 STATUS_WAKE_SYSTEM_DEBUGGER {Kernel Debugger Awakened} The system debugger was\n awakened by an interrupt.
-2147483638 0x8000000A STATUS_HANDLES_CLOSED {Handles Closed} Handles to objects have been\n automatically closed because of the requested operation.
-2147483637 0x8000000B STATUS_NO_INHERITANCE {Non-Inheritable ACL} An access control list (ACL)\n contains no components that can be inherited.
-2147483636 0x8000000C STATUS_GUID_SUBSTITUTION_MADE {GUID Substitution} During the translation of a\n globally unique identifier (GUID) to a Windows security ID (SID), no\n administratively defined GUID prefix was found. A substitute prefix was used,\n which will not compromise system security. However, this might provide a more\n restrictive access than intended.
-2147483635 0x8000000D STATUS_PARTIAL_COPY Because of protection conflicts, not all the requested\n bytes could be copied.
-2147483634 0x8000000E STATUS_DEVICE_PAPER_EMPTY {Out of Paper} The printer is out of paper.
-2147483633 0x8000000F STATUS_DEVICE_POWERED_OFF {Device Power Is Off} The printer power has been\n turned off.
-2147483632 0x80000010 STATUS_DEVICE_OFF_LINE {Device Offline} The printer has been taken offline.
-2147483631 0x80000011 STATUS_DEVICE_BUSY {Device Busy} The device is currently busy.
-2147483630 0x80000012 STATUS_NO_MORE_EAS {No More EAs} No more extended attributes (EAs) were\n found for the file.
-2147483629 0x80000013 STATUS_INVALID_EA_NAME {Illegal EA} The specified extended attribute (EA)\n name contains at least one illegal character.
-2147483628 0x80000014 STATUS_EA_LIST_INCONSISTENT {Inconsistent EA List} The extended attribute (EA)\n list is inconsistent.
-2147483627 0x80000015 STATUS_INVALID_EA_FLAG {Invalid EA Flag} An invalid extended attribute (EA)\n flag was set.
-2147483626 0x80000016 STATUS_VERIFY_REQUIRED {Verifying Disk} The media has changed and a verify\n operation is in progress; therefore, no reads or writes can be performed to\n the device, except those that are used in the verify operation.
-2147483625 0x80000017 STATUS_EXTRANEOUS_INFORMATION {Too Much Information} The specified access control\n list (ACL) contained more information than was expected.
-2147483624 0x80000018 STATUS_RXACT_COMMIT_NECESSARY This warning level status indicates that the\n transaction state already exists for the registry subtree, but that a\n transaction commit was previously aborted. The commit has NOT been completed\n but has not been rolled back either; therefore, it can still be committed, if\n needed.
-2147483622 0x8000001A STATUS_NO_MORE_ENTRIES {No More Entries} No more entries are available from\n an enumeration operation.
-2147483621 0x8000001B STATUS_FILEMARK_DETECTED {Filemark Found} A filemark was detected.
-2147483620 0x8000001C STATUS_MEDIA_CHANGED {Media Changed} The media has changed.
-2147483619 0x8000001D STATUS_BUS_RESET {I/O Bus Reset} An I/O bus reset was detected.
-2147483618 0x8000001E STATUS_END_OF_MEDIA {End of Media} The end of the media was encountered.
-2147483617 0x8000001F STATUS_BEGINNING_OF_MEDIA The beginning of a tape or partition has been\n detected.
-2147483616 0x80000020 STATUS_MEDIA_CHECK {Media Changed} The media might have changed.
-2147483615 0x80000021 STATUS_SETMARK_DETECTED A tape access reached a set mark.
-2147483614 0x80000022 STATUS_NO_DATA_DETECTED During a tape access, the end of the data written is\n reached.
-2147483613 0x80000023 STATUS_REDIRECTOR_HAS_OPEN_HANDLES The redirector is in use and cannot be unloaded.
-2147483612 0x80000024 STATUS_SERVER_HAS_OPEN_HANDLES The server is in use and cannot be unloaded.
-2147483611 0x80000025 STATUS_ALREADY_DISCONNECTED The specified connection has already been\n disconnected.
-2147483610 0x80000026 STATUS_LONGJUMP A long jump has been executed.
-2147483609 0x80000027 STATUS_CLEANER_CARTRIDGE_INSTALLED A cleaner cartridge is present in the tape library.
-2147483608 0x80000028 STATUS_PLUGPLAY_QUERY_VETOED The Plug and Play query operation was not successful.
-2147483607 0x80000029 STATUS_UNWIND_CONSOLIDATE A frame consolidation has been executed.
-2147483606 0x8000002A STATUS_REGISTRY_HIVE_RECOVERED {Registry Hive Recovered} The registry hive (file):\n %hs was corrupted and it has been recovered. Some data might have been lost.
-2147483605 0x8000002B STATUS_DLL_MIGHT_BE_INSECURE The application is attempting to run executable code\n from the module %hs. This might be insecure. An alternative, %hs, is\n available. Should the application use the secure module %hs?
-2147483604 0x8000002C STATUS_DLL_MIGHT_BE_INCOMPATIBLE The application is loading executable code from the\n module %hs. This is secure but might be incompatible with previous releases\n of the operating system. An alternative, %hs, is available. Should the\n application use the secure module %hs?
-2147483603 0x8000002D STATUS_STOPPED_ON_SYMLINK The create operation stopped after reaching a symbolic\n link.
-2147483000 0x80000288 STATUS_DEVICE_REQUIRES_CLEANING The device has indicated that cleaning is necessary.
-2147482999 0x80000289 STATUS_DEVICE_DOOR_OPEN The device has indicated that its door is open.\n Further operations require it closed and secured.
-2147481597 0x80000803 STATUS_DATA_LOST_REPAIR Windows discovered a corruption in the file %hs. This\n file has now been repaired. Check if any data in the file was lost because of\n the corruption.
-2147418111 0x80010001 DBG_EXCEPTION_NOT_HANDLED Debugger did not handle the exception.
-2146238463 0x80130001 STATUS_CLUSTER_NODE_ALREADY_UP The cluster node is already up.
-2146238462 0x80130002 STATUS_CLUSTER_NODE_ALREADY_DOWN The cluster node is already down.
-2146238461 0x80130003 STATUS_CLUSTER_NETWORK_ALREADY_ONLINE The cluster network is already online.
-2146238460 0x80130004 STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE The cluster network is already offline.
-2146238459 0x80130005 STATUS_CLUSTER_NODE_ALREADY_MEMBER The cluster node is already a member of the cluster.
-2145845239 0x80190009 STATUS_COULD_NOT_RESIZE_LOG The log could not be set to the requested size.
-2145845207 0x80190029 STATUS_NO_TXF_METADATA There is no transaction metadata on the file.
-2145845199 0x80190031 STATUS_CANT_RECOVER_WITH_HANDLE_OPEN The file cannot be recovered because there is a handle\n still open on it.
-2145845183 0x80190041 STATUS_TXF_METADATA_ALREADY_PRESENT Transaction metadata is already present on this file\n and cannot be superseded.
-2145845182 0x80190042 STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET A transaction scope could not be entered because the\n scope handler has not been initialized.
-2145713941 0x801B00EB STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED {Display Driver Stopped Responding and recovered} The\n %hs display driver has stopped working normally. The recovery had been\n performed.
-2145648639 0x801C0001 STATUS_FLT_BUFFER_TOO_SMALL {Buffer too small} The buffer is too small to contain\n the entry. No information has been written to the buffer.
-2145320959 0x80210001 STATUS_FVE_PARTIAL_METADATA Volume metadata read or write is incomplete.
-2145320958 0x80210002 STATUS_FVE_TRANSIENT_STATE BitLocker encryption keys were ignored because the\n volume was in a transient state.
-1073741823 0xC0000001 STATUS_UNSUCCESSFUL {Operation Failed} The requested operation was\n unsuccessful.
-1073741822 0xC0000002 STATUS_NOT_IMPLEMENTED {Not Implemented} The requested operation is not\n implemented.
-1073741821 0xC0000003 STATUS_INVALID_INFO_CLASS {Invalid Parameter} The specified information class is\n not a valid information class for the specified object.
-1073741820 0xC0000004 STATUS_INFO_LENGTH_MISMATCH The specified information record length does not match\n the length that is required for the specified information class.
-1073741819 0xC0000005 STATUS_ACCESS_VIOLATION The instruction at 0x%08lx referenced memory at\n 0x%08lx. The memory could not be %s.
-1073741818 0xC0000006 STATUS_IN_PAGE_ERROR The instruction at 0x%08lx referenced memory at\n 0x%08lx. The required data was not placed into memory because of an I/O error\n status of 0x%08lx.
-1073741817 0xC0000007 STATUS_PAGEFILE_QUOTA The page file quota for the process has been\n exhausted.
-1073741816 0xC0000008 STATUS_INVALID_HANDLE An invalid HANDLE was specified.
-1073741815 0xC0000009 STATUS_BAD_INITIAL_STACK An invalid initial stack was specified in a call to\n NtCreateThread.
-1073741814 0xC000000A STATUS_BAD_INITIAL_PC An invalid initial start address was specified in a\n call to NtCreateThread.
-1073741813 0xC000000B STATUS_INVALID_CID An invalid client ID was specified.
-1073741812 0xC000000C STATUS_TIMER_NOT_CANCELED An attempt was made to cancel or set a timer that has\n an associated APC and the specified thread is not the thread that originally\n set the timer with an associated APC routine.
-1073741811 0xC000000D STATUS_INVALID_PARAMETER An invalid parameter was passed to a service or\n function.
-1073741810 0xC000000E STATUS_NO_SUCH_DEVICE A device that does not exist was specified.
-1073741809 0xC000000F STATUS_NO_SUCH_FILE {File Not Found} The file %hs does not exist.
-1073741808 0xC0000010 STATUS_INVALID_DEVICE_REQUEST The specified request is not a valid operation for the\n target device.
-1073741807 0xC0000011 STATUS_END_OF_FILE The end-of-file marker has been reached. There is no\n valid data in the file beyond this marker.
-1073741806 0xC0000012 STATUS_WRONG_VOLUME {Wrong Volume} The wrong volume is in the drive.\n Insert volume %hs into drive %hs.
-1073741805 0xC0000013 STATUS_NO_MEDIA_IN_DEVICE {No Disk} There is no disk in the drive. Insert a disk\n into drive %hs.
-1073741804 0xC0000014 STATUS_UNRECOGNIZED_MEDIA {Unknown Disk Format} The disk in drive %hs is not\n formatted properly. Check the disk, and reformat it, if needed.
-1073741803 0xC0000015 STATUS_NONEXISTENT_SECTOR {Sector Not Found} The specified sector does not\n exist.
-1073741802 0xC0000016 STATUS_MORE_PROCESSING_REQUIRED {Still Busy} The specified I/O request packet (IRP)\n cannot be disposed of because the I/O operation is not complete.
-1073741801 0xC0000017 STATUS_NO_MEMORY {Not Enough Quota} Not enough virtual memory or paging\n file quota is available to complete the specified operation.
-1073741800 0xC0000018 STATUS_CONFLICTING_ADDRESSES {Conflicting Address Range} The specified address\n range conflicts with the address space.
-1073741799 0xC0000019 STATUS_NOT_MAPPED_VIEW The address range to unmap is not a mapped view.
-1073741798 0xC000001A STATUS_UNABLE_TO_FREE_VM The virtual memory cannot be freed.
-1073741797 0xC000001B STATUS_UNABLE_TO_DELETE_SECTION The specified section cannot be deleted.
-1073741796 0xC000001C STATUS_INVALID_SYSTEM_SERVICE An invalid system service was specified in a system\n service call.
-1073741795 0xC000001D STATUS_ILLEGAL_INSTRUCTION {EXCEPTION} Illegal Instruction An attempt was made to\n execute an illegal instruction.
-1073741794 0xC000001E STATUS_INVALID_LOCK_SEQUENCE {Invalid Lock Sequence} An attempt was made to execute\n an invalid lock sequence.
-1073741793 0xC000001F STATUS_INVALID_VIEW_SIZE {Invalid Mapping} An attempt was made to create a view\n for a section that is bigger than the section.
-1073741792 0xC0000020 STATUS_INVALID_FILE_FOR_SECTION {Bad File} The attributes of the specified mapping\n file for a section of memory cannot be read.
-1073741791 0xC0000021 STATUS_ALREADY_COMMITTED {Already Committed} The specified address range is\n already committed.
-1073741790 0xC0000022 STATUS_ACCESS_DENIED {Access Denied} A process has requested access to an\n object but has not been granted those access rights.
-1073741789 0xC0000023 STATUS_BUFFER_TOO_SMALL {Buffer Too Small} The buffer is too small to contain\n the entry. No information has been written to the buffer.
-1073741788 0xC0000024 STATUS_OBJECT_TYPE_MISMATCH {Wrong Type} There is a mismatch between the type of\n object that is required by the requested operation and the type of object\n that is specified in the request.
-1073741787 0xC0000025 STATUS_NONCONTINUABLE_EXCEPTION {EXCEPTION} Cannot Continue Windows cannot continue\n from this exception.
-1073741786 0xC0000026 STATUS_INVALID_DISPOSITION An invalid exception disposition was returned by an\n exception handler.
-1073741785 0xC0000027 STATUS_UNWIND Unwind exception code.
-1073741784 0xC0000028 STATUS_BAD_STACK An invalid or unaligned stack was encountered during\n an unwind operation.
-1073741783 0xC0000029 STATUS_INVALID_UNWIND_TARGET An invalid unwind target was encountered during an\n unwind operation.
-1073741782 0xC000002A STATUS_NOT_LOCKED An attempt was made to unlock a page of memory that\n was not locked.
-1073741781 0xC000002B STATUS_PARITY_ERROR A device parity error on an I/O operation.
-1073741780 0xC000002C STATUS_UNABLE_TO_DECOMMIT_VM An attempt was made to decommit uncommitted virtual\n memory.
-1073741779 0xC000002D STATUS_NOT_COMMITTED An attempt was made to change the attributes on memory\n that has not been committed.
-1073741778 0xC000002E STATUS_INVALID_PORT_ATTRIBUTES Invalid object attributes specified to NtCreatePort or\n invalid port attributes specified to NtConnectPort.
-1073741777 0xC000002F STATUS_PORT_MESSAGE_TOO_LONG The length of the message that was passed to\n NtRequestPort or NtRequestWaitReplyPort is longer than the maximum message\n that is allowed by the port.
-1073741776 0xC0000030 STATUS_INVALID_PARAMETER_MIX An invalid combination of parameters was specified.
-1073741775 0xC0000031 STATUS_INVALID_QUOTA_LOWER An attempt was made to lower a quota limit below the\n current usage.
-1073741774 0xC0000032 STATUS_DISK_CORRUPT_ERROR {Corrupt Disk} The file system structure on the disk\n is corrupt and unusable. Run the Chkdsk utility on the volume %hs.
-1073741773 0xC0000033 STATUS_OBJECT_NAME_INVALID The object name is invalid.
-1073741772 0xC0000034 STATUS_OBJECT_NAME_NOT_FOUND The object name is not found.
-1073741771 0xC0000035 STATUS_OBJECT_NAME_COLLISION The object name already exists.
-1073741769 0xC0000037 STATUS_PORT_DISCONNECTED An attempt was made to send a message to a\n disconnected communication port.
-1073741768 0xC0000038 STATUS_DEVICE_ALREADY_ATTACHED An attempt was made to attach to a device that was\n already attached to another device.
-1073741767 0xC0000039 STATUS_OBJECT_PATH_INVALID The object path component was not a directory object.
-1073741766 0xC000003A STATUS_OBJECT_PATH_NOT_FOUND {Path Not Found} The path %hs does not exist.
-1073741765 0xC000003B STATUS_OBJECT_PATH_SYNTAX_BAD The object path component was not a directory object.
-1073741764 0xC000003C STATUS_DATA_OVERRUN {Data Overrun} A data overrun error occurred.
-1073741763 0xC000003D STATUS_DATA_LATE_ERROR {Data Late} A data late error occurred.
-1073741762 0xC000003E STATUS_DATA_ERROR {Data Error} An error occurred in reading or writing\n data.
-1073741761 0xC000003F STATUS_CRC_ERROR {Bad CRC} A cyclic redundancy check (CRC) checksum\n error occurred.
-1073741760 0xC0000040 STATUS_SECTION_TOO_BIG {Section Too Large} The specified section is too big\n to map the file.
-1073741759 0xC0000041 STATUS_PORT_CONNECTION_REFUSED The NtConnectPort request is refused.
-1073741758 0xC0000042 STATUS_INVALID_PORT_HANDLE The type of port handle is invalid for the operation\n that is requested.
-1073741757 0xC0000043 STATUS_SHARING_VIOLATION A file cannot be opened because the share access flags\n are incompatible.
-1073741756 0xC0000044 STATUS_QUOTA_EXCEEDED Insufficient quota exists to complete the operation.
-1073741755 0xC0000045 STATUS_INVALID_PAGE_PROTECTION The specified page protection was not valid.
-1073741754 0xC0000046 STATUS_MUTANT_NOT_OWNED An attempt to release a mutant object was made by a\n thread that was not the owner of the mutant object.
-1073741753 0xC0000047 STATUS_SEMAPHORE_LIMIT_EXCEEDED An attempt was made to release a semaphore such that\n its maximum count would have been exceeded.
-1073741752 0xC0000048 STATUS_PORT_ALREADY_SET An attempt was made to set the DebugPort or\n ExceptionPort of a process, but a port already exists in the process, or an\n attempt was made to set the CompletionPort of a file but a port was already\n set in the file, or an attempt was made to set the associated completion port\n of an ALPC port but it is already set.
-1073741751 0xC0000049 STATUS_SECTION_NOT_IMAGE An attempt was made to query image information on a\n section that does not map an image.
-1073741750 0xC000004A STATUS_SUSPEND_COUNT_EXCEEDED An attempt was made to suspend a thread whose suspend\n count was at its maximum.
-1073741749 0xC000004B STATUS_THREAD_IS_TERMINATING An attempt was made to suspend a thread that has begun\n termination.
-1073741748 0xC000004C STATUS_BAD_WORKING_SET_LIMIT An attempt was made to set the working set limit to an\n invalid value (for example, the minimum greater than maximum).
-1073741747 0xC000004D STATUS_INCOMPATIBLE_FILE_MAP A section was created to map a file that is not\n compatible with an already existing section that maps the same file.
-1073741746 0xC000004E STATUS_SECTION_PROTECTION A view to a section specifies a protection that is\n incompatible with the protection of the initial view.
-1073741745 0xC000004F STATUS_EAS_NOT_SUPPORTED An operation involving EAs failed because the file\n system does not support EAs.
-1073741744 0xC0000050 STATUS_EA_TOO_LARGE An EA operation failed because the EA set is too\n large.
-1073741743 0xC0000051 STATUS_NONEXISTENT_EA_ENTRY An EA operation failed because the name or EA index is\n invalid.
-1073741742 0xC0000052 STATUS_NO_EAS_ON_FILE The file for which EAs were requested has no EAs.
-1073741741 0xC0000053 STATUS_EA_CORRUPT_ERROR The EA is corrupt and cannot be read.
-1073741740 0xC0000054 STATUS_FILE_LOCK_CONFLICT A requested read/write cannot be granted due to a\n conflicting file lock.
-1073741739 0xC0000055 STATUS_LOCK_NOT_GRANTED A requested file lock cannot be granted due to other\n existing locks.
-1073741738 0xC0000056 STATUS_DELETE_PENDING A non-close operation has been requested of a file\n object that has a delete pending.
-1073741737 0xC0000057 STATUS_CTL_FILE_NOT_SUPPORTED An attempt was made to set the control attribute on a\n file. This attribute is not supported in the destination file system.
-1073741736 0xC0000058 STATUS_UNKNOWN_REVISION Indicates a revision number that was encountered or\n specified is not one that is known by the service. It might be a more recent\n revision than the service is aware of.
-1073741735 0xC0000059 STATUS_REVISION_MISMATCH Indicates that two revision levels are incompatible.
-1073741734 0xC000005A STATUS_INVALID_OWNER Indicates a particular security ID cannot be assigned\n as the owner of an object.
-1073741733 0xC000005B STATUS_INVALID_PRIMARY_GROUP Indicates a particular security ID cannot be assigned\n as the primary group of an object.
-1073741732 0xC000005C STATUS_NO_IMPERSONATION_TOKEN An attempt has been made to operate on an impersonation\n token by a thread that is not currently impersonating a client.
-1073741731 0xC000005D STATUS_CANT_DISABLE_MANDATORY A mandatory group cannot be disabled.
-1073741730 0xC000005E STATUS_NO_LOGON_SERVERS No logon servers are currently available to service\n the logon request.
-1073741729 0xC000005F STATUS_NO_SUCH_LOGON_SESSION A specified logon session does not exist. It might\n already have been terminated.
-1073741728 0xC0000060 STATUS_NO_SUCH_PRIVILEGE A specified privilege does not exist.
-1073741727 0xC0000061 STATUS_PRIVILEGE_NOT_HELD A required privilege is not held by the client.
-1073741726 0xC0000062 STATUS_INVALID_ACCOUNT_NAME The name provided is not a properly formed account\n name.
-1073741725 0xC0000063 STATUS_USER_EXISTS The specified account already exists.
-1073741724 0xC0000064 STATUS_NO_SUCH_USER The specified account does not exist.
-1073741723 0xC0000065 STATUS_GROUP_EXISTS The specified group already exists.
-1073741722 0xC0000066 STATUS_NO_SUCH_GROUP The specified group does not exist.
-1073741721 0xC0000067 STATUS_MEMBER_IN_GROUP The specified user account is already in the specified\n group account. Also used to indicate a group cannot be deleted because it\n contains a member.
-1073741720 0xC0000068 STATUS_MEMBER_NOT_IN_GROUP The specified user account is not a member of the\n specified group account.
-1073741719 0xC0000069 STATUS_LAST_ADMIN Indicates the requested operation would disable or\n delete the last remaining administration account. This is not allowed to\n prevent creating a situation in which the system cannot be administrated.
-1073741718 0xC000006A STATUS_WRONG_PASSWORD When trying to update a password, this return status indicates\n that the value provided as the current password is not correct.
-1073741717 0xC000006B STATUS_ILL_FORMED_PASSWORD When trying to update a password, this return status\n indicates that the value provided for the new password contains values that\n are not allowed in passwords.
-1073741716 0xC000006C STATUS_PASSWORD_RESTRICTION When trying to update a password, this status\n indicates that some password update rule has been violated. For example, the\n password might not meet length criteria.
-1073741715 0xC000006D STATUS_LOGON_FAILURE The attempted logon is invalid. This is either due to\n a bad username or authentication information.
-1073741714 0xC000006E STATUS_ACCOUNT_RESTRICTION Indicates a referenced user name and authentication\n information are valid, but some user account restriction has prevented\n successful authentication (such as time-of-day restrictions).
-1073741713 0xC000006F STATUS_INVALID_LOGON_HOURS The user account has time restrictions and cannot be\n logged onto at this time.
-1073741712 0xC0000070 STATUS_INVALID_WORKSTATION The user account is restricted so that it cannot be\n used to log on from the source workstation.
-1073741711 0xC0000071 STATUS_PASSWORD_EXPIRED The user account password has expired.
-1073741710 0xC0000072 STATUS_ACCOUNT_DISABLED The referenced account is currently disabled and\n cannot be logged on to.
-1073741709 0xC0000073 STATUS_NONE_MAPPED None of the information to be translated has been\n translated.
-1073741708 0xC0000074 STATUS_TOO_MANY_LUIDS_REQUESTED The number of LUIDs requested cannot be allocated with\n a single allocation.
-1073741707 0xC0000075 STATUS_LUIDS_EXHAUSTED Indicates there are no more LUIDs to allocate.
-1073741706 0xC0000076 STATUS_INVALID_SUB_AUTHORITY Indicates the sub-authority value is invalid for the\n particular use.
-1073741705 0xC0000077 STATUS_INVALID_ACL Indicates the ACL structure is not valid.
-1073741704 0xC0000078 STATUS_INVALID_SID Indicates the SID structure is not valid.
-1073741703 0xC0000079 STATUS_INVALID_SECURITY_DESCR Indicates the SECURITY_DESCRIPTOR structure is not\n valid.
-1073741702 0xC000007A STATUS_PROCEDURE_NOT_FOUND Indicates the specified procedure address cannot be\n found in the DLL.
-1073741701 0xC000007B STATUS_INVALID_IMAGE_FORMAT {Bad Image} %hs is either not designed to run on\n Windows or it contains an error. Try installing the program again using the\n original installation media or contact your system administrator or the\n software vendor for support.
-1073741700 0xC000007C STATUS_NO_TOKEN An attempt was made to reference a token that does not\n exist. This is typically done by referencing the token that is associated\n with a thread when the thread is not impersonating a client.
-1073741699 0xC000007D STATUS_BAD_INHERITANCE_ACL Indicates that an attempt to build either an inherited\n ACL or ACE was not successful. This can be caused by a number of things. One\n of the more probable causes is the replacement of a CreatorId with a SID that\n did not fit into the ACE or ACL.
-1073741698 0xC000007E STATUS_RANGE_NOT_LOCKED The range specified in NtUnlockFile was not locked.
-1073741697 0xC000007F STATUS_DISK_FULL An operation failed because the disk was full.
-1073741696 0xC0000080 STATUS_SERVER_DISABLED The GUID allocation server is disabled at the moment.
-1073741695 0xC0000081 STATUS_SERVER_NOT_DISABLED The GUID allocation server is enabled at the moment.
-1073741694 0xC0000082 STATUS_TOO_MANY_GUIDS_REQUESTED Too many GUIDs were requested from the allocation\n server at once.
-1073741693 0xC0000083 STATUS_GUIDS_EXHAUSTED The GUIDs could not be allocated because the Authority\n Agent was exhausted.
-1073741692 0xC0000084 STATUS_INVALID_ID_AUTHORITY The value provided was an invalid value for an\n identifier authority.
-1073741691 0xC0000085 STATUS_AGENTS_EXHAUSTED No more authority agent values are available for the\n particular identifier authority value.
-1073741690 0xC0000086 STATUS_INVALID_VOLUME_LABEL An invalid volume label has been specified.
-1073741689 0xC0000087 STATUS_SECTION_NOT_EXTENDED A mapped section could not be extended.
-1073741688 0xC0000088 STATUS_NOT_MAPPED_DATA Specified section to flush does not map a data file.
-1073741687 0xC0000089 STATUS_RESOURCE_DATA_NOT_FOUND Indicates the specified image file did not contain a\n resource section.
-1073741686 0xC000008A STATUS_RESOURCE_TYPE_NOT_FOUND Indicates the specified resource type cannot be found\n in the image file.
-1073741685 0xC000008B STATUS_RESOURCE_NAME_NOT_FOUND Indicates the specified resource name cannot be found\n in the image file.
-1073741684 0xC000008C STATUS_ARRAY_BOUNDS_EXCEEDED {EXCEPTION} Array bounds exceeded.
-1073741683 0xC000008D STATUS_FLOAT_DENORMAL_OPERAND {EXCEPTION} Floating-point denormal operand.
-1073741682 0xC000008E STATUS_FLOAT_DIVIDE_BY_ZERO {EXCEPTION} Floating-point division by zero.
-1073741681 0xC000008F STATUS_FLOAT_INEXACT_RESULT {EXCEPTION} Floating-point inexact result.
-1073741680 0xC0000090 STATUS_FLOAT_INVALID_OPERATION {EXCEPTION} Floating-point invalid operation.
-1073741679 0xC0000091 STATUS_FLOAT_OVERFLOW {EXCEPTION} Floating-point overflow.
-1073741678 0xC0000092 STATUS_FLOAT_STACK_CHECK {EXCEPTION} Floating-point stack check.
-1073741677 0xC0000093 STATUS_FLOAT_UNDERFLOW {EXCEPTION} Floating-point underflow.
-1073741676 0xC0000094 STATUS_INTEGER_DIVIDE_BY_ZERO {EXCEPTION} Integer division by zero.
-1073741675 0xC0000095 STATUS_INTEGER_OVERFLOW {EXCEPTION} Integer overflow.
-1073741674 0xC0000096 STATUS_PRIVILEGED_INSTRUCTION {EXCEPTION} Privileged instruction.
-1073741673 0xC0000097 STATUS_TOO_MANY_PAGING_FILES An attempt was made to install more paging files than\n the system supports.
-1073741672 0xC0000098 STATUS_FILE_INVALID The volume for a file has been externally altered such\n that the opened file is no longer valid.
-1073741671 0xC0000099 STATUS_ALLOTTED_SPACE_EXCEEDED When a block of memory is allotted for future updates,\n such as the memory allocated to hold discretionary access control and primary\n group information, successive updates might exceed the amount of memory\n originally allotted. Because a quota might already have been charged to\n several processes that have handles to the object, it is not reasonable to\n alter the size of the allocated memory. Instead, a request that requires more\n memory than has been allotted must fail and the\n STATUS_ALLOTTED_SPACE_EXCEEDED error returned.
-1073741670 0xC000009A STATUS_INSUFFICIENT_RESOURCES Insufficient system resources exist to complete the\n API.
-1073741669 0xC000009B STATUS_DFS_EXIT_PATH_FOUND An attempt has been made to open a DFS exit path\n control file.
-1073741668 0xC000009C STATUS_DEVICE_DATA_ERROR There are bad blocks (sectors) on the hard disk.
-1073741667 0xC000009D STATUS_DEVICE_NOT_CONNECTED There is bad cabling, non-termination, or the\n controller is not able to obtain access to the hard disk.
-1073741665 0xC000009F STATUS_FREE_VM_NOT_AT_BASE Virtual memory cannot be freed because the base\n address is not the base of the region and a region size of zero was\n specified.
-1073741664 0xC00000A0 STATUS_MEMORY_NOT_ALLOCATED An attempt was made to free virtual memory that is not\n allocated.
-1073741663 0xC00000A1 STATUS_WORKING_SET_QUOTA The working set is not big enough to allow the\n requested pages to be locked.
-1073741662 0xC00000A2 STATUS_MEDIA_WRITE_PROTECTED {Write Protect Error} The disk cannot be written to\n because it is write-protected. Remove the write protection from the volume\n %hs in drive %hs.
-1073741661 0xC00000A3 STATUS_DEVICE_NOT_READY {Drive Not Ready} The drive is not ready for use; its\n door might be open. Check drive %hs and make sure that a disk is inserted and\n that the drive door is closed.
-1073741660 0xC00000A4 STATUS_INVALID_GROUP_ATTRIBUTES The specified attributes are invalid or are\n incompatible with the attributes for the group as a whole.
-1073741659 0xC00000A5 STATUS_BAD_IMPERSONATION_LEVEL A specified impersonation level is invalid. Also used\n to indicate that a required impersonation level was not provided.
-1073741658 0xC00000A6 STATUS_CANT_OPEN_ANONYMOUS An attempt was made to open an anonymous-level token.\n Anonymous tokens cannot be opened.
-1073741657 0xC00000A7 STATUS_BAD_VALIDATION_CLASS The validation information class requested was\n invalid.
-1073741656 0xC00000A8 STATUS_BAD_TOKEN_TYPE The type of a token object is inappropriate for its\n attempted use.
-1073741655 0xC00000A9 STATUS_BAD_MASTER_BOOT_RECORD The type of a token object is inappropriate for its\n attempted use.
-1073741654 0xC00000AA STATUS_INSTRUCTION_MISALIGNMENT An attempt was made to execute an instruction at an\n unaligned address and the host system does not support unaligned instruction\n references.
-1073741653 0xC00000AB STATUS_INSTANCE_NOT_AVAILABLE The maximum named pipe instance count has been\n reached.
-1073741652 0xC00000AC STATUS_PIPE_NOT_AVAILABLE An instance of a named pipe cannot be found in the\n listening state.
-1073741651 0xC00000AD STATUS_INVALID_PIPE_STATE The named pipe is not in the connected or closing\n state.
-1073741650 0xC00000AE STATUS_PIPE_BUSY The specified pipe is set to complete operations and\n there are current I/O operations queued so that it cannot be changed to queue\n operations.
-1073741649 0xC00000AF STATUS_ILLEGAL_FUNCTION The specified handle is not open to the server end of\n the named pipe.
-1073741648 0xC00000B0 STATUS_PIPE_DISCONNECTED The specified named pipe is in the disconnected state.
-1073741647 0xC00000B1 STATUS_PIPE_CLOSING The specified named pipe is in the closing state.
-1073741646 0xC00000B2 STATUS_PIPE_CONNECTED The specified named pipe is in the connected state.
-1073741645 0xC00000B3 STATUS_PIPE_LISTENING The specified named pipe is in the listening state.
-1073741644 0xC00000B4 STATUS_INVALID_READ_MODE The specified named pipe is not in message mode.
-1073741643 0xC00000B5 STATUS_IO_TIMEOUT {Device Timeout} The specified I/O operation on %hs\n was not completed before the time-out period expired.
-1073741642 0xC00000B6 STATUS_FILE_FORCED_CLOSED The specified file has been closed by another process.
-1073741641 0xC00000B7 STATUS_PROFILING_NOT_STARTED Profiling is not started.
-1073741640 0xC00000B8 STATUS_PROFILING_NOT_STOPPED Profiling is not stopped.
-1073741639 0xC00000B9 STATUS_COULD_NOT_INTERPRET The passed ACL did not contain the minimum required\n information.
-1073741638 0xC00000BA STATUS_FILE_IS_A_DIRECTORY The file that was specified as a target is a\n directory, and the caller specified that it could be anything but a\n directory.
-1073741637 0xC00000BB STATUS_NOT_SUPPORTED The request is not supported.
-1073741636 0xC00000BC STATUS_REMOTE_NOT_LISTENING This remote computer is not listening.
-1073741635 0xC00000BD STATUS_DUPLICATE_NAME A duplicate name exists on the network.
-1073741634 0xC00000BE STATUS_BAD_NETWORK_PATH The network path cannot be located.
-1073741633 0xC00000BF STATUS_NETWORK_BUSY The network is busy.
-1073741632 0xC00000C0 STATUS_DEVICE_DOES_NOT_EXIST This device does not exist.
-1073741631 0xC00000C1 STATUS_TOO_MANY_COMMANDS The network BIOS command limit has been reached.
-1073741630 0xC00000C2 STATUS_ADAPTER_HARDWARE_ERROR An I/O adapter hardware error has occurred.
-1073741629 0xC00000C3 STATUS_INVALID_NETWORK_RESPONSE The network responded incorrectly.
-1073741628 0xC00000C4 STATUS_UNEXPECTED_NETWORK_ERROR An unexpected network error occurred.
-1073741627 0xC00000C5 STATUS_BAD_REMOTE_ADAPTER The remote adapter is not compatible.
-1073741626 0xC00000C6 STATUS_PRINT_QUEUE_FULL The print queue is full.
-1073741625 0xC00000C7 STATUS_NO_SPOOL_SPACE Space to store the file that is waiting to be printed\n is not available on the server.
-1073741624 0xC00000C8 STATUS_PRINT_CANCELLED The requested print file has been canceled.
-1073741623 0xC00000C9 STATUS_NETWORK_NAME_DELETED The network name was deleted.
-1073741622 0xC00000CA STATUS_NETWORK_ACCESS_DENIED Network access is denied.
-1073741621 0xC00000CB STATUS_BAD_DEVICE_TYPE {Incorrect Network Resource Type} The specified device\n type (LPT, for example) conflicts with the actual device type on the remote\n resource.
-1073741620 0xC00000CC STATUS_BAD_NETWORK_NAME {Network Name Not Found} The specified share name\n cannot be found on the remote server.
-1073741619 0xC00000CD STATUS_TOO_MANY_NAMES The name limit for the network adapter card of the\n local computer was exceeded.
-1073741618 0xC00000CE STATUS_TOO_MANY_SESSIONS The network BIOS session limit was exceeded.
-1073741617 0xC00000CF STATUS_SHARING_PAUSED File sharing has been temporarily paused.
-1073741616 0xC00000D0 STATUS_REQUEST_NOT_ACCEPTED No more connections can be made to this remote\n computer at this time because the computer has already accepted the maximum\n number of connections.
-1073741615 0xC00000D1 STATUS_REDIRECTOR_PAUSED Print or disk redirection is temporarily paused.
-1073741614 0xC00000D2 STATUS_NET_WRITE_FAULT A network data fault occurred.
-1073741613 0xC00000D3 STATUS_PROFILING_AT_LIMIT The number of active profiling objects is at the\n maximum and no more can be started.
-1073741612 0xC00000D4 STATUS_NOT_SAME_DEVICE {Incorrect Volume} The destination file of a rename\n request is located on a different device than the source of the rename\n request.
-1073741611 0xC00000D5 STATUS_FILE_RENAMED The specified file has been renamed and thus cannot be\n modified.
-1073741610 0xC00000D6 STATUS_VIRTUAL_CIRCUIT_CLOSED {Network Request Timeout} The session with a remote\n server has been disconnected because the time-out interval for a request has\n expired.
-1073741609 0xC00000D7 STATUS_NO_SECURITY_ON_OBJECT Indicates an attempt was made to operate on the\n security of an object that does not have security associated with it.
-1073741608 0xC00000D8 STATUS_CANT_WAIT Used to indicate that an operation cannot continue\n without blocking for I/O.
-1073741607 0xC00000D9 STATUS_PIPE_EMPTY Used to indicate that a read operation was done on an\n empty pipe.
-1073741606 0xC00000DA STATUS_CANT_ACCESS_DOMAIN_INFO Configuration information could not be read from the\n domain controller, either because the machine is unavailable or access has\n been denied.
-1073741605 0xC00000DB STATUS_CANT_TERMINATE_SELF Indicates that a thread attempted to terminate itself\n by default (called NtTerminateThread with NULL) and it was the last thread in\n the current process.
-1073741604 0xC00000DC STATUS_INVALID_SERVER_STATE Indicates the Sam Server was in the wrong state to\n perform the desired operation.
-1073741603 0xC00000DD STATUS_INVALID_DOMAIN_STATE Indicates the domain was in the wrong state to perform\n the desired operation.
-1073741602 0xC00000DE STATUS_INVALID_DOMAIN_ROLE This operation is only allowed for the primary domain\n controller of the domain.
-1073741601 0xC00000DF STATUS_NO_SUCH_DOMAIN The specified domain did not exist.
-1073741600 0xC00000E0 STATUS_DOMAIN_EXISTS The specified domain already exists.
-1073741599 0xC00000E1 STATUS_DOMAIN_LIMIT_EXCEEDED An attempt was made to exceed the limit on the number\n of domains per server for this release.
-1073741598 0xC00000E2 STATUS_OPLOCK_NOT_GRANTED An error status returned when the opportunistic lock\n (oplock) request is denied.
-1073741597 0xC00000E3 STATUS_INVALID_OPLOCK_PROTOCOL An error status returned when an invalid opportunistic\n lock (oplock) acknowledgment is received by a file system.
-1073741596 0xC00000E4 STATUS_INTERNAL_DB_CORRUPTION This error indicates that the requested operation\n cannot be completed due to a catastrophic media failure or an on-disk data\n structure corruption.
-1073741595 0xC00000E5 STATUS_INTERNAL_ERROR An internal error occurred.
-1073741594 0xC00000E6 STATUS_GENERIC_NOT_MAPPED Indicates generic access types were contained in an\n access mask which should already be mapped to non-generic access types.
-1073741593 0xC00000E7 STATUS_BAD_DESCRIPTOR_FORMAT Indicates a security descriptor is not in the\n necessary format (absolute or self-relative).
-1073741592 0xC00000E8 STATUS_INVALID_USER_BUFFER An access to a user buffer failed at an expected point\n in time. This code is defined because the caller does not want to accept\n STATUS_ACCESS_VIOLATION in its filter.
-1073741591 0xC00000E9 STATUS_UNEXPECTED_IO_ERROR If an I/O error that is not defined in the standard\n FsRtl filter is returned, it is converted to the following error, which is\n guaranteed to be in the filter. In this case, information is lost; however,\n the filter correctly handles the exception.
-1073741590 0xC00000EA STATUS_UNEXPECTED_MM_CREATE_ERR If an MM error that is not defined in the standard\n FsRtl filter is returned, it is converted to one of the following errors,\n which are guaranteed to be in the filter. In this case, information is lost;\n however, the filter correctly handles the exception.
-1073741589 0xC00000EB STATUS_UNEXPECTED_MM_MAP_ERROR If an MM error that is not defined in the standard\n FsRtl filter is returned, it is converted to one of the following errors,\n which are guaranteed to be in the filter. In this case, information is lost;\n however, the filter correctly handles the exception.
-1073741588 0xC00000EC STATUS_UNEXPECTED_MM_EXTEND_ERR If an MM error that is not defined in the standard\n FsRtl filter is returned, it is converted to one of the following errors,\n which are guaranteed to be in the filter. In this case, information is lost;\n however, the filter correctly handles the exception.
-1073741587 0xC00000ED STATUS_NOT_LOGON_PROCESS The requested action is restricted for use by logon\n processes only. The calling process has not registered as a logon process.
-1073741586 0xC00000EE STATUS_LOGON_SESSION_EXISTS An attempt has been made to start a new session\n manager or LSA logon session by using an ID that is already in use.
-1073741585 0xC00000EF STATUS_INVALID_PARAMETER_1 An invalid parameter was passed to a service or\n function as the first argument.
-1073741584 0xC00000F0 STATUS_INVALID_PARAMETER_2 An invalid parameter was passed to a service or\n function as the second argument.
-1073741583 0xC00000F1 STATUS_INVALID_PARAMETER_3 An invalid parameter was passed to a service or\n function as the third argument.
-1073741582 0xC00000F2 STATUS_INVALID_PARAMETER_4 An invalid parameter was passed to a service or\n function as the fourth argument.
-1073741581 0xC00000F3 STATUS_INVALID_PARAMETER_5 An invalid parameter was passed to a service or\n function as the fifth argument.
-1073741580 0xC00000F4 STATUS_INVALID_PARAMETER_6 An invalid parameter was passed to a service or\n function as the sixth argument.
-1073741579 0xC00000F5 STATUS_INVALID_PARAMETER_7 An invalid parameter was passed to a service or function\n as the seventh argument.
-1073741578 0xC00000F6 STATUS_INVALID_PARAMETER_8 An invalid parameter was passed to a service or\n function as the eighth argument.
-1073741577 0xC00000F7 STATUS_INVALID_PARAMETER_9 An invalid parameter was passed to a service or\n function as the ninth argument.
-1073741576 0xC00000F8 STATUS_INVALID_PARAMETER_10 An invalid parameter was passed to a service or\n function as the tenth argument.
-1073741575 0xC00000F9 STATUS_INVALID_PARAMETER_11 An invalid parameter was passed to a service or\n function as the eleventh argument.
-1073741574 0xC00000FA STATUS_INVALID_PARAMETER_12 An invalid parameter was passed to a service or\n function as the twelfth argument.
-1073741573 0xC00000FB STATUS_REDIRECTOR_NOT_STARTED An attempt was made to access a network file, but the\n network software was not yet started.
-1073741572 0xC00000FC STATUS_REDIRECTOR_STARTED An attempt was made to start the redirector, but the\n redirector has already been started.
-1073741571 0xC00000FD STATUS_STACK_OVERFLOW A new guard page for the stack cannot be created.
-1073741570 0xC00000FE STATUS_NO_SUCH_PACKAGE A specified authentication package is unknown.
-1073741569 0xC00000FF STATUS_BAD_FUNCTION_TABLE A malformed function table was encountered during an\n unwind operation.
-1073741568 0xC0000100 STATUS_VARIABLE_NOT_FOUND Indicates the specified environment variable name was\n not found in the specified environment block.
-1073741567 0xC0000101 STATUS_DIRECTORY_NOT_EMPTY Indicates that the directory trying to be deleted is\n not empty.
-1073741566 0xC0000102 STATUS_FILE_CORRUPT_ERROR {Corrupt File} The file or directory %hs is corrupt\n and unreadable. Run the Chkdsk utility.
-1073741565 0xC0000103 STATUS_NOT_A_DIRECTORY A requested opened file is not a directory.
-1073741564 0xC0000104 STATUS_BAD_LOGON_SESSION_STATE The logon session is not in a state that is consistent\n with the requested operation.
-1073741563 0xC0000105 STATUS_LOGON_SESSION_COLLISION An internal LSA error has occurred. An authentication\n package has requested the creation of a logon session but the ID of an\n already existing logon session has been specified.
-1073741562 0xC0000106 STATUS_NAME_TOO_LONG A specified name string is too long for its intended\n use.
-1073741561 0xC0000107 STATUS_FILES_OPEN The user attempted to force close the files on a\n redirected drive, but there were opened files on the drive, and the user did\n not specify a sufficient level of force.
-1073741560 0xC0000108 STATUS_CONNECTION_IN_USE The user attempted to force close the files on a\n redirected drive, but there were opened directories on the drive, and the\n user did not specify a sufficient level of force.
-1073741559 0xC0000109 STATUS_MESSAGE_NOT_FOUND RtlFindMessage could not locate the requested message\n ID in the message table resource.
-1073741558 0xC000010A STATUS_PROCESS_IS_TERMINATING An attempt was made to duplicate an object handle into\n or out of an exiting process.
-1073741557 0xC000010B STATUS_INVALID_LOGON_TYPE Indicates an invalid value has been provided for the\n LogonType requested.
-1073741556 0xC000010C STATUS_NO_GUID_TRANSLATION Indicates that an attempt was made to assign\n protection to a file system file or directory and one of the SIDs in the\n security descriptor could not be translated into a GUID that could be stored\n by the file system. This causes the protection attempt to fail, which might\n cause a file creation attempt to fail.
-1073741555 0xC000010D STATUS_CANNOT_IMPERSONATE Indicates that an attempt has been made to impersonate\n via a named pipe that has not yet been read from.
-1073741554 0xC000010E STATUS_IMAGE_ALREADY_LOADED Indicates that the specified image is already loaded.
-1073741545 0xC0000117 STATUS_NO_LDT Indicates that an attempt was made to change the size\n of the LDT for a process that has no LDT.
-1073741544 0xC0000118 STATUS_INVALID_LDT_SIZE Indicates that an attempt was made to grow an LDT by\n setting its size, or that the size was not an even number of selectors.
-1073741543 0xC0000119 STATUS_INVALID_LDT_OFFSET Indicates that the starting value for the LDT\n information was not an integral multiple of the selector size.
-1073741542 0xC000011A STATUS_INVALID_LDT_DESCRIPTOR Indicates that the user supplied an invalid descriptor\n when trying to set up LDT descriptors.
-1073741541 0xC000011B STATUS_INVALID_IMAGE_NE_FORMAT The specified image file did not have the correct\n format. It appears to be NE format.
-1073741540 0xC000011C STATUS_RXACT_INVALID_STATE Indicates that the transaction state of a registry\n subtree is incompatible with the requested operation. For example, a request\n has been made to start a new transaction with one already in progress, or a\n request has been made to apply a transaction when one is not currently in\n progress.
-1073741539 0xC000011D STATUS_RXACT_COMMIT_FAILURE Indicates an error has occurred during a registry\n transaction commit. The database has been left in an unknown, but probably\n inconsistent, state. The state of the registry transaction is left as\n COMMITTING.
-1073741538 0xC000011E STATUS_MAPPED_FILE_SIZE_ZERO An attempt was made to map a file of size zero with\n the maximum size specified as zero.
-1073741537 0xC000011F STATUS_TOO_MANY_OPENED_FILES Too many files are opened on a remote server. This\n error should only be returned by the Windows redirector on a remote drive.
-1073741536 0xC0000120 STATUS_CANCELLED The I/O request was canceled.
-1073741535 0xC0000121 STATUS_CANNOT_DELETE An attempt has been made to remove a file or directory\n that cannot be deleted.
-1073741534 0xC0000122 STATUS_INVALID_COMPUTER_NAME Indicates a name that was specified as a remote\n computer name is syntactically invalid.
-1073741533 0xC0000123 STATUS_FILE_DELETED An I/O request other than close was performed on a\n file after it was deleted, which can only happen to a request that did not\n complete before the last handle was closed via NtClose.
-1073741532 0xC0000124 STATUS_SPECIAL_ACCOUNT Indicates an operation that is incompatible with\n built-in accounts has been attempted on a built-in (special) SAM account. For\n example, built-in accounts cannot be deleted.
-1073741531 0xC0000125 STATUS_SPECIAL_GROUP The operation requested cannot be performed on the\n specified group because it is a built-in special group.
-1073741530 0xC0000126 STATUS_SPECIAL_USER The operation requested cannot be performed on the\n specified user because it is a built-in special user.
-1073741529 0xC0000127 STATUS_MEMBERS_PRIMARY_GROUP Indicates a member cannot be removed from a group\n because the group is currently the member's primary group.
-1073741528 0xC0000128 STATUS_FILE_CLOSED An I/O request other than close and several other\n special case operations was attempted using a file object that had already\n been closed.
-1073741527 0xC0000129 STATUS_TOO_MANY_THREADS Indicates a process has too many threads to perform\n the requested action. For example, assignment of a primary token can be\n performed only when a process has zero or one threads.
-1073741526 0xC000012A STATUS_THREAD_NOT_IN_PROCESS An attempt was made to operate on a thread within a\n specific process, but the specified thread is not in the specified process.
-1073741525 0xC000012B STATUS_TOKEN_ALREADY_IN_USE An attempt was made to establish a token for use as a\n primary token but the token is already in use. A token can only be the\n primary token of one process at a time.
-1073741524 0xC000012C STATUS_PAGEFILE_QUOTA_EXCEEDED The page file quota was exceeded.
-1073741523 0xC000012D STATUS_COMMITMENT_LIMIT {Out of Virtual Memory} Your system is low on virtual\n memory. To ensure that Windows runs correctly, increase the size of your\n virtual memory paging file. For more information, see Help.
-1073741522 0xC000012E STATUS_INVALID_IMAGE_LE_FORMAT The specified image file did not have the correct\n format: it appears to be LE format.
-1073741521 0xC000012F STATUS_INVALID_IMAGE_NOT_MZ The specified image file did not have the correct\n format: it did not have an initial MZ.
-1073741520 0xC0000130 STATUS_INVALID_IMAGE_PROTECT The specified image file did not have the correct\n format: it did not have a proper e_lfarlc in the MZ header.
-1073741519 0xC0000131 STATUS_INVALID_IMAGE_WIN_16 The specified image file did not have the correct\n format: it appears to be a 16-bit Windows image.
-1073741518 0xC0000132 STATUS_LOGON_SERVER_CONFLICT The Netlogon service cannot start because another\n Netlogon service running in the domain conflicts with the specified role.
-1073741517 0xC0000133 STATUS_TIME_DIFFERENCE_AT_DC The time at the primary domain controller is different\n from the time at the backup domain controller or member server by too large\n an amount.
-1073741516 0xC0000134 STATUS_SYNCHRONIZATION_REQUIRED On applicable Windows Server releases, the SAM\n database is significantly out of synchronization with the copy on the domain\n controller. A complete synchronization is required.
-1073741515 0xC0000135 STATUS_DLL_NOT_FOUND {Unable To Locate Component} This application has\n failed to start because %hs was not found. Reinstalling the application might\n fix this problem.
-1073741514 0xC0000136 STATUS_OPEN_FAILED The NtCreateFile API failed. This error should never\n be returned to an application; it is a place holder for the Windows LAN\n Manager Redirector to use in its internal error-mapping routines.
-1073741513 0xC0000137 STATUS_IO_PRIVILEGE_FAILED {Privilege Failed} The I/O permissions for the process\n could not be changed.
-1073741512 0xC0000138 STATUS_ORDINAL_NOT_FOUND {Ordinal Not Found} The ordinal %ld could not be\n located in the dynamic link library %hs.
-1073741511 0xC0000139 STATUS_ENTRYPOINT_NOT_FOUND {Entry Point Not Found} The procedure entry point %hs\n could not be located in the dynamic link library %hs.
-1073741510 0xC000013A STATUS_CONTROL_C_EXIT {Application Exit by CTRL+C} The application\n terminated as a result of a CTRL+C.
-1073741509 0xC000013B STATUS_LOCAL_DISCONNECT {Virtual Circuit Closed} The network transport on your\n computer has closed a network connection. There might or might not be I/O\n requests outstanding.
-1073741508 0xC000013C STATUS_REMOTE_DISCONNECT {Virtual Circuit Closed} The network transport on a\n remote computer has closed a network connection. There might or might not be\n I/O requests outstanding.
-1073741507 0xC000013D STATUS_REMOTE_RESOURCES {Insufficient Resources on Remote Computer} The remote\n computer has insufficient resources to complete the network request. For\n example, the remote computer might not have enough available memory to carry\n out the request at this time.
-1073741506 0xC000013E STATUS_LINK_FAILED {Virtual Circuit Closed} An existing connection\n (virtual circuit) has been broken at the remote computer. There is probably\n something wrong with the network software protocol or the network hardware on\n the remote computer.
-1073741505 0xC000013F STATUS_LINK_TIMEOUT {Virtual Circuit Closed} The network transport on your\n computer has closed a network connection because it had to wait too long for\n a response from the remote computer.
-1073741504 0xC0000140 STATUS_INVALID_CONNECTION The connection handle that was given to the transport\n was invalid.
-1073741503 0xC0000141 STATUS_INVALID_ADDRESS The address handle that was given to the transport was\n invalid.
-1073741502 0xC0000142 STATUS_DLL_INIT_FAILED {DLL Initialization Failed} Initialization of the\n dynamic link library %hs failed. The process is terminating abnormally.
-1073741501 0xC0000143 STATUS_MISSING_SYSTEMFILE {Missing System File} The required system file %hs is\n bad or missing.
-1073741500 0xC0000144 STATUS_UNHANDLED_EXCEPTION {Application Error} The exception %s (0x%08lx)\n occurred in the application at location 0x%08lx.
-1073741499 0xC0000145 STATUS_APP_INIT_FAILURE {Application Error} The application failed to\n initialize properly (0x%lx). Click OK to terminate the application.
-1073741498 0xC0000146 STATUS_PAGEFILE_CREATE_FAILED {Unable to Create Paging File} The creation of the\n paging file %hs failed (%lx). The requested size was %ld.
-1073741497 0xC0000147 STATUS_NO_PAGEFILE {No Paging File Specified} No paging file was\n specified in the system configuration.
-1073741496 0xC0000148 STATUS_INVALID_LEVEL {Incorrect System Call Level} An invalid level was\n passed into the specified system call.
-1073741495 0xC0000149 STATUS_WRONG_PASSWORD_CORE {Incorrect Password to LAN Manager Server} You\n specified an incorrect password to a LAN Manager 2.x or MS-NET server.
-1073741494 0xC000014A STATUS_ILLEGAL_FLOAT_CONTEXT {EXCEPTION} A real-mode application issued a\n floating-point instruction and floating-point hardware is not present.
-1073741493 0xC000014B STATUS_PIPE_BROKEN The pipe operation has failed because the other end of\n the pipe has been closed.
-1073741492 0xC000014C STATUS_REGISTRY_CORRUPT {The Registry Is Corrupt} The structure of one of the\n files that contains registry data is corrupt; the image of the file in memory\n is corrupt; or the file could not be recovered because the alternate copy or\n log was absent or corrupt.
-1073741491 0xC000014D STATUS_REGISTRY_IO_FAILED An I/O operation initiated by the Registry failed and\n cannot be recovered. The registry could not read in, write out, or flush one\n of the files that contain the system's image of the registry.
-1073741490 0xC000014E STATUS_NO_EVENT_PAIR An event pair synchronization operation was performed\n using the thread-specific client/server event pair object, but no event pair\n object was associated with the thread.
-1073741489 0xC000014F STATUS_UNRECOGNIZED_VOLUME The volume does not contain a recognized file system.\n Be sure that all required file system drivers are loaded and that the volume\n is not corrupt.
-1073741488 0xC0000150 STATUS_SERIAL_NO_DEVICE_INITED No serial device was successfully initialized. The\n serial driver will unload.
-1073741487 0xC0000151 STATUS_NO_SUCH_ALIAS The specified local group does not exist.
-1073741486 0xC0000152 STATUS_MEMBER_NOT_IN_ALIAS The specified account name is not a member of the\n group.
-1073741485 0xC0000153 STATUS_MEMBER_IN_ALIAS The specified account name is already a member of the\n group.
-1073741484 0xC0000154 STATUS_ALIAS_EXISTS The specified local group already exists.
-1073741483 0xC0000155 STATUS_LOGON_NOT_GRANTED A requested type of logon (for example, interactive,\n network, and service) is not granted by the local security policy of the\n target system. Ask the system administrator to grant the necessary form of\n logon.
-1073741482 0xC0000156 STATUS_TOO_MANY_SECRETS The maximum number of secrets that can be stored in a\n single system was exceeded. The length and number of secrets is limited to\n satisfy U.S. State Department export restrictions.
-1073741481 0xC0000157 STATUS_SECRET_TOO_LONG The length of a secret exceeds the maximum allowable\n length. The length and number of secrets is limited to satisfy U.S. State\n Department export restrictions.
-1073741480 0xC0000158 STATUS_INTERNAL_DB_ERROR The local security authority (LSA) database contains\n an internal inconsistency.
-1073741479 0xC0000159 STATUS_FULLSCREEN_MODE The requested operation cannot be performed in\n full-screen mode.
-1073741478 0xC000015A STATUS_TOO_MANY_CONTEXT_IDS During a logon attempt, the user's security context\n accumulated too many security IDs. This is a very unusual situation. Remove\n the user from some global or local groups to reduce the number of security\n IDs to incorporate into the security context.
-1073741477 0xC000015B STATUS_LOGON_TYPE_NOT_GRANTED A user has requested a type of logon (for example,\n interactive or network) that has not been granted. An administrator has\n control over who can logon interactively and through the network.
-1073741476 0xC000015C STATUS_NOT_REGISTRY_FILE The system has attempted to load or restore a file\n into the registry, and the specified file is not in the format of a registry\n file.
-1073741475 0xC000015D STATUS_NT_CROSS_ENCRYPTION_REQUIRED An attempt was made to change a user password in the\n security account manager without providing the necessary Windows\n cross-encrypted password.
-1073741474 0xC000015E STATUS_DOMAIN_CTRLR_CONFIG_ERROR A domain server has an incorrect configuration.
-1073741473 0xC000015F STATUS_FT_MISSING_MEMBER An attempt was made to explicitly access the secondary\n copy of information via a device control to the fault tolerance driver and\n the secondary copy is not present in the system.
-1073741472 0xC0000160 STATUS_ILL_FORMED_SERVICE_ENTRY A configuration registry node that represents a driver\n service entry was ill-formed and did not contain the required value entries.
-1073741471 0xC0000161 STATUS_ILLEGAL_CHARACTER An illegal character was encountered. For a multibyte\n character set, this includes a lead byte without a succeeding trail byte. For\n the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
-1073741470 0xC0000162 STATUS_UNMAPPABLE_CHARACTER No mapping for the Unicode character exists in the\n target multibyte code page.
-1073741469 0xC0000163 STATUS_UNDEFINED_CHARACTER The Unicode character is not defined in the Unicode\n character set that is installed on the system.
-1073741468 0xC0000164 STATUS_FLOPPY_VOLUME The paging file cannot be created on a floppy disk.
-1073741467 0xC0000165 STATUS_FLOPPY_ID_MARK_NOT_FOUND {Floppy Disk Error} While accessing a floppy disk, an\n ID address mark was not found.
-1073741466 0xC0000166 STATUS_FLOPPY_WRONG_CYLINDER {Floppy Disk Error} While accessing a floppy disk, the\n track address from the sector ID field was found to be different from the track\n address that is maintained by the controller.
-1073741465 0xC0000167 STATUS_FLOPPY_UNKNOWN_ERROR {Floppy Disk Error} The floppy disk controller\n reported an error that is not recognized by the floppy disk driver.
-1073741464 0xC0000168 STATUS_FLOPPY_BAD_REGISTERS {Floppy Disk Error} While accessing a floppy-disk, the\n controller returned inconsistent results via its registers.
-1073741463 0xC0000169 STATUS_DISK_RECALIBRATE_FAILED {Hard Disk Error} While accessing the hard disk, a\n recalibrate operation failed, even after retries.
-1073741462 0xC000016A STATUS_DISK_OPERATION_FAILED {Hard Disk Error} While accessing the hard disk, a\n disk operation failed even after retries.
-1073741461 0xC000016B STATUS_DISK_RESET_FAILED {Hard Disk Error} While accessing the hard disk, a\n disk controller reset was needed, but even that failed.
-1073741460 0xC000016C STATUS_SHARED_IRQ_BUSY An attempt was made to open a device that was sharing\n an interrupt request (IRQ) with other devices. At least one other device that\n uses that IRQ was already opened. Two concurrent opens of devices that share\n an IRQ and only work via interrupts is not supported for the particular bus\n type that the devices use.
-1073741459 0xC000016D STATUS_FT_ORPHANING {FT Orphaning} A disk that is part of a fault-tolerant\n volume can no longer be accessed.
-1073741458 0xC000016E STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT The basic input/output system (BIOS) failed to connect\n a system interrupt to the device or bus for which the device is connected.
-1073741454 0xC0000172 STATUS_PARTITION_FAILURE The tape could not be partitioned.
-1073741453 0xC0000173 STATUS_INVALID_BLOCK_LENGTH When accessing a new tape of a multi-volume partition,\n the current blocksize is incorrect.
-1073741452 0xC0000174 STATUS_DEVICE_NOT_PARTITIONED The tape partition information could not be found when\n loading a tape.
-1073741451 0xC0000175 STATUS_UNABLE_TO_LOCK_MEDIA An attempt to lock the eject media mechanism failed.
-1073741450 0xC0000176 STATUS_UNABLE_TO_UNLOAD_MEDIA An attempt to unload media failed.
-1073741449 0xC0000177 STATUS_EOM_OVERFLOW The physical end of tape was detected.
-1073741448 0xC0000178 STATUS_NO_MEDIA {No Media} There is no media in the drive. Insert\n media into drive %hs.
-1073741446 0xC000017A STATUS_NO_SUCH_MEMBER A member could not be added to or removed from the\n local group because the member does not exist.
-1073741445 0xC000017B STATUS_INVALID_MEMBER A new member could not be added to a local group\n because the member has the wrong account type.
-1073741444 0xC000017C STATUS_KEY_DELETED An illegal operation was attempted on a registry key\n that has been marked for deletion.
-1073741443 0xC000017D STATUS_NO_LOG_SPACE The system could not allocate the required space in a\n registry log.
-1073741442 0xC000017E STATUS_TOO_MANY_SIDS Too many SIDs have been specified.
-1073741441 0xC000017F STATUS_LM_CROSS_ENCRYPTION_REQUIRED An attempt was made to change a user password in the\n security account manager without providing the necessary LM cross-encrypted\n password.
-1073741440 0xC0000180 STATUS_KEY_HAS_CHILDREN An attempt was made to create a symbolic link in a\n registry key that already has subkeys or values.
-1073741439 0xC0000181 STATUS_CHILD_MUST_BE_VOLATILE An attempt was made to create a stable subkey under a\n volatile parent key.
-1073741438 0xC0000182 STATUS_DEVICE_CONFIGURATION_ERROR The I/O device is configured incorrectly or the\n configuration parameters to the driver are incorrect.
-1073741437 0xC0000183 STATUS_DRIVER_INTERNAL_ERROR An error was detected between two drivers or within an\n I/O driver.
-1073741436 0xC0000184 STATUS_INVALID_DEVICE_STATE The device is not in a valid state to perform this\n request.
-1073741435 0xC0000185 STATUS_IO_DEVICE_ERROR The I/O device reported an I/O error.
-1073741434 0xC0000186 STATUS_DEVICE_PROTOCOL_ERROR A protocol error was detected between the driver and\n the device.
-1073741433 0xC0000187 STATUS_BACKUP_CONTROLLER This operation is only allowed for the primary domain\n controller of the domain.
-1073741432 0xC0000188 STATUS_LOG_FILE_FULL The log file space is insufficient to support this\n operation.
-1073741431 0xC0000189 STATUS_TOO_LATE A write operation was attempted to a volume after it\n was dismounted.
-1073741430 0xC000018A STATUS_NO_TRUST_LSA_SECRET The workstation does not have a trust secret for the\n primary domain in the local LSA database.
-1073741429 0xC000018B STATUS_NO_TRUST_SAM_ACCOUNT On applicable Windows Server releases, the SAM\n database does not have a computer account for this workstation trust\n relationship.
-1073741428 0xC000018C STATUS_TRUSTED_DOMAIN_FAILURE The logon request failed because the trust relationship\n between the primary domain and the trusted domain failed.
-1073741427 0xC000018D STATUS_TRUSTED_RELATIONSHIP_FAILURE The logon request failed because the trust\n relationship between this workstation and the primary domain failed.
-1073741426 0xC000018E STATUS_EVENTLOG_FILE_CORRUPT The Eventlog log file is corrupt.
-1073741425 0xC000018F STATUS_EVENTLOG_CANT_START No Eventlog log file could be opened. The Eventlog\n service did not start.
-1073741424 0xC0000190 STATUS_TRUST_FAILURE The network logon failed. This might be because the\n validation authority cannot be reached.
-1073741423 0xC0000191 STATUS_MUTANT_LIMIT_EXCEEDED An attempt was made to acquire a mutant such that its\n maximum count would have been exceeded.
-1073741422 0xC0000192 STATUS_NETLOGON_NOT_STARTED An attempt was made to logon, but the NetLogon service\n was not started.
-1073741421 0xC0000193 STATUS_ACCOUNT_EXPIRED The user account has expired.
-1073741420 0xC0000194 STATUS_POSSIBLE_DEADLOCK {EXCEPTION} Possible deadlock condition.
-1073741419 0xC0000195 STATUS_NETWORK_CREDENTIAL_CONFLICT Multiple connections to a server or shared resource by\n the same user, using more than one user name, are not allowed. Disconnect all\n previous connections to the server or shared resource and try again.
-1073741418 0xC0000196 STATUS_REMOTE_SESSION_LIMIT An attempt was made to establish a session to a\n network server, but there are already too many sessions established to that\n server.
-1073741417 0xC0000197 STATUS_EVENTLOG_FILE_CHANGED The log file has changed between reads.
-1073741416 0xC0000198 STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT The account used is an interdomain trust account. Use\n your global user account or local user account to access this server.
-1073741415 0xC0000199 STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT The account used is a computer account. Use your\n global user account or local user account to access this server.
-1073741414 0xC000019A STATUS_NOLOGON_SERVER_TRUST_ACCOUNT The account used is a server trust account. Use your\n global user account or local user account to access this server.
-1073741413 0xC000019B STATUS_DOMAIN_TRUST_INCONSISTENT The name or SID of the specified domain is inconsistent\n with the trust information for that domain.
-1073741412 0xC000019C STATUS_FS_DRIVER_REQUIRED A volume has been accessed for which a file system\n driver is required that has not yet been loaded.
-1073741411 0xC000019D STATUS_IMAGE_ALREADY_LOADED_AS_DLL Indicates that the specified image is already loaded\n as a DLL.
-1073741410 0xC000019E STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING Short name settings cannot be changed on this volume\n due to the global registry setting.
-1073741409 0xC000019F STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME Short names are not enabled on this volume.
-1073741408 0xC00001A0 STATUS_SECURITY_STREAM_IS_INCONSISTENT The security stream for the given volume is in an\n inconsistent state. Please run CHKDSK on the volume.
-1073741407 0xC00001A1 STATUS_INVALID_LOCK_RANGE A requested file lock operation cannot be processed\n due to an invalid byte range.
-1073741406 0xC00001A2 STATUS_INVALID_ACE_CONDITION The specified access control entry (ACE) contains an\n invalid condition.
-1073741405 0xC00001A3 STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT The subsystem needed to support the image type is not\n present.
-1073741404 0xC00001A4 STATUS_NOTIFICATION_GUID_ALREADY_DEFINED The specified file already has a notification GUID\n associated with it.
-1073741311 0xC0000201 STATUS_NETWORK_OPEN_RESTRICTION A remote open failed because the network open\n restrictions were not satisfied.
-1073741310 0xC0000202 STATUS_NO_USER_SESSION_KEY There is no user session key for the specified logon\n session.
-1073741309 0xC0000203 STATUS_USER_SESSION_DELETED The remote user session has been deleted.
-1073741308 0xC0000204 STATUS_RESOURCE_LANG_NOT_FOUND Indicates the specified resource language ID cannot be\n found in the image file.
-1073741307 0xC0000205 STATUS_INSUFF_SERVER_RESOURCES Insufficient server resources exist to complete the\n request.
-1073741306 0xC0000206 STATUS_INVALID_BUFFER_SIZE The size of the buffer is invalid for the specified\n operation.
-1073741305 0xC0000207 STATUS_INVALID_ADDRESS_COMPONENT The transport rejected the specified network address\n as invalid.
-1073741304 0xC0000208 STATUS_INVALID_ADDRESS_WILDCARD The transport rejected the specified network address\n due to invalid use of a wildcard.
-1073741303 0xC0000209 STATUS_TOO_MANY_ADDRESSES The transport address could not be opened because all\n the available addresses are in use.
-1073741302 0xC000020A STATUS_ADDRESS_ALREADY_EXISTS The transport address could not be opened because it\n already exists.
-1073741301 0xC000020B STATUS_ADDRESS_CLOSED The transport address is now closed.
-1073741300 0xC000020C STATUS_CONNECTION_DISCONNECTED The transport connection is now disconnected.
-1073741299 0xC000020D STATUS_CONNECTION_RESET The transport connection has been reset.
-1073741298 0xC000020E STATUS_TOO_MANY_NODES The transport cannot dynamically acquire any more\n nodes.
-1073741297 0xC000020F STATUS_TRANSACTION_ABORTED The transport aborted a pending transaction.
-1073741296 0xC0000210 STATUS_TRANSACTION_TIMED_OUT The transport timed out a request that is waiting for\n a response.
-1073741295 0xC0000211 STATUS_TRANSACTION_NO_RELEASE The transport did not receive a release for a pending\n response.
-1073741294 0xC0000212 STATUS_TRANSACTION_NO_MATCH The transport did not find a transaction that matches\n the specific token.
-1073741293 0xC0000213 STATUS_TRANSACTION_RESPONDED The transport had previously responded to a\n transaction request.
-1073741292 0xC0000214 STATUS_TRANSACTION_INVALID_ID The transport does not recognize the specified\n transaction request ID.
-1073741291 0xC0000215 STATUS_TRANSACTION_INVALID_TYPE The transport does not recognize the specified\n transaction request type.
-1073741290 0xC0000216 STATUS_NOT_SERVER_SESSION The transport can only process the specified request\n on the server side of a session.
-1073741289 0xC0000217 STATUS_NOT_CLIENT_SESSION The transport can only process the specified request\n on the client side of a session.
-1073741288 0xC0000218 STATUS_CANNOT_LOAD_REGISTRY_FILE {Registry File Failure} The registry cannot load the\n hive (file): %hs or its log or alternate. It is corrupt, absent, or not\n writable.
-1073741287 0xC0000219 STATUS_DEBUG_ATTACH_FAILED {Unexpected Failure in DebugActiveProcess} An\n unexpected failure occurred while processing a DebugActiveProcess API\n request. Choosing OK will terminate the process, and choosing Cancel will\n ignore the error.
-1073741286 0xC000021A STATUS_SYSTEM_PROCESS_TERMINATED {Fatal System Error} The %hs system process terminated\n unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been\n shut down.
-1073741285 0xC000021B STATUS_DATA_NOT_ACCEPTED {Data Not Accepted} The TDI client could not handle\n the data received during an indication.
-1073741284 0xC000021C STATUS_NO_BROWSER_SERVERS_FOUND {Unable to Retrieve Browser Server List} The list of\n servers for this workgroup is not currently available.
-1073741283 0xC000021D STATUS_VDM_HARD_ERROR NTVDM encountered a hard error.
-1073741282 0xC000021E STATUS_DRIVER_CANCEL_TIMEOUT {Cancel Timeout} The driver %hs failed to complete a\n canceled I/O request in the allotted time.
-1073741281 0xC000021F STATUS_REPLY_MESSAGE_MISMATCH {Reply Message Mismatch} An attempt was made to reply\n to an LPC message, but the thread specified by the client ID in the message\n was not waiting on that message.
-1073741280 0xC0000220 STATUS_MAPPED_ALIGNMENT {Mapped View Alignment Incorrect} An attempt was made\n to map a view of a file, but either the specified base address or the offset\n into the file were not aligned on the proper allocation granularity.
-1073741279 0xC0000221 STATUS_IMAGE_CHECKSUM_MISMATCH {Bad Image Checksum} The image %hs is possibly\n corrupt. The header checksum does not match the computed checksum.
-1073741278 0xC0000222 STATUS_LOST_WRITEBEHIND_DATA {Delayed Write Failed} Windows was unable to save all\n the data for the file %hs. The data has been lost. This error might be caused\n by a failure of your computer hardware or network connection. Try to save\n this file elsewhere.
-1073741277 0xC0000223 STATUS_CLIENT_SERVER_PARAMETERS_INVALID The parameters passed to the server in the\n client/server shared memory window were invalid. Too much data might have\n been put in the shared memory window.
-1073741276 0xC0000224 STATUS_PASSWORD_MUST_CHANGE The user password must be changed before logging on\n the first time.
-1073741275 0xC0000225 STATUS_NOT_FOUND The object was not found.
-1073741274 0xC0000226 STATUS_NOT_TINY_STREAM The stream is not a tiny stream.
-1073741273 0xC0000227 STATUS_RECOVERY_FAILURE A transaction recovery failed.
-1073741272 0xC0000228 STATUS_STACK_OVERFLOW_READ The request must be handled by the stack overflow\n code.
-1073741271 0xC0000229 STATUS_FAIL_CHECK A consistency check failed.
-1073741270 0xC000022A STATUS_DUPLICATE_OBJECTID The attempt to insert the ID in the index failed\n because the ID is already in the index.
-1073741269 0xC000022B STATUS_OBJECTID_EXISTS The attempt to set the object ID failed because the\n object already has an ID.
-1073741268 0xC000022C STATUS_CONVERT_TO_LARGE Internal OFS status codes indicating how an allocation\n operation is handled. Either it is retried after the containing oNode is\n moved or the extent stream is converted to a large stream.
-1073741267 0xC000022D STATUS_RETRY The request needs to be retried.
-1073741266 0xC000022E STATUS_FOUND_OUT_OF_SCOPE The attempt to find the object found an object on the\n volume that matches by ID; however, it is out of the scope of the handle that\n is used for the operation.
-1073741265 0xC000022F STATUS_ALLOCATE_BUCKET The bucket array must be grown. Retry the transaction\n after doing so.
-1073741264 0xC0000230 STATUS_PROPSET_NOT_FOUND The specified property set does not exist on the\n object.
-1073741263 0xC0000231 STATUS_MARSHALL_OVERFLOW The user/kernel marshaling buffer has overflowed.
-1073741262 0xC0000232 STATUS_INVALID_VARIANT The supplied variant structure contains invalid data.
-1073741261 0xC0000233 STATUS_DOMAIN_CONTROLLER_NOT_FOUND A domain controller for this domain was not found.
-1073741260 0xC0000234 STATUS_ACCOUNT_LOCKED_OUT The user account has been automatically locked because\n too many invalid logon attempts or password change attempts have been\n requested.
-1073741259 0xC0000235 STATUS_HANDLE_NOT_CLOSABLE NtClose was called on a handle that was protected from\n close via NtSetInformationObject.
-1073741258 0xC0000236 STATUS_CONNECTION_REFUSED The transport-connection attempt was refused by the\n remote system.
-1073741257 0xC0000237 STATUS_GRACEFUL_DISCONNECT The transport connection was gracefully closed.
-1073741256 0xC0000238 STATUS_ADDRESS_ALREADY_ASSOCIATED The transport endpoint already has an address\n associated with it.
-1073741255 0xC0000239 STATUS_ADDRESS_NOT_ASSOCIATED An address has not yet been associated with the transport\n endpoint.
-1073741254 0xC000023A STATUS_CONNECTION_INVALID An operation was attempted on a nonexistent transport\n connection.
-1073741253 0xC000023B STATUS_CONNECTION_ACTIVE An invalid operation was attempted on an active\n transport connection.
-1073741252 0xC000023C STATUS_NETWORK_UNREACHABLE The remote network is not reachable by the transport.
-1073741251 0xC000023D STATUS_HOST_UNREACHABLE The remote system is not reachable by the transport.
-1073741250 0xC000023E STATUS_PROTOCOL_UNREACHABLE The remote system does not support the transport\n protocol.
-1073741249 0xC000023F STATUS_PORT_UNREACHABLE No service is operating at the destination port of the\n transport on the remote system.
-1073741248 0xC0000240 STATUS_REQUEST_ABORTED The request was aborted.
-1073741247 0xC0000241 STATUS_CONNECTION_ABORTED The transport connection was aborted by the local\n system.
-1073741246 0xC0000242 STATUS_BAD_COMPRESSION_BUFFER The specified buffer contains ill-formed data.
-1073741245 0xC0000243 STATUS_USER_MAPPED_FILE The requested operation cannot be performed on a file\n with a user mapped section open.
-1073741244 0xC0000244 STATUS_AUDIT_FAILED {Audit Failed} An attempt to generate a security audit\n failed.
-1073741243 0xC0000245 STATUS_TIMER_RESOLUTION_NOT_SET The timer resolution was not previously set by the\n current process.
-1073741242 0xC0000246 STATUS_CONNECTION_COUNT_LIMIT A connection to the server could not be made because\n the limit on the number of concurrent connections for this account has been\n reached.
-1073741241 0xC0000247 STATUS_LOGIN_TIME_RESTRICTION Attempting to log on during an unauthorized time of\n day for this account.
-1073741240 0xC0000248 STATUS_LOGIN_WKSTA_RESTRICTION The account is not authorized to log on from this\n station.
-1073741239 0xC0000249 STATUS_IMAGE_MP_UP_MISMATCH {UP/MP Image Mismatch} The image %hs has been modified\n for use on a uniprocessor system, but you are running it on a multiprocessor\n machine. Reinstall the image file.
-1073741232 0xC0000250 STATUS_INSUFFICIENT_LOGON_INFO There is insufficient account information to log you\n on.
-1073741231 0xC0000251 STATUS_BAD_DLL_ENTRYPOINT {Invalid DLL Entrypoint} The dynamic link library %hs\n is not written correctly. The stack pointer has been left in an inconsistent\n state. The entry point should be declared as WINAPI or STDCALL. Select YES to\n fail the DLL load. Select NO to continue execution. Selecting NO might cause\n the application to operate incorrectly.
-1073741230 0xC0000252 STATUS_BAD_SERVICE_ENTRYPOINT {Invalid Service Callback Entrypoint} The %hs service\n is not written correctly. The stack pointer has been left in an inconsistent\n state. The callback entry point should be declared as WINAPI or STDCALL.\n Selecting OK will cause the service to continue operation. However, the\n service process might operate incorrectly.
-1073741229 0xC0000253 STATUS_LPC_REPLY_LOST The server received the messages but did not send a\n reply.
-1073741228 0xC0000254 STATUS_IP_ADDRESS_CONFLICT1 There is an IP address conflict with another system on\n the network.
-1073741227 0xC0000255 STATUS_IP_ADDRESS_CONFLICT2 There is an IP address conflict with another system on\n the network.
-1073741226 0xC0000256 STATUS_REGISTRY_QUOTA_LIMIT {Low On Registry Space} The system has reached the maximum\n size that is allowed for the system part of the registry. Additional storage\n requests will be ignored.
-1073741225 0xC0000257 STATUS_PATH_NOT_COVERED The contacted server does not support the indicated\n part of the DFS namespace.
-1073741224 0xC0000258 STATUS_NO_CALLBACK_ACTIVE A callback return system service cannot be executed\n when no callback is active.
-1073741223 0xC0000259 STATUS_LICENSE_QUOTA_EXCEEDED The service being accessed is licensed for a\n particular number of connections. No more connections can be made to the\n service at this time because the service has already accepted the maximum\n number of connections.
-1073741222 0xC000025A STATUS_PWD_TOO_SHORT The password provided is too short to meet the policy\n of your user account. Choose a longer password.
-1073741221 0xC000025B STATUS_PWD_TOO_RECENT The policy of your user account does not allow you to\n change passwords too frequently. This is done to prevent users from changing\n back to a familiar, but potentially discovered, password. If you feel your\n password has been compromised, contact your administrator immediately to have\n a new one assigned.
-1073741220 0xC000025C STATUS_PWD_HISTORY_CONFLICT You have attempted to change your password to one that\n you have used in the past. The policy of your user account does not allow\n this. Select a password that you have not previously used.
-1073741218 0xC000025E STATUS_PLUGPLAY_NO_DEVICE You have attempted to load a legacy device driver\n while its device instance had been disabled.
-1073741217 0xC000025F STATUS_UNSUPPORTED_COMPRESSION The specified compression format is unsupported.
-1073741216 0xC0000260 STATUS_INVALID_HW_PROFILE The specified hardware profile configuration is\n invalid.
-1073741215 0xC0000261 STATUS_INVALID_PLUGPLAY_DEVICE_PATH The specified Plug and Play registry device path is\n invalid.
-1073741214 0xC0000262 STATUS_DRIVER_ORDINAL_NOT_FOUND {Driver Entry Point Not Found} The %hs device driver\n could not locate the ordinal %ld in driver %hs.
-1073741213 0xC0000263 STATUS_DRIVER_ENTRYPOINT_NOT_FOUND {Driver Entry Point Not Found} The %hs device driver\n could not locate the entry point %hs in driver %hs.
-1073741212 0xC0000264 STATUS_RESOURCE_NOT_OWNED {Application Error} The application attempted to\n release a resource it did not own. Click OK to terminate the application.
-1073741211 0xC0000265 STATUS_TOO_MANY_LINKS An attempt was made to create more links on a file\n than the file system supports.
-1073741210 0xC0000266 STATUS_QUOTA_LIST_INCONSISTENT The specified quota list is internally inconsistent\n with its descriptor.
-1073741209 0xC0000267 STATUS_FILE_IS_OFFLINE The specified file has been relocated to offline\n storage.
-1073741208 0xC0000268 STATUS_EVALUATION_EXPIRATION {Windows Evaluation Notification} The evaluation\n period for this installation of Windows has expired. This system will\n shutdown in 1 hour. To restore access to this installation of Windows,\n upgrade this installation by using a licensed distribution of this product.
-1073741207 0xC0000269 STATUS_ILLEGAL_DLL_RELOCATION {Illegal System DLL Relocation} The system DLL %hs was\n relocated in memory. The application will not run properly. The relocation\n occurred because the DLL %hs occupied an address range that is reserved for\n Windows system DLLs. The vendor supplying the DLL should be contacted for a\n new DLL.
-1073741206 0xC000026A STATUS_LICENSE_VIOLATION {License Violation} The system has detected tampering\n with your registered product type. This is a violation of your software\n license. Tampering with the product type is not permitted.
-1073741205 0xC000026B STATUS_DLL_INIT_FAILED_LOGOFF {DLL Initialization Failed} The application failed to\n initialize because the window station is shutting down.
-1073741204 0xC000026C STATUS_DRIVER_UNABLE_TO_LOAD {Unable to Load Device Driver} %hs device driver could\n not be loaded. Error Status was 0x%x.
-1073741203 0xC000026D STATUS_DFS_UNAVAILABLE DFS is unavailable on the contacted server.
-1073741202 0xC000026E STATUS_VOLUME_DISMOUNTED An operation was attempted to a volume after it was\n dismounted.
-1073741201 0xC000026F STATUS_WX86_INTERNAL_ERROR An internal error occurred in the Win32 x86 emulation\n subsystem.
-1073741200 0xC0000270 STATUS_WX86_FLOAT_STACK_CHECK Win32 x86 emulation subsystem floating-point stack\n check.
-1073741199 0xC0000271 STATUS_VALIDATE_CONTINUE The validation process needs to continue on to the\n next step.
-1073741198 0xC0000272 STATUS_NO_MATCH There was no match for the specified key in the index.
-1073741197 0xC0000273 STATUS_NO_MORE_MATCHES There are no more matches for the current index\n enumeration.
-1073741195 0xC0000275 STATUS_NOT_A_REPARSE_POINT The NTFS file or directory is not a reparse point.
-1073741194 0xC0000276 STATUS_IO_REPARSE_TAG_INVALID The Windows I/O reparse tag passed for the NTFS\n reparse point is invalid.
-1073741193 0xC0000277 STATUS_IO_REPARSE_TAG_MISMATCH The Windows I/O reparse tag does not match the one\n that is in the NTFS reparse point.
-1073741192 0xC0000278 STATUS_IO_REPARSE_DATA_INVALID The user data passed for the NTFS reparse point is\n invalid.
-1073741191 0xC0000279 STATUS_IO_REPARSE_TAG_NOT_HANDLED The layered file system driver for this I/O tag did\n not handle it when needed.
-1073741184 0xC0000280 STATUS_REPARSE_POINT_NOT_RESOLVED The NTFS symbolic link could not be resolved even\n though the initial file name is valid.
-1073741183 0xC0000281 STATUS_DIRECTORY_IS_A_REPARSE_POINT The NTFS directory is a reparse point.
-1073741182 0xC0000282 STATUS_RANGE_LIST_CONFLICT The range could not be added to the range list because\n of a conflict.
-1073741181 0xC0000283 STATUS_SOURCE_ELEMENT_EMPTY The specified medium changer source element contains\n no media.
-1073741180 0xC0000284 STATUS_DESTINATION_ELEMENT_FULL The specified medium changer destination element\n already contains media.
-1073741179 0xC0000285 STATUS_ILLEGAL_ELEMENT_ADDRESS The specified medium changer element does not exist.
-1073741178 0xC0000286 STATUS_MAGAZINE_NOT_PRESENT The specified element is contained in a magazine that\n is no longer present.
-1073741177 0xC0000287 STATUS_REINITIALIZATION_NEEDED The device requires re-initialization due to hardware\n errors.
-1073741174 0xC000028A STATUS_ENCRYPTION_FAILED The file encryption attempt failed.
-1073741173 0xC000028B STATUS_DECRYPTION_FAILED The file decryption attempt failed.
-1073741172 0xC000028C STATUS_RANGE_NOT_FOUND The specified range could not be found in the range\n list.
-1073741171 0xC000028D STATUS_NO_RECOVERY_POLICY There is no encryption recovery policy configured for\n this system.
-1073741170 0xC000028E STATUS_NO_EFS The required encryption driver is not loaded for this\n system.
-1073741169 0xC000028F STATUS_WRONG_EFS The file was encrypted with a different encryption\n driver than is currently loaded.
-1073741168 0xC0000290 STATUS_NO_USER_KEYS There are no EFS keys defined for the user.
-1073741167 0xC0000291 STATUS_FILE_NOT_ENCRYPTED The specified file is not encrypted.
-1073741166 0xC0000292 STATUS_NOT_EXPORT_FORMAT The specified file is not in the defined EFS export\n format.
-1073741165 0xC0000293 STATUS_FILE_ENCRYPTED The specified file is encrypted and the user does not\n have the ability to decrypt it.
-1073741163 0xC0000295 STATUS_WMI_GUID_NOT_FOUND The GUID passed was not recognized as valid by a WMI\n data provider.
-1073741162 0xC0000296 STATUS_WMI_INSTANCE_NOT_FOUND The instance name passed was not recognized as valid\n by a WMI data provider.
-1073741161 0xC0000297 STATUS_WMI_ITEMID_NOT_FOUND The data item ID passed was not recognized as valid by\n a WMI data provider.
-1073741160 0xC0000298 STATUS_WMI_TRY_AGAIN The WMI request could not be completed and should be\n retried.
-1073741159 0xC0000299 STATUS_SHARED_POLICY The policy object is shared and can only be modified\n at the root.
-1073741158 0xC000029A STATUS_POLICY_OBJECT_NOT_FOUND The policy object does not exist when it should.
-1073741157 0xC000029B STATUS_POLICY_ONLY_IN_DS The requested policy information only lives in the Ds.
-1073741156 0xC000029C STATUS_VOLUME_NOT_UPGRADED The volume must be upgraded to enable this feature.
-1073741155 0xC000029D STATUS_REMOTE_STORAGE_NOT_ACTIVE The remote storage service is not operational at this\n time.
-1073741154 0xC000029E STATUS_REMOTE_STORAGE_MEDIA_ERROR The remote storage service encountered a media error.
-1073741153 0xC000029F STATUS_NO_TRACKING_SERVICE The tracking (workstation) service is not running.
-1073741152 0xC00002A0 STATUS_SERVER_SID_MISMATCH The server process is running under a SID that is different\n from the SID that is required by client.
-1073741151 0xC00002A1 STATUS_DS_NO_ATTRIBUTE_OR_VALUE The specified directory service attribute or value\n does not exist.
-1073741150 0xC00002A2 STATUS_DS_INVALID_ATTRIBUTE_SYNTAX The attribute syntax specified to the directory\n service is invalid.
-1073741149 0xC00002A3 STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED The attribute type specified to the directory service\n is not defined.
-1073741148 0xC00002A4 STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS The specified directory service attribute or value\n already exists.
-1073741147 0xC00002A5 STATUS_DS_BUSY The directory service is busy.
-1073741146 0xC00002A6 STATUS_DS_UNAVAILABLE The directory service is unavailable.
-1073741145 0xC00002A7 STATUS_DS_NO_RIDS_ALLOCATED The directory service was unable to allocate a\n relative identifier.
-1073741144 0xC00002A8 STATUS_DS_NO_MORE_RIDS The directory service has exhausted the pool of\n relative identifiers.
-1073741143 0xC00002A9 STATUS_DS_INCORRECT_ROLE_OWNER The requested operation could not be performed because\n the directory service is not the master for that type of operation.
-1073741142 0xC00002AA STATUS_DS_RIDMGR_INIT_ERROR The directory service was unable to initialize the\n subsystem that allocates relative identifiers.
-1073741141 0xC00002AB STATUS_DS_OBJ_CLASS_VIOLATION The requested operation did not satisfy one or more\n constraints that are associated with the class of the object.
-1073741140 0xC00002AC STATUS_DS_CANT_ON_NON_LEAF The directory service can perform the requested\n operation only on a leaf object.
-1073741139 0xC00002AD STATUS_DS_CANT_ON_RDN The directory service cannot perform the requested operation\n on the Relatively Defined Name (RDN) attribute of an object.
-1073741138 0xC00002AE STATUS_DS_CANT_MOD_OBJ_CLASS The directory service detected an attempt to modify\n the object class of an object.
-1073741137 0xC00002AF STATUS_DS_CROSS_DOM_MOVE_FAILED An error occurred while performing a cross domain move\n operation.
-1073741136 0xC00002B0 STATUS_DS_GC_NOT_AVAILABLE Unable to contact the global catalog server.
-1073741135 0xC00002B1 STATUS_DIRECTORY_SERVICE_REQUIRED The requested operation requires a directory service,\n and none was available.
-1073741134 0xC00002B2 STATUS_REPARSE_ATTRIBUTE_CONFLICT The reparse attribute cannot be set because it is\n incompatible with an existing attribute.
-1073741133 0xC00002B3 STATUS_CANT_ENABLE_DENY_ONLY A group marked "use for deny only" cannot be\n enabled.
-1073741132 0xC00002B4 STATUS_FLOAT_MULTIPLE_FAULTS {EXCEPTION} Multiple floating-point faults.
-1073741131 0xC00002B5 STATUS_FLOAT_MULTIPLE_TRAPS {EXCEPTION} Multiple floating-point traps.
-1073741130 0xC00002B6 STATUS_DEVICE_REMOVED The device has been removed.
-1073741129 0xC00002B7 STATUS_JOURNAL_DELETE_IN_PROGRESS The volume change journal is being deleted.
-1073741128 0xC00002B8 STATUS_JOURNAL_NOT_ACTIVE The volume change journal is not active.
-1073741127 0xC00002B9 STATUS_NOINTERFACE The requested interface is not supported.
-1073741119 0xC00002C1 STATUS_DS_ADMIN_LIMIT_EXCEEDED A directory service resource limit has been exceeded.
-1073741118 0xC00002C2 STATUS_DRIVER_FAILED_SLEEP {System Standby Failed} The driver %hs does not\n support standby mode. Updating this driver allows the system to go to standby\n mode.
-1073741117 0xC00002C3 STATUS_MUTUAL_AUTHENTICATION_FAILED Mutual Authentication failed. The server password is\n out of date at the domain controller.
-1073741116 0xC00002C4 STATUS_CORRUPT_SYSTEM_FILE The system file %1 has become corrupt and has been\n replaced.
-1073741115 0xC00002C5 STATUS_DATATYPE_MISALIGNMENT_ERROR {EXCEPTION} Alignment Error A data type misalignment\n error was detected in a load or store instruction.
-1073741114 0xC00002C6 STATUS_WMI_READ_ONLY The WMI data item or data block is read-only.
-1073741113 0xC00002C7 STATUS_WMI_SET_FAILURE The WMI data item or data block could not be changed.
-1073741112 0xC00002C8 STATUS_COMMITMENT_MINIMUM {Virtual Memory Minimum Too Low} Your system is low on\n virtual memory. Windows is increasing the size of your virtual memory paging\n file. During this process, memory requests for some applications might be\n denied. For more information, see Help.
-1073741111 0xC00002C9 STATUS_REG_NAT_CONSUMPTION {EXCEPTION} Register NaT consumption faults. A NaT\n value is consumed on a non-speculative instruction.
-1073741110 0xC00002CA STATUS_TRANSPORT_FULL The transport element of the medium changer contains\n media, which is causing the operation to fail.
-1073741109 0xC00002CB STATUS_DS_SAM_INIT_FAILURE Security Accounts Manager initialization failed\n because of the following error: %hs Error Status: 0x%x. Click OK to shut down\n this system and restart in Directory Services Restore Mode. Check the event\n log for more detailed information.
-1073741108 0xC00002CC STATUS_ONLY_IF_CONNECTED This operation is supported only when you are\n connected to the server.
-1073741107 0xC00002CD STATUS_DS_SENSITIVE_GROUP_VIOLATION Only an administrator can modify the membership list\n of an administrative group.
-1073741106 0xC00002CE STATUS_PNP_RESTART_ENUMERATION A device was removed so enumeration must be restarted.
-1073741105 0xC00002CF STATUS_JOURNAL_ENTRY_DELETED The journal entry has been deleted from the journal.
-1073741104 0xC00002D0 STATUS_DS_CANT_MOD_PRIMARYGROUPID Cannot change the primary group ID of a domain\n controller account.
-1073741103 0xC00002D1 STATUS_SYSTEM_IMAGE_BAD_SIGNATURE {Fatal System Error} The system image %s is not\n properly signed. The file has been replaced with the signed file. The system\n has been shut down.
-1073741102 0xC00002D2 STATUS_PNP_REBOOT_REQUIRED The device will not start without a reboot.
-1073741101 0xC00002D3 STATUS_POWER_STATE_INVALID The power state of the current device cannot support\n this request.
-1073741100 0xC00002D4 STATUS_DS_INVALID_GROUP_TYPE The specified group type is invalid.
-1073741099 0xC00002D5 STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN In a mixed domain, no nesting of a global group if the\n group is security enabled.
-1073741098 0xC00002D6 STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN In a mixed domain, cannot nest local groups with other\n local groups, if the group is security enabled.
-1073741097 0xC00002D7 STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER A global group cannot have a local group as a member.
-1073741096 0xC00002D8 STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER A global group cannot have a universal group as a\n member.
-1073741095 0xC00002D9 STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER A universal group cannot have a local group as a\n member.
-1073741094 0xC00002DA STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER A global group cannot have a cross-domain member.
-1073741093 0xC00002DB STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER A local group cannot have another cross-domain local\n group as a member.
-1073741092 0xC00002DC STATUS_DS_HAVE_PRIMARY_MEMBERS Cannot change to a security-disabled group because\n primary members are in this group.
-1073741091 0xC00002DD STATUS_WMI_NOT_SUPPORTED The WMI operation is not supported by the data block\n or method.
-1073741090 0xC00002DE STATUS_INSUFFICIENT_POWER There is not enough power to complete the requested\n operation.
-1073741089 0xC00002DF STATUS_SAM_NEED_BOOTKEY_PASSWORD The Security Accounts Manager needs to get the boot\n password.
-1073741088 0xC00002E0 STATUS_SAM_NEED_BOOTKEY_FLOPPY The Security Accounts Manager needs to get the boot\n key from the floppy disk.
-1073741087 0xC00002E1 STATUS_DS_CANT_START The directory service cannot start.
-1073741086 0xC00002E2 STATUS_DS_INIT_FAILURE The directory service could not start because of the\n following error: %hs Error Status: 0x%x. Click OK to shut down this system\n and restart in Directory Services Restore Mode. Check the event log for more\n detailed information.
-1073741085 0xC00002E3 STATUS_SAM_INIT_FAILURE The Security Accounts Manager initialization failed\n because of the following error: %hs Error Status: 0x%x. Click OK to shut down\n this system and restart in Safe Mode. Check the event log for more detailed\n information.
-1073741084 0xC00002E4 STATUS_DS_GC_REQUIRED The requested operation can be performed only on a\n global catalog server.
-1073741083 0xC00002E5 STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY A local group can only be a member of other local\n groups in the same domain.
-1073741082 0xC00002E6 STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS Foreign security principals cannot be members of\n universal groups.
-1073741081 0xC00002E7 STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED Your computer could not be joined to the domain. You\n have exceeded the maximum number of computer accounts you are allowed to\n create in this domain. Contact your system administrator to have this limit\n reset or increased.
-1073741079 0xC00002E9 STATUS_CURRENT_DOMAIN_NOT_ALLOWED This operation cannot be performed on the current\n domain.
-1073741078 0xC00002EA STATUS_CANNOT_MAKE The directory or file cannot be created.
-1073741077 0xC00002EB STATUS_SYSTEM_SHUTDOWN The system is in the process of shutting down.
-1073741076 0xC00002EC STATUS_DS_INIT_FAILURE_CONSOLE Directory Services could not start because of the\n following error: %hs Error Status: 0x%x. Click OK to shut down the system.\n You can use the recovery console to diagnose the system further.
-1073741075 0xC00002ED STATUS_DS_SAM_INIT_FAILURE_CONSOLE Security Accounts Manager initialization failed\n because of the following error: %hs Error Status: 0x%x. Click OK to shut down\n the system. You can use the recovery console to diagnose the system further.
-1073741074 0xC00002EE STATUS_UNFINISHED_CONTEXT_DELETED A security context was deleted before the context was\n completed. This is considered a logon failure.
-1073741073 0xC00002EF STATUS_NO_TGT_REPLY The client is trying to negotiate a context and the\n server requires user-to-user but did not send a TGT reply.
-1073741072 0xC00002F0 STATUS_OBJECTID_NOT_FOUND An object ID was not found in the file.
-1073741071 0xC00002F1 STATUS_NO_IP_ADDRESSES Unable to accomplish the requested task because the\n local machine does not have any IP addresses.
-1073741070 0xC00002F2 STATUS_WRONG_CREDENTIAL_HANDLE The supplied credential handle does not match the\n credential that is associated with the security context.
-1073741069 0xC00002F3 STATUS_CRYPTO_SYSTEM_INVALID The crypto system or checksum function is invalid\n because a required function is unavailable.
-1073741068 0xC00002F4 STATUS_MAX_REFERRALS_EXCEEDED The number of maximum ticket referrals has been\n exceeded.
-1073741067 0xC00002F5 STATUS_MUST_BE_KDC The local machine must be a Kerberos KDC (domain\n controller) and it is not.
-1073741066 0xC00002F6 STATUS_STRONG_CRYPTO_NOT_SUPPORTED The other end of the security negotiation requires\n strong crypto but it is not supported on the local machine.
-1073741065 0xC00002F7 STATUS_TOO_MANY_PRINCIPALS The KDC reply contained more than one principal name.
-1073741064 0xC00002F8 STATUS_NO_PA_DATA Expected to find PA data for a hint of what etype to\n use, but it was not found.
-1073741063 0xC00002F9 STATUS_PKINIT_NAME_MISMATCH The client certificate does not contain a valid UPN,\n or does not match the client name in the logon request. Contact your\n administrator.
-1073741062 0xC00002FA STATUS_SMARTCARD_LOGON_REQUIRED Smart card logon is required and was not used.
-1073741061 0xC00002FB STATUS_KDC_INVALID_REQUEST An invalid request was sent to the KDC.
-1073741060 0xC00002FC STATUS_KDC_UNABLE_TO_REFER The KDC was unable to generate a referral for the\n service requested.
-1073741059 0xC00002FD STATUS_KDC_UNKNOWN_ETYPE The encryption type requested is not supported by the\n KDC.
-1073741058 0xC00002FE STATUS_SHUTDOWN_IN_PROGRESS A system shutdown is in progress.
-1073741057 0xC00002FF STATUS_SERVER_SHUTDOWN_IN_PROGRESS The server machine is shutting down.
-1073741056 0xC0000300 STATUS_NOT_SUPPORTED_ON_SBS This operation is not supported on a computer running\n Windows Server 2003 operating system for Small Business Server.
-1073741055 0xC0000301 STATUS_WMI_GUID_DISCONNECTED The WMI GUID is no longer available.
-1073741054 0xC0000302 STATUS_WMI_ALREADY_DISABLED Collection or events for the WMI GUID is already disabled.
-1073741053 0xC0000303 STATUS_WMI_ALREADY_ENABLED Collection or events for the WMI GUID is already\n enabled.
-1073741052 0xC0000304 STATUS_MFT_TOO_FRAGMENTED The master file table on the volume is too fragmented\n to complete this operation.
-1073741051 0xC0000305 STATUS_COPY_PROTECTION_FAILURE Copy protection failure.
-1073741050 0xC0000306 STATUS_CSS_AUTHENTICATION_FAILURE Copy protection error—DVD CSS Authentication failed.
-1073741049 0xC0000307 STATUS_CSS_KEY_NOT_PRESENT Copy protection error—The specified sector does not\n contain a valid key.
-1073741048 0xC0000308 STATUS_CSS_KEY_NOT_ESTABLISHED Copy protection error—DVD session key not established.
-1073741047 0xC0000309 STATUS_CSS_SCRAMBLED_SECTOR Copy protection error—The read failed because the\n sector is encrypted.
-1073741046 0xC000030A STATUS_CSS_REGION_MISMATCH Copy protection error—The region of the specified DVD\n does not correspond to the region setting of the drive.
-1073741045 0xC000030B STATUS_CSS_RESETS_EXHAUSTED Copy protection error—The region setting of the drive\n might be permanent.
-1073741024 0xC0000320 STATUS_PKINIT_FAILURE The Kerberos protocol encountered an error while\n validating the KDC certificate during smart card logon. There is more\n information in the system event log.
-1073741023 0xC0000321 STATUS_SMARTCARD_SUBSYSTEM_FAILURE The Kerberos protocol encountered an error while\n attempting to use the smart card subsystem.
-1073741022 0xC0000322 STATUS_NO_KERB_KEY The target server does not have acceptable Kerberos\n credentials.
-1073740976 0xC0000350 STATUS_HOST_DOWN The transport determined that the remote system is\n down.
-1073740975 0xC0000351 STATUS_UNSUPPORTED_PREAUTH An unsupported pre-authentication mechanism was\n presented to the Kerberos package.
-1073740974 0xC0000352 STATUS_EFS_ALG_BLOB_TOO_BIG The encryption algorithm that is used on the source\n file needs a bigger key buffer than the one that is used on the destination\n file.
-1073740973 0xC0000353 STATUS_PORT_NOT_SET An attempt to remove a processes DebugPort was made,\n but a port was not already associated with the process.
-1073740972 0xC0000354 STATUS_DEBUGGER_INACTIVE An attempt to do an operation on a debug port failed\n because the port is in the process of being deleted.
-1073740971 0xC0000355 STATUS_DS_VERSION_CHECK_FAILURE This version of Windows is not compatible with the\n behavior version of the directory forest, domain, or domain controller.
-1073740970 0xC0000356 STATUS_AUDITING_DISABLED The specified event is currently not being audited.
-1073740969 0xC0000357 STATUS_PRENT4_MACHINE_ACCOUNT The machine account was created prior to Windows NT\n 4.0 operating system. The account needs to be recreated.
-1073740968 0xC0000358 STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER An account group cannot have a universal group as a\n member.
-1073740967 0xC0000359 STATUS_INVALID_IMAGE_WIN_32 The specified image file did not have the correct\n format; it appears to be a 32-bit Windows image.
-1073740966 0xC000035A STATUS_INVALID_IMAGE_WIN_64 The specified image file did not have the correct\n format; it appears to be a 64-bit Windows image.
-1073740965 0xC000035B STATUS_BAD_BINDINGS The client's supplied SSPI channel bindings were\n incorrect.
-1073740964 0xC000035C STATUS_NETWORK_SESSION_EXPIRED The client session has expired; so the client must\n re-authenticate to continue accessing the remote resources.
-1073740963 0xC000035D STATUS_APPHELP_BLOCK The AppHelp dialog box canceled; thus preventing the\n application from starting.
-1073740962 0xC000035E STATUS_ALL_SIDS_FILTERED The SID filtering operation removed all SIDs.
-1073740961 0xC000035F STATUS_NOT_SAFE_MODE_DRIVER The driver was not loaded because the system is\n starting in safe mode.
-1073740959 0xC0000361 STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT Access to %1 has been restricted by your Administrator\n by the default software restriction policy level.
-1073740958 0xC0000362 STATUS_ACCESS_DISABLED_BY_POLICY_PATH Access to %1 has been restricted by your Administrator\n by location with policy rule %2 placed on path %3.
-1073740957 0xC0000363 STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER Access to %1 has been restricted by your Administrator\n by software publisher policy.
-1073740956 0xC0000364 STATUS_ACCESS_DISABLED_BY_POLICY_OTHER Access to %1 has been restricted by your Administrator\n by policy rule %2.
-1073740955 0xC0000365 STATUS_FAILED_DRIVER_ENTRY The driver was not loaded because it failed its\n initialization call.
-1073740954 0xC0000366 STATUS_DEVICE_ENUMERATION_ERROR The device encountered an error while applying power\n or reading the device configuration. This might be caused by a failure of\n your hardware or by a poor connection.
-1073740952 0xC0000368 STATUS_MOUNT_POINT_NOT_RESOLVED The create operation failed because the name contained\n at least one mount point that resolves to a volume to which the specified\n device object is not attached.
-1073740951 0xC0000369 STATUS_INVALID_DEVICE_OBJECT_PARAMETER The device object parameter is either not a valid\n device object or is not attached to the volume that is specified by the file\n name.
-1073740950 0xC000036A STATUS_MCA_OCCURED A machine check error has occurred. Check the system\n event log for additional information.
-1073740949 0xC000036B STATUS_DRIVER_BLOCKED_CRITICAL Driver %2 has been blocked from loading.
-1073740948 0xC000036C STATUS_DRIVER_BLOCKED Driver %2 has been blocked from loading.
-1073740947 0xC000036D STATUS_DRIVER_DATABASE_ERROR There was error [%2] processing the driver database.
-1073740946 0xC000036E STATUS_SYSTEM_HIVE_TOO_LARGE System hive size has exceeded its limit.
-1073740945 0xC000036F STATUS_INVALID_IMPORT_OF_NON_DLL A dynamic link library (DLL) referenced a module that\n was neither a DLL nor the process's executable image.
-1073740943 0xC0000371 STATUS_NO_SECRETS The local account store does not contain secret\n material for the specified account.
-1073740942 0xC0000372 STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY Access to %1 has been restricted by your Administrator\n by policy rule %2.
-1073740941 0xC0000373 STATUS_FAILED_STACK_SWITCH The system was not able to allocate enough memory to\n perform a stack switch.
-1073740940 0xC0000374 STATUS_HEAP_CORRUPTION A heap has been corrupted.
-1073740928 0xC0000380 STATUS_SMARTCARD_WRONG_PIN An incorrect PIN was presented to the smart card.
-1073740927 0xC0000381 STATUS_SMARTCARD_CARD_BLOCKED The smart card is blocked.
-1073740926 0xC0000382 STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED No PIN was presented to the smart card.
-1073740925 0xC0000383 STATUS_SMARTCARD_NO_CARD No smart card is available.
-1073740924 0xC0000384 STATUS_SMARTCARD_NO_KEY_CONTAINER The requested key container does not exist on the\n smart card.
-1073740923 0xC0000385 STATUS_SMARTCARD_NO_CERTIFICATE The requested certificate does not exist on the smart\n card.
-1073740922 0xC0000386 STATUS_SMARTCARD_NO_KEYSET The requested keyset does not exist.
-1073740921 0xC0000387 STATUS_SMARTCARD_IO_ERROR A communication error with the smart card has been\n detected.
-1073740920 0xC0000388 STATUS_DOWNGRADE_DETECTED The system detected a possible attempt to compromise security.\n Ensure that you can contact the server that authenticated you.
-1073740919 0xC0000389 STATUS_SMARTCARD_CERT_REVOKED The smart card certificate used for authentication has\n been revoked. Contact your system administrator. There might be additional\n information in the event log.
-1073740918 0xC000038A STATUS_ISSUING_CA_UNTRUSTED An untrusted certificate authority was detected while\n processing the smart card certificate that is used for authentication.\n Contact your system administrator.
-1073740917 0xC000038B STATUS_REVOCATION_OFFLINE_C The revocation status of the smart card certificate\n that is used for authentication could not be determined. Contact your system\n administrator.
-1073740916 0xC000038C STATUS_PKINIT_CLIENT_FAILURE The smart card certificate used for authentication was\n not trusted. Contact your system administrator.
-1073740915 0xC000038D STATUS_SMARTCARD_CERT_EXPIRED The smart card certificate used for authentication has\n expired. Contact your system administrator.
-1073740914 0xC000038E STATUS_DRIVER_FAILED_PRIOR_UNLOAD The driver could not be loaded because a previous\n version of the driver is still in memory.
-1073740913 0xC000038F STATUS_SMARTCARD_SILENT_CONTEXT The smart card provider could not perform the action\n because the context was acquired as silent.
-1073740799 0xC0000401 STATUS_PER_USER_TRUST_QUOTA_EXCEEDED The delegated trust creation quota of the current user\n has been exceeded.
-1073740798 0xC0000402 STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED The total delegated trust creation quota has been\n exceeded.
-1073740797 0xC0000403 STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED The delegated trust deletion quota of the current user\n has been exceeded.
-1073740796 0xC0000404 STATUS_DS_NAME_NOT_UNIQUE The requested name already exists as a unique\n identifier.
-1073740795 0xC0000405 STATUS_DS_DUPLICATE_ID_FOUND The requested object has a non-unique identifier and\n cannot be retrieved.
-1073740794 0xC0000406 STATUS_DS_GROUP_CONVERSION_ERROR The group cannot be converted due to attribute\n restrictions on the requested group type.
-1073740793 0xC0000407 STATUS_VOLSNAP_PREPARE_HIBERNATE {Volume Shadow Copy Service} Wait while the Volume\n Shadow Copy Service prepares volume %hs for hibernation.
-1073740792 0xC0000408 STATUS_USER2USER_REQUIRED Kerberos sub-protocol User2User is required.
-1073740791 0xC0000409 STATUS_STACK_BUFFER_OVERRUN The system detected an overrun of a stack-based buffer\n in this application. This overrun could potentially allow a malicious user to\n gain control of this application.
-1073740790 0xC000040A STATUS_NO_S4U_PROT_SUPPORT The Kerberos subsystem encountered an error. A service\n for user protocol request was made against a domain controller which does not\n support service for user.
-1073740789 0xC000040B STATUS_CROSSREALM_DELEGATION_FAILURE An attempt was made by this server to make a Kerberos\n constrained delegation request for a target that is outside the server realm.\n This action is not supported and the resulting error indicates a\n misconfiguration on the allowed-to-delegate-to list for this server. Contact\n your administrator.
-1073740788 0xC000040C STATUS_REVOCATION_OFFLINE_KDC The revocation status of the domain controller\n certificate used for smart card authentication could not be determined. There\n is additional information in the system event log. Contact your system\n administrator.
-1073740787 0xC000040D STATUS_ISSUING_CA_UNTRUSTED_KDC An untrusted certificate authority was detected while\n processing the domain controller certificate used for authentication. There\n is additional information in the system event log. Contact your system\n administrator.
-1073740786 0xC000040E STATUS_KDC_CERT_EXPIRED The domain controller certificate used for smart card\n logon has expired. Contact your system administrator with the contents of\n your system event log.
-1073740785 0xC000040F STATUS_KDC_CERT_REVOKED The domain controller certificate used for smart card\n logon has been revoked. Contact your system administrator with the contents\n of your system event log.
-1073740784 0xC0000410 STATUS_PARAMETER_QUOTA_EXCEEDED Data present in one of the parameters is more than the\n function can operate on.
-1073740783 0xC0000411 STATUS_HIBERNATION_FAILURE The system has failed to hibernate (The error code is\n %hs). Hibernation will be disabled until the system is restarted.
-1073740782 0xC0000412 STATUS_DELAY_LOAD_FAILED An attempt to delay-load a .dll or get a function\n address in a delay-loaded .dll failed.
-1073740781 0xC0000413 STATUS_AUTHENTICATION_FIREWALL_FAILED Logon Failure: The machine you are logging onto is\n protected by an authentication firewall. The specified account is not allowed\n to authenticate to the machine.
-1073740780 0xC0000414 STATUS_VDM_DISALLOWED %hs is a 16-bit application. You do not have\n permissions to execute 16-bit applications. Check your permissions with your\n system administrator.
-1073740779 0xC0000415 STATUS_HUNG_DISPLAY_DRIVER_THREAD {Display Driver Stopped Responding} The %hs display\n driver has stopped working normally. Save your work and reboot the system to\n restore full display functionality. The next time you reboot the machine a\n dialog will be displayed giving you a chance to report this failure to\n Microsoft.
-1073740778 0xC0000416 STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE The Desktop heap encountered an error while allocating\n session memory. There is more information in the system event log.
-1073740777 0xC0000417 STATUS_INVALID_CRUNTIME_PARAMETER An invalid parameter was passed to a C runtime\n function.
-1073740776 0xC0000418 STATUS_NTLM_BLOCKED The authentication failed because NTLM was blocked.
-1073740775 0xC0000419 STATUS_DS_SRC_SID_EXISTS_IN_FOREST The source object's SID already exists in destination\n forest.
-1073740774 0xC000041A STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST The domain name of the trusted domain already exists\n in the forest.
-1073740773 0xC000041B STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST The flat name of the trusted domain already exists in\n the forest.
-1073740772 0xC000041C STATUS_INVALID_USER_PRINCIPAL_NAME The User Principal Name (UPN) is invalid.
-1073740768 0xC0000420 STATUS_ASSERTION_FAILURE There has been an assertion failure.
-1073740767 0xC0000421 STATUS_VERIFIER_STOP Application verifier has found an error in the current\n process.
-1073740765 0xC0000423 STATUS_CALLBACK_POP_STACK A user mode unwind is in progress.
-1073740764 0xC0000424 STATUS_INCOMPATIBLE_DRIVER_BLOCKED %2 has been blocked from loading due to incompatibility\n with this system. Contact your software vendor for a compatible version of\n the driver.
-1073740763 0xC0000425 STATUS_HIVE_UNLOADED Illegal operation attempted on a registry key which\n has already been unloaded.
-1073740762 0xC0000426 STATUS_COMPRESSION_DISABLED Compression is disabled for this volume.
-1073740761 0xC0000427 STATUS_FILE_SYSTEM_LIMITATION The requested operation could not be completed due to\n a file system limitation.
-1073740760 0xC0000428 STATUS_INVALID_IMAGE_HASH The hash for image %hs cannot be found in the system\n catalogs. The image is likely corrupt or the victim of tampering.
-1073740759 0xC0000429 STATUS_NOT_CAPABLE The implementation is not capable of performing the\n request.
-1073740758 0xC000042A STATUS_REQUEST_OUT_OF_SEQUENCE The requested operation is out of order with respect\n to other operations.
-1073740757 0xC000042B STATUS_IMPLEMENTATION_LIMIT An operation attempted to exceed an\n implementation-defined limit.
-1073740756 0xC000042C STATUS_ELEVATION_REQUIRED The requested operation requires elevation.
-1073740755 0xC000042D STATUS_NO_SECURITY_CONTEXT The required security context does not exist.
-1073740754 0xC000042E STATUS_PKU2U_CERT_FAILURE The PKU2U protocol encountered an error while\n attempting to utilize the associated certificates.
-1073740750 0xC0000432 STATUS_BEYOND_VDL The operation was attempted beyond the valid data\n length of the file.
-1073740749 0xC0000433 STATUS_ENCOUNTERED_WRITE_IN_PROGRESS The attempted write operation encountered a write\n already in progress for some portion of the range.
-1073740748 0xC0000434 STATUS_PTE_CHANGED The page fault mappings changed in the middle of\n processing a fault so the operation must be retried.
-1073740747 0xC0000435 STATUS_PURGE_FAILED The attempt to purge this file from memory failed to\n purge some or all the data from memory.
-1073740736 0xC0000440 STATUS_CRED_REQUIRES_CONFIRMATION The requested credential requires confirmation.
-1073740735 0xC0000441 STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE The remote server sent an invalid response for a file\n being opened with Client Side Encryption.
-1073740734 0xC0000442 STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER Client Side Encryption is not supported by the remote\n server even though it claims to support it.
-1073740733 0xC0000443 STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE File is encrypted and should be opened in Client Side\n Encryption mode.
-1073740732 0xC0000444 STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE A new encrypted file is being created and a $EFS needs\n to be provided.
-1073740731 0xC0000445 STATUS_CS_ENCRYPTION_FILE_NOT_CSE The SMB client requested a CSE FSCTL on a non-CSE\n file.
-1073740730 0xC0000446 STATUS_INVALID_LABEL Indicates a particular Security ID cannot be assigned\n as the label of an object.
-1073740720 0xC0000450 STATUS_DRIVER_PROCESS_TERMINATED The process hosting the driver for this device has\n terminated.
-1073740719 0xC0000451 STATUS_AMBIGUOUS_SYSTEM_DEVICE The requested system device cannot be identified due\n to multiple indistinguishable devices potentially matching the identification\n criteria.
-1073740718 0xC0000452 STATUS_SYSTEM_DEVICE_NOT_FOUND The requested system device cannot be found.
-1073740717 0xC0000453 STATUS_RESTART_BOOT_APPLICATION This boot application must be restarted.
-1073740716 0xC0000454 STATUS_INSUFFICIENT_NVRAM_RESOURCES Insufficient NVRAM resources exist to complete the\n API.  A reboot might be required.
-1073740704 0xC0000460 STATUS_NO_RANGES_PROCESSED No ranges for the specified operation were able to be\n processed.
-1073740701 0xC0000463 STATUS_DEVICE_FEATURE_NOT_SUPPORTED The storage device does not support Offload Write.
-1073740700 0xC0000464 STATUS_DEVICE_UNREACHABLE Data cannot be moved because the source device cannot\n communicate with the destination device.
-1073740699 0xC0000465 STATUS_INVALID_TOKEN The token representing the data is invalid or expired.
-1073740698 0xC0000466 STATUS_SERVER_UNAVAILABLE The file server is temporarily unavailable.
-1073740544 0xC0000500 STATUS_INVALID_TASK_NAME The specified task name is invalid.
-1073740543 0xC0000501 STATUS_INVALID_TASK_INDEX The specified task index is invalid.
-1073740542 0xC0000502 STATUS_THREAD_ALREADY_IN_TASK The specified thread is already joining a task.
-1073740541 0xC0000503 STATUS_CALLBACK_BYPASS A callback has requested to bypass native code.
-1073740286 0xC0000602 STATUS_FAIL_FAST_EXCEPTION A fail fast exception occurred. Exception handlers\n will not be invoked and the process will be terminated immediately.
-1073740285 0xC0000603 STATUS_IMAGE_CERT_REVOKED Windows cannot verify the digital signature for this\n file. The signing certificate for this file has been revoked.
-1073740032 0xC0000700 STATUS_PORT_CLOSED The ALPC port is closed.
-1073740031 0xC0000701 STATUS_MESSAGE_LOST The ALPC message requested is no longer available.
-1073740030 0xC0000702 STATUS_INVALID_MESSAGE The ALPC message supplied is invalid.
-1073740029 0xC0000703 STATUS_REQUEST_CANCELED The ALPC message has been canceled.
-1073740028 0xC0000704 STATUS_RECURSIVE_DISPATCH Invalid recursive dispatch attempt.
-1073740027 0xC0000705 STATUS_LPC_RECEIVE_BUFFER_EXPECTED No receive buffer has been supplied in a synchronous\n request.
-1073740026 0xC0000706 STATUS_LPC_INVALID_CONNECTION_USAGE The connection port is used in an invalid context.
-1073740025 0xC0000707 STATUS_LPC_REQUESTS_NOT_ALLOWED The ALPC port does not accept new request messages.
-1073740024 0xC0000708 STATUS_RESOURCE_IN_USE The resource requested is already in use.
-1073740023 0xC0000709 STATUS_HARDWARE_MEMORY_ERROR The hardware has reported an uncorrectable memory\n error.
-1073740022 0xC000070A STATUS_THREADPOOL_HANDLE_EXCEPTION Status 0x%08x was returned, waiting on handle 0x%x for\n wait 0x%p, in waiter 0x%p.
-1073740021 0xC000070B STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED After a callback to 0x%p(0x%p), a completion call to\n Set event(0x%p) failed with status 0x%08x.
-1073740020 0xC000070C STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED After a callback to 0x%p(0x%p), a completion call to\n ReleaseSemaphore(0x%p, %d) failed with status 0x%08x.
-1073740019 0xC000070D STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED After a callback to 0x%p(0x%p), a completion call to\n ReleaseMutex(%p) failed with status 0x%08x.
-1073740018 0xC000070E STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED After a callback to 0x%p(0x%p), a completion call to\n FreeLibrary(%p) failed with status 0x%08x.
-1073740017 0xC000070F STATUS_THREADPOOL_RELEASED_DURING_OPERATION The thread pool 0x%p was released while a thread was\n posting a callback to 0x%p(0x%p) to it.
-1073740016 0xC0000710 STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING A thread pool worker thread is impersonating a client,\n after a callback to 0x%p(0x%p). This is unexpected, indicating that the\n callback is missing a call to revert the impersonation.
-1073740015 0xC0000711 STATUS_APC_RETURNED_WHILE_IMPERSONATING A thread pool worker thread is impersonating a client,\n after executing an APC. This is unexpected, indicating that the APC is\n missing a call to revert the impersonation.
-1073740014 0xC0000712 STATUS_PROCESS_IS_PROTECTED Either the target process, or the target thread's\n containing process, is a protected process.
-1073740013 0xC0000713 STATUS_MCA_EXCEPTION A thread is getting dispatched with MCA EXCEPTION\n because of MCA.
-1073740012 0xC0000714 STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE The client certificate account mapping is not unique.
-1073740011 0xC0000715 STATUS_SYMLINK_CLASS_DISABLED The symbolic link cannot be followed because its type\n is disabled.
-1073740010 0xC0000716 STATUS_INVALID_IDN_NORMALIZATION Indicates that the specified string is not valid for\n IDN normalization.
-1073740009 0xC0000717 STATUS_NO_UNICODE_TRANSLATION No mapping for the Unicode character exists in the\n target multi-byte code page.
-1073740008 0xC0000718 STATUS_ALREADY_REGISTERED The provided callback is already registered.
-1073740007 0xC0000719 STATUS_CONTEXT_MISMATCH The provided context did not match the target.
-1073740006 0xC000071A STATUS_PORT_ALREADY_HAS_COMPLETION_LIST The specified port already has a completion list.
-1073740005 0xC000071B STATUS_CALLBACK_RETURNED_THREAD_PRIORITY A threadpool worker thread entered a callback at\n thread base priority 0x%x and exited at priority 0x%x.\nThis is unexpected, indicating that the callback\n missed restoring the priority.
-1073740004 0xC000071C STATUS_INVALID_THREAD An invalid thread, handle %p, is specified for this\n operation. Possibly, a threadpool worker thread was specified.
-1073740003 0xC000071D STATUS_CALLBACK_RETURNED_TRANSACTION A threadpool worker thread entered a callback, which\n left transaction state.\nThis is unexpected, indicating that the callback\n missed clearing the transaction.
-1073740002 0xC000071E STATUS_CALLBACK_RETURNED_LDR_LOCK A threadpool worker thread entered a callback, which\n left the loader lock held.\nThis is unexpected, indicating that the callback\n missed releasing the lock.
-1073740001 0xC000071F STATUS_CALLBACK_RETURNED_LANG A threadpool worker thread entered a callback, which\n left with preferred languages set.\nThis is unexpected, indicating that the callback\n missed clearing them.
-1073740000 0xC0000720 STATUS_CALLBACK_RETURNED_PRI_BACK A threadpool worker thread entered a callback, which\n left with background priorities set.\nThis is unexpected, indicating that the callback\n missed restoring the original priorities.
-1073739776 0xC0000800 STATUS_DISK_REPAIR_DISABLED The attempted operation required self healing to be\n enabled.
-1073739775 0xC0000801 STATUS_DS_DOMAIN_RENAME_IN_PROGRESS The directory service cannot perform the requested\n operation because a domain rename operation is in progress.
-1073739774 0xC0000802 STATUS_DISK_QUOTA_EXCEEDED An operation failed because the storage quota was\n exceeded.
-1073739772 0xC0000804 STATUS_CONTENT_BLOCKED An operation failed because the content was blocked.
-1073739771 0xC0000805 STATUS_BAD_CLUSTERS The operation could not be completed due to bad\n clusters on disk.
-1073739770 0xC0000806 STATUS_VOLUME_DIRTY The operation could not be completed because the\n volume is dirty. Please run the Chkdsk utility and try again.
-1073739519 0xC0000901 STATUS_FILE_CHECKED_OUT This file is checked out or locked for editing by\n another user.
-1073739518 0xC0000902 STATUS_CHECKOUT_REQUIRED The file must be checked out before saving changes.
-1073739517 0xC0000903 STATUS_BAD_FILE_TYPE The file type being saved or retrieved has been\n blocked.
-1073739516 0xC0000904 STATUS_FILE_TOO_LARGE The file size exceeds the limit allowed and cannot be\n saved.
-1073739515 0xC0000905 STATUS_FORMS_AUTH_REQUIRED Access Denied. Before opening files in this location,\n you must first browse to the e.g. site and select the option to log on\n automatically.
-1073739514 0xC0000906 STATUS_VIRUS_INFECTED The operation did not complete successfully because\n the file contains a virus.
-1073739513 0xC0000907 STATUS_VIRUS_DELETED This file contains a virus and cannot be opened. Due\n to the nature of this virus, the file has been removed from this location.
-1073739512 0xC0000908 STATUS_BAD_MCFG_TABLE The resources required for this device conflict with\n the MCFG table.
-1073739511 0xC0000909 STATUS_CANNOT_BREAK_OPLOCK The operation did not complete successfully because it\n would cause an oplock to be broken. The caller has requested that existing\n oplocks not be broken.
-1073702760 0xC0009898 STATUS_WOW_ASSERTION WOW Assertion Error.
-1073700864 0xC000A000 STATUS_INVALID_SIGNATURE The cryptographic signature is invalid.
-1073700863 0xC000A001 STATUS_HMAC_NOT_SUPPORTED The cryptographic provider does not support HMAC.
-1073700848 0xC000A010 STATUS_IPSEC_QUEUE_OVERFLOW The IPsec queue overflowed.
-1073700847 0xC000A011 STATUS_ND_QUEUE_OVERFLOW The neighbor discovery queue overflowed.
-1073700846 0xC000A012 STATUS_HOPLIMIT_EXCEEDED An Internet Control Message Protocol (ICMP) hop limit\n exceeded error was received.
-1073700845 0xC000A013 STATUS_PROTOCOL_NOT_SUPPORTED The protocol is not installed on the local machine.
-1073700736 0xC000A080 STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED {Delayed Write Failed} Windows was unable to save all\n the data for the file %hs; the data has been lost. This error might be caused\n by network connectivity issues. Try to save this file elsewhere.
-1073700735 0xC000A081 STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR {Delayed Write Failed} Windows was unable to save all\n the data for the file %hs; the data has been lost. This error was returned by\n the server on which the file exists. Try to save this file elsewhere.
-1073700734 0xC000A082 STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR {Delayed Write Failed} Windows was unable to save all\n the data for the file %hs; the data has been lost. This error might be caused\n if the device has been removed or the media is write-protected.
-1073700733 0xC000A083 STATUS_XML_PARSE_ERROR Windows was unable to parse the requested XML data.
-1073700732 0xC000A084 STATUS_XMLDSIG_ERROR An error was encountered while processing an XML\n digital signature.
-1073700731 0xC000A085 STATUS_WRONG_COMPARTMENT This indicates that the caller made the connection\n request in the wrong routing compartment.
-1073700730 0xC000A086 STATUS_AUTHIP_FAILURE This indicates that there was an AuthIP failure when\n attempting to connect to the remote host.
-1073700729 0xC000A087 STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS OID mapped groups cannot have members.
-1073700728 0xC000A088 STATUS_DS_OID_NOT_FOUND The specified OID cannot be found.
-1073700608 0xC000A100 STATUS_HASH_NOT_SUPPORTED Hash generation for the specified version and hash\n type is not enabled on server.
-1073700607 0xC000A101 STATUS_HASH_NOT_PRESENT The hash requests is not present or not up to date\n with the current file contents.
-1073700191 0xC000A2A1 STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED A file system filter on the server has not opted in\n for Offload Read support.
-1073700190 0xC000A2A2 STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED A file system filter on the server has not opted in\n for Offload Write support.
-1073700189 0xC000A2A3 STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED Offload read operations cannot be performed on:\n\nCompressed files\n\nSparse files\n\nEncrypted files\n\nFile system metadata files
-1073700188 0xC000A2A4 STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED Offload write operations cannot be performed on:\n\nCompressed files\n\nSparse files\n\nEncrypted files\n\nFile system metadata files
-1073676287 0xC0010001 DBG_NO_STATE_CHANGE The debugger did not perform a state change.
-1073676286 0xC0010002 DBG_APP_NOT_IDLE The debugger found that the application is not idle.
-1073610751 0xC0020001 RPC_NT_INVALID_STRING_BINDING The string binding is invalid.
-1073610750 0xC0020002 RPC_NT_WRONG_KIND_OF_BINDING The binding handle is not the correct type.
-1073610749 0xC0020003 RPC_NT_INVALID_BINDING The binding handle is invalid.
-1073610748 0xC0020004 RPC_NT_PROTSEQ_NOT_SUPPORTED The RPC protocol sequence is not supported.
-1073610747 0xC0020005 RPC_NT_INVALID_RPC_PROTSEQ The RPC protocol sequence is invalid.
-1073610746 0xC0020006 RPC_NT_INVALID_STRING_UUID The string UUID is invalid.
-1073610745 0xC0020007 RPC_NT_INVALID_ENDPOINT_FORMAT The endpoint format is invalid.
-1073610744 0xC0020008 RPC_NT_INVALID_NET_ADDR The network address is invalid.
-1073610743 0xC0020009 RPC_NT_NO_ENDPOINT_FOUND No endpoint was found.
-1073610742 0xC002000A RPC_NT_INVALID_TIMEOUT The time-out value is invalid.
-1073610741 0xC002000B RPC_NT_OBJECT_NOT_FOUND The object UUID was not found.
-1073610740 0xC002000C RPC_NT_ALREADY_REGISTERED The object UUID has already been registered.
-1073610739 0xC002000D RPC_NT_TYPE_ALREADY_REGISTERED The type UUID has already been registered.
-1073610738 0xC002000E RPC_NT_ALREADY_LISTENING The RPC server is already listening.
-1073610737 0xC002000F RPC_NT_NO_PROTSEQS_REGISTERED No protocol sequences have been registered.
-1073610736 0xC0020010 RPC_NT_NOT_LISTENING The RPC server is not listening.
-1073610735 0xC0020011 RPC_NT_UNKNOWN_MGR_TYPE The manager type is unknown.
-1073610734 0xC0020012 RPC_NT_UNKNOWN_IF The interface is unknown.
-1073610733 0xC0020013 RPC_NT_NO_BINDINGS There are no bindings.
-1073610732 0xC0020014 RPC_NT_NO_PROTSEQS There are no protocol sequences.
-1073610731 0xC0020015 RPC_NT_CANT_CREATE_ENDPOINT The endpoint cannot be created.
-1073610730 0xC0020016 RPC_NT_OUT_OF_RESOURCES Insufficient resources are available to complete this\n operation.
-1073610729 0xC0020017 RPC_NT_SERVER_UNAVAILABLE The RPC server is unavailable.
-1073610728 0xC0020018 RPC_NT_SERVER_TOO_BUSY The RPC server is too busy to complete this operation.
-1073610727 0xC0020019 RPC_NT_INVALID_NETWORK_OPTIONS The network options are invalid.
-1073610726 0xC002001A RPC_NT_NO_CALL_ACTIVE No RPCs are active on this thread.
-1073610725 0xC002001B RPC_NT_CALL_FAILED The RPC failed.
-1073610724 0xC002001C RPC_NT_CALL_FAILED_DNE The RPC failed and did not execute.
-1073610723 0xC002001D RPC_NT_PROTOCOL_ERROR An RPC protocol error occurred.
-1073610721 0xC002001F RPC_NT_UNSUPPORTED_TRANS_SYN The RPC server does not support the transfer syntax.
-1073610719 0xC0020021 RPC_NT_UNSUPPORTED_TYPE The type UUID is not supported.
-1073610718 0xC0020022 RPC_NT_INVALID_TAG The tag is invalid.
-1073610717 0xC0020023 RPC_NT_INVALID_BOUND The array bounds are invalid.
-1073610716 0xC0020024 RPC_NT_NO_ENTRY_NAME The binding does not contain an entry name.
-1073610715 0xC0020025 RPC_NT_INVALID_NAME_SYNTAX The name syntax is invalid.
-1073610714 0xC0020026 RPC_NT_UNSUPPORTED_NAME_SYNTAX The name syntax is not supported.
-1073610712 0xC0020028 RPC_NT_UUID_NO_ADDRESS No network address is available to construct a UUID.
-1073610711 0xC0020029 RPC_NT_DUPLICATE_ENDPOINT The endpoint is a duplicate.
-1073610710 0xC002002A RPC_NT_UNKNOWN_AUTHN_TYPE The authentication type is unknown.
-1073610709 0xC002002B RPC_NT_MAX_CALLS_TOO_SMALL The maximum number of calls is too small.
-1073610708 0xC002002C RPC_NT_STRING_TOO_LONG The string is too long.
-1073610707 0xC002002D RPC_NT_PROTSEQ_NOT_FOUND The RPC protocol sequence was not found.
-1073610706 0xC002002E RPC_NT_PROCNUM_OUT_OF_RANGE The procedure number is out of range.
-1073610705 0xC002002F RPC_NT_BINDING_HAS_NO_AUTH The binding does not contain any authentication\n information.
-1073610704 0xC0020030 RPC_NT_UNKNOWN_AUTHN_SERVICE The authentication service is unknown.
-1073610703 0xC0020031 RPC_NT_UNKNOWN_AUTHN_LEVEL The authentication level is unknown.
-1073610702 0xC0020032 RPC_NT_INVALID_AUTH_IDENTITY The security context is invalid.
-1073610701 0xC0020033 RPC_NT_UNKNOWN_AUTHZ_SERVICE The authorization service is unknown.
-1073610700 0xC0020034 EPT_NT_INVALID_ENTRY The entry is invalid.
-1073610699 0xC0020035 EPT_NT_CANT_PERFORM_OP The operation cannot be performed.
-1073610698 0xC0020036 EPT_NT_NOT_REGISTERED No more endpoints are available from the endpoint\n mapper.
-1073610697 0xC0020037 RPC_NT_NOTHING_TO_EXPORT No interfaces have been exported.
-1073610696 0xC0020038 RPC_NT_INCOMPLETE_NAME The entry name is incomplete.
-1073610695 0xC0020039 RPC_NT_INVALID_VERS_OPTION The version option is invalid.
-1073610694 0xC002003A RPC_NT_NO_MORE_MEMBERS There are no more members.
-1073610693 0xC002003B RPC_NT_NOT_ALL_OBJS_UNEXPORTED There is nothing to unexport.
-1073610692 0xC002003C RPC_NT_INTERFACE_NOT_FOUND The interface was not found.
-1073610691 0xC002003D RPC_NT_ENTRY_ALREADY_EXISTS The entry already exists.
-1073610690 0xC002003E RPC_NT_ENTRY_NOT_FOUND The entry was not found.
-1073610689 0xC002003F RPC_NT_NAME_SERVICE_UNAVAILABLE The name service is unavailable.
-1073610688 0xC0020040 RPC_NT_INVALID_NAF_ID The network address family is invalid.
-1073610687 0xC0020041 RPC_NT_CANNOT_SUPPORT The requested operation is not supported.
-1073610686 0xC0020042 RPC_NT_NO_CONTEXT_AVAILABLE No security context is available to allow\n impersonation.
-1073610685 0xC0020043 RPC_NT_INTERNAL_ERROR An internal error occurred in the RPC.
-1073610684 0xC0020044 RPC_NT_ZERO_DIVIDE The RPC server attempted to divide an integer by zero.
-1073610683 0xC0020045 RPC_NT_ADDRESS_ERROR An addressing error occurred in the RPC server.
-1073610682 0xC0020046 RPC_NT_FP_DIV_ZERO A floating point operation at the RPC server caused a\n divide by zero.
-1073610681 0xC0020047 RPC_NT_FP_UNDERFLOW A floating point underflow occurred at the RPC server.
-1073610680 0xC0020048 RPC_NT_FP_OVERFLOW A floating point overflow occurred at the RPC server.
-1073610679 0xC0020049 RPC_NT_CALL_IN_PROGRESS An RPC is already in progress for this thread.
-1073610678 0xC002004A RPC_NT_NO_MORE_BINDINGS There are no more bindings.
-1073610677 0xC002004B RPC_NT_GROUP_MEMBER_NOT_FOUND The group member was not found.
-1073610676 0xC002004C EPT_NT_CANT_CREATE The endpoint mapper database entry could not be\n created.
-1073610675 0xC002004D RPC_NT_INVALID_OBJECT The object UUID is the nil UUID.
-1073610673 0xC002004F RPC_NT_NO_INTERFACES No interfaces have been registered.
-1073610672 0xC0020050 RPC_NT_CALL_CANCELLED The RPC was canceled.
-1073610671 0xC0020051 RPC_NT_BINDING_INCOMPLETE The binding handle does not contain all the required\n information.
-1073610670 0xC0020052 RPC_NT_COMM_FAILURE A communications failure occurred during an RPC.
-1073610669 0xC0020053 RPC_NT_UNSUPPORTED_AUTHN_LEVEL The requested authentication level is not supported.
-1073610668 0xC0020054 RPC_NT_NO_PRINC_NAME No principal name was registered.
-1073610667 0xC0020055 RPC_NT_NOT_RPC_ERROR The error specified is not a valid Windows RPC error\n code.
-1073610665 0xC0020057 RPC_NT_SEC_PKG_ERROR A security package-specific error occurred.
-1073610664 0xC0020058 RPC_NT_NOT_CANCELLED The thread was not canceled.
-1073610654 0xC0020062 RPC_NT_INVALID_ASYNC_HANDLE Invalid asynchronous RPC handle.
-1073610653 0xC0020063 RPC_NT_INVALID_ASYNC_CALL Invalid asynchronous RPC call handle for this\n operation.
-1073610652 0xC0020064 RPC_NT_PROXY_ACCESS_DENIED Access to the HTTP proxy is denied.
-1073545215 0xC0030001 RPC_NT_NO_MORE_ENTRIES The list of RPC servers available for auto-handle\n binding has been exhausted.
-1073545214 0xC0030002 RPC_NT_SS_CHAR_TRANS_OPEN_FAIL The file designated by DCERPCCHARTRANS cannot be\n opened.
-1073545213 0xC0030003 RPC_NT_SS_CHAR_TRANS_SHORT_FILE The file containing the character translation table\n has fewer than 512 bytes.
-1073545212 0xC0030004 RPC_NT_SS_IN_NULL_CONTEXT A null context handle is passed as an [in] parameter.
-1073545211 0xC0030005 RPC_NT_SS_CONTEXT_MISMATCH The context handle does not match any known context\n handles.
-1073545210 0xC0030006 RPC_NT_SS_CONTEXT_DAMAGED The context handle changed during a call.
-1073545209 0xC0030007 RPC_NT_SS_HANDLES_MISMATCH The binding handles passed to an RPC do not match.
-1073545208 0xC0030008 RPC_NT_SS_CANNOT_GET_CALL_HANDLE The stub is unable to get the call handle.
-1073545207 0xC0030009 RPC_NT_NULL_REF_POINTER A null reference pointer was passed to the stub.
-1073545206 0xC003000A RPC_NT_ENUM_VALUE_OUT_OF_RANGE The enumeration value is out of range.
-1073545205 0xC003000B RPC_NT_BYTE_COUNT_TOO_SMALL The byte count is too small.
-1073545204 0xC003000C RPC_NT_BAD_STUB_DATA The stub received bad data.
-1073545127 0xC0030059 RPC_NT_INVALID_ES_ACTION Invalid operation on the encoding/decoding handle.
-1073545126 0xC003005A RPC_NT_WRONG_ES_VERSION Incompatible version of the serializing package.
-1073545125 0xC003005B RPC_NT_WRONG_STUB_VERSION Incompatible version of the RPC stub.
-1073545124 0xC003005C RPC_NT_INVALID_PIPE_OBJECT The RPC pipe object is invalid or corrupt.
-1073545123 0xC003005D RPC_NT_INVALID_PIPE_OPERATION An invalid operation was attempted on an RPC pipe\n object.
-1073545122 0xC003005E RPC_NT_WRONG_PIPE_VERSION Unsupported RPC pipe version.
-1073545121 0xC003005F RPC_NT_PIPE_CLOSED The RPC pipe object has already been closed.
-1073545120 0xC0030060 RPC_NT_PIPE_DISCIPLINE_ERROR The RPC call completed before all pipes were\n processed.
-1073545119 0xC0030061 RPC_NT_PIPE_EMPTY No more data is available from the RPC pipe.
-1073479627 0xC0040035 STATUS_PNP_BAD_MPS_TABLE A device is missing in the system BIOS MPS table. This\n device will not be used. Contact your system vendor for a system BIOS update.
-1073479626 0xC0040036 STATUS_PNP_TRANSLATION_FAILED A translator failed to translate resources.
-1073479625 0xC0040037 STATUS_PNP_IRQ_TRANSLATION_FAILED An IRQ translator failed to translate resources.
-1073479624 0xC0040038 STATUS_PNP_INVALID_ID Driver %2 returned an invalid ID for a child device\n (%3).
-1073479623 0xC0040039 STATUS_IO_REISSUE_AS_CACHED Reissue the given operation as a cached I/O operation
-1073086463 0xC00A0001 STATUS_CTX_WINSTATION_NAME_INVALID Session name %1 is invalid.
-1073086462 0xC00A0002 STATUS_CTX_INVALID_PD The protocol driver %1 is invalid.
-1073086461 0xC00A0003 STATUS_CTX_PD_NOT_FOUND The protocol driver %1 was not found in the system\n path.
-1073086458 0xC00A0006 STATUS_CTX_CLOSE_PENDING A close operation is pending on the terminal\n connection.
-1073086457 0xC00A0007 STATUS_CTX_NO_OUTBUF No free output buffers are available.
-1073086456 0xC00A0008 STATUS_CTX_MODEM_INF_NOT_FOUND The MODEM.INF file was not found.
-1073086455 0xC00A0009 STATUS_CTX_INVALID_MODEMNAME The modem (%1) was not found in the MODEM.INF file.
-1073086454 0xC00A000A STATUS_CTX_RESPONSE_ERROR The modem did not accept the command sent to it.\n Verify that the configured modem name matches the attached modem.
-1073086453 0xC00A000B STATUS_CTX_MODEM_RESPONSE_TIMEOUT The modem did not respond to the command sent to it.\n Verify that the modem cable is properly attached and the modem is turned on.
-1073086452 0xC00A000C STATUS_CTX_MODEM_RESPONSE_NO_CARRIER Carrier detection has failed or the carrier has been\n dropped due to disconnection.
-1073086451 0xC00A000D STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE A dial tone was not detected within the required time.\n Verify that the phone cable is properly attached and functional.
-1073086450 0xC00A000E STATUS_CTX_MODEM_RESPONSE_BUSY A busy signal was detected at a remote site on\n callback.
-1073086449 0xC00A000F STATUS_CTX_MODEM_RESPONSE_VOICE A voice was detected at a remote site on callback.
-1073086448 0xC00A0010 STATUS_CTX_TD_ERROR Transport driver error.
-1073086446 0xC00A0012 STATUS_CTX_LICENSE_CLIENT_INVALID The client you are using is not licensed to use this\n system. Your logon request is denied.
-1073086445 0xC00A0013 STATUS_CTX_LICENSE_NOT_AVAILABLE The system has reached its licensed logon limit. Try\n again later.
-1073086444 0xC00A0014 STATUS_CTX_LICENSE_EXPIRED The system license has expired. Your logon request is\n denied.
-1073086443 0xC00A0015 STATUS_CTX_WINSTATION_NOT_FOUND The specified session cannot be found.
-1073086442 0xC00A0016 STATUS_CTX_WINSTATION_NAME_COLLISION The specified session name is already in use.
-1073086441 0xC00A0017 STATUS_CTX_WINSTATION_BUSY The requested operation cannot be completed because\n the terminal connection is currently processing a connect, disconnect, reset,\n or delete operation.
-1073086440 0xC00A0018 STATUS_CTX_BAD_VIDEO_MODE An attempt has been made to connect to a session whose\n video mode is not supported by the current client.
-1073086430 0xC00A0022 STATUS_CTX_GRAPHICS_INVALID The application attempted to enable DOS graphics mode.\n DOS graphics mode is not supported.
-1073086428 0xC00A0024 STATUS_CTX_NOT_CONSOLE The requested operation can be performed only on the\n system console. This is most often the result of a driver or system DLL\n requiring direct console access.
-1073086426 0xC00A0026 STATUS_CTX_CLIENT_QUERY_TIMEOUT The client failed to respond to the server connect\n message.
-1073086425 0xC00A0027 STATUS_CTX_CONSOLE_DISCONNECT Disconnecting the console session is not supported.
-1073086424 0xC00A0028 STATUS_CTX_CONSOLE_CONNECT Reconnecting a disconnected session to the console is\n not supported.
-1073086422 0xC00A002A STATUS_CTX_SHADOW_DENIED The request to control another session remotely was\n denied.
-1073086421 0xC00A002B STATUS_CTX_WINSTATION_ACCESS_DENIED A process has requested access to a session, but has\n not been granted those access rights.
-1073086418 0xC00A002E STATUS_CTX_INVALID_WD The terminal connection driver %1 is invalid.
-1073086417 0xC00A002F STATUS_CTX_WD_NOT_FOUND The terminal connection driver %1 was not found in the\n system path.
-1073086416 0xC00A0030 STATUS_CTX_SHADOW_INVALID The requested session cannot be controlled remotely.\n You cannot control your own session, a session that is trying to control your\n session, a session that has no user logged on, or other sessions from the\n console.
-1073086415 0xC00A0031 STATUS_CTX_SHADOW_DISABLED The requested session is not configured to allow\n remote control.
-1073086414 0xC00A0032 STATUS_RDP_PROTOCOL_ERROR The RDP protocol component %2 detected an error in the\n protocol stream and has disconnected the client.
-1073086413 0xC00A0033 STATUS_CTX_CLIENT_LICENSE_NOT_SET Your request to connect to this terminal\n server has been rejected. Your terminal server client license\n number has not been entered for this copy of the terminal client. Contact\n your system administrator for help in entering a valid, unique license number\n for this terminal server client. Click OK to continue.
-1073086412 0xC00A0034 STATUS_CTX_CLIENT_LICENSE_IN_USE Your request to connect to this terminal server has\n been rejected. Your terminal server client license number is currently being\n used by another user. Contact your system administrator to obtain a new copy\n of the terminal server client with a valid, unique license number. Click OK\n to continue.
-1073086411 0xC00A0035 STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE The remote control of the console was terminated\n because the display mode was changed. Changing the display mode in a remote\n control session is not supported.
-1073086410 0xC00A0036 STATUS_CTX_SHADOW_NOT_RUNNING Remote control could not be terminated because the\n specified session is not currently being remotely controlled.
-1073086409 0xC00A0037 STATUS_CTX_LOGON_DISABLED Your interactive logon privilege has been disabled.\n Contact your system administrator.
-1073086408 0xC00A0038 STATUS_CTX_SECURITY_LAYER_ERROR The terminal server security layer detected an error\n in the protocol stream and has disconnected the client.
-1073086407 0xC00A0039 STATUS_TS_INCOMPATIBLE_SESSIONS The target session is incompatible with the current\n session.
-1073020927 0xC00B0001 STATUS_MUI_FILE_NOT_FOUND The resource loader failed to find an MUI file.
-1073020926 0xC00B0002 STATUS_MUI_INVALID_FILE The resource loader failed to load an MUI file because\n the file failed to pass validation.
-1073020925 0xC00B0003 STATUS_MUI_INVALID_RC_CONFIG The RC manifest is corrupted with garbage data, is an\n unsupported version, or is missing a required item.
-1073020924 0xC00B0004 STATUS_MUI_INVALID_LOCALE_NAME The RC manifest has an invalid culture name.
-1073020923 0xC00B0005 STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME The RC manifest has and invalid ultimate fallback\n name.
-1073020922 0xC00B0006 STATUS_MUI_FILE_NOT_LOADED The resource loader cache does not have a loaded MUI\n entry.
-1073020921 0xC00B0007 STATUS_RESOURCE_ENUM_USER_STOP The user stopped resource enumeration.
-1072496639 0xC0130001 STATUS_CLUSTER_INVALID_NODE The cluster node is not valid.
-1072496638 0xC0130002 STATUS_CLUSTER_NODE_EXISTS The cluster node already exists.
-1072496637 0xC0130003 STATUS_CLUSTER_JOIN_IN_PROGRESS A node is in the process of joining the cluster.
-1072496636 0xC0130004 STATUS_CLUSTER_NODE_NOT_FOUND The cluster node was not found.
-1072496635 0xC0130005 STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND The cluster local node information was not found.
-1072496634 0xC0130006 STATUS_CLUSTER_NETWORK_EXISTS The cluster network already exists.
-1072496633 0xC0130007 STATUS_CLUSTER_NETWORK_NOT_FOUND The cluster network was not found.
-1072496632 0xC0130008 STATUS_CLUSTER_NETINTERFACE_EXISTS The cluster network interface already exists.
-1072496631 0xC0130009 STATUS_CLUSTER_NETINTERFACE_NOT_FOUND The cluster network interface was not found.
-1072496630 0xC013000A STATUS_CLUSTER_INVALID_REQUEST The cluster request is not valid for this object.
-1072496629 0xC013000B STATUS_CLUSTER_INVALID_NETWORK_PROVIDER The cluster network provider is not valid.
-1072496628 0xC013000C STATUS_CLUSTER_NODE_DOWN The cluster node is down.
-1072496627 0xC013000D STATUS_CLUSTER_NODE_UNREACHABLE The cluster node is not reachable.
-1072496626 0xC013000E STATUS_CLUSTER_NODE_NOT_MEMBER The cluster node is not a member of the cluster.
-1072496625 0xC013000F STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS A cluster join operation is not in progress.
-1072496624 0xC0130010 STATUS_CLUSTER_INVALID_NETWORK The cluster network is not valid.
-1072496623 0xC0130011 STATUS_CLUSTER_NO_NET_ADAPTERS No network adapters are available.
-1072496622 0xC0130012 STATUS_CLUSTER_NODE_UP The cluster node is up.
-1072496621 0xC0130013 STATUS_CLUSTER_NODE_PAUSED The cluster node is paused.
-1072496620 0xC0130014 STATUS_CLUSTER_NODE_NOT_PAUSED The cluster node is not paused.
-1072496619 0xC0130015 STATUS_CLUSTER_NO_SECURITY_CONTEXT No cluster security context is available.
-1072496618 0xC0130016 STATUS_CLUSTER_NETWORK_NOT_INTERNAL The cluster network is not configured for internal\n cluster communication.
-1072496617 0xC0130017 STATUS_CLUSTER_POISONED The cluster node has been poisoned.
-1072431103 0xC0140001 STATUS_ACPI_INVALID_OPCODE An attempt was made to run an invalid AML opcode.
-1072431102 0xC0140002 STATUS_ACPI_STACK_OVERFLOW The AML interpreter stack has overflowed.
-1072431101 0xC0140003 STATUS_ACPI_ASSERT_FAILED An inconsistent state has occurred.
-1072431100 0xC0140004 STATUS_ACPI_INVALID_INDEX An attempt was made to access an array outside its\n bounds.
-1072431099 0xC0140005 STATUS_ACPI_INVALID_ARGUMENT A required argument was not specified.
-1072431098 0xC0140006 STATUS_ACPI_FATAL A fatal error has occurred.
-1072431097 0xC0140007 STATUS_ACPI_INVALID_SUPERNAME An invalid SuperName was specified.
-1072431096 0xC0140008 STATUS_ACPI_INVALID_ARGTYPE An argument with an incorrect type was specified.
-1072431095 0xC0140009 STATUS_ACPI_INVALID_OBJTYPE An object with an incorrect type was specified.
-1072431094 0xC014000A STATUS_ACPI_INVALID_TARGETTYPE A target with an incorrect type was specified.
-1072431093 0xC014000B STATUS_ACPI_INCORRECT_ARGUMENT_COUNT An incorrect number of arguments was specified.
-1072431092 0xC014000C STATUS_ACPI_ADDRESS_NOT_MAPPED An address failed to translate.
-1072431091 0xC014000D STATUS_ACPI_INVALID_EVENTTYPE An incorrect event type was specified.
-1072431090 0xC014000E STATUS_ACPI_HANDLER_COLLISION A handler for the target already exists.
-1072431089 0xC014000F STATUS_ACPI_INVALID_DATA Invalid data for the target was specified.
-1072431088 0xC0140010 STATUS_ACPI_INVALID_REGION An invalid region for the target was specified.
-1072431087 0xC0140011 STATUS_ACPI_INVALID_ACCESS_SIZE An attempt was made to access a field outside the\n defined range.
-1072431086 0xC0140012 STATUS_ACPI_ACQUIRE_GLOBAL_LOCK The global system lock could not be acquired.
-1072431085 0xC0140013 STATUS_ACPI_ALREADY_INITIALIZED An attempt was made to reinitialize the ACPI\n subsystem.
-1072431084 0xC0140014 STATUS_ACPI_NOT_INITIALIZED The ACPI subsystem has not been initialized.
-1072431083 0xC0140015 STATUS_ACPI_INVALID_MUTEX_LEVEL An incorrect mutex was specified.
-1072431082 0xC0140016 STATUS_ACPI_MUTEX_NOT_OWNED The mutex is not currently owned.
-1072431081 0xC0140017 STATUS_ACPI_MUTEX_NOT_OWNER An attempt was made to access the mutex by a process\n that was not the owner.
-1072431080 0xC0140018 STATUS_ACPI_RS_ACCESS An error occurred during an access to region space.
-1072431079 0xC0140019 STATUS_ACPI_INVALID_TABLE An attempt was made to use an incorrect table.
-1072431072 0xC0140020 STATUS_ACPI_REG_HANDLER_FAILED The registration of an ACPI event failed.
-1072431071 0xC0140021 STATUS_ACPI_POWER_REQUEST_FAILED An ACPI power object failed to transition state.
-1072365567 0xC0150001 STATUS_SXS_SECTION_NOT_FOUND The requested section is not present in the activation\n context.
-1072365566 0xC0150002 STATUS_SXS_CANT_GEN_ACTCTX Windows was unble to process the application binding\n information. Refer to the system event log for further information.
-1072365565 0xC0150003 STATUS_SXS_INVALID_ACTCTXDATA_FORMAT The application binding data format is invalid.
-1072365564 0xC0150004 STATUS_SXS_ASSEMBLY_NOT_FOUND The referenced assembly is not installed on the\n system.
-1072365563 0xC0150005 STATUS_SXS_MANIFEST_FORMAT_ERROR The manifest file does not begin with the required tag\n and format information.
-1072365562 0xC0150006 STATUS_SXS_MANIFEST_PARSE_ERROR The manifest file contains one or more syntax errors.
-1072365561 0xC0150007 STATUS_SXS_ACTIVATION_CONTEXT_DISABLED The application attempted to activate a disabled\n activation context.
-1072365560 0xC0150008 STATUS_SXS_KEY_NOT_FOUND The requested lookup key was not found in any active\n activation context.
-1072365559 0xC0150009 STATUS_SXS_VERSION_CONFLICT A component version required by the application\n conflicts with another component version that is already active.
-1072365558 0xC015000A STATUS_SXS_WRONG_SECTION_TYPE The type requested activation context section does not\n match the query API used.
-1072365557 0xC015000B STATUS_SXS_THREAD_QUERIES_DISABLED Lack of system resources has required isolated\n activation to be disabled for the current thread of execution.
-1072365556 0xC015000C STATUS_SXS_ASSEMBLY_MISSING The referenced assembly could not be found.
-1072365554 0xC015000E STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET An attempt to set the process default activation\n context failed because the process default activation context was already\n set.
-1072365553 0xC015000F STATUS_SXS_EARLY_DEACTIVATION The activation context being deactivated is not the\n most recently activated one.
-1072365552 0xC0150010 STATUS_SXS_INVALID_DEACTIVATION The activation context being deactivated is not active\n for the current thread of execution.
-1072365551 0xC0150011 STATUS_SXS_MULTIPLE_DEACTIVATION The activation context being deactivated has already\n been deactivated.
-1072365550 0xC0150012 STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY The activation context of the system default assembly\n could not be generated.
-1072365549 0xC0150013 STATUS_SXS_PROCESS_TERMINATION_REQUESTED A component used by the isolation facility has\n requested that the process be terminated.
-1072365548 0xC0150014 STATUS_SXS_CORRUPT_ACTIVATION_STACK The activation context activation stack for the\n running thread of execution is corrupt.
-1072365547 0xC0150015 STATUS_SXS_CORRUPTION The application isolation metadata for this process or\n thread has become corrupt.
-1072365546 0xC0150016 STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE The value of an attribute in an identity is not within\n the legal range.
-1072365545 0xC0150017 STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME The name of an attribute in an identity is not within\n the legal range.
-1072365544 0xC0150018 STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE An identity contains two definitions for the same\n attribute.
-1072365543 0xC0150019 STATUS_SXS_IDENTITY_PARSE_ERROR The identity string is malformed. This might be due to\n a trailing comma, more than two unnamed attributes, a missing attribute name,\n or a missing attribute value.
-1072365542 0xC015001A STATUS_SXS_COMPONENT_STORE_CORRUPT The component store has become corrupted.
-1072365541 0xC015001B STATUS_SXS_FILE_HASH_MISMATCH A component's file does not match the verification\n information present in the component manifest.
-1072365540 0xC015001C STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT The identities of the manifests are identical, but\n their contents are different.
-1072365539 0xC015001D STATUS_SXS_IDENTITIES_DIFFERENT The component identities are different.
-1072365538 0xC015001E STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT The assembly is not a deployment.
-1072365537 0xC015001F STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY The file is not a part of the assembly.
-1072365536 0xC0150020 STATUS_ADVANCED_INSTALLER_FAILED An advanced installer failed during setup or servicing.
-1072365535 0xC0150021 STATUS_XML_ENCODING_MISMATCH The character encoding in the XML declaration did not\n match the encoding used in the document.
-1072365534 0xC0150022 STATUS_SXS_MANIFEST_TOO_BIG The size of the manifest exceeds the maximum allowed.
-1072365533 0xC0150023 STATUS_SXS_SETTING_NOT_REGISTERED The setting is not registered.
-1072365532 0xC0150024 STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE One or more required transaction members are not\n present.
-1072365531 0xC0150025 STATUS_SMI_PRIMITIVE_INSTALLER_FAILED The SMI primitive installer failed during setup or\n servicing.
-1072365530 0xC0150026 STATUS_GENERIC_COMMAND_FAILED A generic command executable returned a result that\n indicates failure.
-1072365529 0xC0150027 STATUS_SXS_FILE_HASH_MISSING A component is missing file verification information\n in its manifest.
-1072103423 0xC0190001 STATUS_TRANSACTIONAL_CONFLICT The function attempted to use a name that is reserved\n for use by another transaction.
-1072103422 0xC0190002 STATUS_INVALID_TRANSACTION The transaction handle associated with this operation\n is invalid.
-1072103421 0xC0190003 STATUS_TRANSACTION_NOT_ACTIVE The requested operation was made in the context of a\n transaction that is no longer active.
-1072103420 0xC0190004 STATUS_TM_INITIALIZATION_FAILED The transaction manager was unable to be successfully\n initialized. Transacted operations are not supported.
-1072103419 0xC0190005 STATUS_RM_NOT_ACTIVE Transaction support within the specified file system\n resource manager was not started or was shut down due to an error.
-1072103418 0xC0190006 STATUS_RM_METADATA_CORRUPT The metadata of the resource manager has been corrupted.\n The resource manager will not function.
-1072103417 0xC0190007 STATUS_TRANSACTION_NOT_JOINED The resource manager attempted to prepare a\n transaction that it has not successfully joined.
-1072103416 0xC0190008 STATUS_DIRECTORY_NOT_RM The specified directory does not contain a file system\n resource manager.
-1072103414 0xC019000A STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE The remote server or share does not support transacted\n file operations.
-1072103413 0xC019000B STATUS_LOG_RESIZE_INVALID_SIZE The requested log size for the file system resource\n manager is invalid.
-1072103412 0xC019000C STATUS_REMOTE_FILE_VERSION_MISMATCH The remote server sent mismatching version number or\n Fid for a file opened with transactions.
-1072103409 0xC019000F STATUS_CRM_PROTOCOL_ALREADY_EXISTS The resource manager tried to register a protocol that\n already exists.
-1072103408 0xC0190010 STATUS_TRANSACTION_PROPAGATION_FAILED The attempt to propagate the transaction failed.
-1072103407 0xC0190011 STATUS_CRM_PROTOCOL_NOT_FOUND The requested propagation protocol was not registered\n as a CRM.
-1072103406 0xC0190012 STATUS_TRANSACTION_SUPERIOR_EXISTS The transaction object already has a superior\n enlistment, and the caller attempted an operation that would have created a\n new superior. Only a single superior enlistment is allowed.
-1072103405 0xC0190013 STATUS_TRANSACTION_REQUEST_NOT_VALID The requested operation is not valid on the\n transaction object in its current state.
-1072103404 0xC0190014 STATUS_TRANSACTION_NOT_REQUESTED The caller has called a response API, but the response\n is not expected because the transaction manager did not issue the\n corresponding request to the caller.
-1072103403 0xC0190015 STATUS_TRANSACTION_ALREADY_ABORTED It is too late to perform the requested operation,\n because the transaction has already been aborted.
-1072103402 0xC0190016 STATUS_TRANSACTION_ALREADY_COMMITTED It is too late to perform the requested operation,\n because the transaction has already been committed.
-1072103401 0xC0190017 STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER The buffer passed in to NtPushTransaction or\n NtPullTransaction is not in a valid format.
-1072103400 0xC0190018 STATUS_CURRENT_TRANSACTION_NOT_VALID The current transaction context associated with the\n thread is not a valid handle to a transaction object.
-1072103399 0xC0190019 STATUS_LOG_GROWTH_FAILED An attempt to create space in the transactional\n resource manager's log failed. The failure status has been recorded in the\n event log.
-1072103391 0xC0190021 STATUS_OBJECT_NO_LONGER_EXISTS The object (file, stream, or link) that corresponds to\n the handle has been deleted by a transaction savepoint rollback.
-1072103390 0xC0190022 STATUS_STREAM_MINIVERSION_NOT_FOUND The specified file miniversion was not found for this\n transacted file open.
-1072103389 0xC0190023 STATUS_STREAM_MINIVERSION_NOT_VALID The specified file miniversion was found but has been\n invalidated. The most likely cause is a transaction savepoint rollback.
-1072103388 0xC0190024 STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION A miniversion can be opened only in the context of the\n transaction that created it.
-1072103387 0xC0190025 STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT It is not possible to open a miniversion with modify\n access.
-1072103386 0xC0190026 STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS It is not possible to create any more miniversions for\n this stream.
-1072103384 0xC0190028 STATUS_HANDLE_NO_LONGER_VALID The handle has been invalidated by a transaction. The\n most likely cause is the presence of memory mapping on a file or an open\n handle when the transaction ended or rolled back to savepoint.
-1072103376 0xC0190030 STATUS_LOG_CORRUPTION_DETECTED The log data is corrupt.
-1072103374 0xC0190032 STATUS_RM_DISCONNECTED The transaction outcome is unavailable because the\n resource manager responsible for it is disconnected.
-1072103373 0xC0190033 STATUS_ENLISTMENT_NOT_SUPERIOR The request was rejected because the enlistment in\n question is not a superior enlistment.
-1072103370 0xC0190036 STATUS_FILE_IDENTITY_NOT_PERSISTENT The file cannot be opened in a transaction because its\n identity depends on the outcome of an unresolved transaction.
-1072103369 0xC0190037 STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY The operation cannot be performed because another\n transaction is depending on this property not changing.
-1072103368 0xC0190038 STATUS_CANT_CROSS_RM_BOUNDARY The operation would involve a single file with two\n transactional resource managers and is, therefore, not allowed.
-1072103367 0xC0190039 STATUS_TXF_DIR_NOT_EMPTY The $Txf directory must be empty for this operation to\n succeed.
-1072103366 0xC019003A STATUS_INDOUBT_TRANSACTIONS_EXIST The operation would leave a transactional resource\n manager in an inconsistent state and is therefore not allowed.
-1072103365 0xC019003B STATUS_TM_VOLATILE The operation could not be completed because the\n transaction manager does not have a log.
-1072103364 0xC019003C STATUS_ROLLBACK_TIMER_EXPIRED A rollback could not be scheduled because a previously\n scheduled rollback has already executed or been queued for execution.
-1072103363 0xC019003D STATUS_TXF_ATTRIBUTE_CORRUPT The transactional metadata attribute on the file or\n directory %hs is corrupt and unreadable.
-1072103362 0xC019003E STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION The encryption operation could not be completed\n because a transaction is active.
-1072103361 0xC019003F STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED This object is not allowed to be opened in a\n transaction.
-1072103360 0xC0190040 STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE Memory mapping (creating a mapped section) a remote\n file under a transaction is not supported.
-1072103357 0xC0190043 STATUS_TRANSACTION_REQUIRED_PROMOTION Promotion was required to allow the resource manager\n to enlist, but the transaction was set to disallow it.
-1072103356 0xC0190044 STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION This file is open for modification in an unresolved\n transaction and can be opened for execute only by a transacted reader.
-1072103355 0xC0190045 STATUS_TRANSACTIONS_NOT_FROZEN The request to thaw frozen transactions was ignored\n because transactions were not previously frozen.
-1072103354 0xC0190046 STATUS_TRANSACTION_FREEZE_IN_PROGRESS Transactions cannot be frozen because a freeze is\n already in progress.
-1072103353 0xC0190047 STATUS_NOT_SNAPSHOT_VOLUME The target volume is not a snapshot volume. This\n operation is valid only on a volume mounted as a snapshot.
-1072103352 0xC0190048 STATUS_NO_SAVEPOINT_WITH_OPEN_FILES The savepoint operation failed because files are open\n on the transaction, which is not permitted.
-1072103351 0xC0190049 STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION The sparse operation could not be completed because a transaction\n is active on the file.
-1072103350 0xC019004A STATUS_TM_IDENTITY_MISMATCH The call to create a transaction manager object failed\n because the Tm Identity that is stored in the log file does not match the Tm\n Identity that was passed in as an argument.
-1072103349 0xC019004B STATUS_FLOATED_SECTION I/O was attempted on a section object that has been\n floated as a result of a transaction ending. There is no valid data.
-1072103348 0xC019004C STATUS_CANNOT_ACCEPT_TRANSACTED_WORK The transactional resource manager cannot currently\n accept transacted work due to a transient condition, such as low resources.
-1072103347 0xC019004D STATUS_CANNOT_ABORT_TRANSACTIONS The transactional resource manager had too many\n transactions outstanding that could not be aborted. The transactional\n resource manager has been shut down.
-1072103346 0xC019004E STATUS_TRANSACTION_NOT_FOUND The specified transaction was unable to be opened\n because it was not found.
-1072103345 0xC019004F STATUS_RESOURCEMANAGER_NOT_FOUND The specified resource manager was unable to be opened\n because it was not found.
-1072103344 0xC0190050 STATUS_ENLISTMENT_NOT_FOUND The specified enlistment was unable to be opened\n because it was not found.
-1072103343 0xC0190051 STATUS_TRANSACTIONMANAGER_NOT_FOUND The specified transaction manager was unable to be\n opened because it was not found.
-1072103342 0xC0190052 STATUS_TRANSACTIONMANAGER_NOT_ONLINE The specified resource manager was unable to create an\n enlistment because its associated transaction manager is not online.
-1072103341 0xC0190053 STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION The specified transaction manager was unable to create\n the objects contained in its log file in the Ob namespace. Therefore, the\n transaction manager was unable to recover.
-1072103340 0xC0190054 STATUS_TRANSACTION_NOT_ROOT The call to create a superior enlistment on this\n transaction object could not be completed because the transaction object\n specified for the enlistment is a subordinate branch of the transaction. Only\n the root of the transaction can be enlisted as a superior.
-1072103339 0xC0190055 STATUS_TRANSACTION_OBJECT_EXPIRED Because the associated transaction manager or resource\n manager has been closed, the handle is no longer valid.
-1072103338 0xC0190056 STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION The compression operation could not be completed\n because a transaction is active on the file.
-1072103337 0xC0190057 STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED The specified operation could not be performed on this\n superior enlistment because the enlistment was not created with the\n corresponding completion response in the NotificationMask.
-1072103336 0xC0190058 STATUS_TRANSACTION_RECORD_TOO_LONG The specified operation could not be performed because\n the record to be logged was too long. This can occur because either there are\n too many enlistments on this transaction or the combined RecoveryInformation\n being logged on behalf of those enlistments is too long.
-1072103335 0xC0190059 STATUS_NO_LINK_TRACKING_IN_TRANSACTION The link-tracking operation could not be completed\n because a transaction is active.
-1072103334 0xC019005A STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION This operation cannot be performed in a transaction.
-1072103333 0xC019005B STATUS_TRANSACTION_INTEGRITY_VIOLATED The kernel transaction manager had to abort or forget\n the transaction because it blocked forward progress.
-1072103328 0xC0190060 STATUS_EXPIRED_HANDLE The handle is no longer properly associated with its\n transaction.  It might have been opened in a transactional resource manager\n that was subsequently forced to restart.  Please close the handle and open a\n new one.
-1072103327 0xC0190061 STATUS_TRANSACTION_NOT_ENLISTED The specified operation could not be performed because\n the resource manager is not enlisted in the transaction.
-1072037887 0xC01A0001 STATUS_LOG_SECTOR_INVALID The log service found an invalid log sector.
-1072037886 0xC01A0002 STATUS_LOG_SECTOR_PARITY_INVALID The log service encountered a log sector with invalid\n block parity.
-1072037885 0xC01A0003 STATUS_LOG_SECTOR_REMAPPED The log service encountered a remapped log sector.
-1072037884 0xC01A0004 STATUS_LOG_BLOCK_INCOMPLETE The log service encountered a partial or incomplete\n log block.
-1072037883 0xC01A0005 STATUS_LOG_INVALID_RANGE The log service encountered an attempt to access data\n outside the active log range.
-1072037882 0xC01A0006 STATUS_LOG_BLOCKS_EXHAUSTED The log service user-log marshaling buffers are\n exhausted.
-1072037881 0xC01A0007 STATUS_LOG_READ_CONTEXT_INVALID The log service encountered an attempt to read from a\n marshaling area with an invalid read context.
-1072037880 0xC01A0008 STATUS_LOG_RESTART_INVALID The log service encountered an invalid log restart\n area.
-1072037879 0xC01A0009 STATUS_LOG_BLOCK_VERSION The log service encountered an invalid log block\n version.
-1072037878 0xC01A000A STATUS_LOG_BLOCK_INVALID The log service encountered an invalid log block.
-1072037877 0xC01A000B STATUS_LOG_READ_MODE_INVALID The log service encountered an attempt to read the log\n with an invalid read mode.
-1072037875 0xC01A000D STATUS_LOG_METADATA_CORRUPT The log service encountered a corrupted metadata file.
-1072037874 0xC01A000E STATUS_LOG_METADATA_INVALID The log service encountered a metadata file that could\n not be created by the log file system.
-1072037873 0xC01A000F STATUS_LOG_METADATA_INCONSISTENT The log service encountered a metadata file with\n inconsistent data.
-1072037872 0xC01A0010 STATUS_LOG_RESERVATION_INVALID The log service encountered an attempt to erroneously\n allocate or dispose reservation space.
-1072037871 0xC01A0011 STATUS_LOG_CANT_DELETE The log service cannot delete the log file or the file\n system container.
-1072037870 0xC01A0012 STATUS_LOG_CONTAINER_LIMIT_EXCEEDED The log service has reached the maximum allowable\n containers allocated to a log file.
-1072037869 0xC01A0013 STATUS_LOG_START_OF_LOG The log service has attempted to read or write\n backward past the start of the log.
-1072037868 0xC01A0014 STATUS_LOG_POLICY_ALREADY_INSTALLED The log policy could not be installed because a policy\n of the same type is already present.
-1072037867 0xC01A0015 STATUS_LOG_POLICY_NOT_INSTALLED The log policy in question was not installed at the\n time of the request.
-1072037866 0xC01A0016 STATUS_LOG_POLICY_INVALID The installed set of policies on the log is invalid.
-1072037865 0xC01A0017 STATUS_LOG_POLICY_CONFLICT A policy on the log in question prevented the\n operation from completing.
-1072037864 0xC01A0018 STATUS_LOG_PINNED_ARCHIVE_TAIL The log space cannot be reclaimed because the log is\n pinned by the archive tail.
-1072037863 0xC01A0019 STATUS_LOG_RECORD_NONEXISTENT The log record is not a record in the log file.
-1072037862 0xC01A001A STATUS_LOG_RECORDS_RESERVED_INVALID The number of reserved log records or the adjustment\n of the number of reserved log records is invalid.
-1072037861 0xC01A001B STATUS_LOG_SPACE_RESERVED_INVALID The reserved log space or the adjustment of the log\n space is invalid.
-1072037860 0xC01A001C STATUS_LOG_TAIL_INVALID A new or existing archive tail or the base of the\n active log is invalid.
-1072037859 0xC01A001D STATUS_LOG_FULL The log space is exhausted.
-1072037858 0xC01A001E STATUS_LOG_MULTIPLEXED The log is multiplexed; no direct writes to the\n physical log are allowed.
-1072037857 0xC01A001F STATUS_LOG_DEDICATED The operation failed because the log is dedicated.
-1072037856 0xC01A0020 STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS The operation requires an archive context.
-1072037855 0xC01A0021 STATUS_LOG_ARCHIVE_IN_PROGRESS Log archival is in progress.
-1072037854 0xC01A0022 STATUS_LOG_EPHEMERAL The operation requires a nonephemeral log, but the log\n is ephemeral.
-1072037853 0xC01A0023 STATUS_LOG_NOT_ENOUGH_CONTAINERS The log must have at least two containers before it\n can be read from or written to.
-1072037852 0xC01A0024 STATUS_LOG_CLIENT_ALREADY_REGISTERED A log client has already registered on the stream.
-1072037851 0xC01A0025 STATUS_LOG_CLIENT_NOT_REGISTERED A log client has not been registered on the stream.
-1072037850 0xC01A0026 STATUS_LOG_FULL_HANDLER_IN_PROGRESS A request has already been made to handle the log full\n condition.
-1072037849 0xC01A0027 STATUS_LOG_CONTAINER_READ_FAILED The log service encountered an error when attempting\n to read from a log container.
-1072037848 0xC01A0028 STATUS_LOG_CONTAINER_WRITE_FAILED The log service encountered an error when attempting\n to write to a log container.
-1072037847 0xC01A0029 STATUS_LOG_CONTAINER_OPEN_FAILED The log service encountered an error when attempting\n to open a log container.
-1072037846 0xC01A002A STATUS_LOG_CONTAINER_STATE_INVALID The log service encountered an invalid container state\n when attempting a requested action.
-1072037845 0xC01A002B STATUS_LOG_STATE_INVALID The log service is not in the correct state to perform\n a requested action.
-1072037844 0xC01A002C STATUS_LOG_PINNED The log space cannot be reclaimed because the log is\n pinned.
-1072037843 0xC01A002D STATUS_LOG_METADATA_FLUSH_FAILED The log metadata flush failed.
-1072037842 0xC01A002E STATUS_LOG_INCONSISTENT_SECURITY Security on the log and its containers is\n inconsistent.
-1072037841 0xC01A002F STATUS_LOG_APPENDED_FLUSH_FAILED Records were appended to the log or reservation\n changes were made, but the log could not be flushed.
-1072037840 0xC01A0030 STATUS_LOG_PINNED_RESERVATION The log is pinned due to reservation consuming most of\n the log space. Free some reserved records to make space available.
-1071972118 0xC01B00EA STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD {Display Driver Stopped Responding} The %hs display\n driver has stopped working normally. Save your work and reboot the system to\n restore full display functionality. The next time you reboot the computer, a\n dialog box will allow you to upload data about this failure to Microsoft.
-1071906815 0xC01C0001 STATUS_FLT_NO_HANDLER_DEFINED A handler was not defined by the filter for this\n operation.
-1071906814 0xC01C0002 STATUS_FLT_CONTEXT_ALREADY_DEFINED A context is already defined for this object.
-1071906813 0xC01C0003 STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST Asynchronous requests are not valid for this\n operation.
-1071906812 0xC01C0004 STATUS_FLT_DISALLOW_FAST_IO This is an internal error code used by the filter\n manager to determine if a fast I/O operation should be forced down the\n input/output request packet (IRP) path. Minifilters should never return this\n value.
-1071906811 0xC01C0005 STATUS_FLT_INVALID_NAME_REQUEST An invalid name request was made. The name requested\n cannot be retrieved at this time.
-1071906810 0xC01C0006 STATUS_FLT_NOT_SAFE_TO_POST_OPERATION Posting this operation to a worker thread for further\n processing is not safe at this time because it could lead to a system\n deadlock.
-1071906809 0xC01C0007 STATUS_FLT_NOT_INITIALIZED The Filter Manager was not initialized when a filter\n tried to register. Make sure that the Filter Manager is loaded as a driver.
-1071906808 0xC01C0008 STATUS_FLT_FILTER_NOT_READY The filter is not ready for attachment to volumes\n because it has not finished initializing (FltStartFiltering has not been\n called).
-1071906807 0xC01C0009 STATUS_FLT_POST_OPERATION_CLEANUP The filter must clean up any operation-specific\n context at this time because it is being removed from the system before the\n operation is completed by the lower drivers.
-1071906806 0xC01C000A STATUS_FLT_INTERNAL_ERROR The Filter Manager had an internal error from which it\n cannot recover; therefore, the operation has failed. This is usually the\n result of a filter returning an invalid value from a pre-operation callback.
-1071906805 0xC01C000B STATUS_FLT_DELETING_OBJECT The object specified for this action is in the process\n of being deleted; therefore, the action requested cannot be completed at this\n time.
-1071906804 0xC01C000C STATUS_FLT_MUST_BE_NONPAGED_POOL A nonpaged pool must be used for this type of context.
-1071906803 0xC01C000D STATUS_FLT_DUPLICATE_ENTRY A duplicate handler definition has been provided for\n an operation.
-1071906802 0xC01C000E STATUS_FLT_CBDQ_DISABLED The callback data queue has been disabled.
-1071906801 0xC01C000F STATUS_FLT_DO_NOT_ATTACH Do not attach the filter to the volume at this time.
-1071906800 0xC01C0010 STATUS_FLT_DO_NOT_DETACH Do not detach the filter from the volume at this time.
-1071906799 0xC01C0011 STATUS_FLT_INSTANCE_ALTITUDE_COLLISION An instance already exists at this altitude on the\n volume specified.
-1071906798 0xC01C0012 STATUS_FLT_INSTANCE_NAME_COLLISION An instance already exists with this name on the\n volume specified.
-1071906797 0xC01C0013 STATUS_FLT_FILTER_NOT_FOUND The system could not find the filter specified.
-1071906796 0xC01C0014 STATUS_FLT_VOLUME_NOT_FOUND The system could not find the volume specified.
-1071906795 0xC01C0015 STATUS_FLT_INSTANCE_NOT_FOUND The system could not find the instance specified.
-1071906794 0xC01C0016 STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND No registered context allocation definition was found\n for the given request.
-1071906793 0xC01C0017 STATUS_FLT_INVALID_CONTEXT_REGISTRATION An invalid parameter was specified during context\n registration.
-1071906792 0xC01C0018 STATUS_FLT_NAME_CACHE_MISS The name requested was not found in the Filter Manager\n name cache and could not be retrieved from the file system.
-1071906791 0xC01C0019 STATUS_FLT_NO_DEVICE_OBJECT The requested device object does not exist for the\n given volume.
-1071906790 0xC01C001A STATUS_FLT_VOLUME_ALREADY_MOUNTED The specified volume is already mounted.
-1071906789 0xC01C001B STATUS_FLT_ALREADY_ENLISTED The specified transaction context is already enlisted\n in a transaction.
-1071906788 0xC01C001C STATUS_FLT_CONTEXT_ALREADY_LINKED The specified context is already attached to another\n object.
-1071906784 0xC01C0020 STATUS_FLT_NO_WAITER_FOR_REPLY No waiter is present for the filter's reply to this\n message.
-1071841279 0xC01D0001 STATUS_MONITOR_NO_DESCRIPTOR A monitor descriptor could not be obtained.
-1071841278 0xC01D0002 STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT This release does not support the format of the\n obtained monitor descriptor.
-1071841277 0xC01D0003 STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM The checksum of the obtained monitor descriptor is\n invalid.
-1071841276 0xC01D0004 STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK The monitor descriptor contains an invalid standard\n timing block.
-1071841275 0xC01D0005 STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED WMI data-block registration failed for one of the\n MSMonitorClass WMI subclasses.
-1071841274 0xC01D0006 STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK The provided monitor descriptor block is either\n corrupted or does not contain the monitor's detailed serial number.
-1071841273 0xC01D0007 STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK The provided monitor descriptor block is either\n corrupted or does not contain the monitor's user-friendly name.
-1071841272 0xC01D0008 STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA There is no monitor descriptor data at the specified\n (offset or size) region.
-1071841271 0xC01D0009 STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK The monitor descriptor contains an invalid detailed\n timing block.
-1071841270 0xC01D000A STATUS_MONITOR_INVALID_MANUFACTURE_DATE Monitor descriptor contains invalid manufacture date.
-1071775744 0xC01E0000 STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER Exclusive mode ownership is needed to create an\n unmanaged primary allocation.
-1071775743 0xC01E0001 STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER The driver needs more DMA buffer space to complete the\n requested operation.
-1071775742 0xC01E0002 STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER The specified display adapter handle is invalid.
-1071775741 0xC01E0003 STATUS_GRAPHICS_ADAPTER_WAS_RESET The specified display adapter and all of its state\n have been reset.
-1071775740 0xC01E0004 STATUS_GRAPHICS_INVALID_DRIVER_MODEL The driver stack does not match the expected driver\n model.
-1071775739 0xC01E0005 STATUS_GRAPHICS_PRESENT_MODE_CHANGED Present happened but ended up into the changed desktop\n mode.
-1071775738 0xC01E0006 STATUS_GRAPHICS_PRESENT_OCCLUDED Nothing to present due to desktop occlusion.
-1071775737 0xC01E0007 STATUS_GRAPHICS_PRESENT_DENIED Not able to present due to denial of desktop access.
-1071775736 0xC01E0008 STATUS_GRAPHICS_CANNOTCOLORCONVERT Not able to present with color conversion.
-1071775733 0xC01E000B STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED Present redirection is disabled (desktop windowing\n management subsystem is off).
-1071775732 0xC01E000C STATUS_GRAPHICS_PRESENT_UNOCCLUDED Previous exclusive VidPn source owner has released its\n ownership
-1071775488 0xC01E0100 STATUS_GRAPHICS_NO_VIDEO_MEMORY Not enough video memory is available to complete the\n operation.
-1071775487 0xC01E0101 STATUS_GRAPHICS_CANT_LOCK_MEMORY Could not probe and lock the underlying memory of an\n allocation.
-1071775486 0xC01E0102 STATUS_GRAPHICS_ALLOCATION_BUSY The allocation is currently busy.
-1071775485 0xC01E0103 STATUS_GRAPHICS_TOO_MANY_REFERENCES An object being referenced has already reached the\n maximum reference count and cannot be referenced further.
-1071775484 0xC01E0104 STATUS_GRAPHICS_TRY_AGAIN_LATER A problem could not be solved due to an existing\n condition. Try again later.
-1071775483 0xC01E0105 STATUS_GRAPHICS_TRY_AGAIN_NOW A problem could not be solved due to an existing\n condition. Try again now.
-1071775482 0xC01E0106 STATUS_GRAPHICS_ALLOCATION_INVALID The allocation is invalid.
-1071775481 0xC01E0107 STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE No more unswizzling apertures are currently available.
-1071775480 0xC01E0108 STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED The current allocation cannot be unswizzled by an\n aperture.
-1071775479 0xC01E0109 STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION The request failed because a pinned allocation cannot\n be evicted.
-1071775472 0xC01E0110 STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE The allocation cannot be used from its current segment\n location for the specified operation.
-1071775471 0xC01E0111 STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION A locked allocation cannot be used in the current\n command buffer.
-1071775470 0xC01E0112 STATUS_GRAPHICS_ALLOCATION_CLOSED The allocation being referenced has been closed\n permanently.
-1071775469 0xC01E0113 STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE An invalid allocation instance is being referenced.
-1071775468 0xC01E0114 STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE An invalid allocation handle is being referenced.
-1071775467 0xC01E0115 STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE The allocation being referenced does not belong to the\n current device.
-1071775466 0xC01E0116 STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST The specified allocation lost its content.
-1071775232 0xC01E0200 STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE A GPU exception was detected on the given device. The\n device cannot be scheduled.
-1071774976 0xC01E0300 STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY The specified VidPN topology is invalid.
-1071774975 0xC01E0301 STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED The specified VidPN topology is valid but is not\n supported by this model of the display adapter.
-1071774974 0xC01E0302 STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED The specified VidPN topology is valid but is not\n currently supported by the display adapter due to allocation of its\n resources.
-1071774973 0xC01E0303 STATUS_GRAPHICS_INVALID_VIDPN The specified VidPN handle is invalid.
-1071774972 0xC01E0304 STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE The specified video present source is invalid.
-1071774971 0xC01E0305 STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET The specified video present target is invalid.
-1071774970 0xC01E0306 STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED The specified VidPN modality is not supported (for\n example, at least two of the pinned modes are not co-functional).
-1071774968 0xC01E0308 STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET The specified VidPN source mode set is invalid.
-1071774967 0xC01E0309 STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET The specified VidPN target mode set is invalid.
-1071774966 0xC01E030A STATUS_GRAPHICS_INVALID_FREQUENCY The specified video signal frequency is invalid.
-1071774965 0xC01E030B STATUS_GRAPHICS_INVALID_ACTIVE_REGION The specified video signal active region is invalid.
-1071774964 0xC01E030C STATUS_GRAPHICS_INVALID_TOTAL_REGION The specified video signal total region is invalid.
-1071774960 0xC01E0310 STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE The specified video present source mode is invalid.
-1071774959 0xC01E0311 STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE The specified video present target mode is invalid.
-1071774958 0xC01E0312 STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET The pinned mode must remain in the set on the VidPN's\n co-functional modality enumeration.
-1071774957 0xC01E0313 STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY The specified video present path is already in the\n VidPN's topology.
-1071774956 0xC01E0314 STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET The specified mode is already in the mode set.
-1071774955 0xC01E0315 STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET The specified video present source set is invalid.
-1071774954 0xC01E0316 STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET The specified video present target set is invalid.
-1071774953 0xC01E0317 STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET The specified video present source is already in the\n video present source set.
-1071774952 0xC01E0318 STATUS_GRAPHICS_TARGET_ALREADY_IN_SET The specified video present target is already in the\n video present target set.
-1071774951 0xC01E0319 STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH The specified VidPN present path is invalid.
-1071774950 0xC01E031A STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY The miniport has no recommendation for augmenting the\n specified VidPN's topology.
-1071774949 0xC01E031B STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET The specified monitor frequency range set is invalid.
-1071774948 0xC01E031C STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE The specified monitor frequency range is invalid.
-1071774947 0xC01E031D STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET The specified frequency range is not in the specified\n monitor frequency range set.
-1071774945 0xC01E031F STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET The specified frequency range is already in the\n specified monitor frequency range set.
-1071774944 0xC01E0320 STATUS_GRAPHICS_STALE_MODESET The specified mode set is stale. Reacquire the new\n mode set.
-1071774943 0xC01E0321 STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET The specified monitor source mode set is invalid.
-1071774942 0xC01E0322 STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE The specified monitor source mode is invalid.
-1071774941 0xC01E0323 STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN The miniport does not have a recommendation regarding\n the request to provide a functional VidPN given the current display adapter\n configuration.
-1071774940 0xC01E0324 STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE The ID of the specified mode is being used by another\n mode in the set.
-1071774939 0xC01E0325 STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION The system failed to determine a mode that is\n supported by both the display adapter and the monitor connected to it.
-1071774938 0xC01E0326 STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES The number of video present targets must be greater\n than or equal to the number of video present sources.
-1071774937 0xC01E0327 STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY The specified present path is not in the VidPN's\n topology.
-1071774936 0xC01E0328 STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE The display adapter must have at least one video\n present source.
-1071774935 0xC01E0329 STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET The display adapter must have at least one video\n present target.
-1071774934 0xC01E032A STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET The specified monitor descriptor set is invalid.
-1071774933 0xC01E032B STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR The specified monitor descriptor is invalid.
-1071774932 0xC01E032C STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET The specified descriptor is not in the specified\n monitor descriptor set.
-1071774931 0xC01E032D STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET The specified descriptor is already in the specified\n monitor descriptor set.
-1071774930 0xC01E032E STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE The ID of the specified monitor descriptor is being\n used by another descriptor in the set.
-1071774929 0xC01E032F STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE The specified video present target subset type is\n invalid.
-1071774928 0xC01E0330 STATUS_GRAPHICS_RESOURCES_NOT_RELATED Two or more of the specified resources are not related\n to each other, as defined by the interface semantics.
-1071774927 0xC01E0331 STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE The ID of the specified video present source is being\n used by another source in the set.
-1071774926 0xC01E0332 STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE The ID of the specified video present target is being\n used by another target in the set.
-1071774925 0xC01E0333 STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET The specified VidPN source cannot be used because\n there is no available VidPN target to connect it to.
-1071774924 0xC01E0334 STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER The newly arrived monitor could not be associated with\n a display adapter.
-1071774923 0xC01E0335 STATUS_GRAPHICS_NO_VIDPNMGR The particular display adapter does not have an\n associated VidPN manager.
-1071774922 0xC01E0336 STATUS_GRAPHICS_NO_ACTIVE_VIDPN The VidPN manager of the particular display adapter\n does not have an active VidPN.
-1071774921 0xC01E0337 STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY The specified VidPN topology is stale; obtain the new\n topology.
-1071774920 0xC01E0338 STATUS_GRAPHICS_MONITOR_NOT_CONNECTED No monitor is connected on the specified video present\n target.
-1071774919 0xC01E0339 STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY The specified source is not part of the specified\n VidPN's topology.
-1071774918 0xC01E033A STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE The specified primary surface size is invalid.
-1071774917 0xC01E033B STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE The specified visible region size is invalid.
-1071774916 0xC01E033C STATUS_GRAPHICS_INVALID_STRIDE The specified stride is invalid.
-1071774915 0xC01E033D STATUS_GRAPHICS_INVALID_PIXELFORMAT The specified pixel format is invalid.
-1071774914 0xC01E033E STATUS_GRAPHICS_INVALID_COLORBASIS The specified color basis is invalid.
-1071774913 0xC01E033F STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE The specified pixel value access mode is invalid.
-1071774912 0xC01E0340 STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY The specified target is not part of the specified\n VidPN's topology.
-1071774911 0xC01E0341 STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT Failed to acquire the display mode management\n interface.
-1071774910 0xC01E0342 STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE The specified VidPN source is already owned by a DMM\n client and cannot be used until that client releases it.
-1071774909 0xC01E0343 STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN The specified VidPN is active and cannot be accessed.
-1071774908 0xC01E0344 STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL The specified VidPN's present path importance ordinal\n is invalid.
-1071774907 0xC01E0345 STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION The specified VidPN's present path content geometry\n transformation is invalid.
-1071774906 0xC01E0346 STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED The specified content geometry transformation is not\n supported on the respective VidPN present path.
-1071774905 0xC01E0347 STATUS_GRAPHICS_INVALID_GAMMA_RAMP The specified gamma ramp is invalid.
-1071774904 0xC01E0348 STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED The specified gamma ramp is not supported on the\n respective VidPN present path.
-1071774903 0xC01E0349 STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED Multisampling is not supported on the respective VidPN\n present path.
-1071774902 0xC01E034A STATUS_GRAPHICS_MODE_NOT_IN_MODESET The specified mode is not in the specified mode set.
-1071774899 0xC01E034D STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON The specified VidPN topology recommendation reason is\n invalid.
-1071774898 0xC01E034E STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE The specified VidPN present path content type is\n invalid.
-1071774897 0xC01E034F STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE The specified VidPN present path copy protection type\n is invalid.
-1071774896 0xC01E0350 STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS Only one unassigned mode set can exist at any one time\n for a particular VidPN source or target.
-1071774894 0xC01E0352 STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING The specified scan line ordering type is invalid.
-1071774893 0xC01E0353 STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED The topology changes are not allowed for the specified\n VidPN.
-1071774892 0xC01E0354 STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS All available importance ordinals are being used in\n the specified topology.
-1071774891 0xC01E0355 STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT The specified primary surface has a different\n private-format attribute than the current primary surface.
-1071774890 0xC01E0356 STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM The specified mode-pruning algorithm is invalid.
-1071774889 0xC01E0357 STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN The specified monitor-capability origin is invalid.
-1071774888 0xC01E0358 STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT The specified monitor-frequency range constraint is\n invalid.
-1071774887 0xC01E0359 STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED The maximum supported number of present paths has been\n reached.
-1071774886 0xC01E035A STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION The miniport requested that augmentation be canceled\n for the specified source of the specified VidPN's topology.
-1071774885 0xC01E035B STATUS_GRAPHICS_INVALID_CLIENT_TYPE The specified client type was not recognized.
-1071774884 0xC01E035C STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET The client VidPN is not set on this adapter (for\n example, no user mode-initiated mode changes have taken place on this\n adapter).
-1071774720 0xC01E0400 STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED The specified display adapter child device already has\n an external device connected to it.
-1071774719 0xC01E0401 STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED The display adapter child device does not support\n reporting a descriptor.
-1071774672 0xC01E0430 STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER The display adapter is not linked to any other\n adapters.
-1071774671 0xC01E0431 STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED The lead adapter in a linked configuration was not\n enumerated yet.
-1071774670 0xC01E0432 STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED Some chain adapters in a linked configuration have not\n yet been enumerated.
-1071774669 0xC01E0433 STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY The chain of linked adapters is not ready to start\n because of an unknown failure.
-1071774668 0xC01E0434 STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED An attempt was made to start a lead link display\n adapter when the chain links had not yet started.
-1071774667 0xC01E0435 STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON An attempt was made to turn on a lead link display\n adapter when the chain links were turned off.
-1071774666 0xC01E0436 STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE The adapter link was found in an inconsistent state.\n Not all adapters are in an expected PNP/power state.
-1071774664 0xC01E0438 STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER The driver trying to start is not the same as the\n driver for the posted display adapter.
-1071774661 0xC01E043B STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED An operation is being attempted that requires the\n display adapter to be in a quiescent state.
-1071774464 0xC01E0500 STATUS_GRAPHICS_OPM_NOT_SUPPORTED The driver does not support OPM.
-1071774463 0xC01E0501 STATUS_GRAPHICS_COPP_NOT_SUPPORTED The driver does not support COPP.
-1071774462 0xC01E0502 STATUS_GRAPHICS_UAB_NOT_SUPPORTED The driver does not support UAB.
-1071774461 0xC01E0503 STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS The specified encrypted parameters are invalid.
-1071774460 0xC01E0504 STATUS_GRAPHICS_OPM_PARAMETER_ARRAY_TOO_SMALL An array passed to a function cannot hold all of the\n data that the function wants to put in it.
-1071774459 0xC01E0505 STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST The GDI display device passed to this function does\n not have any active protected outputs.
-1071774458 0xC01E0506 STATUS_GRAPHICS_PVP_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME The PVP cannot find an actual GDI display device that\n corresponds to the passed-in GDI display device name.
-1071774457 0xC01E0507 STATUS_GRAPHICS_PVP_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP This function failed because the GDI display device\n passed to it was not attached to the Windows desktop.
-1071774456 0xC01E0508 STATUS_GRAPHICS_PVP_MIRRORING_DEVICES_NOT_SUPPORTED The PVP does not support mirroring display devices\n because they do not have any protected outputs.
-1071774454 0xC01E050A STATUS_GRAPHICS_OPM_INVALID_POINTER The function failed because an invalid pointer\n parameter was passed to it. A pointer parameter is invalid if it is null, is\n not correctly aligned, or it points to an invalid address or a kernel mode\n address.
-1071774453 0xC01E050B STATUS_GRAPHICS_OPM_INTERNAL_ERROR An internal error caused an operation to fail.
-1071774452 0xC01E050C STATUS_GRAPHICS_OPM_INVALID_HANDLE The function failed because the caller passed in an\n invalid OPM user-mode handle.
-1071774451 0xC01E050D STATUS_GRAPHICS_PVP_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE This function failed because the GDI device passed to\n it did not have any monitors associated with it.
-1071774450 0xC01E050E STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH A certificate could not be returned because the\n certificate buffer passed to the function was too small.
-1071774449 0xC01E050F STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED DxgkDdiOpmCreateProtectedOutput() could not create a\n protected output because the video present yarget is in spanning mode.
-1071774448 0xC01E0510 STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED DxgkDdiOpmCreateProtectedOutput() could not create a\n protected output because the video present target is in theater mode.
-1071774447 0xC01E0511 STATUS_GRAPHICS_PVP_HFS_FAILED The function call failed because the display adapter's\n hardware functionality scan (HFS) failed to validate the graphics hardware.
-1071774446 0xC01E0512 STATUS_GRAPHICS_OPM_INVALID_SRM The HDCP SRM passed to this function did not comply\n with section 5 of the HDCP 1.1 specification.
-1071774445 0xC01E0513 STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP The protected output cannot enable the HDCP system\n because it does not support it.
-1071774444 0xC01E0514 STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP The protected output cannot enable analog copy\n protection because it does not support it.
-1071774443 0xC01E0515 STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA The protected output cannot enable the CGMS-A\n protection technology because it does not support it.
-1071774442 0xC01E0516 STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET DxgkDdiOPMGetInformation() cannot return the version\n of the SRM being used because the application never successfully passed an\n SRM to the protected output.
-1071774441 0xC01E0517 STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH DxgkDdiOPMConfigureProtectedOutput() cannot enable the\n specified output protection technology because the output's screen resolution\n is too high.
-1071774440 0xC01E0518 STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE DxgkDdiOPMConfigureProtectedOutput() cannot enable\n HDCP because other physical outputs are using the display adapter's HDCP\n hardware.
-1071774438 0xC01E051A STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS The operating system asynchronously destroyed this\n OPM-protected output because the operating system state changed. This error\n typically occurs because the monitor PDO associated with this protected\n output was removed or stopped, the protected output's session became a\n nonconsole session, or the protected output's desktop became inactive.
-1071774437 0xC01E051B STATUS_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS OPM functions cannot be called when a session is\n changing its type. Three types of sessions currently exist: console,\n disconnected, and remote (RDP or ICA).
-1071774436 0xC01E051C STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS The DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation,\n or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned\n only if a protected output has OPM semantics. \nDxgkDdiOPMGetCOPPCompatibleInformation always returns\n this error if a protected output has OPM semantics.\nDxgkDdiOPMGetInformation returns this error code if\n the caller requested COPP-specific information.\nDxgkDdiOPMConfigureProtectedOutput returns this error\n when the caller tries to use a COPP-specific command.
-1071774435 0xC01E051D STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST The DxgkDdiOPMGetInformation and\n DxgkDdiOPMGetCOPPCompatibleInformation functions return this error code if\n the passed-in sequence number is not the expected sequence number or the\n passed-in OMAC value is invalid.
-1071774434 0xC01E051E STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR The function failed because an unexpected error\n occurred inside a display driver.
-1071774433 0xC01E051F STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS The DxgkDdiOPMGetCOPPCompatibleInformation,\n DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function\n failed. This error is returned only if a protected output has COPP semantics.\n \nDxgkDdiOPMGetCOPPCompatibleInformation returns this\n error code if the caller requested OPM-specific information.\nDxgkDdiOPMGetInformation always returns this error if\n a protected output has COPP semantics.\nDxgkDdiOPMConfigureProtectedOutput returns this error\n when the caller tries to use an OPM-specific command.
-1071774432 0xC01E0520 STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED The DxgkDdiOPMGetCOPPCompatibleInformation and\n DxgkDdiOPMConfigureProtectedOutput functions return this error if the display\n driver does not support the DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING and DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING\n GUIDs.
-1071774431 0xC01E0521 STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST The DxgkDdiOPMConfigureProtectedOutput function\n returns this error code if the passed-in sequence number is not the expected\n sequence number or the passed-in OMAC value is invalid.
-1071774336 0xC01E0580 STATUS_GRAPHICS_I2C_NOT_SUPPORTED The monitor connected to the specified video output\n does not have an I2C bus.
-1071774335 0xC01E0581 STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST No device on the I2C bus has the specified address.
-1071774334 0xC01E0582 STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA An error occurred while transmitting data to the\n device on the I2C bus.
-1071774333 0xC01E0583 STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA An error occurred while receiving data from the device\n on the I2C bus.
-1071774332 0xC01E0584 STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED The monitor does not support the specified VCP code.
-1071774331 0xC01E0585 STATUS_GRAPHICS_DDCCI_INVALID_DATA The data received from the monitor is invalid.
-1071774330 0xC01E0586 STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE A function call failed because a monitor returned an\n invalid timing status byte when the operating system used the DDC/CI get\n timing report and timing message command to get a timing report from a\n monitor.
-1071774329 0xC01E0587 STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING A monitor returned a DDC/CI capabilities string that\n did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1\n specification.
-1071774328 0xC01E0588 STATUS_GRAPHICS_MCA_INTERNAL_ERROR An internal error caused an operation to fail.
-1071774327 0xC01E0589 STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND An operation failed because a DDC/CI message had an\n invalid value in its command field.
-1071774326 0xC01E058A STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH This error occurred because a DDC/CI message had an\n invalid value in its length field.
-1071774325 0xC01E058B STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM This error occurred because the value in a DDC/CI\n message's checksum field did not match the message's computed checksum value.\n This error implies that the data was corrupted while it was being transmitted\n from a monitor to a computer.
-1071774324 0xC01E058C STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE This function failed because an invalid monitor handle\n was passed to it.
-1071774323 0xC01E058D STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS The operating system asynchronously destroyed the\n monitor that corresponds to this handle because the operating system's state\n changed. This error typically occurs because the monitor PDO associated with\n this handle was removed or stopped, or a display mode change occurred. A\n display mode change occurs when Windows sends a WM_DISPLAYCHANGE message to\n applications.
-1071774240 0xC01E05E0 STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED This function can be used only if a program is running\n in the local console session. It cannot be used if a program is running on a\n remote desktop session or on a terminal server session.
-1071774239 0xC01E05E1 STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME This function cannot find an actual GDI display device\n that corresponds to the specified GDI display device name.
-1071774238 0xC01E05E2 STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP The function failed because the specified GDI display\n device was not attached to the Windows desktop.
-1071774237 0xC01E05E3 STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED This function does not support GDI mirroring display\n devices because GDI mirroring display devices do not have any physical\n monitors associated with them.
-1071774236 0xC01E05E4 STATUS_GRAPHICS_INVALID_POINTER The function failed because an invalid pointer\n parameter was passed to it. A pointer parameter is invalid if it is null, is\n not correctly aligned, or points to an invalid address or to a kernel mode\n address.
-1071774235 0xC01E05E5 STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE This function failed because the GDI device passed to\n it did not have a monitor associated with it.
-1071774234 0xC01E05E6 STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL An array passed to the function cannot hold all of the\n data that the function must copy into the array.
-1071774233 0xC01E05E7 STATUS_GRAPHICS_INTERNAL_ERROR An internal error caused an operation to fail.
-1071774232 0xC01E05E8 STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS The function failed because the current session is\n changing its type. This function cannot be called when the current session is\n changing its type. Three types of sessions currently exist: console,\n disconnected, and remote (RDP or ICA).
-1071579136 0xC0210000 STATUS_FVE_LOCKED_VOLUME The volume must be unlocked before it can be used.
-1071579135 0xC0210001 STATUS_FVE_NOT_ENCRYPTED The volume is fully decrypted and no key is available.
-1071579134 0xC0210002 STATUS_FVE_BAD_INFORMATION The control block for the encrypted volume is not\n valid.
-1071579133 0xC0210003 STATUS_FVE_TOO_SMALL Not enough free space remains on the volume to allow\n encryption.
-1071579132 0xC0210004 STATUS_FVE_FAILED_WRONG_FS The partition cannot be encrypted because the file\n system is not supported.
-1071579131 0xC0210005 STATUS_FVE_FAILED_BAD_FS The file system is inconsistent. Run the Check Disk\n utility.
-1071579130 0xC0210006 STATUS_FVE_FS_NOT_EXTENDED The file system does not extend to the end of the\n volume.
-1071579129 0xC0210007 STATUS_FVE_FS_MOUNTED This operation cannot be performed while a file system\n is mounted on the volume.
-1071579128 0xC0210008 STATUS_FVE_NO_LICENSE BitLocker Drive Encryption is not included with this\n version of Windows.
-1071579127 0xC0210009 STATUS_FVE_ACTION_NOT_ALLOWED The requested action was denied by the FVE control\n engine.
-1071579126 0xC021000A STATUS_FVE_BAD_DATA The data supplied is malformed.
-1071579125 0xC021000B STATUS_FVE_VOLUME_NOT_BOUND The volume is not bound to the system.
-1071579124 0xC021000C STATUS_FVE_NOT_DATA_VOLUME The volume specified is not a data volume.
-1071579123 0xC021000D STATUS_FVE_CONV_READ_ERROR A read operation failed while converting the volume.
-1071579122 0xC021000E STATUS_FVE_CONV_WRITE_ERROR A write operation failed while converting the volume.
-1071579121 0xC021000F STATUS_FVE_OVERLAPPED_UPDATE The control block for the encrypted volume was updated\n by another thread. Try again.
-1071579120 0xC0210010 STATUS_FVE_FAILED_SECTOR_SIZE The volume encryption algorithm cannot be used on this\n sector size.
-1071579119 0xC0210011 STATUS_FVE_FAILED_AUTHENTICATION BitLocker recovery authentication failed.
-1071579118 0xC0210012 STATUS_FVE_NOT_OS_VOLUME The volume specified is not the boot operating system\n volume.
-1071579117 0xC0210013 STATUS_FVE_KEYFILE_NOT_FOUND The BitLocker startup key or recovery password could\n not be read from external media.
-1071579116 0xC0210014 STATUS_FVE_KEYFILE_INVALID The BitLocker startup key or recovery password file is\n corrupt or invalid.
-1071579115 0xC0210015 STATUS_FVE_KEYFILE_NO_VMK The BitLocker encryption key could not be obtained\n from the startup key or the recovery password.
-1071579114 0xC0210016 STATUS_FVE_TPM_DISABLED The TPM is disabled.
-1071579113 0xC0210017 STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO The authorization data for the SRK of the TPM is not\n zero.
-1071579112 0xC0210018 STATUS_FVE_TPM_INVALID_PCR The system boot information changed or the TPM locked\n out access to BitLocker encryption keys until the computer is restarted.
-1071579111 0xC0210019 STATUS_FVE_TPM_NO_VMK The BitLocker encryption key could not be obtained\n from the TPM.
-1071579110 0xC021001A STATUS_FVE_PIN_INVALID The BitLocker encryption key could not be obtained\n from the TPM and PIN.
-1071579109 0xC021001B STATUS_FVE_AUTH_INVALID_APPLICATION A boot application hash does not match the hash\n computed when BitLocker was turned on.
-1071579108 0xC021001C STATUS_FVE_AUTH_INVALID_CONFIG The Boot Configuration Data (BCD) settings are not\n supported or have changed because BitLocker was enabled.
-1071579107 0xC021001D STATUS_FVE_DEBUGGER_ENABLED Boot debugging is enabled. Run Windows Boot Configuration\n Data Store Editor (bcdedit.exe) to turn it off.
-1071579106 0xC021001E STATUS_FVE_DRY_RUN_FAILED The BitLocker encryption key could not be obtained.
-1071579105 0xC021001F STATUS_FVE_BAD_METADATA_POINTER The metadata disk region pointer is incorrect.
-1071579104 0xC0210020 STATUS_FVE_OLD_METADATA_COPY The backup copy of the metadata is out of date.
-1071579103 0xC0210021 STATUS_FVE_REBOOT_REQUIRED No action was taken because a system restart is\n required.
-1071579102 0xC0210022 STATUS_FVE_RAW_ACCESS No action was taken because BitLocker Drive Encryption\n is in RAW access mode.
-1071579101 0xC0210023 STATUS_FVE_RAW_BLOCKED BitLocker Drive Encryption cannot enter RAW access\n mode for this volume.
-1071579098 0xC0210026 STATUS_FVE_NO_FEATURE_LICENSE This feature of BitLocker Drive Encryption is not\n included with this version of Windows.
-1071579097 0xC0210027 STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED Group policy does not permit turning off BitLocker\n Drive Encryption on roaming data volumes.
-1071579096 0xC0210028 STATUS_FVE_CONV_RECOVERY_FAILED Bitlocker Drive Encryption failed to recover from\n aborted conversion. This could be due to either all conversion logs being\n corrupted or the media being write-protected.
-1071579095 0xC0210029 STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG The requested virtualization size is too big.
-1071579088 0xC0210030 STATUS_FVE_VOLUME_TOO_SMALL The drive is too small to be protected using BitLocker\n Drive Encryption.
-1071513599 0xC0220001 STATUS_FWP_CALLOUT_NOT_FOUND The callout does not exist.
-1071513598 0xC0220002 STATUS_FWP_CONDITION_NOT_FOUND The filter condition does not exist.
-1071513597 0xC0220003 STATUS_FWP_FILTER_NOT_FOUND The filter does not exist.
-1071513596 0xC0220004 STATUS_FWP_LAYER_NOT_FOUND The layer does not exist.
-1071513595 0xC0220005 STATUS_FWP_PROVIDER_NOT_FOUND The provider does not exist.
-1071513594 0xC0220006 STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND The provider context does not exist.
-1071513593 0xC0220007 STATUS_FWP_SUBLAYER_NOT_FOUND The sublayer does not exist.
-1071513592 0xC0220008 STATUS_FWP_NOT_FOUND The object does not exist.
-1071513591 0xC0220009 STATUS_FWP_ALREADY_EXISTS An object with that GUID or LUID already exists.
-1071513590 0xC022000A STATUS_FWP_IN_USE The object is referenced by other objects and cannot\n be deleted.
-1071513589 0xC022000B STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS The call is not allowed from within a dynamic session.
-1071513588 0xC022000C STATUS_FWP_WRONG_SESSION The call was made from the wrong session and cannot be\n completed.
-1071513587 0xC022000D STATUS_FWP_NO_TXN_IN_PROGRESS The call must be made from within an explicit\n transaction.
-1071513586 0xC022000E STATUS_FWP_TXN_IN_PROGRESS The call is not allowed from within an explicit\n transaction.
-1071513585 0xC022000F STATUS_FWP_TXN_ABORTED The explicit transaction has been forcibly canceled.
-1071513584 0xC0220010 STATUS_FWP_SESSION_ABORTED The session has been canceled.
-1071513583 0xC0220011 STATUS_FWP_INCOMPATIBLE_TXN The call is not allowed from within a read-only\n transaction.
-1071513582 0xC0220012 STATUS_FWP_TIMEOUT The call timed out while waiting to acquire the\n transaction lock.
-1071513581 0xC0220013 STATUS_FWP_NET_EVENTS_DISABLED The collection of network diagnostic events is\n disabled.
-1071513580 0xC0220014 STATUS_FWP_INCOMPATIBLE_LAYER The operation is not supported by the specified layer.
-1071513579 0xC0220015 STATUS_FWP_KM_CLIENTS_ONLY The call is allowed for kernel-mode callers only.
-1071513578 0xC0220016 STATUS_FWP_LIFETIME_MISMATCH The call tried to associate two objects with\n incompatible lifetimes.
-1071513577 0xC0220017 STATUS_FWP_BUILTIN_OBJECT The object is built-in and cannot be deleted.
-1071513576 0xC0220018 STATUS_FWP_TOO_MANY_BOOTTIME_FILTERS The maximum number of boot-time filters has been\n reached.
-1071513576 0xC0220018 STATUS_FWP_TOO_MANY_CALLOUTS The maximum number of callouts has been reached.
-1071513575 0xC0220019 STATUS_FWP_NOTIFICATION_DROPPED A notification could not be delivered because a\n message queue has reached maximum capacity.
-1071513574 0xC022001A STATUS_FWP_TRAFFIC_MISMATCH The traffic parameters do not match those for the\n security association context.
-1071513573 0xC022001B STATUS_FWP_INCOMPATIBLE_SA_STATE The call is not allowed for the current security\n association state.
-1071513572 0xC022001C STATUS_FWP_NULL_POINTER A required pointer is null.
-1071513571 0xC022001D STATUS_FWP_INVALID_ENUMERATOR An enumerator is not valid.
-1071513570 0xC022001E STATUS_FWP_INVALID_FLAGS The flags field contains an invalid value.
-1071513569 0xC022001F STATUS_FWP_INVALID_NET_MASK A network mask is not valid.
-1071513568 0xC0220020 STATUS_FWP_INVALID_RANGE An FWP_RANGE is not valid.
-1071513567 0xC0220021 STATUS_FWP_INVALID_INTERVAL The time interval is not valid.
-1071513566 0xC0220022 STATUS_FWP_ZERO_LENGTH_ARRAY An array that must contain at least one element has a\n zero length.
-1071513565 0xC0220023 STATUS_FWP_NULL_DISPLAY_NAME The displayData.name field cannot be null.
-1071513564 0xC0220024 STATUS_FWP_INVALID_ACTION_TYPE The action type is not one of the allowed action types\n for a filter.
-1071513563 0xC0220025 STATUS_FWP_INVALID_WEIGHT The filter weight is not valid.
-1071513562 0xC0220026 STATUS_FWP_MATCH_TYPE_MISMATCH A filter condition contains a match type that is not\n compatible with the operands.
-1071513561 0xC0220027 STATUS_FWP_TYPE_MISMATCH An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong\n type.
-1071513560 0xC0220028 STATUS_FWP_OUT_OF_BOUNDS An integer value is outside the allowed range.
-1071513559 0xC0220029 STATUS_FWP_RESERVED A reserved field is nonzero.
-1071513558 0xC022002A STATUS_FWP_DUPLICATE_CONDITION A filter cannot contain multiple conditions operating\n on a single field.
-1071513557 0xC022002B STATUS_FWP_DUPLICATE_KEYMOD A policy cannot contain the same keying module more\n than once.
-1071513556 0xC022002C STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER The action type is not compatible with the layer.
-1071513555 0xC022002D STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER The action type is not compatible with the sublayer.
-1071513554 0xC022002E STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER The raw context or the provider context is not\n compatible with the layer.
-1071513553 0xC022002F STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT The raw context or the provider context is not\n compatible with the callout.
-1071513552 0xC0220030 STATUS_FWP_INCOMPATIBLE_AUTH_METHOD The authentication method is not compatible with the\n policy type.
-1071513551 0xC0220031 STATUS_FWP_INCOMPATIBLE_DH_GROUP The Diffie-Hellman group is not compatible with the\n policy type.
-1071513550 0xC0220032 STATUS_FWP_EM_NOT_SUPPORTED An IKE policy cannot contain an Extended Mode policy.
-1071513549 0xC0220033 STATUS_FWP_NEVER_MATCH The enumeration template or subscription will never\n match any objects.
-1071513548 0xC0220034 STATUS_FWP_PROVIDER_CONTEXT_MISMATCH The provider context is of the wrong type.
-1071513547 0xC0220035 STATUS_FWP_INVALID_PARAMETER The parameter is incorrect.
-1071513546 0xC0220036 STATUS_FWP_TOO_MANY_SUBLAYERS The maximum number of sublayers has been reached.
-1071513545 0xC0220037 STATUS_FWP_CALLOUT_NOTIFICATION_FAILED The notification function for a callout returned an\n error.
-1071513544 0xC0220038 STATUS_FWP_INCOMPATIBLE_AUTH_CONFIG The IPsec authentication configuration is not\n compatible with the authentication type.
-1071513543 0xC0220039 STATUS_FWP_INCOMPATIBLE_CIPHER_CONFIG The IPsec cipher configuration is not compatible with\n the cipher type.
-1071513540 0xC022003C STATUS_FWP_DUPLICATE_AUTH_METHOD A policy cannot contain the same auth method more than\n once.
-1071513344 0xC0220100 STATUS_FWP_TCPIP_NOT_READY The TCP/IP stack is not ready.
-1071513343 0xC0220101 STATUS_FWP_INJECT_HANDLE_CLOSING The injection handle is being closed by another\n thread.
-1071513342 0xC0220102 STATUS_FWP_INJECT_HANDLE_STALE The injection handle is stale.
-1071513341 0xC0220103 STATUS_FWP_CANNOT_PEND The classify cannot be pended.
-1071448062 0xC0230002 STATUS_NDIS_CLOSING The binding to the network interface is being closed.
-1071448060 0xC0230004 STATUS_NDIS_BAD_VERSION An invalid version was specified.
-1071448059 0xC0230005 STATUS_NDIS_BAD_CHARACTERISTICS An invalid characteristics table was used.
-1071448058 0xC0230006 STATUS_NDIS_ADAPTER_NOT_FOUND Failed to find the network interface or the network interface\n is not ready.
-1071448057 0xC0230007 STATUS_NDIS_OPEN_FAILED Failed to open the network interface.
-1071448056 0xC0230008 STATUS_NDIS_DEVICE_FAILED The network interface has encountered an internal\n unrecoverable failure.
-1071448055 0xC0230009 STATUS_NDIS_MULTICAST_FULL The multicast list on the network interface is full.
-1071448054 0xC023000A STATUS_NDIS_MULTICAST_EXISTS An attempt was made to add a duplicate multicast\n address to the list.
-1071448053 0xC023000B STATUS_NDIS_MULTICAST_NOT_FOUND At attempt was made to remove a multicast address that\n was never added.
-1071448052 0xC023000C STATUS_NDIS_REQUEST_ABORTED The network interface aborted the request.
-1071448051 0xC023000D STATUS_NDIS_RESET_IN_PROGRESS The network interface cannot process the request\n because it is being reset.
-1071448049 0xC023000F STATUS_NDIS_INVALID_PACKET An attempt was made to send an invalid packet on a\n network interface.
-1071448048 0xC0230010 STATUS_NDIS_INVALID_DEVICE_REQUEST The specified request is not a valid operation for the\n target device.
-1071448047 0xC0230011 STATUS_NDIS_ADAPTER_NOT_READY The network interface is not ready to complete this\n operation.
-1071448044 0xC0230014 STATUS_NDIS_INVALID_LENGTH The length of the buffer submitted for this operation\n is not valid.
-1071448043 0xC0230015 STATUS_NDIS_INVALID_DATA The data used for this operation is not valid.
-1071448042 0xC0230016 STATUS_NDIS_BUFFER_TOO_SHORT The length of the submitted buffer for this operation\n is too small.
-1071448041 0xC0230017 STATUS_NDIS_INVALID_OID The network interface does not support this object\n identifier.
-1071448040 0xC0230018 STATUS_NDIS_ADAPTER_REMOVED The network interface has been removed.
-1071448039 0xC0230019 STATUS_NDIS_UNSUPPORTED_MEDIA The network interface does not support this media\n type.
-1071448038 0xC023001A STATUS_NDIS_GROUP_ADDRESS_IN_USE An attempt was made to remove a token ring group\n address that is in use by other components.
-1071448037 0xC023001B STATUS_NDIS_FILE_NOT_FOUND An attempt was made to map a file that cannot be\n found.
-1071448036 0xC023001C STATUS_NDIS_ERROR_READING_FILE An error occurred while NDIS tried to map the file.
-1071448035 0xC023001D STATUS_NDIS_ALREADY_MAPPED An attempt was made to map a file that is already\n mapped.
-1071448034 0xC023001E STATUS_NDIS_RESOURCE_CONFLICT An attempt to allocate a hardware resource failed\n because the resource is used by another component.
-1071448033 0xC023001F STATUS_NDIS_MEDIA_DISCONNECTED The I/O operation failed because the network media is\n disconnected or the wireless access point is out of range.
-1071448030 0xC0230022 STATUS_NDIS_INVALID_ADDRESS The network address used in the request is invalid.
-1071448022 0xC023002A STATUS_NDIS_PAUSED The offload operation on the network interface has\n been paused.
-1071448021 0xC023002B STATUS_NDIS_INTERFACE_NOT_FOUND The network interface was not found.
-1071448020 0xC023002C STATUS_NDIS_UNSUPPORTED_REVISION The revision number specified in the structure is not\n supported.
-1071448019 0xC023002D STATUS_NDIS_INVALID_PORT The specified port does not exist on this network\n interface.
-1071448018 0xC023002E STATUS_NDIS_INVALID_PORT_STATE The current state of the specified port on this\n network interface does not support the requested operation.
-1071448017 0xC023002F STATUS_NDIS_LOW_POWER_STATE The miniport adapter is in a lower power state.
-1071447877 0xC02300BB STATUS_NDIS_NOT_SUPPORTED The network interface does not support this request.
-1071443953 0xC023100F STATUS_NDIS_OFFLOAD_POLICY The TCP connection is not offloadable because of a\n local policy setting.
-1071443950 0xC0231012 STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED The TCP connection is not offloadable by the Chimney\n offload target.
-1071443949 0xC0231013 STATUS_NDIS_OFFLOAD_PATH_REJECTED The IP Path object is not in an offloadable state.
-1071439872 0xC0232000 STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED The wireless LAN interface is in auto-configuration\n mode and does not support the requested parameter change operation.
-1071439871 0xC0232001 STATUS_NDIS_DOT11_MEDIA_IN_USE The wireless LAN interface is busy and cannot perform\n the requested operation.
-1071439870 0xC0232002 STATUS_NDIS_DOT11_POWER_STATE_INVALID The wireless LAN interface is power down and does not\n support the requested operation.
-1071439869 0xC0232003 STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL The list of wake on LAN patterns is full.
-1071439868 0xC0232004 STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL The list of low power protocol offloads is full.
-1070202879 0xC0360001 STATUS_IPSEC_BAD_SPI The SPI in the packet does not match a valid IPsec SA.
-1070202878 0xC0360002 STATUS_IPSEC_SA_LIFETIME_EXPIRED The packet was received on an IPsec SA whose lifetime\n has expired.
-1070202877 0xC0360003 STATUS_IPSEC_WRONG_SA The packet was received on an IPsec SA that does not\n match the packet characteristics.
-1070202876 0xC0360004 STATUS_IPSEC_REPLAY_CHECK_FAILED The packet sequence number replay check failed.
-1070202875 0xC0360005 STATUS_IPSEC_INVALID_PACKET The IPsec header and/or trailer in the packet is\n invalid.
-1070202874 0xC0360006 STATUS_IPSEC_INTEGRITY_CHECK_FAILED The IPsec integrity check failed.
-1070202873 0xC0360007 STATUS_IPSEC_CLEAR_TEXT_DROP IPsec dropped a clear text packet.
-1070202872 0xC0360008 STATUS_IPSEC_AUTH_FIREWALL_DROP IPsec dropped an incoming ESP packet in authenticated\n firewall mode.  This drop is benign.
-1070202871 0xC0360009 STATUS_IPSEC_THROTTLE_DROP IPsec dropped a packet due to DOS throttle.
-1070170112 0xC0368000 STATUS_IPSEC_DOSP_BLOCK IPsec Dos Protection matched an explicit block rule.
-1070170111 0xC0368001 STATUS_IPSEC_DOSP_RECEIVED_MULTICAST IPsec Dos Protection received an IPsec specific\n multicast packet which is not allowed.
-1070170110 0xC0368002 STATUS_IPSEC_DOSP_INVALID_PACKET IPsec Dos Protection received an incorrectly formatted\n packet.
-1070170109 0xC0368003 STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED IPsec Dos Protection failed to lookup state.
-1070170108 0xC0368004 STATUS_IPSEC_DOSP_MAX_ENTRIES IPsec Dos Protection failed to create state because\n there are already maximum number of entries allowed by policy.
-1070170107 0xC0368005 STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED IPsec Dos Protection received an IPsec negotiation\n packet for a keying module which is not allowed by policy.
-1070170106 0xC0368006 STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES IPsec Dos Protection failed to create per internal IP\n ratelimit queue because there is already maximum number of queues allowed by\n policy.
-1070071717 0xC038005B STATUS_VOLMGR_MIRROR_NOT_SUPPORTED The system does not support mirrored volumes.
-1070071716 0xC038005C STATUS_VOLMGR_RAID5_NOT_SUPPORTED The system does not support RAID-5 volumes.
-1069940716 0xC03A0014 STATUS_VIRTDISK_PROVIDER_NOT_FOUND A virtual disk support provider for the specified file\n was not found.
-1069940715 0xC03A0015 STATUS_VIRTDISK_NOT_VIRTUAL_DISK The specified disk is not a virtual disk.
-1069940714 0xC03A0016 STATUS_VHD_PARENT_VHD_ACCESS_DENIED The chain of virtual hard disks is inaccessible. The\n process has not been granted access rights to the parent virtual hard disk\n for the differencing disk.
-1069940713 0xC03A0017 STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH The chain of virtual hard disks is corrupted. There is\n a mismatch in the virtual sizes of the parent virtual hard disk and\n differencing disk.
-1069940712 0xC03A0018 STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED The chain of virtual hard disks is corrupted. A\n differencing disk is indicated in its own parent chain.
-1069940711 0xC03A0019 STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT The chain of virtual hard disks is inaccessible. There\n was an error opening a virtual hard disk further up the chain.