This is work in progress.

Windows / Headers / ntstatus.h

ntstatus.h

Constant definitions for the NTSTATUS values.

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
STATUS_SUCCESS0x00000000
STATUS_WAIT_10x00000001
STATUS_WAIT_20x00000002
STATUS_WAIT_30x00000003
STATUS_WAIT_630x0000003F
STATUS_ABANDONED_WAIT_00x00000080
STATUS_ABANDONED_WAIT_630x000000BF
STATUS_USER_APC0x000000C0
STATUS_ALREADY_COMPLETE0x000000FFThe requested action was completed by an earlier operation.
STATUS_KERNEL_APC0x00000100
STATUS_ALERTED0x00000101
STATUS_TIMEOUT0x00000102
STATUS_PENDING0x00000103The operation that was requested is pending completion.
STATUS_REPARSE0x00000104A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
STATUS_MORE_ENTRIES0x00000105Returned by enumeration APIs to indicate more information is available to successive calls.
STATUS_NOT_ALL_ASSIGNED0x00000106Indicates not all privileges or groups referenced are assigned to the caller. This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned.
STATUS_SOME_NOT_MAPPED0x00000107Some of the information to be translated has not been translated.
STATUS_OPLOCK_BREAK_IN_PROGRESS0x00000108An open/create operation completed while an oplock break is underway.
STATUS_VOLUME_MOUNTED0x00000109A new volume has been mounted by a file system.
STATUS_RXACT_COMMITTED0x0000010AThis success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.
STATUS_NOTIFY_CLEANUP0x0000010BThis indicates that a notify change request has been completed due to closing the handle which made the notify change request.
STATUS_NOTIFY_ENUM_DIR0x0000010CThis indicates that a notify change request is being completed and that the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes.
STATUS_NO_QUOTAS_FOR_ACCOUNT0x0000010D{No Quotas} No system quota limits are specifically set for this account.
STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED0x0000010E{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.
STATUS_PAGE_FAULT_TRANSITION0x00000110Page fault was a transition fault.
STATUS_PAGE_FAULT_DEMAND_ZERO0x00000111Page fault was a demand zero fault.
STATUS_PAGE_FAULT_COPY_ON_WRITE0x00000112Page fault was a demand zero fault.
STATUS_PAGE_FAULT_GUARD_PAGE0x00000113Page fault was a demand zero fault.
STATUS_PAGE_FAULT_PAGING_FILE0x00000114Page fault was satisfied by reading from a secondary storage device.
STATUS_CACHE_PAGE_LOCKED0x00000115Cached page was locked during operation.
STATUS_CRASH_DUMP0x00000116Crash dump exists in paging file.
STATUS_BUFFER_ALL_ZEROS0x00000117Specified buffer contains all zeros.
STATUS_REPARSE_OBJECT0x00000118A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
STATUS_RESOURCE_REQUIREMENTS_CHANGED0x00000119The device has succeeded a query-stop and its resource requirements have changed.
STATUS_TRANSLATION_COMPLETE0x00000120The translator has translated these resources into the global space and no further translations should be performed.
STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY0x00000121The directory service evaluated group memberships locally, as it was unable to contact a global catalog server.
STATUS_NOTHING_TO_TERMINATE0x00000122A process being terminated has no threads to terminate.
STATUS_PROCESS_NOT_IN_JOB0x00000123The specified process is not part of a job.
STATUS_PROCESS_IN_JOB0x00000124The specified process is part of a job.
STATUS_VOLSNAP_HIBERNATE_READY0x00000125{Volume Shadow Copy Service} The system is now ready for hibernation.
STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY0x00000126A file system or file system filter driver has successfully completed an FsFilter operation.
STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED0x00000127The specified interrupt vector was already connected.
STATUS_INTERRUPT_STILL_CONNECTED0x00000128The specified interrupt vector is still connected.
STATUS_PROCESS_CLONED0x00000129The current process is a cloned process.
STATUS_FILE_LOCKED_WITH_ONLY_READERS0x0000012AThe file was locked and all users of the file can only read.
STATUS_FILE_LOCKED_WITH_WRITERS0x0000012BThe file was locked and at least one user of the file can write.
STATUS_VALID_IMAGE_HASH0x0000012CThe file image hash is valid.
STATUS_VALID_CATALOG_HASH0x0000012DThe file catalog hash is valid.
STATUS_VALID_STRONG_CODE_HASH0x0000012EThe file hash is valid and uses strong code integrity.
STATUS_GHOSTED0x0000012FAt least a portion of IO range intersects with a ghosted file range.
STATUS_DATA_OVERWRITTEN0x00000130A completed operation may have overwritten previous data.
STATUS_RESOURCEMANAGER_READ_ONLY0x00000202The specified ResourceManager made no changes or updates to the resource under this transaction.
STATUS_RING_PREVIOUSLY_EMPTY0x00000210The specified ring buffer was empty before the packet was successfully inserted.
STATUS_RING_PREVIOUSLY_FULL0x00000211The specified ring buffer was full before the packet was successfully removed.
STATUS_RING_PREVIOUSLY_ABOVE_QUOTA0x00000212The specified ring buffer has dropped below its quota of outstanding transactions.
STATUS_RING_NEWLY_EMPTY0x00000213The specified ring buffer has, with the removal of the current packet, now become empty.
STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT0x00000214The specified ring buffer was either previously empty or previously full which implies that the caller should signal the opposite endpoint.
STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE0x00000215The oplock that was associated with this handle is now associated with a different handle.
STATUS_OPLOCK_HANDLE_CLOSED0x00000216The handle with which this oplock was associated has been closed. The oplock is now broken.
STATUS_WAIT_FOR_OPLOCK0x00000367An operation is blocked waiting for an oplock.
STATUS_REPARSE_GLOBAL0x00000368A reparse should be performed by the Object Manager from the global root to escape the container name space.
DBG_EXCEPTION_HANDLED0x00010001Debugger handled exception
DBG_CONTINUE0x00010002Debugger continued
STATUS_FLT_IO_COMPLETE0x001C0001The IO was completed by a filter.
STATUS_RTPM_CONTEXT_CONTINUE0x00293000The remote TPM context exchange is not complete. The context should be transported to the target and continued.
STATUS_RTPM_CONTEXT_COMPLETE0x00293001The remote TPM operation is complete.
STATUS_HV_PENDING_PAGE_REQUESTS0x00350059The device had pending page requests which were discarded.
STATUS_SPACES_REPAIRED0x00E70000The repair was successful.
STATUS_SPACES_PAUSE0x00E70001The operation has been paused.
STATUS_SPACES_COMPLETE0x00E70002The operation is complete.
STATUS_SPACES_REDIRECT0x00E70003The operation should be redirected to another node.
STATUS_OBJECT_NAME_EXISTS0x40000000{Object Exists} An attempt was made to create an object and the object name already existed.
STATUS_THREAD_WAS_SUSPENDED0x40000001{Thread Suspended} A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
STATUS_WORKING_SET_LIMIT_RANGE0x40000002{Working Set Range Error} An attempt was made to set the working set minimum or maximum to values which are outside of the allowable range.
STATUS_IMAGE_NOT_AT_BASE0x40000003{Image Relocated} An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
STATUS_RXACT_STATE_CREATED0x40000004This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
STATUS_SEGMENT_NOTIFICATION0x40000005{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
STATUS_LOCAL_USER_SESSION_KEY0x40000006{Local Session Key} A user session key was requested for a local RPC connection. The session key returned is a constant value and not unique to this connection.
STATUS_BAD_CURRENT_DIRECTORY0x40000007{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
STATUS_SERIAL_MORE_WRITES0x40000008{Serial IOCTL Complete} A serial I/O operation was completed by another write to a serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
STATUS_REGISTRY_RECOVERED0x40000009{Registry Recovery} One of the files containing the system's Registry data had to be recovered by use of a log or alternate copy. The recovery was successful.
STATUS_FT_READ_RECOVERY_FROM_BACKUP0x4000000A{Redundant Read} To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
STATUS_FT_WRITE_RECOVERY0x4000000B{Redundant Write} To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
STATUS_SERIAL_COUNTER_TIMEOUT0x4000000C{Serial IOCTL Timeout} A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.)
STATUS_NULL_LM_PASSWORD0x4000000D{Password Too Complex} The Windows password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string.
STATUS_IMAGE_MACHINE_TYPE_MISMATCH0x4000000E{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
STATUS_RECEIVE_PARTIAL0x4000000F{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.
STATUS_RECEIVE_EXPEDITED0x40000010{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.
STATUS_RECEIVE_PARTIAL_EXPEDITED0x40000011{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
STATUS_EVENT_DONE0x40000012{TDI Event Done} The TDI indication has completed successfully.
STATUS_EVENT_PENDING0x40000013{TDI Event Pending} The TDI indication has entered the pending state.
STATUS_CHECKING_FILE_SYSTEM0x40000014Checking file system on %wZ
STATUS_FATAL_APP_EXIT0x40000015{Fatal Application Exit} %hs
STATUS_PREDEFINED_HANDLE0x40000016The specified registry key is referenced by a predefined handle.
STATUS_WAS_UNLOCKED0x40000017{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
STATUS_SERVICE_NOTIFICATION0x40000018%hs
STATUS_WAS_LOCKED0x40000019{Page Locked} One of the pages to lock was already locked.
STATUS_LOG_HARD_ERROR0x4000001AApplication popup: %1 : %2
STATUS_ALREADY_WIN320x4000001B
STATUS_WX86_UNSIMULATE0x4000001CException status code used by Win32 x86 emulation subsystem.
STATUS_WX86_CONTINUE0x4000001DException status code used by Win32 x86 emulation subsystem.
STATUS_WX86_SINGLE_STEP0x4000001EException status code used by Win32 x86 emulation subsystem.
STATUS_WX86_BREAKPOINT0x4000001FException status code used by Win32 x86 emulation subsystem.
STATUS_WX86_EXCEPTION_CONTINUE0x40000020Exception status code used by Win32 x86 emulation subsystem.
STATUS_WX86_EXCEPTION_LASTCHANCE0x40000021Exception status code used by Win32 x86 emulation subsystem.
STATUS_WX86_EXCEPTION_CHAIN0x40000022Exception status code used by Win32 x86 emulation subsystem.
STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE0x40000023{Machine Type Mismatch} The image file %hs is valid, but is for a machine type other than the current machine.
STATUS_NO_YIELD_PERFORMED0x40000024A yield execution was performed and no thread was available to run.
STATUS_TIMER_RESUME_IGNORED0x40000025The resumable flag to a timer API was ignored.
STATUS_ARBITRATION_UNHANDLED0x40000026The arbiter has deferred arbitration of these resources to its parent
STATUS_CARDBUS_NOT_SUPPORTED0x40000027The device "%hs" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode. The operating system will currently accept only 16-bit (R2) pc-cards on this controller.
STATUS_WX86_CREATEWX86TIB0x40000028Exception status code used by Win32 x86 emulation subsystem.
STATUS_MP_PROCESSOR_MISMATCH0x40000029The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
STATUS_HIBERNATED0x4000002AThe system was put into hibernation.
STATUS_RESUME_HIBERNATION0x4000002BThe system was resumed from hibernation.
STATUS_FIRMWARE_UPDATED0x4000002CWindows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
STATUS_DRIVERS_LEAKING_LOCKED_PAGES0x4000002DA device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
STATUS_MESSAGE_RETRIEVED0x4000002EThe ALPC message being canceled has already been retrieved from the queue on the other side.
STATUS_SYSTEM_POWERSTATE_TRANSITION0x4000002FThe system power state is transitioning from %2 to %3.
STATUS_ALPC_CHECK_COMPLETION_LIST0x40000030The receive operation was successful. Check the ALPC completion list for the received message.
STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION0x40000031The system power state is transitioning from %2 to %3 but could enter %4.
STATUS_ACCESS_AUDIT_BY_POLICY0x40000032Access to %1 is monitored by policy rule %2.
STATUS_ABANDON_HIBERFILE0x40000033A valid hibernation file has been invalidated and should be abandoned.
STATUS_BIZRULES_NOT_ENABLED0x40000034Business rule scripts are disabled for the calling application.
STATUS_FT_READ_FROM_COPY0x40000035The specified copy of the requested data was successfully read.
STATUS_IMAGE_AT_DIFFERENT_BASE0x40000036{Image Relocated} An image file was mapped at a different address from the one specified in the image file but fixups will still be automatically performed on the image.
STATUS_PATCH_DEFERRED0x40000037A system patch was successfully loaded but is not applicable to any currently loaded images.
STATUS_WAKE_SYSTEM0x40000294The system has awoken
STATUS_DS_SHUTTING_DOWN0x40000370The Directory Service is shutting down.
STATUS_DISK_REPAIR_REDIRECTED0x40000807The volume repair could not be performed while it is online. Please schedule to take the volume offline so that it can be repaired.
STATUS_SERVICES_FAILED_AUTOSTART0x4000A144One or more services failed to start during the service startup phase of a run level switch.
DBG_REPLY_LATER0x40010001Debugger will reply later.
DBG_UNABLE_TO_PROVIDE_HANDLE0x40010002Debugger cannot provide handle.
DBG_TERMINATE_THREAD0x40010003Debugger terminated thread.
DBG_TERMINATE_PROCESS0x40010004Debugger terminated process.
DBG_CONTROL_C0x40010005Debugger got control C.
DBG_PRINTEXCEPTION_C0x40010006Debugger printed exception on control C.
DBG_RIPEXCEPTION0x40010007Debugger received RIP exception.
DBG_CONTROL_BREAK0x40010008Debugger received control break.
DBG_COMMAND_EXCEPTION0x40010009Debugger command communication exception.
DBG_PRINTEXCEPTION_WIDE_C0x4001000ADebugger printed exception on control C.
RPC_NT_UUID_LOCAL_ONLY0x40020056A UUID that is valid only on this computer has been allocated.
RPC_NT_SEND_INCOMPLETE0x400200AFSome data remains to be sent in the request buffer.
STATUS_CTX_CDM_CONNECT0x400A0004The Client Drive Mapping Service Has Connected on Terminal Connection.
STATUS_CTX_CDM_DISCONNECT0x400A0005The Client Drive Mapping Service Has Disconnected on Terminal Connection.
STATUS_SXS_RELEASE_ACTIVATION_CONTEXT0x4015000DA kernel mode component is releasing a reference on an activation context.
STATUS_HEURISTIC_DAMAGE_POSSIBLE0x40190001The attempt to commit the Transaction completed, but it is possible that some portion of the transaction tree did not commit successfully due to heuristics. Therefore it is possible that some data modified in the transaction may not have committed, resulting in transactional inconsistency. If possible, check the consistency of the associated data.
STATUS_RECOVERY_NOT_NEEDED0x40190034The transactional resource manager is already consistent. Recovery is not needed.
STATUS_RM_ALREADY_STARTED0x40190035The transactional resource manager has already been started.
STATUS_LOG_NO_RESTART0x401A000CLog service encountered a log stream with no restart area.
STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST0x401B00EC{Display Driver Recovered From Failure} The %hs display driver has detected and recovered from a failure. Some graphical operations may have failed. The next time you reboot the machine a dialog will be displayed giving you a chance to upload data about this failure to Microsoft.
STATUS_GRAPHICS_PARTIAL_DATA_POPULATED0x401E000ASpecified buffer is not big enough to contain entire requested dataset. Partial data populated up to the size of the buffer. Caller needs to provide buffer of size as specified in the partially populated buffer's content (interface specific).
STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION0x401E0201Skip preparation of allocations referenced by the DMA buffer.
STATUS_GRAPHICS_MODE_NOT_PINNED0x401E0307No mode is pinned on the specified VidPN source/target.
STATUS_GRAPHICS_NO_PREFERRED_MODE0x401E031ESpecified mode set does not specify preference for one of its modes.
STATUS_GRAPHICS_DATASET_IS_EMPTY0x401E034BSpecified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) is empty.
STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET0x401E034CSpecified data set (e.g. mode set, frequency range set, descriptor set, topology, etc.) does not contain any more elements.
STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED0x401E0351Specified content transformation is not pinned on the specified VidPN present path.
STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS0x401E042FChild device presence was not reliably detected.
STATUS_GRAPHICS_LEADLINK_START_DEFERRED0x401E0437Starting the leadlink adapter has been deferred temporarily.
STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY0x401E0439The display adapter is being polled for children too frequently at the same polling level.
STATUS_GRAPHICS_START_DEFERRED0x401E043AStarting the adapter has been deferred temporarily.
STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS0x401E043CWe can depend on the child device presence returned by the driver.
STATUS_NDIS_INDICATION_REQUIRED0x40230001The request will be completed later by NDIS status indication.
STATUS_PCP_UNSUPPORTED_PSS_SALT0x40292023The requested salt size for signing with RSAPSS does not match what the TPM uses.
STATUS_GUARD_PAGE_VIOLATION0x80000001{EXCEPTION} Guard Page Exception A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.
STATUS_DATATYPE_MISALIGNMENT0x80000002{EXCEPTION} Alignment Fault A datatype misalignment was detected in a load or store instruction.
STATUS_BREAKPOINT0x80000003{EXCEPTION} Breakpoint A breakpoint has been reached.
STATUS_SINGLE_STEP0x80000004{EXCEPTION} Single Step A single step or trace operation has just been completed.
STATUS_BUFFER_OVERFLOW0x80000005{Buffer Overflow} The data was too large to fit into the specified buffer.
STATUS_NO_MORE_FILES0x80000006{No More Files} No more files were found which match the file specification.
STATUS_WAKE_SYSTEM_DEBUGGER0x80000007{Kernel Debugger Awakened} the system debugger was awakened by an interrupt.
STATUS_HANDLES_CLOSED0x8000000A{Handles Closed} Handles to objects have been automatically closed as a result of the requested operation.
STATUS_NO_INHERITANCE0x8000000B{Non-Inheritable ACL} An access control list (ACL) contains no components that can be inherited.
STATUS_GUID_SUBSTITUTION_MADE0x8000000C{GUID Substitution} During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
STATUS_PARTIAL_COPY0x8000000D{Partial Copy} Due to protection conflicts not all the requested bytes could be copied.
STATUS_DEVICE_PAPER_EMPTY0x8000000E{Out of Paper} The printer is out of paper.
STATUS_DEVICE_POWERED_OFF0x8000000F{Device Power Is Off} The printer power has been turned off.
STATUS_DEVICE_OFF_LINE0x80000010{Device Offline} The printer has been taken offline.
STATUS_DEVICE_BUSY0x80000011{Device Busy} The device is currently busy.
STATUS_NO_MORE_EAS0x80000012{No More EAs} No more extended attributes (EAs) were found for the file.
STATUS_INVALID_EA_NAME0x80000013{Illegal EA} The specified extended attribute (EA) name contains at least one illegal character.
STATUS_EA_LIST_INCONSISTENT0x80000014{Inconsistent EA List} The extended attribute (EA) list is inconsistent.
STATUS_INVALID_EA_FLAG0x80000015{Invalid EA Flag} An invalid extended attribute (EA) flag was set.
STATUS_VERIFY_REQUIRED0x80000016{Verifying Disk} The media has changed and a verify operation is in progress so no reads or writes may be performed to the device, except those used in the verify operation.
STATUS_EXTRANEOUS_INFORMATION0x80000017{Too Much Information} The specified access control list (ACL) contained more information than was expected.
STATUS_RXACT_COMMIT_NECESSARY0x80000018This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
STATUS_NO_MORE_ENTRIES0x8000001A{No More Entries} No more entries are available from an enumeration operation.
STATUS_FILEMARK_DETECTED0x8000001B{Filemark Found} A filemark was detected.
STATUS_MEDIA_CHANGED0x8000001C{Media Changed} The media may have changed.
STATUS_BUS_RESET0x8000001D{I/O Bus Reset} An I/O bus reset was detected.
STATUS_END_OF_MEDIA0x8000001E{End of Media} The end of the media was encountered.
STATUS_BEGINNING_OF_MEDIA0x8000001FBeginning of tape or partition has been detected.
STATUS_MEDIA_CHECK0x80000020{Media Changed} The media may have changed.
STATUS_SETMARK_DETECTED0x80000021A tape access reached a setmark.
STATUS_NO_DATA_DETECTED0x80000022During a tape access, the end of the data written is reached.
STATUS_REDIRECTOR_HAS_OPEN_HANDLES0x80000023The redirector is in use and cannot be unloaded.
STATUS_SERVER_HAS_OPEN_HANDLES0x80000024The server is in use and cannot be unloaded.
STATUS_ALREADY_DISCONNECTED0x80000025The specified connection has already been disconnected.
STATUS_LONGJUMP0x80000026A long jump has been executed.
STATUS_CLEANER_CARTRIDGE_INSTALLED0x80000027A cleaner cartridge is present in the tape library.
STATUS_PLUGPLAY_QUERY_VETOED0x80000028The Plug and Play query operation was not successful.
STATUS_UNWIND_CONSOLIDATE0x80000029A frame consolidation has been executed.
STATUS_REGISTRY_HIVE_RECOVERED0x8000002A{Registry Hive Recovered} Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
STATUS_DLL_MIGHT_BE_INSECURE0x8000002BThe application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
STATUS_DLL_MIGHT_BE_INCOMPATIBLE0x8000002CThe application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
STATUS_STOPPED_ON_SYMLINK0x8000002DThe create operation stopped after reaching a symbolic link.
STATUS_CANNOT_GRANT_REQUESTED_OPLOCK0x8000002EAn oplock of the requested level cannot be granted. An oplock of a lower level may be available.
STATUS_NO_ACE_CONDITION0x8000002F{No ACE Condition} The specified access control entry (ACE) does not contain a condition.
STATUS_DEVICE_SUPPORT_IN_PROGRESS0x80000030{Support Being Determined} Device's command support detection is in progress.
STATUS_DEVICE_POWER_CYCLE_REQUIRED0x80000031The device needs to be power cycled.
STATUS_NO_WORK_DONE0x80000032The action requested resulted in no work being done. Error-style clean-up has been performed.
STATUS_DEVICE_REQUIRES_CLEANING0x80000288The device has indicated that cleaning is necessary.
STATUS_DEVICE_DOOR_OPEN0x80000289The device has indicated that its door is open. Further operations require it closed and secured.
STATUS_DATA_LOST_REPAIR0x80000803Windows discovered a corruption in the file "%hs". This file has now been repaired. Please check if any data in the file was lost because of the corruption.
STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED0x8000A127The interrupt requested to be unmasked is not masked.
STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH0x8000CF00The cloud file property is possibly corrupt. The on-disk checksum does not match the computed checksum.
STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE0x8000CF04The cloud file property is too large.
STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS0x8000CF05The maximum number of cloud file properties has been reached.
DBG_EXCEPTION_NOT_HANDLED0x80010001Debugger did not handle the exception.
STATUS_CLUSTER_NODE_ALREADY_UP0x80130001The cluster node is already up.
STATUS_CLUSTER_NODE_ALREADY_DOWN0x80130002The cluster node is already down.
STATUS_CLUSTER_NETWORK_ALREADY_ONLINE0x80130003The cluster network is already online.
STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE0x80130004The cluster network is already offline.
STATUS_CLUSTER_NODE_ALREADY_MEMBER0x80130005The cluster node is already a member of the cluster.
STATUS_COULD_NOT_RESIZE_LOG0x80190009The log could not be set to the requested size.
STATUS_NO_TXF_METADATA0x80190029There is no transaction metadata on the file.
STATUS_CANT_RECOVER_WITH_HANDLE_OPEN0x80190031The file can't be recovered because there is a handle still open on it.
STATUS_TXF_METADATA_ALREADY_PRESENT0x80190041Transaction metadata is already present on this file and cannot be superseded.
STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET0x80190042A transaction scope could not be entered because the scope handler has not been initialized.
STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED0x801B00EB{Display Driver Stopped Responding and recovered} The %hs display driver has stopped working normally. The recovery had been performed.
STATUS_FLT_BUFFER_TOO_SMALL0x801C0001{Buffer too small} The buffer is too small to contain the entry. No information has been written to the buffer.
STATUS_FVE_PARTIAL_METADATA0x80210001Volume Metadata read or write is incomplete.
STATUS_FVE_TRANSIENT_STATE0x80210002BitLocker encryption keys were ignored because the volume was in a transient state.
STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED0x80370001A virtual machine is running with its memory allocated across multiple NUMA nodes. This does not indicate a problem unless the performance of your virtual machine is unusually slow. If you are experiencing performance problems, you may need to modify the NUMA configuration.
STATUS_VOLMGR_INCOMPLETE_REGENERATION0x80380001The regeneration operation was not able to copy all data from the active plexes due to bad sectors.
STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION0x80380002One or more disks were not fully migrated to the target pack. They may or may not require reimport after fixing the hardware problems.
STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED0x80390001Some BCD entries were not imported correctly from the BCD store.
STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED0x80390003Some BCD entries were not synchronized correctly with the firmware.
STATUS_QUERY_STORAGE_ERROR0x803A0001The virtualization storage subsystem has generated an error.
STATUS_GDI_HANDLE_LEAK0x803F0001GDI handles were potentially leaked by the application.
STATUS_SECUREBOOT_NOT_ENABLED0x80430006Secure Boot is not enabled on this machine.
STATUS_UNSUCCESSFUL0xC0000001{Operation Failed} The requested operation was unsuccessful.
STATUS_NOT_IMPLEMENTED0xC0000002{Not Implemented} The requested operation is not implemented.
STATUS_INVALID_INFO_CLASS0xC0000003{Invalid Parameter} The specified information class is not a valid information class for the specified object.
STATUS_INFO_LENGTH_MISMATCH0xC0000004The specified information record length does not match the length required for the specified information class.
STATUS_ACCESS_VIOLATION0xC0000005The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.
STATUS_IN_PAGE_ERROR0xC0000006The instruction at 0x%p referenced memory at 0x%p. The required data was not placed into memory because of an I/O error status of 0x%x.
STATUS_PAGEFILE_QUOTA0xC0000007The pagefile quota for the process has been exhausted.
STATUS_INVALID_HANDLE0xC0000008An invalid HANDLE was specified.
STATUS_BAD_INITIAL_STACK0xC0000009An invalid initial stack was specified in a call to NtCreateThread.
STATUS_BAD_INITIAL_PC0xC000000AAn invalid initial start address was specified in a call to NtCreateThread.
STATUS_INVALID_CID0xC000000BAn invalid Client ID was specified.
STATUS_TIMER_NOT_CANCELED0xC000000CAn attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
STATUS_INVALID_PARAMETER0xC000000DAn invalid parameter was passed to a service or function.
STATUS_NO_SUCH_DEVICE0xC000000EA device which does not exist was specified.
STATUS_NO_SUCH_FILE0xC000000F{File Not Found} The file %hs does not exist.
STATUS_INVALID_DEVICE_REQUEST0xC0000010The specified request is not a valid operation for the target device.
STATUS_END_OF_FILE0xC0000011The end-of-file marker has been reached. There is no valid data in the file beyond this marker.
STATUS_WRONG_VOLUME0xC0000012{Wrong Volume} The wrong volume is in the drive. Please insert volume %hs into drive %hs.
STATUS_NO_MEDIA_IN_DEVICE0xC0000013{No Disk} There is no disk in the drive. Please insert a disk into drive %hs.
STATUS_UNRECOGNIZED_MEDIA0xC0000014{Unknown Disk Format} The disk in drive %hs is not formatted properly. Please check the disk, and reformat if necessary.
STATUS_NONEXISTENT_SECTOR0xC0000015{Sector Not Found} The specified sector does not exist.
STATUS_MORE_PROCESSING_REQUIRED0xC0000016{Still Busy} The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.
STATUS_NO_MEMORY0xC0000017{Not Enough Quota} Not enough virtual memory or paging file quota is available to complete the specified operation.
STATUS_CONFLICTING_ADDRESSES0xC0000018{Conflicting Address Range} The specified address range conflicts with the address space.
STATUS_NOT_MAPPED_VIEW0xC0000019Address range to unmap is not a mapped view.
STATUS_UNABLE_TO_FREE_VM0xC000001AVirtual memory cannot be freed.
STATUS_UNABLE_TO_DELETE_SECTION0xC000001BSpecified section cannot be deleted.
STATUS_INVALID_SYSTEM_SERVICE0xC000001CAn invalid system service was specified in a system service call.
STATUS_ILLEGAL_INSTRUCTION0xC000001D{EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.
STATUS_INVALID_LOCK_SEQUENCE0xC000001E{Invalid Lock Sequence} An attempt was made to execute an invalid lock sequence.
STATUS_INVALID_VIEW_SIZE0xC000001F{Invalid Mapping} An attempt was made to create a view for a section which is bigger than the section.
STATUS_INVALID_FILE_FOR_SECTION0xC0000020{Bad File} The attributes of the specified mapping file for a section of memory cannot be read.
STATUS_ALREADY_COMMITTED0xC0000021{Already Committed} The specified address range is already committed.
STATUS_ACCESS_DENIED0xC0000022{Access Denied} A process has requested access to an object, but has not been granted those access rights.
STATUS_BUFFER_TOO_SMALL0xC0000023{Buffer Too Small} The buffer is too small to contain the entry. No information has been written to the buffer.
STATUS_OBJECT_TYPE_MISMATCH0xC0000024{Wrong Type} There is a mismatch between the type of object required by the requested operation and the type of object that is specified in the request.
STATUS_NONCONTINUABLE_EXCEPTION0xC0000025{EXCEPTION} Cannot Continue Windows cannot continue from this exception.
STATUS_INVALID_DISPOSITION0xC0000026An invalid exception disposition was returned by an exception handler.
STATUS_UNWIND0xC0000027Unwind exception code.
STATUS_BAD_STACK0xC0000028An invalid or unaligned stack was encountered during an unwind operation.
STATUS_INVALID_UNWIND_TARGET0xC0000029An invalid unwind target was encountered during an unwind operation.
STATUS_NOT_LOCKED0xC000002AAn attempt was made to unlock a page of memory which was not locked.
STATUS_PARITY_ERROR0xC000002BDevice parity error on I/O operation.
STATUS_UNABLE_TO_DECOMMIT_VM0xC000002CAn attempt was made to decommit uncommitted virtual memory.
STATUS_NOT_COMMITTED0xC000002DAn attempt was made to change the attributes on memory that has not been committed.
STATUS_INVALID_PORT_ATTRIBUTES0xC000002EInvalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
STATUS_PORT_MESSAGE_TOO_LONG0xC000002FLength of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
STATUS_INVALID_PARAMETER_MIX0xC0000030An invalid combination of parameters was specified.
STATUS_INVALID_QUOTA_LOWER0xC0000031An attempt was made to lower a quota limit below the current usage.
STATUS_DISK_CORRUPT_ERROR0xC0000032{Corrupt Disk} The file system structure on the disk is corrupt and unusable. Please run the Chkdsk utility on the volume %hs.
STATUS_OBJECT_NAME_INVALID0xC0000033Object Name invalid.
STATUS_OBJECT_NAME_NOT_FOUND0xC0000034Object Name not found.
STATUS_OBJECT_NAME_COLLISION0xC0000035Object Name already exists.
STATUS_PORT_DO_NOT_DISTURB0xC0000036A port with the 'do not disturb' flag set attempted to send a message to a port in a suspended process. The process was not woken, and the message was not delivered.
STATUS_PORT_DISCONNECTED0xC0000037Attempt to send a message to a disconnected communication port.
STATUS_DEVICE_ALREADY_ATTACHED0xC0000038An attempt was made to attach to a device that was already attached to another device.
STATUS_OBJECT_PATH_INVALID0xC0000039Object Path Component was not a directory object.
STATUS_OBJECT_PATH_NOT_FOUND0xC000003A{Path Not Found} The path %hs does not exist.
STATUS_OBJECT_PATH_SYNTAX_BAD0xC000003BObject Path Component was not a directory object.
STATUS_DATA_OVERRUN0xC000003C{Data Overrun} A data overrun error occurred.
STATUS_DATA_LATE_ERROR0xC000003D{Data Late} A data late error occurred.
STATUS_DATA_ERROR0xC000003E{Data Error} An error in reading or writing data occurred.
STATUS_CRC_ERROR0xC000003F{Bad CRC} A cyclic redundancy check (CRC) checksum error occurred.
STATUS_SECTION_TOO_BIG0xC0000040{Section Too Large} The specified section is too big to map the file.
STATUS_PORT_CONNECTION_REFUSED0xC0000041The NtConnectPort request is refused.
STATUS_INVALID_PORT_HANDLE0xC0000042The type of port handle is invalid for the operation requested.
STATUS_SHARING_VIOLATION0xC0000043A file cannot be opened because the share access flags are incompatible.
STATUS_QUOTA_EXCEEDED0xC0000044Insufficient quota exists to complete the operation
STATUS_INVALID_PAGE_PROTECTION0xC0000045The specified page protection was not valid.
STATUS_MUTANT_NOT_OWNED0xC0000046An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.
STATUS_SEMAPHORE_LIMIT_EXCEEDED0xC0000047An attempt was made to release a semaphore such that its maximum count would have been exceeded.
STATUS_PORT_ALREADY_SET0xC0000048An attempt to set a process's DebugPort or ExceptionPort was made, but a port already exists in the process or an attempt to set a file's CompletionPort made, but a port was already set in the file or an attempt to set an ALPC port's associated completion port was made, but it is already set.
STATUS_SECTION_NOT_IMAGE0xC0000049An attempt was made to query image information on a section which does not map an image.
STATUS_SUSPEND_COUNT_EXCEEDED0xC000004AAn attempt was made to suspend a thread whose suspend count was at its maximum.
STATUS_THREAD_IS_TERMINATING0xC000004BAn attempt was made to access a thread that has begun termination.
STATUS_BAD_WORKING_SET_LIMIT0xC000004CAn attempt was made to set the working set limit to an invalid value (minimum greater than maximum, etc).
STATUS_INCOMPATIBLE_FILE_MAP0xC000004DA section was created to map a file which is not compatible to an already existing section which maps the same file.
STATUS_SECTION_PROTECTION0xC000004EA view to a section specifies a protection which is incompatible with the initial view's protection.
STATUS_EAS_NOT_SUPPORTED0xC000004FAn operation involving EAs failed because the file system does not support EAs.
STATUS_EA_TOO_LARGE0xC0000050An EA operation failed because EA set is too large.
STATUS_NONEXISTENT_EA_ENTRY0xC0000051An EA operation failed because the name or EA index is invalid.
STATUS_NO_EAS_ON_FILE0xC0000052The file for which EAs were requested has no EAs.
STATUS_EA_CORRUPT_ERROR0xC0000053The EA is corrupt and non-readable.
STATUS_FILE_LOCK_CONFLICT0xC0000054A requested read/write cannot be granted due to a conflicting file lock.
STATUS_LOCK_NOT_GRANTED0xC0000055A requested file lock cannot be granted due to other existing locks.
STATUS_DELETE_PENDING0xC0000056A non close operation has been requested of a file object with a delete pending.
STATUS_CTL_FILE_NOT_SUPPORTED0xC0000057An attempt was made to set the control attribute on a file. This attribute is not supported in the target file system.
STATUS_UNKNOWN_REVISION0xC0000058Indicates a revision number encountered or specified is not one known by the service. It may be a more recent revision than the service is aware of.
STATUS_REVISION_MISMATCH0xC0000059Indicates two revision levels are incompatible.
STATUS_INVALID_OWNER0xC000005AIndicates a particular Security ID may not be assigned as the owner of an object.
STATUS_INVALID_PRIMARY_GROUP0xC000005BIndicates a particular Security ID may not be assigned as the primary group of an object.
STATUS_NO_IMPERSONATION_TOKEN0xC000005CAn attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
STATUS_CANT_DISABLE_MANDATORY0xC000005DA mandatory group may not be disabled.
STATUS_NO_LOGON_SERVERS0xC000005EWe can't sign you in with this credential because your domain isn't available. Make sure your device is connected to your organization's network and try again. If you previously signed in on this device with another credential, you can sign in with that credential.
STATUS_NO_SUCH_LOGON_SESSION0xC000005FA specified logon session does not exist. It may already have been terminated.
STATUS_NO_SUCH_PRIVILEGE0xC0000060A specified privilege does not exist.
STATUS_PRIVILEGE_NOT_HELD0xC0000061A required privilege is not held by the client.
STATUS_INVALID_ACCOUNT_NAME0xC0000062The name provided is not a properly formed account name.
STATUS_USER_EXISTS0xC0000063The specified account already exists.
STATUS_NO_SUCH_USER0xC0000064The specified account does not exist.
STATUS_GROUP_EXISTS0xC0000065The specified group already exists.
STATUS_NO_SUCH_GROUP0xC0000066The specified group does not exist.
STATUS_MEMBER_IN_GROUP0xC0000067The specified user account is already in the specified group account. Also used to indicate a group cannot be deleted because it contains a member.
STATUS_MEMBER_NOT_IN_GROUP0xC0000068The specified user account is not a member of the specified group account.
STATUS_LAST_ADMIN0xC0000069Indicates the requested operation would disable, delete or could prevent logon for an administration account. This is not allowed to prevent creating a situation in which the system cannot be administrated.
STATUS_WRONG_PASSWORD0xC000006AWhen trying to update a password, this return status indicates that the value provided as the current password is not correct.
STATUS_ILL_FORMED_PASSWORD0xC000006BWhen trying to update a password, this return status indicates that the value provided for the new password contains values that are not allowed in passwords.
STATUS_PASSWORD_RESTRICTION0xC000006CWhen trying to update a password, this status indicates that some password update rule has been violated. For example, the password may not meet length criteria.
STATUS_LOGON_FAILURE0xC000006DThe attempted logon is invalid. This is either due to a bad username or authentication information.
STATUS_ACCOUNT_RESTRICTION0xC000006EIndicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions).
STATUS_INVALID_LOGON_HOURS0xC000006FThe user account has time restrictions and may not be logged onto at this time.
STATUS_INVALID_WORKSTATION0xC0000070The user account is restricted such that it may not be used to log on from the source workstation.
STATUS_PASSWORD_EXPIRED0xC0000071The user account's password has expired.
STATUS_ACCOUNT_DISABLED0xC0000072The referenced account is currently disabled and may not be logged on to.
STATUS_NONE_MAPPED0xC0000073None of the information to be translated has been translated.
STATUS_TOO_MANY_LUIDS_REQUESTED0xC0000074The number of LUIDs requested may not be allocated with a single allocation.
STATUS_LUIDS_EXHAUSTED0xC0000075Indicates there are no more LUIDs to allocate.
STATUS_INVALID_SUB_AUTHORITY0xC0000076Indicates the sub-authority value is invalid for the particular use.
STATUS_INVALID_ACL0xC0000077Indicates the ACL structure is not valid.
STATUS_INVALID_SID0xC0000078Indicates the SID structure is not valid.
STATUS_INVALID_SECURITY_DESCR0xC0000079Indicates the SECURITY_DESCRIPTOR structure is not valid.
STATUS_PROCEDURE_NOT_FOUND0xC000007AIndicates the specified procedure address cannot be found in the DLL.
STATUS_INVALID_IMAGE_FORMAT0xC000007B{Bad Image} %hs is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. Error status 0x%08lx.
STATUS_NO_TOKEN0xC000007CAn attempt was made to reference a token that doesn't exist. This is typically done by referencing the token associated with a thread when the thread is not impersonating a client.
STATUS_BAD_INHERITANCE_ACL0xC000007DIndicates that an attempt to build either an inherited ACL or ACE was not successful. This can be caused by a number of things. One of the more probable causes is the replacement of a CreatorId with an SID that didn't fit into the ACE or ACL.
STATUS_RANGE_NOT_LOCKED0xC000007EThe range specified in NtUnlockFile was not locked.
STATUS_DISK_FULL0xC000007FAn operation failed because the disk was full. If this is a thinly provisioned volume the physical storage backing this volume has been exhausted.
STATUS_SERVER_DISABLED0xC0000080The GUID allocation server is [already] disabled at the moment.
STATUS_SERVER_NOT_DISABLED0xC0000081The GUID allocation server is [already] enabled at the moment.
STATUS_TOO_MANY_GUIDS_REQUESTED0xC0000082Too many GUIDs were requested from the allocation server at once.
STATUS_GUIDS_EXHAUSTED0xC0000083The GUIDs could not be allocated because the Authority Agent was exhausted.
STATUS_INVALID_ID_AUTHORITY0xC0000084The value provided was an invalid value for an identifier authority.
STATUS_AGENTS_EXHAUSTED0xC0000085There are no more authority agent values available for the given identifier authority value.
STATUS_INVALID_VOLUME_LABEL0xC0000086An invalid volume label has been specified.
STATUS_SECTION_NOT_EXTENDED0xC0000087A mapped section could not be extended.
STATUS_NOT_MAPPED_DATA0xC0000088Specified section to flush does not map a data file.
STATUS_RESOURCE_DATA_NOT_FOUND0xC0000089Indicates the specified image file did not contain a resource section.
STATUS_RESOURCE_TYPE_NOT_FOUND0xC000008AIndicates the specified resource type cannot be found in the image file.
STATUS_RESOURCE_NAME_NOT_FOUND0xC000008BIndicates the specified resource name cannot be found in the image file.
STATUS_ARRAY_BOUNDS_EXCEEDED0xC000008C{EXCEPTION} Array bounds exceeded.
STATUS_FLOAT_DENORMAL_OPERAND0xC000008D{EXCEPTION} Floating-point denormal operand.
STATUS_FLOAT_DIVIDE_BY_ZERO0xC000008E{EXCEPTION} Floating-point division by zero.
STATUS_FLOAT_INEXACT_RESULT0xC000008F{EXCEPTION} Floating-point inexact result.
STATUS_FLOAT_INVALID_OPERATION0xC0000090{EXCEPTION} Floating-point invalid operation.
STATUS_FLOAT_OVERFLOW0xC0000091{EXCEPTION} Floating-point overflow.
STATUS_FLOAT_STACK_CHECK0xC0000092{EXCEPTION} Floating-point stack check.
STATUS_FLOAT_UNDERFLOW0xC0000093{EXCEPTION} Floating-point underflow.
STATUS_INTEGER_DIVIDE_BY_ZERO0xC0000094{EXCEPTION} Integer division by zero.
STATUS_INTEGER_OVERFLOW0xC0000095{EXCEPTION} Integer overflow.
STATUS_PRIVILEGED_INSTRUCTION0xC0000096{EXCEPTION} Privileged instruction.
STATUS_TOO_MANY_PAGING_FILES0xC0000097An attempt was made to install more paging files than the system supports.
STATUS_FILE_INVALID0xC0000098The volume for a file has been externally altered such that the opened file is no longer valid.
STATUS_ALLOTTED_SPACE_EXCEEDED0xC0000099When a block of memory is allotted for future updates, such as the memory allocated to hold discretionary access control and primary group information, successive updates may exceed the amount of memory originally allotted. Since quota may already have been charged to several processes which have handles to the object, it is not reasonable to alter the size of the allocated memory. Instead, a request that requires more memory than has been allotted must fail and the STATUS_ALLOTED_SPACE_EXCEEDED error returned.
STATUS_INSUFFICIENT_RESOURCES0xC000009AInsufficient system resources exist to complete the API.
STATUS_DFS_EXIT_PATH_FOUND0xC000009BAn attempt has been made to open a DFS exit path control file.
STATUS_DEVICE_DATA_ERROR0xC000009C
STATUS_DEVICE_NOT_CONNECTED0xC000009D
STATUS_DEVICE_POWER_FAILURE0xC000009E
STATUS_FREE_VM_NOT_AT_BASE0xC000009FVirtual memory cannot be freed as base address is not the base of the region and a region size of zero was specified.
STATUS_MEMORY_NOT_ALLOCATED0xC00000A0An attempt was made to free virtual memory which is not allocated.
STATUS_WORKING_SET_QUOTA0xC00000A1The working set is not big enough to allow the requested pages to be locked.
STATUS_MEDIA_WRITE_PROTECTED0xC00000A2{Write Protect Error} The disk cannot be written to because it is write protected. Please remove the write protection from the volume %hs in drive %hs.
STATUS_DEVICE_NOT_READY0xC00000A3{Drive Not Ready} The drive is not ready for use; its door may be open. Please check drive %hs and make sure that a disk is inserted and that the drive door is closed.
STATUS_INVALID_GROUP_ATTRIBUTES0xC00000A4The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
STATUS_BAD_IMPERSONATION_LEVEL0xC00000A5A specified impersonation level is invalid. Also used to indicate a required impersonation level was not provided.
STATUS_CANT_OPEN_ANONYMOUS0xC00000A6An attempt was made to open an Anonymous level token. Anonymous tokens may not be opened.
STATUS_BAD_VALIDATION_CLASS0xC00000A7The validation information class requested was invalid.
STATUS_BAD_TOKEN_TYPE0xC00000A8The type of a token object is inappropriate for its attempted use.
STATUS_BAD_MASTER_BOOT_RECORD0xC00000A9The type of a token object is inappropriate for its attempted use.
STATUS_INSTRUCTION_MISALIGNMENT0xC00000AAAn attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
STATUS_INSTANCE_NOT_AVAILABLE0xC00000ABThe maximum named pipe instance count has been reached.
STATUS_PIPE_NOT_AVAILABLE0xC00000ACAn instance of a named pipe cannot be found in the listening state.
STATUS_INVALID_PIPE_STATE0xC00000ADThe named pipe is not in the connected or closing state.
STATUS_PIPE_BUSY0xC00000AEThe specified pipe is set to complete operations and there are current I/O operations queued so it cannot be changed to queue operations.
STATUS_ILLEGAL_FUNCTION0xC00000AFThe specified handle is not open to the server end of the named pipe.
STATUS_PIPE_DISCONNECTED0xC00000B0The specified named pipe is in the disconnected state.
STATUS_PIPE_CLOSING0xC00000B1The specified named pipe is in the closing state.
STATUS_PIPE_CONNECTED0xC00000B2The specified named pipe is in the connected state.
STATUS_PIPE_LISTENING0xC00000B3The specified named pipe is in the listening state.
STATUS_INVALID_READ_MODE0xC00000B4The specified named pipe is not in message mode.
STATUS_IO_TIMEOUT0xC00000B5{Device Timeout} The specified I/O operation on %hs was not completed before the time-out period expired.
STATUS_FILE_FORCED_CLOSED0xC00000B6The specified file has been closed by another process.
STATUS_PROFILING_NOT_STARTED0xC00000B7Profiling not started.
STATUS_PROFILING_NOT_STOPPED0xC00000B8Profiling not stopped.
STATUS_COULD_NOT_INTERPRET0xC00000B9The passed ACL did not contain the minimum required information.
STATUS_FILE_IS_A_DIRECTORY0xC00000BAThe file that was specified as a target is a directory and the caller specified that it could be anything but a directory.
STATUS_NOT_SUPPORTED0xC00000BBThe request is not supported.
STATUS_REMOTE_NOT_LISTENING0xC00000BCThis remote computer is not listening.
STATUS_DUPLICATE_NAME0xC00000BDA duplicate name exists on the network.
STATUS_BAD_NETWORK_PATH0xC00000BEThe network path cannot be located.
STATUS_NETWORK_BUSY0xC00000BFThe network is busy.
STATUS_DEVICE_DOES_NOT_EXIST0xC00000C0This device does not exist.
STATUS_TOO_MANY_COMMANDS0xC00000C1The network BIOS command limit has been reached.
STATUS_ADAPTER_HARDWARE_ERROR0xC00000C2An I/O adapter hardware error has occurred.
STATUS_INVALID_NETWORK_RESPONSE0xC00000C3The network responded incorrectly.
STATUS_UNEXPECTED_NETWORK_ERROR0xC00000C4An unexpected network error occurred.
STATUS_BAD_REMOTE_ADAPTER0xC00000C5The remote adapter is not compatible.
STATUS_PRINT_QUEUE_FULL0xC00000C6The printer queue is full.
STATUS_NO_SPOOL_SPACE0xC00000C7Space to store the file waiting to be printed is not available on the server.
STATUS_PRINT_CANCELLED0xC00000C8The requested print file has been canceled.
STATUS_NETWORK_NAME_DELETED0xC00000C9The network name was deleted.
STATUS_NETWORK_ACCESS_DENIED0xC00000CANetwork access is denied.
STATUS_BAD_DEVICE_TYPE0xC00000CB{Incorrect Network Resource Type} The specified device type (LPT, for example) conflicts with the actual device type on the remote resource.
STATUS_BAD_NETWORK_NAME0xC00000CC{Network Name Not Found} The specified share name cannot be found on the remote server.
STATUS_TOO_MANY_NAMES0xC00000CDThe name limit for the local computer network adapter card was exceeded.
STATUS_TOO_MANY_SESSIONS0xC00000CEThe network BIOS session limit was exceeded.
STATUS_SHARING_PAUSED0xC00000CFFile sharing has been temporarily paused.
STATUS_REQUEST_NOT_ACCEPTED0xC00000D0No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.
STATUS_REDIRECTOR_PAUSED0xC00000D1Print or disk redirection is temporarily paused.
STATUS_NET_WRITE_FAULT0xC00000D2A network data fault occurred.
STATUS_PROFILING_AT_LIMIT0xC00000D3The number of active profiling objects is at the maximum and no more may be started.
STATUS_NOT_SAME_DEVICE0xC00000D4{Incorrect Volume} The target file of a rename request is located on a different device than the source of the rename request.
STATUS_FILE_RENAMED0xC00000D5The file specified has been renamed and thus cannot be modified.
STATUS_VIRTUAL_CIRCUIT_CLOSED0xC00000D6{Network Request Timeout} The session with a remote server has been disconnected because the time-out interval for a request has expired.
STATUS_NO_SECURITY_ON_OBJECT0xC00000D7Indicates an attempt was made to operate on the security of an object that does not have security associated with it.
STATUS_CANT_WAIT0xC00000D8Used to indicate that an operation cannot continue without blocking for I/O.
STATUS_PIPE_EMPTY0xC00000D9Used to indicate that a read operation was done on an empty pipe.
STATUS_CANT_ACCESS_DOMAIN_INFO0xC00000DAConfiguration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied.
STATUS_CANT_TERMINATE_SELF0xC00000DBIndicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
STATUS_INVALID_SERVER_STATE0xC00000DCIndicates the Sam Server was in the wrong state to perform the desired operation.
STATUS_INVALID_DOMAIN_STATE0xC00000DDIndicates the Domain was in the wrong state to perform the desired operation.
STATUS_INVALID_DOMAIN_ROLE0xC00000DEThis operation is only allowed for the Primary Domain Controller of the domain.
STATUS_NO_SUCH_DOMAIN0xC00000DFThe specified Domain did not exist.
STATUS_DOMAIN_EXISTS0xC00000E0The specified Domain already exists.
STATUS_DOMAIN_LIMIT_EXCEEDED0xC00000E1An attempt was made to exceed the limit on the number of domains per server for this release.
STATUS_OPLOCK_NOT_GRANTED0xC00000E2Error status returned when oplock request is denied.
STATUS_INVALID_OPLOCK_PROTOCOL0xC00000E3Error status returned when an invalid oplock acknowledgment is received by a file system.
STATUS_INTERNAL_DB_CORRUPTION0xC00000E4This error indicates that the requested operation cannot be completed due to a catastrophic media failure or on-disk data structure corruption.
STATUS_INTERNAL_ERROR0xC00000E5An internal error occurred.
STATUS_GENERIC_NOT_MAPPED0xC00000E6Indicates generic access types were contained in an access mask which should already be mapped to non-generic access types.
STATUS_BAD_DESCRIPTOR_FORMAT0xC00000E7Indicates a security descriptor is not in the necessary format (absolute or self-relative).
STATUS_INVALID_USER_BUFFER0xC00000E8An access to a user buffer failed at an "expected" point in time. This code is defined since the caller does not want to accept STATUS_ACCESS_VIOLATION in its filter.
STATUS_UNEXPECTED_IO_ERROR0xC00000E9If an I/O error is returned which is not defined in the standard FsRtl filter, it is converted to the following error which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
STATUS_UNEXPECTED_MM_CREATE_ERR0xC00000EAIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
STATUS_UNEXPECTED_MM_MAP_ERROR0xC00000EBIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
STATUS_UNEXPECTED_MM_EXTEND_ERR0xC00000ECIf an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
STATUS_NOT_LOGON_PROCESS0xC00000EDThe requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
STATUS_LOGON_SESSION_EXISTS0xC00000EEAn attempt has been made to start a new session manager or LSA logon session with an ID that is already in use.
STATUS_INVALID_PARAMETER_10xC00000EFAn invalid parameter was passed to a service or function as the first argument.
STATUS_INVALID_PARAMETER_20xC00000F0An invalid parameter was passed to a service or function as the second argument.
STATUS_INVALID_PARAMETER_30xC00000F1An invalid parameter was passed to a service or function as the third argument.
STATUS_INVALID_PARAMETER_40xC00000F2An invalid parameter was passed to a service or function as the fourth argument.
STATUS_INVALID_PARAMETER_50xC00000F3An invalid parameter was passed to a service or function as the fifth argument.
STATUS_INVALID_PARAMETER_60xC00000F4An invalid parameter was passed to a service or function as the sixth argument.
STATUS_INVALID_PARAMETER_70xC00000F5An invalid parameter was passed to a service or function as the seventh argument.
STATUS_INVALID_PARAMETER_80xC00000F6An invalid parameter was passed to a service or function as the eighth argument.
STATUS_INVALID_PARAMETER_90xC00000F7An invalid parameter was passed to a service or function as the ninth argument.
STATUS_INVALID_PARAMETER_100xC00000F8An invalid parameter was passed to a service or function as the tenth argument.
STATUS_INVALID_PARAMETER_110xC00000F9An invalid parameter was passed to a service or function as the eleventh argument.
STATUS_INVALID_PARAMETER_120xC00000FAAn invalid parameter was passed to a service or function as the twelfth argument.
STATUS_REDIRECTOR_NOT_STARTED0xC00000FBAn attempt was made to access a network file, but the network software was not yet started.
STATUS_REDIRECTOR_STARTED0xC00000FCAn attempt was made to start the redirector, but the redirector has already been started.
STATUS_STACK_OVERFLOW0xC00000FDA new guard page for the stack cannot be created.
STATUS_NO_SUCH_PACKAGE0xC00000FEA specified authentication package is unknown.
STATUS_BAD_FUNCTION_TABLE0xC00000FFA malformed function table was encountered during an unwind operation.
STATUS_VARIABLE_NOT_FOUND0xC0000100Indicates the specified environment variable name was not found in the specified environment block.
STATUS_DIRECTORY_NOT_EMPTY0xC0000101Indicates that the directory trying to be deleted is not empty.
STATUS_FILE_CORRUPT_ERROR0xC0000102{Corrupt File} The file or directory %hs is corrupt and unreadable. Please run the Chkdsk utility.
STATUS_NOT_A_DIRECTORY0xC0000103A requested opened file is not a directory.
STATUS_BAD_LOGON_SESSION_STATE0xC0000104The logon session is not in a state that is consistent with the requested operation.
STATUS_LOGON_SESSION_COLLISION0xC0000105An internal LSA error has occurred. An authentication package has requested the creation of a Logon Session but the ID of an already existing Logon Session has been specified.
STATUS_NAME_TOO_LONG0xC0000106A specified name string is too long for its intended use.
STATUS_FILES_OPEN0xC0000107The user attempted to force close the files on a redirected drive, but there were opened files on the drive, and the user did not specify a sufficient level of force.
STATUS_CONNECTION_IN_USE0xC0000108The user attempted to force close the files on a redirected drive, but there were opened directories on the drive, and the user did not specify a sufficient level of force.
STATUS_MESSAGE_NOT_FOUND0xC0000109RtlFindMessage could not locate the requested message ID in the message table resource.
STATUS_PROCESS_IS_TERMINATING0xC000010AAn attempt was made to access an exiting process.
STATUS_INVALID_LOGON_TYPE0xC000010BIndicates an invalid value has been provided for the LogonType requested.
STATUS_NO_GUID_TRANSLATION0xC000010CIndicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.
STATUS_CANNOT_IMPERSONATE0xC000010DIndicates that an attempt has been made to impersonate via a named pipe that has not yet been read from.
STATUS_IMAGE_ALREADY_LOADED0xC000010EIndicates that the specified image is already loaded.
STATUS_ABIOS_NOT_PRESENT0xC000010F
STATUS_ABIOS_LID_NOT_EXIST0xC0000110
STATUS_ABIOS_LID_ALREADY_OWNED0xC0000111
STATUS_ABIOS_NOT_LID_OWNER0xC0000112
STATUS_ABIOS_INVALID_COMMAND0xC0000113
STATUS_ABIOS_INVALID_LID0xC0000114
STATUS_ABIOS_SELECTOR_NOT_AVAILABLE0xC0000115
STATUS_ABIOS_INVALID_SELECTOR0xC0000116
STATUS_NO_LDT0xC0000117Indicates that an attempt was made to change the size of the LDT for a process that has no LDT.
STATUS_INVALID_LDT_SIZE0xC0000118Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
STATUS_INVALID_LDT_OFFSET0xC0000119Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
STATUS_INVALID_LDT_DESCRIPTOR0xC000011AIndicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
STATUS_INVALID_IMAGE_NE_FORMAT0xC000011BThe specified image file did not have the correct format. It appears to be NE format.
STATUS_RXACT_INVALID_STATE0xC000011CIndicates that the transaction state of a registry sub-tree is incompatible with the requested operation. For example, a request has been made to start a new transaction with one already in progress, or a request has been made to apply a transaction when one is not currently in progress.
STATUS_RXACT_COMMIT_FAILURE0xC000011DIndicates an error has occurred during a registry transaction commit. The database has been left in an unknown, but probably inconsistent, state. The state of the registry transaction is left as COMMITTING.
STATUS_MAPPED_FILE_SIZE_ZERO0xC000011EAn attempt was made to map a file of size zero with the maximum size specified as zero.
STATUS_TOO_MANY_OPENED_FILES0xC000011FToo many files are opened on a remote server. This error should only be returned by the Windows redirector on a remote drive.
STATUS_CANCELLED0xC0000120The I/O request was canceled.
STATUS_CANNOT_DELETE0xC0000121An attempt has been made to remove a file or directory that cannot be deleted.
STATUS_INVALID_COMPUTER_NAME0xC0000122Indicates a name specified as a remote computer name is syntactically invalid.
STATUS_FILE_DELETED0xC0000123An I/O request other than close was performed on a file after it has been deleted, which can only happen to a request which did not complete before the last handle was closed via NtClose.
STATUS_SPECIAL_ACCOUNT0xC0000124Indicates an operation has been attempted on a built-in (special) SAM account which is incompatible with built-in accounts. For example, built-in accounts cannot be deleted.
STATUS_SPECIAL_GROUP0xC0000125The operation requested may not be performed on the specified group because it is a built-in special group.
STATUS_SPECIAL_USER0xC0000126The operation requested may not be performed on the specified user because it is a built-in special user.
STATUS_MEMBERS_PRIMARY_GROUP0xC0000127Indicates a member cannot be removed from a group because the group is currently the member's primary group.
STATUS_FILE_CLOSED0xC0000128An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.
STATUS_TOO_MANY_THREADS0xC0000129Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
STATUS_THREAD_NOT_IN_PROCESS0xC000012AAn attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
STATUS_TOKEN_ALREADY_IN_USE0xC000012BAn attempt was made to establish a token for use as a primary token but the token is already in use. A token can only be the primary token of one process at a time.
STATUS_PAGEFILE_QUOTA_EXCEEDED0xC000012CPage file quota was exceeded.
STATUS_COMMITMENT_LIMIT0xC000012D{Out of Virtual Memory} Your system is low on virtual memory. To ensure that Windows runs properly, increase the size of your virtual memory paging file. For more information, see Help.
STATUS_INVALID_IMAGE_LE_FORMAT0xC000012EThe specified image file did not have the correct format, it appears to be LE format.
STATUS_INVALID_IMAGE_NOT_MZ0xC000012FThe specified image file did not have the correct format, it did not have an initial MZ.
STATUS_INVALID_IMAGE_PROTECT0xC0000130The specified image file did not have the correct format, it did not have a proper e_lfarlc in the MZ header.
STATUS_INVALID_IMAGE_WIN_160xC0000131The specified image file did not have the correct format, it appears to be a 16-bit Windows image.
STATUS_LOGON_SERVER_CONFLICT0xC0000132The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
STATUS_TIME_DIFFERENCE_AT_DC0xC0000133The time at the Primary Domain Controller is different than the time at the Backup Domain Controller or member server by too large an amount.
STATUS_SYNCHRONIZATION_REQUIRED0xC0000134The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
STATUS_DLL_NOT_FOUND0xC0000135The code execution cannot proceed because %hs was not found. Reinstalling the program may fix this problem.
STATUS_OPEN_FAILED0xC0000136The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
STATUS_IO_PRIVILEGE_FAILED0xC0000137{Privilege Failed} The I/O permissions for the process could not be changed.
STATUS_ORDINAL_NOT_FOUND0xC0000138{Ordinal Not Found} The ordinal %ld could not be located in the dynamic link library %hs.
STATUS_ENTRYPOINT_NOT_FOUND0xC0000139{Entry Point Not Found} The procedure entry point %hs could not be located in the dynamic link library %hs.
STATUS_CONTROL_C_EXIT0xC000013A{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.
STATUS_LOCAL_DISCONNECT0xC000013B{Virtual Circuit Closed} The network transport on your computer has closed a network connection. There may or may not be I/O requests outstanding.
STATUS_REMOTE_DISCONNECT0xC000013C{Virtual Circuit Closed} The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding.
STATUS_REMOTE_RESOURCES0xC000013D{Insufficient Resources on Remote Computer} The remote computer has insufficient resources to complete the network request. For instance, there may not be enough memory available on the remote computer to carry out the request at this time.
STATUS_LINK_FAILED0xC000013E{Virtual Circuit Closed} An existing connection (virtual circuit) has been broken at the remote computer. There is probably something wrong with the network software protocol or the network hardware on the remote computer.
STATUS_LINK_TIMEOUT0xC000013F{Virtual Circuit Closed} The network transport on your computer has closed a network connection because it had to wait too long for a response from the remote computer.
STATUS_INVALID_CONNECTION0xC0000140The connection handle given to the transport was invalid.
STATUS_INVALID_ADDRESS0xC0000141The address handle given to the transport was invalid.
STATUS_DLL_INIT_FAILED0xC0000142{DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally.
STATUS_MISSING_SYSTEMFILE0xC0000143{Missing System File} The required system file %hs is bad or missing.
STATUS_UNHANDLED_EXCEPTION0xC0000144{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%p.
STATUS_APP_INIT_FAILURE0xC0000145{Application Error} The application was unable to start correctly (0x%lx). Click OK to close the application.
STATUS_PAGEFILE_CREATE_FAILED0xC0000146{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.
STATUS_NO_PAGEFILE0xC0000147{No Paging File Specified} No paging file was specified in the system configuration.
STATUS_INVALID_LEVEL0xC0000148{Incorrect System Call Level} An invalid level was passed into the specified system call.
STATUS_WRONG_PASSWORD_CORE0xC0000149{Incorrect Password to LAN Manager Server} You specified an incorrect password to a LAN Manager 2.x or MS-NET server.
STATUS_ILLEGAL_FLOAT_CONTEXT0xC000014A{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.
STATUS_PIPE_BROKEN0xC000014BThe pipe operation has failed because the other end of the pipe has been closed.
STATUS_REGISTRY_CORRUPT0xC000014C{The Registry Is Corrupt} The structure of one of the files that contains Registry data is corrupt, or the image of the file in memory is corrupt, or the file could not be recovered because the alternate copy or log was absent or corrupt.
STATUS_REGISTRY_IO_FAILED0xC000014DAn I/O operation initiated by the Registry failed unrecoverably. The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry.
STATUS_NO_EVENT_PAIR0xC000014EAn event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
STATUS_UNRECOGNIZED_VOLUME0xC000014FThe volume does not contain a recognized file system. Please make sure that all required file system drivers are loaded and that the volume is not corrupt.
STATUS_SERIAL_NO_DEVICE_INITED0xC0000150No serial device was successfully initialized. The serial driver will unload.
STATUS_NO_SUCH_ALIAS0xC0000151The specified local group does not exist.
STATUS_MEMBER_NOT_IN_ALIAS0xC0000152The specified account name is not a member of the group.
STATUS_MEMBER_IN_ALIAS0xC0000153The specified account name is already a member of the group.
STATUS_ALIAS_EXISTS0xC0000154The specified local group already exists.
STATUS_LOGON_NOT_GRANTED0xC0000155A requested type of logon (e.g., Interactive, Network, Service) is not granted by the target system's local security policy. Please ask the system administrator to grant the necessary form of logon.
STATUS_TOO_MANY_SECRETS0xC0000156The maximum number of secrets that may be stored in a single system has been exceeded. The length and number of secrets is limited to satisfy United States State Department export restrictions.
STATUS_SECRET_TOO_LONG0xC0000157The length of a secret exceeds the maximum length allowed. The length and number of secrets is limited to satisfy United States State Department export restrictions.
STATUS_INTERNAL_DB_ERROR0xC0000158The Local Security Authority (LSA) database contains an internal inconsistency.
STATUS_FULLSCREEN_MODE0xC0000159The requested operation cannot be performed in fullscreen mode.
STATUS_TOO_MANY_CONTEXT_IDS0xC000015ADuring a logon attempt, the user's security context accumulated too many security IDs. This is a very unusual situation. Remove the user from some global or local groups to reduce the number of security ids to incorporate into the security context.
STATUS_LOGON_TYPE_NOT_GRANTED0xC000015BA user has requested a type of logon (e.g., interactive or network) that has not been granted. An administrator has control over who may logon interactively and through the network.
STATUS_NOT_REGISTRY_FILE0xC000015CThe system has attempted to load or restore a file into the registry, and the specified file is not in the format of a registry file.
STATUS_NT_CROSS_ENCRYPTION_REQUIRED0xC000015DAn attempt was made to change a user password in the security account manager without providing the necessary Windows cross-encrypted password.
STATUS_DOMAIN_CTRLR_CONFIG_ERROR0xC000015EA Windows Server has an incorrect configuration.
STATUS_FT_MISSING_MEMBER0xC000015FAn attempt was made to explicitly access the secondary copy of information via a device control to the Fault Tolerance driver and the secondary copy is not present in the system.
STATUS_ILL_FORMED_SERVICE_ENTRY0xC0000160A configuration registry node representing a driver service entry was ill-formed and did not contain required value entries.
STATUS_ILLEGAL_CHARACTER0xC0000161An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
STATUS_UNMAPPABLE_CHARACTER0xC0000162No mapping for the Unicode character exists in the target multi-byte code page.
STATUS_UNDEFINED_CHARACTER0xC0000163The Unicode character is not defined in the Unicode character set installed on the system.
STATUS_FLOPPY_VOLUME0xC0000164The paging file cannot be created on a floppy diskette.
STATUS_FLOPPY_ID_MARK_NOT_FOUND0xC0000165{Floppy Disk Error} While accessing a floppy disk, an ID address mark was not found.
STATUS_FLOPPY_WRONG_CYLINDER0xC0000166{Floppy Disk Error} While accessing a floppy disk, the track address from the sector ID field was found to be different than the track address maintained by the controller.
STATUS_FLOPPY_UNKNOWN_ERROR0xC0000167{Floppy Disk Error} The floppy disk controller reported an error that is not recognized by the floppy disk driver.
STATUS_FLOPPY_BAD_REGISTERS0xC0000168{Floppy Disk Error} While accessing a floppy-disk, the controller returned inconsistent results via its registers.
STATUS_DISK_RECALIBRATE_FAILED0xC0000169{Hard Disk Error} While accessing the hard disk, a recalibrate operation failed, even after retries.
STATUS_DISK_OPERATION_FAILED0xC000016A{Hard Disk Error} While accessing the hard disk, a disk operation failed even after retries.
STATUS_DISK_RESET_FAILED0xC000016B{Hard Disk Error} While accessing the hard disk, a disk controller reset was needed, but even that failed.
STATUS_SHARED_IRQ_BUSY0xC000016CAn attempt was made to open a device that was sharing an IRQ with other devices. At least one other device that uses that IRQ was already opened. Two concurrent opens of devices that share an IRQ and only work via interrupts is not supported for the particular bus type that the devices use.
STATUS_FT_ORPHANING0xC000016D{FT Orphaning} A disk that is part of a fault-tolerant volume can no longer be accessed.
STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT0xC000016EThe system bios failed to connect a system interrupt to the device or bus for which the device is connected.
STATUS_PARTITION_FAILURE0xC0000172Tape could not be partitioned.
STATUS_INVALID_BLOCK_LENGTH0xC0000173When accessing a new tape of a multivolume partition, the current blocksize is incorrect.
STATUS_DEVICE_NOT_PARTITIONED0xC0000174Tape partition information could not be found when loading a tape.
STATUS_UNABLE_TO_LOCK_MEDIA0xC0000175Attempt to lock the eject media mechanism fails.
STATUS_UNABLE_TO_UNLOAD_MEDIA0xC0000176Unload media fails.
STATUS_EOM_OVERFLOW0xC0000177Physical end of tape was detected.
STATUS_NO_MEDIA0xC0000178{No Media} There is no media in the drive. Please insert media into drive %hs.
STATUS_NO_SUCH_MEMBER0xC000017AA member could not be added to or removed from the local group because the member does not exist.
STATUS_INVALID_MEMBER0xC000017BA new member could not be added to a local group because the member has the wrong account type.
STATUS_KEY_DELETED0xC000017CIllegal operation attempted on a registry key which has been marked for deletion.
STATUS_NO_LOG_SPACE0xC000017DSystem could not allocate required space in a registry log.
STATUS_TOO_MANY_SIDS0xC000017EToo many Sids have been specified.
STATUS_LM_CROSS_ENCRYPTION_REQUIRED0xC000017FAn attempt was made to change a user password in the security account manager without providing the necessary LM cross-encrypted password.
STATUS_KEY_HAS_CHILDREN0xC0000180An attempt was made to create a symbolic link in a registry key that already has subkeys or values.
STATUS_CHILD_MUST_BE_VOLATILE0xC0000181An attempt was made to create a Stable subkey under a Volatile parent key.
STATUS_DEVICE_CONFIGURATION_ERROR0xC0000182The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.
STATUS_DRIVER_INTERNAL_ERROR0xC0000183An error was detected between two drivers or within an I/O driver.
STATUS_INVALID_DEVICE_STATE0xC0000184The device is not in a valid state to perform this request.
STATUS_IO_DEVICE_ERROR0xC0000185The I/O device reported an I/O error.
STATUS_DEVICE_PROTOCOL_ERROR0xC0000186A protocol error was detected between the driver and the device.
STATUS_BACKUP_CONTROLLER0xC0000187This operation is only allowed for the Primary Domain Controller of the domain.
STATUS_LOG_FILE_FULL0xC0000188Log file space is insufficient to support this operation.
STATUS_TOO_LATE0xC0000189A write operation was attempted to a volume after it was dismounted.
STATUS_NO_TRUST_LSA_SECRET0xC000018AThe workstation does not have a trust secret for the primary domain in the local LSA database.
STATUS_NO_TRUST_SAM_ACCOUNT0xC000018BThe SAM database on the Windows Server does not have a computer account for this workstation trust relationship.
STATUS_TRUSTED_DOMAIN_FAILURE0xC000018CThe logon request failed because the trust relationship between the primary domain and the trusted domain failed.
STATUS_TRUSTED_RELATIONSHIP_FAILURE0xC000018DThe logon request failed because the trust relationship between this workstation and the primary domain failed.
STATUS_EVENTLOG_FILE_CORRUPT0xC000018EThe Eventlog log file is corrupt.
STATUS_EVENTLOG_CANT_START0xC000018FNo Eventlog log file could be opened. The Eventlog service did not start.
STATUS_TRUST_FAILURE0xC0000190The network logon failed. This may be because the validation authority can't be reached.
STATUS_MUTANT_LIMIT_EXCEEDED0xC0000191An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
STATUS_NETLOGON_NOT_STARTED0xC0000192An attempt was made to logon, but the netlogon service was not started.
STATUS_ACCOUNT_EXPIRED0xC0000193The user's account has expired.
STATUS_POSSIBLE_DEADLOCK0xC0000194{EXCEPTION} Possible deadlock condition.
STATUS_NETWORK_CREDENTIAL_CONFLICT0xC0000195Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.
STATUS_REMOTE_SESSION_LIMIT0xC0000196An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.
STATUS_EVENTLOG_FILE_CHANGED0xC0000197The log file has changed between reads.
STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT0xC0000198The account used is an Interdomain Trust account. Use your global user account or local user account to access this server.
STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT0xC0000199The account used is a Computer Account. Use your global user account or local user account to access this server.
STATUS_NOLOGON_SERVER_TRUST_ACCOUNT0xC000019AThe account used is an Server Trust account. Use your global user account or local user account to access this server.
STATUS_DOMAIN_TRUST_INCONSISTENT0xC000019BThe name or SID of the domain specified is inconsistent with the trust information for that domain.
STATUS_FS_DRIVER_REQUIRED0xC000019CA volume has been accessed for which a file system driver is required that has not yet been loaded.
STATUS_IMAGE_ALREADY_LOADED_AS_DLL0xC000019DIndicates that the specified image is already loaded as a DLL.
STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING0xC000019EShort name settings may not be changed on this volume due to the global registry setting.
STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME0xC000019FShort names are not enabled on this volume.
STATUS_SECURITY_STREAM_IS_INCONSISTENT0xC00001A0The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume.
STATUS_INVALID_LOCK_RANGE0xC00001A1A requested file lock operation cannot be processed due to an invalid byte range.
STATUS_INVALID_ACE_CONDITION0xC00001A2{Invalid ACE Condition} The specified access control entry (ACE) contains an invalid condition.
STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT0xC00001A3The subsystem needed to support the image type is not present.
STATUS_NOTIFICATION_GUID_ALREADY_DEFINED0xC00001A4{Invalid ACE Condition} The specified file already has a notification GUID associated with it.
STATUS_INVALID_EXCEPTION_HANDLER0xC00001A5An invalid exception handler routine has been detected.
STATUS_DUPLICATE_PRIVILEGES0xC00001A6Duplicate privileges were specified for the token.
STATUS_NOT_ALLOWED_ON_SYSTEM_FILE0xC00001A7Requested action not allowed on a file system internal file.
STATUS_REPAIR_NEEDED0xC00001A8A portion of the file system requires repair.
STATUS_QUOTA_NOT_ENABLED0xC00001A9Quota support is not enabled on the system.
STATUS_NO_APPLICATION_PACKAGE0xC00001AAThe operation failed because the application is not part of an application package.
STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS0xC00001ABFile metadata optimization is already in progress.
STATUS_NOT_SAME_OBJECT0xC00001ACThe objects are not identical.
STATUS_FATAL_MEMORY_EXHAUSTION0xC00001ADThe process has terminated because it could not allocate additional memory.
STATUS_ERROR_PROCESS_NOT_IN_JOB0xC00001AEThe process is not part of a job.
STATUS_CPU_SET_INVALID0xC00001AFThe specified CPU Set IDs are invalid.
STATUS_IO_DEVICE_INVALID_DATA0xC00001B0The device reported an invalid data error.
STATUS_NETWORK_OPEN_RESTRICTION0xC0000201A remote open failed because the network open restrictions were not satisfied.
STATUS_NO_USER_SESSION_KEY0xC0000202There is no user session key for the specified logon session.
STATUS_USER_SESSION_DELETED0xC0000203The remote user session has been deleted.
STATUS_RESOURCE_LANG_NOT_FOUND0xC0000204Indicates the specified resource language ID cannot be found in the image file.
STATUS_INSUFF_SERVER_RESOURCES0xC0000205Insufficient server resources exist to complete the request.
STATUS_INVALID_BUFFER_SIZE0xC0000206The size of the buffer is invalid for the specified operation.
STATUS_INVALID_ADDRESS_COMPONENT0xC0000207The transport rejected the network address specified as invalid.
STATUS_INVALID_ADDRESS_WILDCARD0xC0000208The transport rejected the network address specified due to an invalid use of a wildcard.
STATUS_TOO_MANY_ADDRESSES0xC0000209The transport address could not be opened because all the available addresses are in use.
STATUS_ADDRESS_ALREADY_EXISTS0xC000020AThe transport address could not be opened because it already exists.
STATUS_ADDRESS_CLOSED0xC000020BThe transport address is now closed.
STATUS_CONNECTION_DISCONNECTED0xC000020CThe transport connection is now disconnected.
STATUS_CONNECTION_RESET0xC000020DThe transport connection has been reset.
STATUS_TOO_MANY_NODES0xC000020EThe transport cannot dynamically acquire any more nodes.
STATUS_TRANSACTION_ABORTED0xC000020FThe transport aborted a pending transaction.
STATUS_TRANSACTION_TIMED_OUT0xC0000210The transport timed out a request waiting for a response.
STATUS_TRANSACTION_NO_RELEASE0xC0000211The transport did not receive a release for a pending response.
STATUS_TRANSACTION_NO_MATCH0xC0000212The transport did not find a transaction matching the specific token.
STATUS_TRANSACTION_RESPONDED0xC0000213The transport had previously responded to a transaction request.
STATUS_TRANSACTION_INVALID_ID0xC0000214The transport does not recognized the transaction request identifier specified.
STATUS_TRANSACTION_INVALID_TYPE0xC0000215The transport does not recognize the transaction request type specified.
STATUS_NOT_SERVER_SESSION0xC0000216The transport can only process the specified request on the server side of a session.
STATUS_NOT_CLIENT_SESSION0xC0000217The transport can only process the specified request on the client side of a session.
STATUS_CANNOT_LOAD_REGISTRY_FILE0xC0000218{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
STATUS_DEBUG_ATTACH_FAILED0xC0000219{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
STATUS_SYSTEM_PROCESS_TERMINATED0xC000021A{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
STATUS_DATA_NOT_ACCEPTED0xC000021B{Data Not Accepted} The TDI client could not handle the data received during an indication.
STATUS_NO_BROWSER_SERVERS_FOUND0xC000021C{Unable to Retrieve Browser Server List} The list of servers for this workgroup is not currently available.
STATUS_VDM_HARD_ERROR0xC000021DNTVDM encountered a hard error.
STATUS_DRIVER_CANCEL_TIMEOUT0xC000021E{Cancel Timeout} The driver %hs failed to complete a cancelled I/O request in the allotted time.
STATUS_REPLY_MESSAGE_MISMATCH0xC000021F{Reply Message Mismatch} An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
STATUS_MAPPED_ALIGNMENT0xC0000220{Mapped View Alignment Incorrect} An attempt was made to map a view of a file, but either the specified base address or the offset into the file were not aligned on the proper allocation granularity.
STATUS_IMAGE_CHECKSUM_MISMATCH0xC0000221{Bad Image Checksum} The image %hs is possibly corrupt. The header checksum does not match the computed checksum.
STATUS_LOST_WRITEBEHIND_DATA0xC0000222{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
STATUS_CLIENT_SERVER_PARAMETERS_INVALID0xC0000223The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
STATUS_PASSWORD_MUST_CHANGE0xC0000224The user's password must be changed before signing in.
STATUS_NOT_FOUND0xC0000225The object was not found.
STATUS_NOT_TINY_STREAM0xC0000226The stream is not a tiny stream.
STATUS_RECOVERY_FAILURE0xC0000227A transaction recover failed.
STATUS_STACK_OVERFLOW_READ0xC0000228The request must be handled by the stack overflow code.
STATUS_FAIL_CHECK0xC0000229A consistency check failed.
STATUS_DUPLICATE_OBJECTID0xC000022AThe attempt to insert the ID in the index failed because the ID is already in the index.
STATUS_OBJECTID_EXISTS0xC000022BThe attempt to set the object's ID failed because the object already has an ID.
STATUS_CONVERT_TO_LARGE0xC000022CInternal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
STATUS_RETRY0xC000022DThe request needs to be retried.
STATUS_FOUND_OUT_OF_SCOPE0xC000022EThe attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
STATUS_ALLOCATE_BUCKET0xC000022FThe bucket array must be grown. Retry transaction after doing so.
STATUS_PROPSET_NOT_FOUND0xC0000230The property set specified does not exist on the object.
STATUS_MARSHALL_OVERFLOW0xC0000231The user/kernel marshalling buffer has overflowed.
STATUS_INVALID_VARIANT0xC0000232The supplied variant structure contains invalid data.
STATUS_DOMAIN_CONTROLLER_NOT_FOUND0xC0000233Could not find a domain controller for this domain.
STATUS_ACCOUNT_LOCKED_OUT0xC0000234The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.
STATUS_HANDLE_NOT_CLOSABLE0xC0000235NtClose was called on a handle that was protected from close via NtSetInformationObject.
STATUS_CONNECTION_REFUSED0xC0000236The transport connection attempt was refused by the remote system.
STATUS_GRACEFUL_DISCONNECT0xC0000237The transport connection was gracefully closed.
STATUS_ADDRESS_ALREADY_ASSOCIATED0xC0000238The transport endpoint already has an address associated with it.
STATUS_ADDRESS_NOT_ASSOCIATED0xC0000239An address has not yet been associated with the transport endpoint.
STATUS_CONNECTION_INVALID0xC000023AAn operation was attempted on a nonexistent transport connection.
STATUS_CONNECTION_ACTIVE0xC000023BAn invalid operation was attempted on an active transport connection.
STATUS_NETWORK_UNREACHABLE0xC000023CThe remote network is not reachable by the transport.
STATUS_HOST_UNREACHABLE0xC000023DThe remote system is not reachable by the transport.
STATUS_PROTOCOL_UNREACHABLE0xC000023EThe remote system does not support the transport protocol.
STATUS_PORT_UNREACHABLE0xC000023FNo service is operating at the destination port of the transport on the remote system.
STATUS_REQUEST_ABORTED0xC0000240The request was aborted.
STATUS_CONNECTION_ABORTED0xC0000241The transport connection was aborted by the local system.
STATUS_BAD_COMPRESSION_BUFFER0xC0000242The specified buffer contains ill-formed data.
STATUS_USER_MAPPED_FILE0xC0000243The requested operation cannot be performed on a file with a user mapped section open.
STATUS_AUDIT_FAILED0xC0000244{Audit Failed} An attempt to generate a security audit failed.
STATUS_TIMER_RESOLUTION_NOT_SET0xC0000245The timer resolution was not previously set by the current process.
STATUS_CONNECTION_COUNT_LIMIT0xC0000246A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.
STATUS_LOGIN_TIME_RESTRICTION0xC0000247Attempting to login during an unauthorized time of day for this account.
STATUS_LOGIN_WKSTA_RESTRICTION0xC0000248The account is not authorized to login from this station.
STATUS_IMAGE_MP_UP_MISMATCH0xC0000249{UP/MP Image Mismatch} The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine. Please reinstall the image file.
STATUS_INSUFFICIENT_LOGON_INFO0xC0000250There is insufficient account information to log you on.
STATUS_BAD_DLL_ENTRYPOINT0xC0000251{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
STATUS_BAD_SERVICE_ENTRYPOINT0xC0000252{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
STATUS_LPC_REPLY_LOST0xC0000253The server received the messages but did not send a reply.
STATUS_IP_ADDRESS_CONFLICT10xC0000254There is an IP address conflict with another system on the network
STATUS_IP_ADDRESS_CONFLICT20xC0000255There is an IP address conflict with another system on the network
STATUS_REGISTRY_QUOTA_LIMIT0xC0000256{Low On Registry Space} The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
STATUS_PATH_NOT_COVERED0xC0000257The contacted server does not support the indicated part of the DFS namespace.
STATUS_NO_CALLBACK_ACTIVE0xC0000258A callback return system service cannot be executed when no callback is active.
STATUS_LICENSE_QUOTA_EXCEEDED0xC0000259The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because there are already as many connections as the service can accept.
STATUS_PWD_TOO_SHORT0xC000025AThe password provided is too short to meet the policy of your user account. Please choose a longer password.
STATUS_PWD_TOO_RECENT0xC000025BThe policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
STATUS_PWD_HISTORY_CONFLICT0xC000025CYou have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used.
STATUS_PLUGPLAY_NO_DEVICE0xC000025EYou have attempted to load a legacy device driver while its device instance had been disabled.
STATUS_UNSUPPORTED_COMPRESSION0xC000025FThe specified compression format is unsupported.
STATUS_INVALID_HW_PROFILE0xC0000260The specified hardware profile configuration is invalid.
STATUS_INVALID_PLUGPLAY_DEVICE_PATH0xC0000261The specified Plug and Play registry device path is invalid.
STATUS_DRIVER_ORDINAL_NOT_FOUND0xC0000262{Driver Entry Point Not Found} The %hs device driver could not locate the ordinal %ld in driver %hs.
STATUS_DRIVER_ENTRYPOINT_NOT_FOUND0xC0000263{Driver Entry Point Not Found} The %hs device driver could not locate the entry point %hs in driver %hs.
STATUS_RESOURCE_NOT_OWNED0xC0000264{Application Error} The application attempted to release a resource it did not own. Click OK to terminate the application.
STATUS_TOO_MANY_LINKS0xC0000265An attempt was made to create more links on a file than the file system supports.
STATUS_QUOTA_LIST_INCONSISTENT0xC0000266The specified quota list is internally inconsistent with its descriptor.
STATUS_FILE_IS_OFFLINE0xC0000267The specified file has been relocated to offline storage.
STATUS_EVALUATION_EXPIRATION0xC0000268{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
STATUS_ILLEGAL_DLL_RELOCATION0xC0000269{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
STATUS_LICENSE_VIOLATION0xC000026A{License Violation} The system has detected tampering with your registered product type. This is a violation of your software license. Tampering with product type is not permitted.
STATUS_DLL_INIT_FAILED_LOGOFF0xC000026B{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.
STATUS_DRIVER_UNABLE_TO_LOAD0xC000026C{Unable to Load Device Driver} %hs device driver could not be loaded. Error Status was 0x%x
STATUS_DFS_UNAVAILABLE0xC000026DDFS is unavailable on the contacted server.
STATUS_VOLUME_DISMOUNTED0xC000026EAn operation was attempted to a volume after it was dismounted.
STATUS_WX86_INTERNAL_ERROR0xC000026FAn internal error occurred in the Win32 x86 emulation subsystem.
STATUS_WX86_FLOAT_STACK_CHECK0xC0000270Win32 x86 emulation subsystem Floating-point stack check.
STATUS_VALIDATE_CONTINUE0xC0000271The validation process needs to continue on to the next step.
STATUS_NO_MATCH0xC0000272There was no match for the specified key in the index.
STATUS_NO_MORE_MATCHES0xC0000273There are no more matches for the current index enumeration.
STATUS_NOT_A_REPARSE_POINT0xC0000275The file or directory is not a reparse point.
STATUS_IO_REPARSE_TAG_INVALID0xC0000276The Windows I/O reparse tag passed for the reparse point is invalid.
STATUS_IO_REPARSE_TAG_MISMATCH0xC0000277The Windows I/O reparse tag does not match the one present in the reparse point.
STATUS_IO_REPARSE_DATA_INVALID0xC0000278The user data passed for the reparse point is invalid.
STATUS_IO_REPARSE_TAG_NOT_HANDLED0xC0000279The layered file system driver for this IO tag did not handle it when needed.
STATUS_PWD_TOO_LONG0xC000027AThe password provided is too long to meet the policy of your user account. Please choose a shorter password.
STATUS_STOWED_EXCEPTION0xC000027BAn application-internal exception has occurred.
STATUS_CONTEXT_STOWED_EXCEPTION0xC000027CAn application-internal exception has occurred.
STATUS_REPARSE_POINT_NOT_RESOLVED0xC0000280The symbolic link could not be resolved even though the initial file name is valid.
STATUS_DIRECTORY_IS_A_REPARSE_POINT0xC0000281The directory is a reparse point.
STATUS_RANGE_LIST_CONFLICT0xC0000282The range could not be added to the range list because of a conflict.
STATUS_SOURCE_ELEMENT_EMPTY0xC0000283The specified medium changer source element contains no media.
STATUS_DESTINATION_ELEMENT_FULL0xC0000284The specified medium changer destination element already contains media.
STATUS_ILLEGAL_ELEMENT_ADDRESS0xC0000285The specified medium changer element does not exist.
STATUS_MAGAZINE_NOT_PRESENT0xC0000286The specified element is contained within a magazine that is no longer present.
STATUS_REINITIALIZATION_NEEDED0xC0000287The device requires reinitialization due to hardware errors.
STATUS_ENCRYPTION_FAILED0xC000028AThe file encryption attempt failed.
STATUS_DECRYPTION_FAILED0xC000028BThe file decryption attempt failed.
STATUS_RANGE_NOT_FOUND0xC000028CThe specified range could not be found in the range list.
STATUS_NO_RECOVERY_POLICY0xC000028DThere is no encryption recovery policy configured for this system.
STATUS_NO_EFS0xC000028EThe required encryption driver is not loaded for this system.
STATUS_WRONG_EFS0xC000028FThe file was encrypted with a different encryption driver than is currently loaded.
STATUS_NO_USER_KEYS0xC0000290There are no EFS keys defined for the user.
STATUS_FILE_NOT_ENCRYPTED0xC0000291The specified file is not encrypted.
STATUS_NOT_EXPORT_FORMAT0xC0000292The specified file is not in the defined EFS export format.
STATUS_FILE_ENCRYPTED0xC0000293The specified file is encrypted and the user does not have the ability to decrypt it.
STATUS_WMI_GUID_NOT_FOUND0xC0000295The guid passed was not recognized as valid by a WMI data provider.
STATUS_WMI_INSTANCE_NOT_FOUND0xC0000296The instance name passed was not recognized as valid by a WMI data provider.
STATUS_WMI_ITEMID_NOT_FOUND0xC0000297The data item id passed was not recognized as valid by a WMI data provider.
STATUS_WMI_TRY_AGAIN0xC0000298The WMI request could not be completed and should be retried.
STATUS_SHARED_POLICY0xC0000299The policy object is shared and can only be modified at the root
STATUS_POLICY_OBJECT_NOT_FOUND0xC000029AThe policy object does not exist when it should
STATUS_POLICY_ONLY_IN_DS0xC000029BThe requested policy information only lives in the Ds
STATUS_VOLUME_NOT_UPGRADED0xC000029CThe volume must be upgraded to enable this feature
STATUS_REMOTE_STORAGE_NOT_ACTIVE0xC000029DThe remote storage service is not operational at this time.
STATUS_REMOTE_STORAGE_MEDIA_ERROR0xC000029EThe remote storage service encountered a media error.
STATUS_NO_TRACKING_SERVICE0xC000029FThe tracking (workstation) service is not running.
STATUS_SERVER_SID_MISMATCH0xC00002A0The server process is running under a SID different than that required by client.
STATUS_DS_NO_ATTRIBUTE_OR_VALUE0xC00002A1The specified directory service attribute or value does not exist.
STATUS_DS_INVALID_ATTRIBUTE_SYNTAX0xC00002A2The attribute syntax specified to the directory service is invalid.
STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED0xC00002A3The attribute type specified to the directory service is not defined.
STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS0xC00002A4The specified directory service attribute or value already exists.
STATUS_DS_BUSY0xC00002A5The directory service is busy.
STATUS_DS_UNAVAILABLE0xC00002A6The directory service is not available.
STATUS_DS_NO_RIDS_ALLOCATED0xC00002A7The directory service was unable to allocate a relative identifier.
STATUS_DS_NO_MORE_RIDS0xC00002A8The directory service has exhausted the pool of relative identifiers.
STATUS_DS_INCORRECT_ROLE_OWNER0xC00002A9The requested operation could not be performed because the directory service is not the master for that type of operation.
STATUS_DS_RIDMGR_INIT_ERROR0xC00002AAThe directory service was unable to initialize the subsystem that allocates relative identifiers.
STATUS_DS_OBJ_CLASS_VIOLATION0xC00002ABThe requested operation did not satisfy one or more constraints associated with the class of the object.
STATUS_DS_CANT_ON_NON_LEAF0xC00002ACThe directory service can perform the requested operation only on a leaf object.
STATUS_DS_CANT_ON_RDN0xC00002ADThe directory service cannot perform the requested operation on the Relatively Defined Name (RDN) attribute of an object.
STATUS_DS_CANT_MOD_OBJ_CLASS0xC00002AEThe directory service detected an attempt to modify the object class of an object.
STATUS_DS_CROSS_DOM_MOVE_FAILED0xC00002AFAn error occurred while performing a cross domain move operation.
STATUS_DS_GC_NOT_AVAILABLE0xC00002B0Unable to Contact the Global Catalog Server.
STATUS_DIRECTORY_SERVICE_REQUIRED0xC00002B1The requested operation requires a directory service, and none was available.
STATUS_REPARSE_ATTRIBUTE_CONFLICT0xC00002B2The reparse attribute cannot be set as it is incompatible with an existing attribute.
STATUS_CANT_ENABLE_DENY_ONLY0xC00002B3A group marked use for deny only cannot be enabled.
STATUS_FLOAT_MULTIPLE_FAULTS0xC00002B4{EXCEPTION} Multiple floating point faults.
STATUS_FLOAT_MULTIPLE_TRAPS0xC00002B5{EXCEPTION} Multiple floating point traps.
STATUS_DEVICE_REMOVED0xC00002B6The device has been removed.
STATUS_JOURNAL_DELETE_IN_PROGRESS0xC00002B7The volume change journal is being deleted.
STATUS_JOURNAL_NOT_ACTIVE0xC00002B8The volume change journal is not active.
STATUS_NOINTERFACE0xC00002B9The requested interface is not supported.
STATUS_DS_RIDMGR_DISABLED0xC00002BAThe directory service detected the subsystem that allocates relative identifiers is disabled. This can occur as a protective mechanism when the system determines a significant portion of relative identifiers (RIDs) have been exhausted. Please see http://go.microsoft.com/fwlink/?LinkId=228610 for recommended diagnostic steps and the procedure to re-enable account creation.
STATUS_DS_ADMIN_LIMIT_EXCEEDED0xC00002C1A directory service resource limit has been exceeded.
STATUS_DRIVER_FAILED_SLEEP0xC00002C2{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
STATUS_MUTUAL_AUTHENTICATION_FAILED0xC00002C3Mutual Authentication failed. The server's password is out of date at the domain controller.
STATUS_CORRUPT_SYSTEM_FILE0xC00002C4The system file %1 has become corrupt and has been replaced.
STATUS_DATATYPE_MISALIGNMENT_ERROR0xC00002C5{EXCEPTION} Alignment Error A datatype misalignment error was detected in a load or store instruction.
STATUS_WMI_READ_ONLY0xC00002C6The WMI data item or data block is read only.
STATUS_WMI_SET_FAILURE0xC00002C7The WMI data item or data block could not be changed.
STATUS_COMMITMENT_MINIMUM0xC00002C8{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.
STATUS_REG_NAT_CONSUMPTION0xC00002C9{EXCEPTION} Register NaT consumption faults. A NaT value is consumed on a non speculative instruction.
STATUS_TRANSPORT_FULL0xC00002CAThe medium changer's transport element contains media, which is causing the operation to fail.
STATUS_DS_SAM_INIT_FAILURE0xC00002CBSecurity Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
STATUS_ONLY_IF_CONNECTED0xC00002CCThis operation is supported only when you are connected to the server.
STATUS_DS_SENSITIVE_GROUP_VIOLATION0xC00002CDOnly an administrator can modify the membership list of an administrative group.
STATUS_PNP_RESTART_ENUMERATION0xC00002CEA device was removed so enumeration must be restarted.
STATUS_JOURNAL_ENTRY_DELETED0xC00002CFThe journal entry has been deleted from the journal.
STATUS_DS_CANT_MOD_PRIMARYGROUPID0xC00002D0Cannot change the primary group ID of a domain controller account.
STATUS_SYSTEM_IMAGE_BAD_SIGNATURE0xC00002D1{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
STATUS_PNP_REBOOT_REQUIRED0xC00002D2Device will not start without a reboot.
STATUS_POWER_STATE_INVALID0xC00002D3Current device power state cannot support this request.
STATUS_DS_INVALID_GROUP_TYPE0xC00002D4The specified group type is invalid.
STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN0xC00002D5In mixed domain no nesting of global group if group is security enabled.
STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN0xC00002D6In mixed domain, cannot nest local groups with other local groups, if the group is security enabled.
STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER0xC00002D7A global group cannot have a local group as a member.
STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER0xC00002D8A global group cannot have a universal group as a member.
STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER0xC00002D9A universal group cannot have a local group as a member.
STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER0xC00002DAA global group cannot have a cross domain member.
STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER0xC00002DBA local group cannot have another cross domain local group as a member.
STATUS_DS_HAVE_PRIMARY_MEMBERS0xC00002DCCannot change to security disabled group because of having primary members in this group.
STATUS_WMI_NOT_SUPPORTED0xC00002DDThe WMI operation is not supported by the data block or method.
STATUS_INSUFFICIENT_POWER0xC00002DEThere is not enough power to complete the requested operation.
STATUS_SAM_NEED_BOOTKEY_PASSWORD0xC00002DFSecurity Account Manager needs to get the boot password.
STATUS_SAM_NEED_BOOTKEY_FLOPPY0xC00002E0Security Account Manager needs to get the boot key from floppy disk.
STATUS_DS_CANT_START0xC00002E1Directory Service cannot start.
STATUS_DS_INIT_FAILURE0xC00002E2Directory Services could not start because of the following error: %hs Error Status: 0x%x. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.
STATUS_SAM_INIT_FAILURE0xC00002E3Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown this system and reboot into Safe Mode, check the event log for more detailed information.
STATUS_DS_GC_REQUIRED0xC00002E4The requested operation can be performed only on a global catalog server.
STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY0xC00002E5A local group can only be a member of other local groups in the same domain.
STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS0xC00002E6Foreign security principals cannot be members of universal groups.
STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED0xC00002E7Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.
STATUS_MULTIPLE_FAULT_VIOLATION0xC00002E8
STATUS_CURRENT_DOMAIN_NOT_ALLOWED0xC00002E9This operation cannot be performed on the current domain.
STATUS_CANNOT_MAKE0xC00002EAThe directory or file cannot be created.
STATUS_SYSTEM_SHUTDOWN0xC00002EBThe system is in the process of shutting down.
STATUS_DS_INIT_FAILURE_CONSOLE0xC00002ECDirectory Services could not start because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
STATUS_DS_SAM_INIT_FAILURE_CONSOLE0xC00002EDSecurity Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
STATUS_UNFINISHED_CONTEXT_DELETED0xC00002EEA security context was deleted before the context was completed. This is considered a logon failure.
STATUS_NO_TGT_REPLY0xC00002EFThe client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply.
STATUS_OBJECTID_NOT_FOUND0xC00002F0An object ID was not found in the file.
STATUS_NO_IP_ADDRESSES0xC00002F1Unable to accomplish the requested task because the local machine does not have any IP addresses.
STATUS_WRONG_CREDENTIAL_HANDLE0xC00002F2The supplied credential handle does not match the credential associated with the security context.
STATUS_CRYPTO_SYSTEM_INVALID0xC00002F3The crypto system or checksum function is invalid because a required function is unavailable.
STATUS_MAX_REFERRALS_EXCEEDED0xC00002F4The number of maximum ticket referrals has been exceeded.
STATUS_MUST_BE_KDC0xC00002F5The local machine must be a Kerberos KDC (domain controller) and it is not.
STATUS_STRONG_CRYPTO_NOT_SUPPORTED0xC00002F6The other end of the security negotiation is requires strong crypto but it is not supported on the local machine.
STATUS_TOO_MANY_PRINCIPALS0xC00002F7The KDC reply contained more than one principal name.
STATUS_NO_PA_DATA0xC00002F8Expected to find PA data for a hint of what etype to use, but it was not found.
STATUS_PKINIT_NAME_MISMATCH0xC00002F9The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Please contact your administrator.
STATUS_SMARTCARD_LOGON_REQUIRED0xC00002FASmartcard logon is required and was not used.
STATUS_KDC_INVALID_REQUEST0xC00002FBAn invalid request was sent to the KDC.
STATUS_KDC_UNABLE_TO_REFER0xC00002FCThe KDC was unable to generate a referral for the service requested.
STATUS_KDC_UNKNOWN_ETYPE0xC00002FDThe encryption type requested is not supported by the KDC.
STATUS_SHUTDOWN_IN_PROGRESS0xC00002FEA system shutdown is in progress.
STATUS_SERVER_SHUTDOWN_IN_PROGRESS0xC00002FFThe server machine is shutting down.
STATUS_NOT_SUPPORTED_ON_SBS0xC0000300This operation is not supported on a computer running Windows Server 2003 for Small Business Server
STATUS_WMI_GUID_DISCONNECTED0xC0000301The WMI GUID is no longer available
STATUS_WMI_ALREADY_DISABLED0xC0000302Collection or events for the WMI GUID is already disabled.
STATUS_WMI_ALREADY_ENABLED0xC0000303Collection or events for the WMI GUID is already enabled.
STATUS_MFT_TOO_FRAGMENTED0xC0000304The Master File Table on the volume is too fragmented to complete this operation.
STATUS_COPY_PROTECTION_FAILURE0xC0000305Copy protection failure.
STATUS_CSS_AUTHENTICATION_FAILURE0xC0000306Copy protection error - DVD CSS Authentication failed.
STATUS_CSS_KEY_NOT_PRESENT0xC0000307Copy protection error - The given sector does not contain a valid key.
STATUS_CSS_KEY_NOT_ESTABLISHED0xC0000308Copy protection error - DVD session key not established.
STATUS_CSS_SCRAMBLED_SECTOR0xC0000309Copy protection error - The read failed because the sector is encrypted.
STATUS_CSS_REGION_MISMATCH0xC000030ACopy protection error - The given DVD's region does not correspond to the region setting of the drive.
STATUS_CSS_RESETS_EXHAUSTED0xC000030BCopy protection error - The drive's region setting may be permanent.
STATUS_PASSWORD_CHANGE_REQUIRED0xC000030CEAS policy requires that the user change their password before this operation can be performed.
STATUS_LOST_MODE_LOGON_RESTRICTION0xC000030DAn administrator has restricted sign in. To sign in, make sure your device is connected to the Internet, and have your administrator sign in first.
STATUS_PKINIT_FAILURE0xC0000320The Kerberos protocol encountered an error while validating the KDC certificate during logon. There is more information in the system event log.
STATUS_SMARTCARD_SUBSYSTEM_FAILURE0xC0000321The Kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
STATUS_NO_KERB_KEY0xC0000322The target server does not have acceptable Kerberos credentials.
STATUS_HOST_DOWN0xC0000350The transport determined that the remote system is down.
STATUS_UNSUPPORTED_PREAUTH0xC0000351An unsupported preauthentication mechanism was presented to the Kerberos package.
STATUS_EFS_ALG_BLOB_TOO_BIG0xC0000352The encryption algorithm used on the source file needs a bigger key buffer than the one used on the destination file.
STATUS_PORT_NOT_SET0xC0000353An attempt to remove a process's DebugPort was made, but a port was not already associated with the process.
STATUS_DEBUGGER_INACTIVE0xC0000354Debugger Inactive: Windows may have been started without kernel debugging enabled.
STATUS_DS_VERSION_CHECK_FAILURE0xC0000355This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
STATUS_AUDITING_DISABLED0xC0000356The specified event is currently not being audited.
STATUS_PRENT4_MACHINE_ACCOUNT0xC0000357The machine account was created pre-NT4. The account needs to be recreated.
STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER0xC0000358A account group cannot have a universal group as a member.
STATUS_INVALID_IMAGE_WIN_320xC0000359The specified image file did not have the correct format, it appears to be a 32-bit Windows image.
STATUS_INVALID_IMAGE_WIN_640xC000035AThe specified image file did not have the correct format, it appears to be a 64-bit Windows image.
STATUS_BAD_BINDINGS0xC000035BClient's supplied SSPI channel bindings were incorrect.
STATUS_NETWORK_SESSION_EXPIRED0xC000035CThe client's session has expired, so the client must reauthenticate to continue accessing the remote resources.
STATUS_APPHELP_BLOCK0xC000035DAppHelp dialog canceled thus preventing the application from starting.
STATUS_ALL_SIDS_FILTERED0xC000035EThe SID filtering operation removed all SIDs.
STATUS_NOT_SAFE_MODE_DRIVER0xC000035FThe driver was not loaded because the system is booting into safe mode.
STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT0xC0000361Access to %1 has been restricted by your Administrator by the default software restriction policy level.
STATUS_ACCESS_DISABLED_BY_POLICY_PATH0xC0000362Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3
STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER0xC0000363Access to %1 has been restricted by your Administrator by software publisher policy.
STATUS_ACCESS_DISABLED_BY_POLICY_OTHER0xC0000364Access to %1 has been restricted by your Administrator by policy rule %2.
STATUS_FAILED_DRIVER_ENTRY0xC0000365The driver was not loaded because it failed its initialization call.
STATUS_DEVICE_ENUMERATION_ERROR0xC0000366The "%hs" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.
STATUS_MOUNT_POINT_NOT_RESOLVED0xC0000368The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
STATUS_INVALID_DEVICE_OBJECT_PARAMETER0xC0000369The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
STATUS_MCA_OCCURED0xC000036AA Machine Check Error has occurred. Please check the system eventlog for additional information.
STATUS_DRIVER_BLOCKED_CRITICAL0xC000036BDriver %2 has been blocked from loading.
STATUS_DRIVER_BLOCKED0xC000036CDriver %2 has been blocked from loading.
STATUS_DRIVER_DATABASE_ERROR0xC000036DThere was error [%2] processing the driver database.
STATUS_SYSTEM_HIVE_TOO_LARGE0xC000036ESystem hive size has exceeded its limit.
STATUS_INVALID_IMPORT_OF_NON_DLL0xC000036FA dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
STATUS_NO_SECRETS0xC0000371The local account store does not contain secret material for the specified account.
STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY0xC0000372Access to %1 has been restricted by your Administrator by policy rule %2.
STATUS_FAILED_STACK_SWITCH0xC0000373The system was not able to allocate enough memory to perform a stack switch.
STATUS_HEAP_CORRUPTION0xC0000374A heap has been corrupted.
STATUS_SMARTCARD_WRONG_PIN0xC0000380An incorrect PIN was presented to the smart card
STATUS_SMARTCARD_CARD_BLOCKED0xC0000381The smart card is blocked
STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED0xC0000382No PIN was presented to the smart card
STATUS_SMARTCARD_NO_CARD0xC0000383No smart card available
STATUS_SMARTCARD_NO_KEY_CONTAINER0xC0000384The requested key container does not exist on the smart card
STATUS_SMARTCARD_NO_CERTIFICATE0xC0000385The requested certificate does not exist on the smart card
STATUS_SMARTCARD_NO_KEYSET0xC0000386The requested keyset does not exist
STATUS_SMARTCARD_IO_ERROR0xC0000387A communication error with the smart card has been detected.
STATUS_DOWNGRADE_DETECTED0xC0000388The system cannot contact a domain controller to service the authentication request. Please try again later.
STATUS_SMARTCARD_CERT_REVOKED0xC0000389The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.
STATUS_ISSUING_CA_UNTRUSTED0xC000038AAn untrusted certificate authority was detected while processing the certificate used for authentication.
STATUS_REVOCATION_OFFLINE_C0xC000038BThe revocation status of the certificate used for authentication could not be determined.
STATUS_PKINIT_CLIENT_FAILURE0xC000038CThe client certificate used for authentication was not trusted.
STATUS_SMARTCARD_CERT_EXPIRED0xC000038DThe smartcard certificate used for authentication has expired. Please contact your system administrator.
STATUS_DRIVER_FAILED_PRIOR_UNLOAD0xC000038EThe driver could not be loaded because a previous version of the driver is still in memory.
STATUS_SMARTCARD_SILENT_CONTEXT0xC000038FThe smartcard provider could not perform the action since the context was acquired as silent.
STATUS_PER_USER_TRUST_QUOTA_EXCEEDED0xC0000401The current user's delegated trust creation quota has been exceeded.
STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED0xC0000402The total delegated trust creation quota has been exceeded.
STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED0xC0000403The current user's delegated trust deletion quota has been exceeded.
STATUS_DS_NAME_NOT_UNIQUE0xC0000404The requested name already exists as a unique identifier.
STATUS_DS_DUPLICATE_ID_FOUND0xC0000405The requested object has a non-unique identifier and cannot be retrieved.
STATUS_DS_GROUP_CONVERSION_ERROR0xC0000406The group cannot be converted due to attribute restrictions on the requested group type.
STATUS_VOLSNAP_PREPARE_HIBERNATE0xC0000407{Volume Shadow Copy Service} Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
STATUS_USER2USER_REQUIRED0xC0000408Kerberos sub-protocol User2User is required.
STATUS_STACK_BUFFER_OVERRUN0xC0000409The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
STATUS_NO_S4U_PROT_SUPPORT0xC000040AThe Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.
STATUS_CROSSREALM_DELEGATION_FAILURE0xC000040BAn attempt was made by this server to make a Kerberos constrained delegation request for a target outside of the server's realm. This is not supported, and indicates a misconfiguration on this server's allowed to delegate to list. Please contact your administrator.
STATUS_REVOCATION_OFFLINE_KDC0xC000040CThe revocation status of the domain controller certificate used for authentication could not be determined. There is additional information in the system event log.
STATUS_ISSUING_CA_UNTRUSTED_KDC0xC000040DAn untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Please contact your system administrator.
STATUS_KDC_CERT_EXPIRED0xC000040EThe domain controller certificate used for logon has expired. There is additional information in the system event log.
STATUS_KDC_CERT_REVOKED0xC000040FThe domain controller certificate used for logon has been revoked. There is additional information in the system event log.
STATUS_PARAMETER_QUOTA_EXCEEDED0xC0000410Data present in one of the parameters is more than the function can operate on.
STATUS_HIBERNATION_FAILURE0xC0000411The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
STATUS_DELAY_LOAD_FAILED0xC0000412An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
STATUS_AUTHENTICATION_FIREWALL_FAILED0xC0000413Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.
STATUS_VDM_DISALLOWED0xC0000414%hs is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
STATUS_HUNG_DISPLAY_DRIVER_THREAD0xC0000415{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE0xC0000416The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.
STATUS_INVALID_CRUNTIME_PARAMETER0xC0000417An invalid parameter was passed to a C runtime function.
STATUS_NTLM_BLOCKED0xC0000418The authentication failed since NTLM was blocked.
STATUS_DS_SRC_SID_EXISTS_IN_FOREST0xC0000419The source object's SID already exists in destination forest.
STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST0xC000041AThe domain name of the trusted domain already exists in the forest.
STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST0xC000041BThe flat name of the trusted domain already exists in the forest.
STATUS_INVALID_USER_PRINCIPAL_NAME0xC000041CThe User Principal Name (UPN) is invalid.
STATUS_FATAL_USER_CALLBACK_EXCEPTION0xC000041DAn unhandled exception was encountered during a user callback.
STATUS_ASSERTION_FAILURE0xC0000420An assertion failure has occurred.
STATUS_VERIFIER_STOP0xC0000421Application verifier has found an error in the current process.
STATUS_CALLBACK_POP_STACK0xC0000423An exception has occurred in a user mode callback and the kernel callback frame should be removed.
STATUS_INCOMPATIBLE_DRIVER_BLOCKED0xC0000424%2 has been blocked from loading due to incompatibility with this system. Please contact your software vendor for a compatible version of the driver.
STATUS_HIVE_UNLOADED0xC0000425Illegal operation attempted on a registry key which has already been unloaded.
STATUS_COMPRESSION_DISABLED0xC0000426Compression is disabled for this volume.
STATUS_FILE_SYSTEM_LIMITATION0xC0000427The requested operation could not be completed due to a file system limitation
STATUS_INVALID_IMAGE_HASH0xC0000428Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.
STATUS_NOT_CAPABLE0xC0000429The implementation is not capable of performing the request.
STATUS_REQUEST_OUT_OF_SEQUENCE0xC000042AThe requested operation is out of order with respect to other operations.
STATUS_IMPLEMENTATION_LIMIT0xC000042BAn operation attempted to exceed an implementation-defined limit.
STATUS_ELEVATION_REQUIRED0xC000042CThe requested operation requires elevation.
STATUS_NO_SECURITY_CONTEXT0xC000042DThe required security context does not exist.
STATUS_PKU2U_CERT_FAILURE0xC000042FThe PKU2U protocol encountered an error while attempting to utilize the associated certificates.
STATUS_BEYOND_VDL0xC0000432The operation was attempted beyond the valid data length of the file.
STATUS_ENCOUNTERED_WRITE_IN_PROGRESS0xC0000433The attempted write operation encountered a write already in progress for some portion of the range.
STATUS_PTE_CHANGED0xC0000434The page fault mappings changed in the middle of processing a fault so the operation must be retried.
STATUS_PURGE_FAILED0xC0000435The attempt to purge this file from memory failed to purge some or all the data from memory.
STATUS_CRED_REQUIRES_CONFIRMATION0xC0000440The requested credential requires confirmation.
STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE0xC0000441The remote server sent an invalid response for a file being opened with Client Side Encryption.
STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER0xC0000442Client Side Encryption is not supported by the remote server even though it claims to support it.
STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE0xC0000443File is encrypted and should be opened in Client Side Encryption mode.
STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE0xC0000444A new encrypted file is being created and a $EFS needs to be provided.
STATUS_CS_ENCRYPTION_FILE_NOT_CSE0xC0000445The SMB client requested a CSE FSCTL on a non-CSE file.
STATUS_INVALID_LABEL0xC0000446Indicates a particular Security ID may not be assigned as the label of an object.
STATUS_DRIVER_PROCESS_TERMINATED0xC0000450The process hosting the driver for this device has terminated.
STATUS_AMBIGUOUS_SYSTEM_DEVICE0xC0000451The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
STATUS_SYSTEM_DEVICE_NOT_FOUND0xC0000452The requested system device cannot be found.
STATUS_RESTART_BOOT_APPLICATION0xC0000453This boot application must be restarted.
STATUS_INSUFFICIENT_NVRAM_RESOURCES0xC0000454Insufficient NVRAM resources exist to complete the API. A reboot might be required.
STATUS_INVALID_SESSION0xC0000455The specified session is invalid.
STATUS_THREAD_ALREADY_IN_SESSION0xC0000456The specified thread is already in a session.
STATUS_THREAD_NOT_IN_SESSION0xC0000457The specified thread is not in a session.
STATUS_INVALID_WEIGHT0xC0000458The specified weight is invalid.
STATUS_REQUEST_PAUSED0xC0000459The operation was paused.
STATUS_NO_RANGES_PROCESSED0xC0000460No ranges for the specified operation were able to be processed.
STATUS_DISK_RESOURCES_EXHAUSTED0xC0000461The physical resources of this disk have been exhausted.
STATUS_NEEDS_REMEDIATION0xC0000462The application cannot be started. Try reinstalling the application to fix the problem.
STATUS_DEVICE_FEATURE_NOT_SUPPORTED0xC0000463{Device Feature Not Supported} The device does not support the command feature.
STATUS_DEVICE_UNREACHABLE0xC0000464{Source/Destination device unreachable} The device is unreachable.
STATUS_INVALID_TOKEN0xC0000465{Invalid Proxy Data Token} The token representing the data is invalid.
STATUS_SERVER_UNAVAILABLE0xC0000466The file server is temporarily unavailable.
STATUS_FILE_NOT_AVAILABLE0xC0000467The file is temporarily unavailable.
STATUS_DEVICE_INSUFFICIENT_RESOURCES0xC0000468{Device Insufficient Resources} The target device has insufficient resources to complete the operation.
STATUS_PACKAGE_UPDATING0xC0000469The application cannot be started because it is currently updating.
STATUS_NOT_READ_FROM_COPY0xC000046AThe specified copy of the requested data could not be read.
STATUS_FT_WRITE_FAILURE0xC000046BThe specified data could not be written to any of the copies.
STATUS_FT_DI_SCAN_REQUIRED0xC000046COne or more copies of data on this device may be out of sync. No writes may be performed until a data integrity scan is completed.
STATUS_OBJECT_NOT_EXTERNALLY_BACKED0xC000046DThis object is not externally backed by any provider.
STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN0xC000046EThe external backing provider is not recognized.
STATUS_COMPRESSION_NOT_BENEFICIAL0xC000046FCompressing this object would not save space.
STATUS_DATA_CHECKSUM_ERROR0xC0000470A data integrity checksum error occurred. Data in the file stream is corrupt.
STATUS_INTERMIXED_KERNEL_EA_OPERATION0xC0000471An attempt was made to modify both a KERNEL and normal Extended Attribute (EA) in the same operation.
STATUS_TRIM_READ_ZERO_NOT_SUPPORTED0xC0000472{LogicalBlockProvisioningReadZero Not Supported} The target device does not support read returning zeros from trimmed/unmapped blocks.
STATUS_TOO_MANY_SEGMENT_DESCRIPTORS0xC0000473{Maximum Segment Descriptors Exceeded} The command specified a number of descriptors that exceeded the maximum supported by the device.
STATUS_INVALID_OFFSET_ALIGNMENT0xC0000474{Alignment Violation} The command specified a data offset that does not align to the device's granularity/alignment.
STATUS_INVALID_FIELD_IN_PARAMETER_LIST0xC0000475{Invalid Field In Parameter List} The command specified an invalid field in its parameter list.
STATUS_OPERATION_IN_PROGRESS0xC0000476{Operation In Progress} An operation is currently in progress with the device.
STATUS_INVALID_INITIATOR_TARGET_PATH0xC0000477{Invalid I_T Nexus} An attempt was made to send down the command via an invalid path to the target device.
STATUS_SCRUB_DATA_DISABLED0xC0000478Scrub is disabled on the specified file.
STATUS_NOT_REDUNDANT_STORAGE0xC0000479The storage device does not provide redundancy.
STATUS_RESIDENT_FILE_NOT_SUPPORTED0xC000047AAn operation is not supported on a resident file.
STATUS_COMPRESSED_FILE_NOT_SUPPORTED0xC000047BAn operation is not supported on a compressed file.
STATUS_DIRECTORY_NOT_SUPPORTED0xC000047CAn operation is not supported on a directory.
STATUS_IO_OPERATION_TIMEOUT0xC000047D{IO Operation Timeout} The specified I/O operation failed to complete within the expected time period.
STATUS_SYSTEM_NEEDS_REMEDIATION0xC000047EAn error in a system binary was detected. Try refreshing the PC to fix the problem.
STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN0xC000047FA corrupted CLR NGEN binary was detected on the system.
STATUS_SHARE_UNAVAILABLE0xC0000480The share is temporarily unavailable.
STATUS_APISET_NOT_HOSTED0xC0000481The target dll was not found because the apiset %hs is not hosted.
STATUS_APISET_NOT_PRESENT0xC0000482The API set extension contains a host for a non-existent API set.
STATUS_DEVICE_HARDWARE_ERROR0xC0000483The request failed due to a fatal device hardware error.
STATUS_FIRMWARE_SLOT_INVALID0xC0000484The specified firmware slot is invalid.
STATUS_FIRMWARE_IMAGE_INVALID0xC0000485The specified firmware image is invalid.
STATUS_STORAGE_TOPOLOGY_ID_MISMATCH0xC0000486The request failed due to a storage topology ID mismatch.
STATUS_WIM_NOT_BOOTABLE0xC0000487The specified Windows Image (WIM) is not marked as bootable.
STATUS_BLOCKED_BY_PARENTAL_CONTROLS0xC0000488The operation was blocked by parental controls.
STATUS_NEEDS_REGISTRATION0xC0000489The deployment operation failed because the specified application needs to be registered first.
STATUS_QUOTA_ACTIVITY0xC000048AThe requested operation failed due to quota operation is still in progress.
STATUS_CALLBACK_INVOKE_INLINE0xC000048BThe callback function must be invoked inline.
STATUS_BLOCK_TOO_MANY_REFERENCES0xC000048CA file system block being referenced has already reached the maximum reference count and can't be referenced any further.
STATUS_MARKED_TO_DISALLOW_WRITES0xC000048DThe requested operation failed because the file stream is marked to disallow writes.
STATUS_NETWORK_ACCESS_DENIED_EDP0xC000048EWindows Information Protection policy does not allow access to this network resource.
STATUS_ENCLAVE_FAILURE0xC000048FThe requested operation failed with an architecture-specific failure code.
STATUS_PNP_NO_COMPAT_DRIVERS0xC0000490There are no compatible drivers available for this device.
STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND0xC0000491The specified driver package cannot be found on the system.
STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND0xC0000492The driver package cannot find a required driver configuration.
STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE0xC0000493The driver configuration is incomplete for use with this device.
STATUS_PNP_FUNCTION_DRIVER_REQUIRED0xC0000494The device requires a driver configuration with a function driver.
STATUS_PNP_DEVICE_CONFIGURATION_PENDING0xC0000495The device is pending further configuration.
STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL0xC0000496The device hint name buffer is too small to receive the remaining name.
STATUS_PACKAGE_NOT_AVAILABLE0xC0000497The package is currently not available.
STATUS_DEVICE_IN_MAINTENANCE0xC0000499The device is in maintenance mode.
STATUS_NOT_SUPPORTED_ON_DAX0xC000049AThis operation is not supported on a DAX volume.
STATUS_FREE_SPACE_TOO_FRAGMENTED0xC000049BThe free space on the volume is too fragmented to complete this operation.
STATUS_DAX_MAPPING_EXISTS0xC000049CThe volume has active DAX mappings.
STATUS_CHILD_PROCESS_BLOCKED0xC000049DThe process creation has been blocked.
STATUS_STORAGE_LOST_DATA_PERSISTENCE0xC000049EThe storage device has lost data or persistence.
STATUS_VRF_CFG_ENABLED0xC000049FDriver Verifier Volatile settings cannot be set when CFG is enabled.
STATUS_PARTITION_TERMINATING0xC00004A0An attempt was made to access a partition that has begun termination.
STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED0xC00004A1An externally encrypted syskey has been configured, but the system no longer supports this feature. Please see https://go.microsoft.com/fwlink/?linkid=851152 for more information.
STATUS_ENCLAVE_VIOLATION0xC00004A2An attempt was made to access protected memory in violation of its secure access policy.
STATUS_FILE_PROTECTED_UNDER_DPL0xC00004A3The read or write operation to an encrypted file could not be completed because the file can only be accessed when the device is unlocked.
STATUS_VOLUME_NOT_CLUSTER_ALIGNED0xC00004A4The volume is not cluster aligned on the disk.
STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND0xC00004A5No physically aligned free space was found on the volume.
STATUS_APPX_FILE_NOT_ENCRYPTED0xC00004A6The APPX file can not be accessed because it is not encrypted as expected.
STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED0xC00004A7A read or write of raw encrypted data cannot be performed because the file is not encrypted.
STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET0xC00004A8An invalid file offset in the encrypted data info block was passed for read or write operation of file's raw encrypted data.
STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE0xC00004A9An invalid offset and length combination in the encrypted data info was passed for read or write operation of file's raw encrypted data.
STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER0xC00004AAAn invalid parameter in the encrypted data info was passed for read or write operation of file's raw encrypted data.
STATUS_FT_READ_FAILURE0xC00004ABThe specified data could not be read from any of the copies.
STATUS_PATCH_CONFLICT0xC00004ACA system patch could not be applied due to conflicting accesses to the system image.
STATUS_STORAGE_RESERVE_ID_INVALID0xC00004ADThe specified storage reserve ID is invalid.
STATUS_STORAGE_RESERVE_DOES_NOT_EXIST0xC00004AEThe specified storage reserve does not exist.
STATUS_STORAGE_RESERVE_ALREADY_EXISTS0xC00004AFThe specified storage reserve already exists.
STATUS_STORAGE_RESERVE_NOT_EMPTY0xC00004B0The specified storage reserve is not empty.
STATUS_NOT_A_DAX_VOLUME0xC00004B1This operation requires a DAX volume.
STATUS_NOT_DAX_MAPPABLE0xC00004B2This stream is not DAX mappable.
STATUS_CASE_DIFFERING_NAMES_IN_DIR0xC00004B3This directory contains entries whose names differ only in case.
STATUS_INVALID_TASK_NAME0xC0000500The specified task name is invalid.
STATUS_INVALID_TASK_INDEX0xC0000501The specified task index is invalid.
STATUS_THREAD_ALREADY_IN_TASK0xC0000502The specified thread is already joining a task.
STATUS_CALLBACK_BYPASS0xC0000503A callback has requested to bypass native code.
STATUS_UNDEFINED_SCOPE0xC0000504The Central Access Policy specified is not defined on the target machine.
STATUS_INVALID_CAP0xC0000505The Central Access Policy obtained from Active Directory is invalid.
STATUS_NOT_GUI_PROCESS0xC0000506Unable to finish the requested operation because the specified process is not a GUI process.
STATUS_DEVICE_HUNG0xC0000507The device is not responding and cannot be safely removed.
STATUS_CONTAINER_ASSIGNED0xC0000508The specified Job already has a container assigned to it.
STATUS_JOB_NO_CONTAINER0xC0000509The specified Job does not have a container assigned to it.
STATUS_DEVICE_UNRESPONSIVE0xC000050AThe device is unresponsive.
STATUS_REPARSE_POINT_ENCOUNTERED0xC000050BThe object manager encountered a reparse point while retrieving an object.
STATUS_ATTRIBUTE_NOT_PRESENT0xC000050CThe requested attribute is not present on the specified file or directory.
STATUS_NOT_A_TIERED_VOLUME0xC000050DThis volume is not a tiered volume.
STATUS_ALREADY_HAS_STREAM_ID0xC000050EThis file is currently associated with a different stream id.
STATUS_JOB_NOT_EMPTY0xC000050FThe requested operation could not be completed because the specified job has children.
STATUS_ALREADY_INITIALIZED0xC0000510The specified object has already been initialized.
STATUS_ENCLAVE_NOT_TERMINATED0xC0000511The specified enclave has not yet been terminated.
STATUS_ENCLAVE_IS_TERMINATING0xC0000512An attempt was made to access an enclave that has begun termination.
STATUS_SMB1_NOT_AVAILABLE0xC0000513You can't connect to the file share because it's not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack. Your system requires SMB2 or higher. For more info on resolving this issue, see: https://go.microsoft.com/fwlink/?linkid=852747
STATUS_SMR_GARBAGE_COLLECTION_REQUIRED0xC0000514The volume must undergo garbage collection.
STATUS_FAIL_FAST_EXCEPTION0xC0000602{Fail Fast Exception} A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.
STATUS_IMAGE_CERT_REVOKED0xC0000603Windows cannot verify the digital signature for this file. The signing certificate for this file has been revoked.
STATUS_DYNAMIC_CODE_BLOCKED0xC0000604The operation was blocked as the process prohibits dynamic code generation.
STATUS_IMAGE_CERT_EXPIRED0xC0000605Windows cannot verify the digital signature for this file. The signing certificate for this file has expired.
STATUS_STRICT_CFG_VIOLATION0xC0000606The specified image file was blocked from loading because it does not enable a feature required by the process: Control Flow Guard.
STATUS_SET_CONTEXT_DENIED0xC000060AThe thread context could not be updated because this has been restricted for the process.
STATUS_CROSS_PARTITION_VIOLATION0xC000060BAn attempt to access another partition's private file/section was rejected.
STATUS_PORT_CLOSED0xC0000700The ALPC port is closed.
STATUS_MESSAGE_LOST0xC0000701The ALPC message requested is no longer available.
STATUS_INVALID_MESSAGE0xC0000702The ALPC message supplied is invalid.
STATUS_REQUEST_CANCELED0xC0000703The ALPC message has been canceled.
STATUS_RECURSIVE_DISPATCH0xC0000704Invalid recursive dispatch attempt.
STATUS_LPC_RECEIVE_BUFFER_EXPECTED0xC0000705No receive buffer has been supplied in a synchronous request.
STATUS_LPC_INVALID_CONNECTION_USAGE0xC0000706The connection port is used in an invalid context.
STATUS_LPC_REQUESTS_NOT_ALLOWED0xC0000707The ALPC port does not accept new request messages.
STATUS_RESOURCE_IN_USE0xC0000708The resource requested is already in use.
STATUS_HARDWARE_MEMORY_ERROR0xC0000709The hardware has reported an uncorrectable memory error.
STATUS_THREADPOOL_HANDLE_EXCEPTION0xC000070AStatus 0x%08x was returned, waiting on handle 0x%x for wait 0x%p, in waiter 0x%p.
STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED0xC000070BAfter a callback to 0x%p(0x%p), a completion call to SetEvent(0x%p) failed with status 0x%08x.
STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED0xC000070CAfter a callback to 0x%p(0x%p), a completion call to ReleaseSemaphore(0x%p, %d) failed with status 0x%08x.
STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED0xC000070DAfter a callback to 0x%p(0x%p), a completion call to ReleaseMutex(%p) failed with status 0x%08x.
STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED0xC000070EAfter a callback to 0x%p(0x%p), an completion call to FreeLibrary(%p) failed with status 0x%08x.
STATUS_THREADPOOL_RELEASED_DURING_OPERATION0xC000070FThe threadpool 0x%p was released while a thread was posting a callback to 0x%p(0x%p) to it.
STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING0xC0000710A threadpool worker thread is impersonating a client, after a callback to 0x%p(0x%p). This is unexpected, indicating that the callback is missing a call to revert the impersonation.
STATUS_APC_RETURNED_WHILE_IMPERSONATING0xC0000711A threadpool worker thread is impersonating a client, after executing an APC. This is unexpected, indicating that the APC is missing a call to revert the impersonation.
STATUS_PROCESS_IS_PROTECTED0xC0000712Either the target process, or the target thread's containing process, is a protected process.
STATUS_MCA_EXCEPTION0xC0000713A Thread is getting dispatched with MCA EXCEPTION because of MCA.
STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE0xC0000714The client certificate account mapping is not unique.
STATUS_SYMLINK_CLASS_DISABLED0xC0000715The symbolic link cannot be followed because its type is disabled.
STATUS_INVALID_IDN_NORMALIZATION0xC0000716Indicates that the specified string is not valid for IDN normalization.
STATUS_NO_UNICODE_TRANSLATION0xC0000717No mapping for the Unicode character exists in the target multi-byte code page.
STATUS_ALREADY_REGISTERED0xC0000718The provided callback is already registered.
STATUS_CONTEXT_MISMATCH0xC0000719The provided context did not match the target.
STATUS_PORT_ALREADY_HAS_COMPLETION_LIST0xC000071AThe specified port already has a completion list.
STATUS_CALLBACK_RETURNED_THREAD_PRIORITY0xC000071BA threadpool worker thread enter a callback at thread base priority 0x%x and exited at priority 0x%x. This is unexpected, indicating that the callback missed restoring the priority.
STATUS_INVALID_THREAD0xC000071CAn invalid thread, handle %p, is specified for this operation. Possibly, a threadpool worker thread was specified.
STATUS_CALLBACK_RETURNED_TRANSACTION0xC000071DA threadpool worker thread enter a callback, which left transaction state. This is unexpected, indicating that the callback missed clearing the transaction.
STATUS_CALLBACK_RETURNED_LDR_LOCK0xC000071EA threadpool worker thread enter a callback, which left the loader lock held. This is unexpected, indicating that the callback missed releasing the lock.
STATUS_CALLBACK_RETURNED_LANG0xC000071FA threadpool worker thread enter a callback, which left with preferred languages set. This is unexpected, indicating that the callback missed clearing them.
STATUS_CALLBACK_RETURNED_PRI_BACK0xC0000720A threadpool worker thread enter a callback, which left with background priorities set. This is unexpected, indicating that the callback missed restoring the original priorities.
STATUS_CALLBACK_RETURNED_THREAD_AFFINITY0xC0000721A threadpool worker thread enter a callback at thread affinity %p and exited at affinity %p. This is unexpected, indicating that the callback missed restoring the priority.
STATUS_LPC_HANDLE_COUNT_EXCEEDED0xC0000722The caller has exceeded the maximum number of handles that may be transmitted in a single local procedure call.
STATUS_EXECUTABLE_MEMORY_WRITE0xC0000723A write to executable memory occurred for a process that is managing such operations.
STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE0xC0000724A write to executable memory occurred from kernel mode for a process that is managing such operations.
STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE0xC0000725A write to executable memory occurred from kernel mode while attached to a process that is managing such operations.
STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE0xC0000726A write to executable memory was triggered cross-process to a process that is managing such operations.
STATUS_DISK_REPAIR_DISABLED0xC0000800The attempted operation required self healing to be enabled.
STATUS_DS_DOMAIN_RENAME_IN_PROGRESS0xC0000801The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
STATUS_DISK_QUOTA_EXCEEDED0xC0000802The requested file operation failed because the storage quota was exceeded. To free up disk space, move files to a different location or delete unnecessary files. For more information, contact your system administrator.
STATUS_CONTENT_BLOCKED0xC0000804The requested file operation failed because the storage policy blocks that type of file. For more information, contact your system administrator.
STATUS_BAD_CLUSTERS0xC0000805The operation could not be completed due to bad clusters on disk.
STATUS_VOLUME_DIRTY0xC0000806The operation could not be completed because the volume is dirty. Please run chkdsk and try again.
STATUS_DISK_REPAIR_UNSUCCESSFUL0xC0000808The volume repair was not successful.
STATUS_CORRUPT_LOG_OVERFULL0xC0000809One of the volume corruption logs is full. Further corruptions that may be detected won't be logged.
STATUS_CORRUPT_LOG_CORRUPTED0xC000080AOne of the volume corruption logs is internally corrupted and needs to be recreated. The volume may contain undetected corruptions and must be scanned.
STATUS_CORRUPT_LOG_UNAVAILABLE0xC000080BOne of the volume corruption logs is unavailable for being operated on.
STATUS_CORRUPT_LOG_DELETED_FULL0xC000080COne of the volume corruption logs was deleted while still having corruption records in them. The volume contains detected corruptions and must be scanned.
STATUS_CORRUPT_LOG_CLEARED0xC000080DOne of the volume corruption logs was cleared by chkdsk and no longer contains real corruptions.
STATUS_ORPHAN_NAME_EXHAUSTED0xC000080EOrphaned files exist on the volume but could not be recovered because no more new names could be created in the recovery directory. Files must be moved from the recovery directory.
STATUS_PROACTIVE_SCAN_IN_PROGRESS0xC000080FThe operation could not be completed because an instance of Proactive Scanner is currently running.
STATUS_ENCRYPTED_IO_NOT_POSSIBLE0xC0000810The read or write operation to an encrypted file could not be completed because the file has not been opened for data access.
STATUS_CORRUPT_LOG_UPLEVEL_RECORDS0xC0000811One of the volume corruption logs comes from a newer version of Windows and contains corruption records. The log will be emptied and reset to the current version, and the volume health state will be updated accordingly.
STATUS_FILE_CHECKED_OUT0xC0000901This file is checked out or locked for editing by another user.
STATUS_CHECKOUT_REQUIRED0xC0000902The file must be checked out before saving changes.
STATUS_BAD_FILE_TYPE0xC0000903The file type being saved or retrieved has been blocked.
STATUS_FILE_TOO_LARGE0xC0000904The file size exceeds the limit allowed and cannot be saved.
STATUS_FORMS_AUTH_REQUIRED0xC0000905Access Denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically.
STATUS_VIRUS_INFECTED0xC0000906Operation did not complete successfully because the file contains a virus or potentially unwanted software.
STATUS_VIRUS_DELETED0xC0000907This file contains a virus or potentially unwanted software and cannot be opened. Due to the nature of this virus or potentially unwanted software, the file has been removed from this location.
STATUS_BAD_MCFG_TABLE0xC0000908The resources required for this device conflict with the MCFG table.
STATUS_CANNOT_BREAK_OPLOCK0xC0000909The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.
STATUS_BAD_KEY0xC000090ABad key.
STATUS_BAD_DATA0xC000090BBad data.
STATUS_NO_KEY0xC000090CKey does not exist.
STATUS_FILE_HANDLE_REVOKED0xC0000910Access to the specified file handle has been revoked.
STATUS_WOW_ASSERTION0xC0009898WOW Assertion Error.
STATUS_INVALID_SIGNATURE0xC000A000The cryptographic signature is invalid.
STATUS_HMAC_NOT_SUPPORTED0xC000A001The cryptographic provider does not support HMAC.
STATUS_AUTH_TAG_MISMATCH0xC000A002The computed authentication tag did not match the input authentication tag.
STATUS_INVALID_STATE_TRANSITION0xC000A003The requested state transition is invalid and cannot be performed.
STATUS_INVALID_KERNEL_INFO_VERSION0xC000A004The supplied kernel information version is invalid.
STATUS_INVALID_PEP_INFO_VERSION0xC000A005The supplied PEP information version is invalid.
STATUS_HANDLE_REVOKED0xC000A006Access to the specified handle has been revoked.
STATUS_EOF_ON_GHOSTED_RANGE0xC000A007The file operation will result in the end of file being on a ghosted range.
STATUS_IPSEC_QUEUE_OVERFLOW0xC000A010The IPSEC queue overflowed.
STATUS_ND_QUEUE_OVERFLOW0xC000A011The neighbor discovery queue overflowed.
STATUS_HOPLIMIT_EXCEEDED0xC000A012An ICMP hop limit exceeded error was received.
STATUS_PROTOCOL_NOT_SUPPORTED0xC000A013The protocol is not installed on the local machine.
STATUS_FASTPATH_REJECTED0xC000A014An operation or data has been rejected while on the network fast path.
STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED0xC000A080{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Please try to save this file elsewhere.
STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR0xC000A081{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Please try to save this file elsewhere.
STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR0xC000A082{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected.
STATUS_XML_PARSE_ERROR0xC000A083Windows was unable to parse the requested XML data.
STATUS_XMLDSIG_ERROR0xC000A084An error was encountered while processing an XML digital signature.
STATUS_WRONG_COMPARTMENT0xC000A085Indicates that the caller made the connection request in the wrong routing compartment.
STATUS_AUTHIP_FAILURE0xC000A086Indicates that there was an AuthIP failure when attempting to connect to the remote host.
STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS0xC000A087OID mapped groups cannot have members.
STATUS_DS_OID_NOT_FOUND0xC000A088The specified OID cannot be found.
STATUS_INCORRECT_ACCOUNT_TYPE0xC000A089The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider's online site.
STATUS_HASH_NOT_SUPPORTED0xC000A100Hash generation for the specified version and hash type is not enabled on server.
STATUS_HASH_NOT_PRESENT0xC000A101The hash requests is not present or not up to date with the current file contents.
STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED0xC000A121The secondary interrupt controller instance that manages the specified interrupt is not registered.
STATUS_GPIO_CLIENT_INFORMATION_INVALID0xC000A122The information supplied by the GPIO client driver is invalid.
STATUS_GPIO_VERSION_NOT_SUPPORTED0xC000A123The version specified by the GPIO client driver is not supported.
STATUS_GPIO_INVALID_REGISTRATION_PACKET0xC000A124The registration packet supplied by the GPIO client driver is not valid.
STATUS_GPIO_OPERATION_DENIED0xC000A125The requested operation is not supported for the specified handle.
STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE0xC000A126The requested connect mode conflicts with an existing mode on one or more of the specified pins.
STATUS_CANNOT_SWITCH_RUNLEVEL0xC000A141The requested run level switch cannot be completed successfully since one or more services refused to stop or restart.
STATUS_INVALID_RUNLEVEL_SETTING0xC000A142The service has an invalid run level setting. The run level for a service must not be higher than the run level of its dependent services.
STATUS_RUNLEVEL_SWITCH_TIMEOUT0xC000A143The requested run level switch cannot be completed successfully since one or more services will not stop or restart within the specified timeout.
STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT0xC000A145A run level switch agent did not respond within the specified timeout.
STATUS_RUNLEVEL_SWITCH_IN_PROGRESS0xC000A146A run level switch is currently in progress.
STATUS_NOT_APPCONTAINER0xC000A200This operation is only valid in the context of an app container.
STATUS_NOT_SUPPORTED_IN_APPCONTAINER0xC000A201This functionality is not supported in the context of an app container.
STATUS_INVALID_PACKAGE_SID_LENGTH0xC000A202The length of the SID supplied is not a valid length for app container SIDs.
STATUS_LPAC_ACCESS_DENIED0xC000A203Access to the specified resource has been denied for a less privileged app container.
STATUS_ADMINLESS_ACCESS_DENIED0xC000A204Access to the specified resource has been denied for an adminless system.
STATUS_APP_DATA_NOT_FOUND0xC000A281Fast Cache data not found.
STATUS_APP_DATA_EXPIRED0xC000A282Fast Cache data expired.
STATUS_APP_DATA_CORRUPT0xC000A283Fast Cache data corrupt.
STATUS_APP_DATA_LIMIT_EXCEEDED0xC000A284Fast Cache data has exceeded its max size and cannot be updated.
STATUS_APP_DATA_REBOOT_REQUIRED0xC000A285Fast Cache has been ReArmed and requires a reboot until it can be updated.
STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED0xC000A2A1The copy offload read operation is not supported by a filter.
STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED0xC000A2A2The copy offload write operation is not supported by a filter.
STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED0xC000A2A3The copy offload read operation is not supported for the file.
STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED0xC000A2A4The copy offload write operation is not supported for the file.
STATUS_WOF_WIM_HEADER_CORRUPT0xC000A2A5The WOF driver encountered a corruption in WIM image's Header.
STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT0xC000A2A6The WOF driver encountered a corruption in WIM image's Resource Table.
STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT0xC000A2A7The WOF driver encountered a corruption in the compressed file's Resource Table.
STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE0xC000CE01The provider that supports file system virtualization is temporarily unavailable.
STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT0xC000CE02The metadata for file system virtualization is corrupt and unreadable.
STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY0xC000CE03The provider that supports file system virtualization is too busy to complete this operation.
STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN0xC000CE04The provider that supports file system virtualization is unknown.
STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION0xC000CE05The virtualization operation is not allowed on the file in its current state.
STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT0xC000CF00The cloud sync root metadata is corrupted.
STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING0xC000CF01The cloud file provider is not running.
STATUS_CLOUD_FILE_METADATA_CORRUPT0xC000CF02The cloud file metadata is corrupt and unreadable.
STATUS_CLOUD_FILE_METADATA_TOO_LARGE0xC000CF03The cloud file metadata is too large.
STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED0xC000CF06The version of the cloud file property store is not supported.
STATUS_NOT_A_CLOUD_FILE0xC000CF07The file is not a cloud file.
STATUS_CLOUD_FILE_NOT_IN_SYNC0xC000CF08The file is not in sync with the cloud.
STATUS_CLOUD_FILE_ALREADY_CONNECTED0xC000CF09The cloud sync root is already connected with another cloud sync provider.
STATUS_CLOUD_FILE_NOT_SUPPORTED0xC000CF0AThe operation is not supported by the cloud sync provider.
STATUS_CLOUD_FILE_INVALID_REQUEST0xC000CF0BThe cloud operation is invalid.
STATUS_CLOUD_FILE_READ_ONLY_VOLUME0xC000CF0CThe cloud operation is not supported on a read-only volume.
STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY0xC000CF0DThe operation is reserved for a connected cloud sync provider.
STATUS_CLOUD_FILE_VALIDATION_FAILED0xC000CF0EThe cloud sync provider failed to validate the downloaded data.
STATUS_CLOUD_FILE_AUTHENTICATION_FAILED0xC000CF0FThe cloud sync provider failed user authentication.
STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES0xC000CF10The cloud sync provider failed to perform the operation due to low system resources.
STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE0xC000CF11The cloud sync provider failed to perform the operation due to network being unavailable.
STATUS_CLOUD_FILE_UNSUCCESSFUL0xC000CF12The cloud operation was unsuccessful.
STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT0xC000CF13The operation is only supported on files under a cloud sync root.
STATUS_CLOUD_FILE_IN_USE0xC000CF14The operation cannot be performed on cloud files in use.
STATUS_CLOUD_FILE_PINNED0xC000CF15The operation cannot be performed on pinned cloud files.
STATUS_CLOUD_FILE_REQUEST_ABORTED0xC000CF16The cloud operation was aborted.
STATUS_CLOUD_FILE_PROPERTY_CORRUPT0xC000CF17The cloud file's property store is corrupt.
STATUS_CLOUD_FILE_ACCESS_DENIED0xC000CF18Access to the cloud file is denied.
STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS0xC000CF19The cloud operation cannot be performed on a file with incompatible hardlinks.
STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT0xC000CF1AThe operation failed due to a conflicting cloud file property lock.
STATUS_CLOUD_FILE_REQUEST_CANCELED0xC000CF1BThe cloud operation was canceled by user.
STATUS_CLOUD_FILE_PROVIDER_TERMINATED0xC000CF1DThe cloud file provider exited unexpectedly.
STATUS_NOT_A_CLOUD_SYNC_ROOT0xC000CF1EThe file is not a cloud sync root.
DBG_NO_STATE_CHANGE0xC0010001Debugger did not perform a state change.
DBG_APP_NOT_IDLE0xC0010002Debugger has found the application is not idle.
RPC_NT_INVALID_STRING_BINDING0xC0020001The string binding is invalid.
RPC_NT_WRONG_KIND_OF_BINDING0xC0020002The binding handle is not the correct type.
RPC_NT_INVALID_BINDING0xC0020003The binding handle is invalid.
RPC_NT_PROTSEQ_NOT_SUPPORTED0xC0020004The RPC protocol sequence is not supported.
RPC_NT_INVALID_RPC_PROTSEQ0xC0020005The RPC protocol sequence is invalid.
RPC_NT_INVALID_STRING_UUID0xC0020006The string UUID is invalid.
RPC_NT_INVALID_ENDPOINT_FORMAT0xC0020007The endpoint format is invalid.
RPC_NT_INVALID_NET_ADDR0xC0020008The network address is invalid.
RPC_NT_NO_ENDPOINT_FOUND0xC0020009No endpoint was found.
RPC_NT_INVALID_TIMEOUT0xC002000AThe timeout value is invalid.
RPC_NT_OBJECT_NOT_FOUND0xC002000BThe object UUID was not found.
RPC_NT_ALREADY_REGISTERED0xC002000CThe object UUID has already been registered.
RPC_NT_TYPE_ALREADY_REGISTERED0xC002000DThe type UUID has already been registered.
RPC_NT_ALREADY_LISTENING0xC002000EThe RPC server is already listening.
RPC_NT_NO_PROTSEQS_REGISTERED0xC002000FNo protocol sequences have been registered.
RPC_NT_NOT_LISTENING0xC0020010The RPC server is not listening.
RPC_NT_UNKNOWN_MGR_TYPE0xC0020011The manager type is unknown.
RPC_NT_UNKNOWN_IF0xC0020012The interface is unknown.
RPC_NT_NO_BINDINGS0xC0020013There are no bindings.
RPC_NT_NO_PROTSEQS0xC0020014There are no protocol sequences.
RPC_NT_CANT_CREATE_ENDPOINT0xC0020015The endpoint cannot be created.
RPC_NT_OUT_OF_RESOURCES0xC0020016Not enough resources are available to complete this operation.
RPC_NT_SERVER_UNAVAILABLE0xC0020017The RPC server is unavailable.
RPC_NT_SERVER_TOO_BUSY0xC0020018The RPC server is too busy to complete this operation.
RPC_NT_INVALID_NETWORK_OPTIONS0xC0020019The network options are invalid.
RPC_NT_NO_CALL_ACTIVE0xC002001AThere are no remote procedure calls active on this thread.
RPC_NT_CALL_FAILED0xC002001BThe remote procedure call failed.
RPC_NT_CALL_FAILED_DNE0xC002001CThe remote procedure call failed and did not execute.
RPC_NT_PROTOCOL_ERROR0xC002001DAn RPC protocol error occurred.
RPC_NT_UNSUPPORTED_TRANS_SYN0xC002001FThe transfer syntax is not supported by the RPC server.
RPC_NT_UNSUPPORTED_TYPE0xC0020021The type UUID is not supported.
RPC_NT_INVALID_TAG0xC0020022The tag is invalid.
RPC_NT_INVALID_BOUND0xC0020023The array bounds are invalid.
RPC_NT_NO_ENTRY_NAME0xC0020024The binding does not contain an entry name.
RPC_NT_INVALID_NAME_SYNTAX0xC0020025The name syntax is invalid.
RPC_NT_UNSUPPORTED_NAME_SYNTAX0xC0020026The name syntax is not supported.
RPC_NT_UUID_NO_ADDRESS0xC0020028No network address is available to use to construct a UUID.
RPC_NT_DUPLICATE_ENDPOINT0xC0020029The endpoint is a duplicate.
RPC_NT_UNKNOWN_AUTHN_TYPE0xC002002AThe authentication type is unknown.
RPC_NT_MAX_CALLS_TOO_SMALL0xC002002BThe maximum number of calls is too small.
RPC_NT_STRING_TOO_LONG0xC002002CThe string is too long.
RPC_NT_PROTSEQ_NOT_FOUND0xC002002DThe RPC protocol sequence was not found.
RPC_NT_PROCNUM_OUT_OF_RANGE0xC002002EThe procedure number is out of range.
RPC_NT_BINDING_HAS_NO_AUTH0xC002002FThe binding does not contain any authentication information.
RPC_NT_UNKNOWN_AUTHN_SERVICE0xC0020030The authentication service is unknown.
RPC_NT_UNKNOWN_AUTHN_LEVEL0xC0020031The authentication level is unknown.
RPC_NT_INVALID_AUTH_IDENTITY0xC0020032The security context is invalid.
RPC_NT_UNKNOWN_AUTHZ_SERVICE0xC0020033The authorization service is unknown.
EPT_NT_INVALID_ENTRY0xC0020034The entry is invalid.
EPT_NT_CANT_PERFORM_OP0xC0020035The operation cannot be performed.
EPT_NT_NOT_REGISTERED0xC0020036There are no more endpoints available from the endpoint mapper.
RPC_NT_NOTHING_TO_EXPORT0xC0020037No interfaces have been exported.
RPC_NT_INCOMPLETE_NAME0xC0020038The entry name is incomplete.
RPC_NT_INVALID_VERS_OPTION0xC0020039The version option is invalid.
RPC_NT_NO_MORE_MEMBERS0xC002003AThere are no more members.
RPC_NT_NOT_ALL_OBJS_UNEXPORTED0xC002003BThere is nothing to unexport.
RPC_NT_INTERFACE_NOT_FOUND0xC002003CThe interface was not found.
RPC_NT_ENTRY_ALREADY_EXISTS0xC002003DThe entry already exists.
RPC_NT_ENTRY_NOT_FOUND0xC002003EThe entry is not found.
RPC_NT_NAME_SERVICE_UNAVAILABLE0xC002003FThe name service is unavailable.
RPC_NT_INVALID_NAF_ID0xC0020040The network address family is invalid.
RPC_NT_CANNOT_SUPPORT0xC0020041The requested operation is not supported.
RPC_NT_NO_CONTEXT_AVAILABLE0xC0020042No security context is available to allow impersonation.
RPC_NT_INTERNAL_ERROR0xC0020043An internal error occurred in RPC.
RPC_NT_ZERO_DIVIDE0xC0020044The RPC server attempted an integer divide by zero.
RPC_NT_ADDRESS_ERROR0xC0020045An addressing error occurred in the RPC server.
RPC_NT_FP_DIV_ZERO0xC0020046A floating point operation at the RPC server caused a divide by zero.
RPC_NT_FP_UNDERFLOW0xC0020047A floating point underflow occurred at the RPC server.
RPC_NT_FP_OVERFLOW0xC0020048A floating point overflow occurred at the RPC server.
RPC_NT_CALL_IN_PROGRESS0xC0020049A remote procedure call is already in progress for this thread.
RPC_NT_NO_MORE_BINDINGS0xC002004AThere are no more bindings.
RPC_NT_GROUP_MEMBER_NOT_FOUND0xC002004BThe group member was not found.
EPT_NT_CANT_CREATE0xC002004CThe endpoint mapper database entry could not be created.
RPC_NT_INVALID_OBJECT0xC002004DThe object UUID is the nil UUID.
RPC_NT_NO_INTERFACES0xC002004FNo interfaces have been registered.
RPC_NT_CALL_CANCELLED0xC0020050The remote procedure call was cancelled.
RPC_NT_BINDING_INCOMPLETE0xC0020051The binding handle does not contain all required information.
RPC_NT_COMM_FAILURE0xC0020052A communications failure occurred during a remote procedure call.
RPC_NT_UNSUPPORTED_AUTHN_LEVEL0xC0020053The requested authentication level is not supported.
RPC_NT_NO_PRINC_NAME0xC0020054No principal name registered.
RPC_NT_NOT_RPC_ERROR0xC0020055The error specified is not a valid Windows RPC error code.
RPC_NT_SEC_PKG_ERROR0xC0020057A security package specific error occurred.
RPC_NT_NOT_CANCELLED0xC0020058Thread is not cancelled.
RPC_NT_INVALID_ASYNC_HANDLE0xC0020062Invalid asynchronous remote procedure call handle.
RPC_NT_INVALID_ASYNC_CALL0xC0020063Invalid asynchronous RPC call handle for this operation.
RPC_NT_PROXY_ACCESS_DENIED0xC0020064Access to the HTTP proxy is denied.
RPC_NT_COOKIE_AUTH_FAILED0xC0020065HTTP proxy server rejected the connection because the cookie authentication failed.
RPC_NT_NO_MORE_ENTRIES0xC0030001The list of RPC servers available for auto-handle binding has been exhausted.
RPC_NT_SS_CHAR_TRANS_OPEN_FAIL0xC0030002The file designated by DCERPCCHARTRANS cannot be opened.
RPC_NT_SS_CHAR_TRANS_SHORT_FILE0xC0030003The file containing the character translation table has fewer than 512 bytes.
RPC_NT_SS_IN_NULL_CONTEXT0xC0030004A null context handle is passed as an [in] parameter.
RPC_NT_SS_CONTEXT_MISMATCH0xC0030005The context handle does not match any known context handles.
RPC_NT_SS_CONTEXT_DAMAGED0xC0030006The context handle changed during a call.
RPC_NT_SS_HANDLES_MISMATCH0xC0030007The binding handles passed to a remote procedure call do not match.
RPC_NT_SS_CANNOT_GET_CALL_HANDLE0xC0030008The stub is unable to get the call handle.
RPC_NT_NULL_REF_POINTER0xC0030009A null reference pointer was passed to the stub.
RPC_NT_ENUM_VALUE_OUT_OF_RANGE0xC003000AThe enumeration value is out of range.
RPC_NT_BYTE_COUNT_TOO_SMALL0xC003000BThe byte count is too small.
RPC_NT_BAD_STUB_DATA0xC003000CThe stub received bad data.
RPC_NT_INVALID_ES_ACTION0xC0030059Invalid operation on the encoding/decoding handle.
RPC_NT_WRONG_ES_VERSION0xC003005AIncompatible version of the serializing package.
RPC_NT_WRONG_STUB_VERSION0xC003005BIncompatible version of the RPC stub.
RPC_NT_INVALID_PIPE_OBJECT0xC003005CThe RPC pipe object is invalid or corrupted.
RPC_NT_INVALID_PIPE_OPERATION0xC003005DAn invalid operation was attempted on an RPC pipe object.
RPC_NT_WRONG_PIPE_VERSION0xC003005EUnsupported RPC pipe version.
RPC_NT_PIPE_CLOSED0xC003005FThe RPC pipe object has already been closed.
RPC_NT_PIPE_DISCIPLINE_ERROR0xC0030060The RPC call completed before all pipes were processed.
RPC_NT_PIPE_EMPTY0xC0030061No more data is available from the RPC pipe.
STATUS_PNP_BAD_MPS_TABLE0xC0040035A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.
STATUS_PNP_TRANSLATION_FAILED0xC0040036A translator failed to translate resources.
STATUS_PNP_IRQ_TRANSLATION_FAILED0xC0040037A IRQ translator failed to translate resources.
STATUS_PNP_INVALID_ID0xC0040038Driver %2 returned invalid ID for a child device (%3).
STATUS_IO_REISSUE_AS_CACHED0xC0040039Reissue the given operation as a cached IO operation
STATUS_CTX_WINSTATION_NAME_INVALID0xC00A0001Session name %1 is invalid.
STATUS_CTX_INVALID_PD0xC00A0002The protocol driver %1 is invalid.
STATUS_CTX_PD_NOT_FOUND0xC00A0003The protocol driver %1 was not found in the system path.
STATUS_CTX_CLOSE_PENDING0xC00A0006A close operation is pending on the Terminal Connection.
STATUS_CTX_NO_OUTBUF0xC00A0007There are no free output buffers available.
STATUS_CTX_MODEM_INF_NOT_FOUND0xC00A0008The MODEM.INF file was not found.
STATUS_CTX_INVALID_MODEMNAME0xC00A0009The modem (%1) was not found in MODEM.INF.
STATUS_CTX_RESPONSE_ERROR0xC00A000AThe modem did not accept the command sent to it. Verify the configured modem name matches the attached modem.
STATUS_CTX_MODEM_RESPONSE_TIMEOUT0xC00A000BThe modem did not respond to the command sent to it. Verify the modem is properly cabled and powered on.
STATUS_CTX_MODEM_RESPONSE_NO_CARRIER0xC00A000CCarrier detect has failed or carrier has been dropped due to disconnect.
STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE0xC00A000DDial tone not detected within required time. Verify phone cable is properly attached and functional.
STATUS_CTX_MODEM_RESPONSE_BUSY0xC00A000EBusy signal detected at remote site on callback.
STATUS_CTX_MODEM_RESPONSE_VOICE0xC00A000FVoice detected at remote site on callback.
STATUS_CTX_TD_ERROR0xC00A0010Transport driver error
STATUS_CTX_LICENSE_CLIENT_INVALID0xC00A0012The client you are using is not licensed to use this system. Your logon request is denied.
STATUS_CTX_LICENSE_NOT_AVAILABLE0xC00A0013The system has reached its licensed logon limit. Please try again later.
STATUS_CTX_LICENSE_EXPIRED0xC00A0014The system license has expired. Your logon request is denied.
STATUS_CTX_WINSTATION_NOT_FOUND0xC00A0015The specified session cannot be found.
STATUS_CTX_WINSTATION_NAME_COLLISION0xC00A0016The specified session name is already in use.
STATUS_CTX_WINSTATION_BUSY0xC00A0017The task you are trying to do can't be completed because Remote Desktop Services is currently busy. Please try again in a few minutes. Other users should still be able to log on.
STATUS_CTX_BAD_VIDEO_MODE0xC00A0018An attempt has been made to connect to a session whose video mode is not supported by the current client.
STATUS_CTX_GRAPHICS_INVALID0xC00A0022The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
STATUS_CTX_NOT_CONSOLE0xC00A0024The requested operation can be performed only on the system console. This is most often the result of a driver or system DLL requiring direct console access.
STATUS_CTX_CLIENT_QUERY_TIMEOUT0xC00A0026The client failed to respond to the server connect message.
STATUS_CTX_CONSOLE_DISCONNECT0xC00A0027Disconnecting the console session is not supported.
STATUS_CTX_CONSOLE_CONNECT0xC00A0028Reconnecting a disconnected session to the console is not supported.
STATUS_CTX_SHADOW_DENIED0xC00A002AThe request to control another session remotely was denied.
STATUS_CTX_WINSTATION_ACCESS_DENIED0xC00A002BA process has requested access to a session, but has not been granted those access rights.
STATUS_CTX_INVALID_WD0xC00A002EThe Terminal Connection driver %1 is invalid.
STATUS_CTX_WD_NOT_FOUND0xC00A002FThe Terminal Connection driver %1 was not found in the system path.
STATUS_CTX_SHADOW_INVALID0xC00A0030The requested session cannot be controlled remotely. You cannot control your own session, a session that is trying to control your session, a session that has no user logged on, nor control other sessions from the console.
STATUS_CTX_SHADOW_DISABLED0xC00A0031The requested session is not configured to allow remote control.
STATUS_RDP_PROTOCOL_ERROR0xC00A0032The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
STATUS_CTX_CLIENT_LICENSE_NOT_SET0xC00A0033Your request to connect to this Terminal server has been rejected. Your Terminal Server Client license number has not been entered for this copy of the Terminal Client. Please call your system administrator for help in entering a valid, unique license number for this Terminal Server Client. Click OK to continue.
STATUS_CTX_CLIENT_LICENSE_IN_USE0xC00A0034Your request to connect to this Terminal server has been rejected. Your Terminal Server Client license number is currently being used by another user. Please call your system administrator to obtain a new copy of the Terminal Server Client with a valid, unique license number. Click OK to continue.
STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE0xC00A0035The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.
STATUS_CTX_SHADOW_NOT_RUNNING0xC00A0036Remote control could not be terminated because the specified session is not currently being remotely controlled.
STATUS_CTX_LOGON_DISABLED0xC00A0037Your interactive logon privilege has been disabled. Please contact your system administrator.
STATUS_CTX_SECURITY_LAYER_ERROR0xC00A0038The Terminal Server security layer detected an error in the protocol stream and has disconnected the client. Client IP: %2.
STATUS_TS_INCOMPATIBLE_SESSIONS0xC00A0039The target session is incompatible with the current session.
STATUS_TS_VIDEO_SUBSYSTEM_ERROR0xC00A003AWindows can't connect to your session because a problem occurred in the Windows video subsystem. Try connecting again later, or contact the server administrator for assistance.
STATUS_MUI_FILE_NOT_FOUND0xC00B0001The resource loader failed to find MUI file.
STATUS_MUI_INVALID_FILE0xC00B0002The resource loader failed to load MUI file because the file fail to pass validation.
STATUS_MUI_INVALID_RC_CONFIG0xC00B0003The RC Manifest is corrupted with garbage data or unsupported version or missing required item.
STATUS_MUI_INVALID_LOCALE_NAME0xC00B0004The RC Manifest has invalid culture name.
STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME0xC00B0005The RC Manifest has invalid ultimatefallback name.
STATUS_MUI_FILE_NOT_LOADED0xC00B0006The resource loader cache doesn't have loaded MUI entry.
STATUS_RESOURCE_ENUM_USER_STOP0xC00B0007User stopped resource enumeration.
STATUS_CLUSTER_INVALID_NODE0xC0130001The cluster node is not valid.
STATUS_CLUSTER_NODE_EXISTS0xC0130002The cluster node already exists.
STATUS_CLUSTER_JOIN_IN_PROGRESS0xC0130003A node is in the process of joining the cluster.
STATUS_CLUSTER_NODE_NOT_FOUND0xC0130004The cluster node was not found.
STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND0xC0130005The cluster local node information was not found.
STATUS_CLUSTER_NETWORK_EXISTS0xC0130006The cluster network already exists.
STATUS_CLUSTER_NETWORK_NOT_FOUND0xC0130007The cluster network was not found.
STATUS_CLUSTER_NETINTERFACE_EXISTS0xC0130008The cluster network interface already exists.
STATUS_CLUSTER_NETINTERFACE_NOT_FOUND0xC0130009The cluster network interface was not found.
STATUS_CLUSTER_INVALID_REQUEST0xC013000AThe cluster request is not valid for this object.
STATUS_CLUSTER_INVALID_NETWORK_PROVIDER0xC013000BThe cluster network provider is not valid.
STATUS_CLUSTER_NODE_DOWN0xC013000CThe cluster node is down.
STATUS_CLUSTER_NODE_UNREACHABLE0xC013000DThe cluster node is not reachable.
STATUS_CLUSTER_NODE_NOT_MEMBER0xC013000EThe cluster node is not a member of the cluster.
STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS0xC013000FA cluster join operation is not in progress.
STATUS_CLUSTER_INVALID_NETWORK0xC0130010The cluster network is not valid.
STATUS_CLUSTER_NO_NET_ADAPTERS0xC0130011No network adapters are available.
STATUS_CLUSTER_NODE_UP0xC0130012The cluster node is up.
STATUS_CLUSTER_NODE_PAUSED0xC0130013The cluster node is paused.
STATUS_CLUSTER_NODE_NOT_PAUSED0xC0130014The cluster node is not paused.
STATUS_CLUSTER_NO_SECURITY_CONTEXT0xC0130015No cluster security context is available.
STATUS_CLUSTER_NETWORK_NOT_INTERNAL0xC0130016The cluster network is not configured for internal cluster communication.
STATUS_CLUSTER_POISONED0xC0130017The cluster node has been poisoned.
STATUS_CLUSTER_NON_CSV_PATH0xC0130018The path does not belong to a cluster shared volume.
STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL0xC0130019The cluster shared volume is not locally mounted.
STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS0xC0130020The operation has failed because read oplock break is in progress.
STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR0xC0130021The operation has failed. CSVFS has to pause and refresh information.
STATUS_CLUSTER_CSV_REDIRECTED0xC0130022The operation has failed. CSVFS does not allow block i/o in redirected mode.
STATUS_CLUSTER_CSV_NOT_REDIRECTED0xC0130023The operation has failed. CSVFS is not in redirected mode.
STATUS_CLUSTER_CSV_VOLUME_DRAINING0xC0130024CSVFS is failing operation because it is in draining state.
STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS0xC0130025The operation has failed because snapshot creation is in progress.
STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL0xC0130026The operation has succeeded on the down level file system, but CSV is failing it because it is in draining state.
STATUS_CLUSTER_CSV_NO_SNAPSHOTS0xC0130027Volsnap on the coordinating node returned an error indicating that there is no snapshots on this volume.
STATUS_CSV_IO_PAUSE_TIMEOUT0xC0130028The operation has failed because CSV volume was not able to recover in time specified on this file object.
STATUS_CLUSTER_CSV_INVALID_HANDLE0xC0130029The operation has failed because CSV has invalidated this file object.
STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR0xC0130030This operation is supported only on the CSV coordinator node.
STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED0xC0130031Cluster CAM has detected that someone is trying to replay ticket.
STATUS_ACPI_INVALID_OPCODE0xC0140001An attempt was made to run an invalid AML opcode
STATUS_ACPI_STACK_OVERFLOW0xC0140002The AML Interpreter Stack has overflowed
STATUS_ACPI_ASSERT_FAILED0xC0140003An inconsistent state has occurred
STATUS_ACPI_INVALID_INDEX0xC0140004An attempt was made to access an array outside of its bounds
STATUS_ACPI_INVALID_ARGUMENT0xC0140005A required argument was not specified
STATUS_ACPI_FATAL0xC0140006A fatal error has occurred
STATUS_ACPI_INVALID_SUPERNAME0xC0140007An invalid SuperName was specified
STATUS_ACPI_INVALID_ARGTYPE0xC0140008An argument with an incorrect type was specified
STATUS_ACPI_INVALID_OBJTYPE0xC0140009An object with an incorrect type was specified
STATUS_ACPI_INVALID_TARGETTYPE0xC014000AA target with an incorrect type was specified
STATUS_ACPI_INCORRECT_ARGUMENT_COUNT0xC014000BAn incorrect number of arguments were specified
STATUS_ACPI_ADDRESS_NOT_MAPPED0xC014000CAn address failed to translate
STATUS_ACPI_INVALID_EVENTTYPE0xC014000DAn incorrect event type was specified
STATUS_ACPI_HANDLER_COLLISION0xC014000EA handler for the target already exists
STATUS_ACPI_INVALID_DATA0xC014000FInvalid data for the target was specified
STATUS_ACPI_INVALID_REGION0xC0140010An invalid region for the target was specified
STATUS_ACPI_INVALID_ACCESS_SIZE0xC0140011An attempt was made to access a field outside of the defined range
STATUS_ACPI_ACQUIRE_GLOBAL_LOCK0xC0140012The Global system lock could not be acquired
STATUS_ACPI_ALREADY_INITIALIZED0xC0140013An attempt was made to reinitialize the ACPI subsystem
STATUS_ACPI_NOT_INITIALIZED0xC0140014The ACPI subsystem has not been initialized
STATUS_ACPI_INVALID_MUTEX_LEVEL0xC0140015An incorrect mutex was specified
STATUS_ACPI_MUTEX_NOT_OWNED0xC0140016The mutex is not currently owned
STATUS_ACPI_MUTEX_NOT_OWNER0xC0140017An attempt was made to access the mutex by a process that was not the owner
STATUS_ACPI_RS_ACCESS0xC0140018An error occurred during an access to Region Space
STATUS_ACPI_INVALID_TABLE0xC0140019An attempt was made to use an incorrect table
STATUS_ACPI_REG_HANDLER_FAILED0xC0140020The registration of an ACPI event failed
STATUS_ACPI_POWER_REQUEST_FAILED0xC0140021An ACPI Power Object failed to transition state
STATUS_SXS_SECTION_NOT_FOUND0xC0150001The requested section is not present in the activation context.
STATUS_SXS_CANT_GEN_ACTCTX0xC0150002Windows was not able to process the application binding information. Please refer to your System Event Log for further information.
STATUS_SXS_INVALID_ACTCTXDATA_FORMAT0xC0150003The application binding data format is invalid.
STATUS_SXS_ASSEMBLY_NOT_FOUND0xC0150004The referenced assembly is not installed on your system.
STATUS_SXS_MANIFEST_FORMAT_ERROR0xC0150005The manifest file does not begin with the required tag and format information.
STATUS_SXS_MANIFEST_PARSE_ERROR0xC0150006The manifest file contains one or more syntax errors.
STATUS_SXS_ACTIVATION_CONTEXT_DISABLED0xC0150007The application attempted to activate a disabled activation context.
STATUS_SXS_KEY_NOT_FOUND0xC0150008The requested lookup key was not found in any active activation context.
STATUS_SXS_VERSION_CONFLICT0xC0150009A component version required by the application conflicts with another component version already active.
STATUS_SXS_WRONG_SECTION_TYPE0xC015000AThe type requested activation context section does not match the query API used.
STATUS_SXS_THREAD_QUERIES_DISABLED0xC015000BLack of system resources has required isolated activation to be disabled for the current thread of execution.
STATUS_SXS_ASSEMBLY_MISSING0xC015000CThe referenced assembly could not be found.
STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET0xC015000EAn attempt to set the process default activation context failed because the process default activation context was already set.
STATUS_SXS_EARLY_DEACTIVATION0xC015000FThe activation context being deactivated is not the most recently activated one.
STATUS_SXS_INVALID_DEACTIVATION0xC0150010The activation context being deactivated is not active for the current thread of execution.
STATUS_SXS_MULTIPLE_DEACTIVATION0xC0150011The activation context being deactivated has already been deactivated.
STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY0xC0150012The activation context of system default assembly could not be generated.
STATUS_SXS_PROCESS_TERMINATION_REQUESTED0xC0150013A component used by the isolation facility has requested to terminate the process.
STATUS_SXS_CORRUPT_ACTIVATION_STACK0xC0150014The activation context activation stack for the running thread of execution is corrupt.
STATUS_SXS_CORRUPTION0xC0150015The application isolation metadata for this process or thread has become corrupt.
STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE0xC0150016The value of an attribute in an identity is not within the legal range.
STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME0xC0150017The name of an attribute in an identity is not within the legal range.
STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE0xC0150018An identity contains two definitions for the same attribute.
STATUS_SXS_IDENTITY_PARSE_ERROR0xC0150019The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value.
STATUS_SXS_COMPONENT_STORE_CORRUPT0xC015001AThe component store has been corrupted.
STATUS_SXS_FILE_HASH_MISMATCH0xC015001BA component's file does not match the verification information present in the component manifest.
STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT0xC015001CThe identities of the manifests are identical but their contents are different.
STATUS_SXS_IDENTITIES_DIFFERENT0xC015001DThe component identities are different.
STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT0xC015001EThe assembly is not a deployment.
STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY0xC015001FThe file is not a part of the assembly.
STATUS_ADVANCED_INSTALLER_FAILED0xC0150020An advanced installer failed during setup or servicing.
STATUS_XML_ENCODING_MISMATCH0xC0150021The character encoding in the XML declaration did not match the encoding used in the document.
STATUS_SXS_MANIFEST_TOO_BIG0xC0150022The size of the manifest exceeds the maximum allowed.
STATUS_SXS_SETTING_NOT_REGISTERED0xC0150023The setting is not registered.
STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE0xC0150024One or more required members of the transaction are not present.
STATUS_SMI_PRIMITIVE_INSTALLER_FAILED0xC0150025The SMI primitive installer failed during setup or servicing.
STATUS_GENERIC_COMMAND_FAILED0xC0150026A generic command executable returned a result that indicates failure.
STATUS_SXS_FILE_HASH_MISSING0xC0150027A component is missing file verification information in its manifest.
STATUS_TRANSACTIONAL_CONFLICT0xC0190001The function attempted to use a name that is reserved for use by another transaction.
STATUS_INVALID_TRANSACTION0xC0190002The transaction handle associated with this operation is not valid.
STATUS_TRANSACTION_NOT_ACTIVE0xC0190003The requested operation was made in the context of a transaction that is no longer active.
STATUS_TM_INITIALIZATION_FAILED0xC0190004The Transaction Manager was unable to be successfully initialized. Transacted operations are not supported.
STATUS_RM_NOT_ACTIVE0xC0190005Transaction support within the specified resource manager is not started or was shut down due to an error.
STATUS_RM_METADATA_CORRUPT0xC0190006The metadata of the RM has been corrupted. The RM will not function.
STATUS_TRANSACTION_NOT_JOINED0xC0190007The resource manager has attempted to prepare a transaction that it has not successfully joined.
STATUS_DIRECTORY_NOT_RM0xC0190008The specified directory does not contain a file system resource manager.
STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE0xC019000AThe remote server or share does not support transacted file operations.
STATUS_LOG_RESIZE_INVALID_SIZE0xC019000BThe requested log size for the file system resource manager is invalid.
STATUS_REMOTE_FILE_VERSION_MISMATCH0xC019000CThe remote server sent mismatching version number or Fid for a file opened with transactions.
STATUS_CRM_PROTOCOL_ALREADY_EXISTS0xC019000FThe RM tried to register a protocol that already exists.
STATUS_TRANSACTION_PROPAGATION_FAILED0xC0190010The attempt to propagate the Transaction failed.
STATUS_CRM_PROTOCOL_NOT_FOUND0xC0190011The requested propagation protocol was not registered as a CRM.
STATUS_TRANSACTION_SUPERIOR_EXISTS0xC0190012The Transaction object already has a superior enlistment, and the caller attempted an operation that would have created a new superior. Only a single superior enlistment is allowed.
STATUS_TRANSACTION_REQUEST_NOT_VALID0xC0190013The requested operation is not valid on the Transaction object in its current state.
STATUS_TRANSACTION_NOT_REQUESTED0xC0190014The caller has called a response API, but the response is not expected because the TM did not issue the corresponding request to the caller.
STATUS_TRANSACTION_ALREADY_ABORTED0xC0190015It is too late to perform the requested operation, since the Transaction has already been aborted.
STATUS_TRANSACTION_ALREADY_COMMITTED0xC0190016It is too late to perform the requested operation, since the Transaction has already been committed.
STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER0xC0190017The buffer passed in to NtPushTransaction or NtPullTransaction is not in a valid format.
STATUS_CURRENT_TRANSACTION_NOT_VALID0xC0190018The current transaction context associated with the thread is not a valid handle to a transaction object.
STATUS_LOG_GROWTH_FAILED0xC0190019An attempt to create space in the transactional resource manager's log failed. The failure status has been recorded in the event log.
STATUS_OBJECT_NO_LONGER_EXISTS0xC0190021The object (file, stream, link) corresponding to the handle has been deleted by a transaction savepoint rollback.
STATUS_STREAM_MINIVERSION_NOT_FOUND0xC0190022The specified file miniversion was not found for this transacted file open.
STATUS_STREAM_MINIVERSION_NOT_VALID0xC0190023The specified file miniversion was found but has been invalidated. Most likely cause is a transaction savepoint rollback.
STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION0xC0190024A miniversion may only be opened in the context of the transaction that created it.
STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT0xC0190025It is not possible to open a miniversion with modify access.
STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS0xC0190026It is not possible to create any more miniversions for this stream.
STATUS_HANDLE_NO_LONGER_VALID0xC0190028The handle has been invalidated by a transaction. The most likely cause is the presence of memory mapping on a file or an open handle when the transaction ended or rolled back to savepoint.
STATUS_LOG_CORRUPTION_DETECTED0xC0190030The log data is corrupt.
STATUS_RM_DISCONNECTED0xC0190032The transaction outcome is unavailable because the resource manager responsible for it has disconnected.
STATUS_ENLISTMENT_NOT_SUPERIOR0xC0190033The request was rejected because the enlistment in question is not a superior enlistment.
STATUS_FILE_IDENTITY_NOT_PERSISTENT0xC0190036The file cannot be opened transactionally, because its identity depends on the outcome of an unresolved transaction.
STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY0xC0190037The operation cannot be performed because another transaction is depending on the fact that this property will not change.
STATUS_CANT_CROSS_RM_BOUNDARY0xC0190038The operation would involve a single file with two transactional resource managers and is therefore not allowed.
STATUS_TXF_DIR_NOT_EMPTY0xC0190039The $Txf directory must be empty for this operation to succeed.
STATUS_INDOUBT_TRANSACTIONS_EXIST0xC019003AThe operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.
STATUS_TM_VOLATILE0xC019003BThe operation could not be completed because the transaction manager does not have a log.
STATUS_ROLLBACK_TIMER_EXPIRED0xC019003CA rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.
STATUS_TXF_ATTRIBUTE_CORRUPT0xC019003DThe transactional metadata attribute on the file or directory %hs is corrupt and unreadable.
STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION0xC019003EThe encryption operation could not be completed because a transaction is active.
STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED0xC019003FThis object is not allowed to be opened in a transaction.
STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE0xC0190040Memory mapping (creating a mapped section) a remote file under a transaction is not supported.
STATUS_TRANSACTION_REQUIRED_PROMOTION0xC0190043Promotion was required in order to allow the resource manager to enlist, but the transaction was set to disallow it.
STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION0xC0190044This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.
STATUS_TRANSACTIONS_NOT_FROZEN0xC0190045The request to thaw frozen transactions was ignored because transactions had not previously been frozen.
STATUS_TRANSACTION_FREEZE_IN_PROGRESS0xC0190046Transactions cannot be frozen because a freeze is already in progress.
STATUS_NOT_SNAPSHOT_VOLUME0xC0190047The target volume is not a snapshot volume. This operation is only valid on a volume mounted as a snapshot.
STATUS_NO_SAVEPOINT_WITH_OPEN_FILES0xC0190048The savepoint operation failed because files are open on the transaction. This is not permitted.
STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION0xC0190049The sparse operation could not be completed because a transaction is active on the file.
STATUS_TM_IDENTITY_MISMATCH0xC019004AThe call to create a TransactionManager object failed because the Tm Identity stored in the logfile does not match the Tm Identity that was passed in as an argument.
STATUS_FLOATED_SECTION0xC019004BI/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.
STATUS_CANNOT_ACCEPT_TRANSACTED_WORK0xC019004CThe transactional resource manager cannot currently accept transacted work due to a transient condition such as low resources.
STATUS_CANNOT_ABORT_TRANSACTIONS0xC019004DThe transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manger has been shut down.
STATUS_TRANSACTION_NOT_FOUND0xC019004EThe specified Transaction was unable to be opened, because it was not found.
STATUS_RESOURCEMANAGER_NOT_FOUND0xC019004FThe specified ResourceManager was unable to be opened, because it was not found.
STATUS_ENLISTMENT_NOT_FOUND0xC0190050The specified Enlistment was unable to be opened, because it was not found.
STATUS_TRANSACTIONMANAGER_NOT_FOUND0xC0190051The specified TransactionManager was unable to be opened, because it was not found.
STATUS_TRANSACTIONMANAGER_NOT_ONLINE0xC0190052The object specified could not be created or opened, because its associated TransactionManager is not online. The TransactionManager must be brought fully Online by calling RecoverTransactionManager to recover to the end of its LogFile before objects in its Transaction or ResourceManager namespaces can be opened. In addition, errors in writing records to its LogFile can cause a TransactionManager to go offline.
STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION0xC0190053The specified TransactionManager was unable to create the objects contained in its logfile in the Ob namespace. Therefore, the TransactionManager was unable to recover.
STATUS_TRANSACTION_NOT_ROOT0xC0190054The call to create a superior Enlistment on this Transaction object could not be completed, because the Transaction object specified for the enlistment is a subordinate branch of the Transaction. Only the root of the Transaction can be enlisted on as a superior.
STATUS_TRANSACTION_OBJECT_EXPIRED0xC0190055Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.
STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION0xC0190056The compression operation could not be completed because a transaction is active on the file.
STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED0xC0190057The specified operation could not be performed on this Superior enlistment, because the enlistment was not created with the corresponding completion response in the NotificationMask.
STATUS_TRANSACTION_RECORD_TOO_LONG0xC0190058The specified operation could not be performed, because the record that would be logged was too long. This can occur because of two conditions: either there are too many Enlistments on this Transaction, or the combined RecoveryInformation being logged on behalf of those Enlistments is too long.
STATUS_NO_LINK_TRACKING_IN_TRANSACTION0xC0190059The link tracking operation could not be completed because a transaction is active.
STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION0xC019005AThis operation cannot be performed in a transaction.
STATUS_TRANSACTION_INTEGRITY_VIOLATED0xC019005BThe kernel transaction manager had to abort or forget the transaction because it blocked forward progress.
STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH0xC019005CThe TransactionManager identity that was supplied did not match the one recorded in the TransactionManager's log file.
STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT0xC019005DThis snapshot operation cannot continue because a transactional resource manager cannot be frozen in its current state. Please try again.
STATUS_TRANSACTION_MUST_WRITETHROUGH0xC019005EThe transaction cannot be enlisted on with the specified EnlistmentMask, because the transaction has already completed the PrePrepare phase. In order to ensure correctness, the ResourceManager must switch to a write-through mode and cease caching data within this transaction. Enlisting for only subsequent transaction phases may still succeed.
STATUS_TRANSACTION_NO_SUPERIOR0xC019005FThe transaction does not have a superior enlistment.
STATUS_EXPIRED_HANDLE0xC0190060The handle is no longer properly associated with its transaction. It may have been opened in a transactional resource manager that was subsequently forced to restart. Please close the handle and open a new one.
STATUS_TRANSACTION_NOT_ENLISTED0xC0190061The specified operation could not be performed because the resource manager is not enlisted in the transaction.
STATUS_LOG_SECTOR_INVALID0xC01A0001Log service found an invalid log sector.
STATUS_LOG_SECTOR_PARITY_INVALID0xC01A0002Log service encountered a log sector with invalid block parity.
STATUS_LOG_SECTOR_REMAPPED0xC01A0003Log service encountered a remapped log sector.
STATUS_LOG_BLOCK_INCOMPLETE0xC01A0004Log service encountered a partial or incomplete log block.
STATUS_LOG_INVALID_RANGE0xC01A0005Log service encountered an attempt access data outside the active log range.
STATUS_LOG_BLOCKS_EXHAUSTED0xC01A0006Log service user log marshalling buffers are exhausted.
STATUS_LOG_READ_CONTEXT_INVALID0xC01A0007Log service encountered an attempt read from a marshalling area with an invalid read context.
STATUS_LOG_RESTART_INVALID0xC01A0008Log service encountered an invalid log restart area.
STATUS_LOG_BLOCK_VERSION0xC01A0009Log service encountered an invalid log block version.
STATUS_LOG_BLOCK_INVALID0xC01A000ALog service encountered an invalid log block.
STATUS_LOG_READ_MODE_INVALID0xC01A000BLog service encountered an attempt to read the log with an invalid read mode.
STATUS_LOG_METADATA_CORRUPT0xC01A000DLog service encountered a corrupted metadata file.
STATUS_LOG_METADATA_INVALID0xC01A000ELog service encountered a metadata file that could not be created by the log file system.
STATUS_LOG_METADATA_INCONSISTENT0xC01A000FLog service encountered a metadata file with inconsistent data.
STATUS_LOG_RESERVATION_INVALID0xC01A0010Log service encountered an attempt to erroneously allocate or dispose reservation space.
STATUS_LOG_CANT_DELETE0xC01A0011Log service cannot delete log file or file system container.
STATUS_LOG_CONTAINER_LIMIT_EXCEEDED0xC01A0012Log service has reached the maximum allowable containers allocated to a log file.
STATUS_LOG_START_OF_LOG0xC01A0013Log service has attempted to read or write backwards past the start of the log.
STATUS_LOG_POLICY_ALREADY_INSTALLED0xC01A0014Log policy could not be installed because a policy of the same type is already present.
STATUS_LOG_POLICY_NOT_INSTALLED0xC01A0015Log policy in question was not installed at the time of the request.
STATUS_LOG_POLICY_INVALID0xC01A0016The installed set of policies on the log is invalid.
STATUS_LOG_POLICY_CONFLICT0xC01A0017A policy on the log in question prevented the operation from completing.
STATUS_LOG_PINNED_ARCHIVE_TAIL0xC01A0018Log space cannot be reclaimed because the log is pinned by the archive tail.
STATUS_LOG_RECORD_NONEXISTENT0xC01A0019Log record is not a record in the log file.
STATUS_LOG_RECORDS_RESERVED_INVALID0xC01A001ANumber of reserved log records or the adjustment of the number of reserved log records is invalid.
STATUS_LOG_SPACE_RESERVED_INVALID0xC01A001BReserved log space or the adjustment of the log space is invalid.
STATUS_LOG_TAIL_INVALID0xC01A001CA new or existing archive tail or base of the active log is invalid.
STATUS_LOG_FULL0xC01A001DLog space is exhausted.
STATUS_LOG_MULTIPLEXED0xC01A001ELog is multiplexed, no direct writes to the physical log is allowed.
STATUS_LOG_DEDICATED0xC01A001FThe operation failed because the log is a dedicated log.
STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS0xC01A0020The operation requires an archive context.
STATUS_LOG_ARCHIVE_IN_PROGRESS0xC01A0021Log archival is in progress.
STATUS_LOG_EPHEMERAL0xC01A0022The operation requires a non-ephemeral log, but the log is ephemeral.
STATUS_LOG_NOT_ENOUGH_CONTAINERS0xC01A0023The log must have at least two containers before it can be read from or written to.
STATUS_LOG_CLIENT_ALREADY_REGISTERED0xC01A0024A log client has already registered on the stream.
STATUS_LOG_CLIENT_NOT_REGISTERED0xC01A0025A log client has not been registered on the stream.
STATUS_LOG_FULL_HANDLER_IN_PROGRESS0xC01A0026A request has already been made to handle the log full condition.
STATUS_LOG_CONTAINER_READ_FAILED0xC01A0027Log service encountered an error when attempting to read from a log container.
STATUS_LOG_CONTAINER_WRITE_FAILED0xC01A0028Log service encountered an error when attempting to write to a log container.
STATUS_LOG_CONTAINER_OPEN_FAILED0xC01A0029Log service encountered an error when attempting open a log container.
STATUS_LOG_CONTAINER_STATE_INVALID0xC01A002ALog service encountered an invalid container state when attempting a requested action.
STATUS_LOG_STATE_INVALID0xC01A002BLog service is not in the correct state to perform a requested action.
STATUS_LOG_PINNED0xC01A002CLog space cannot be reclaimed because the log is pinned.
STATUS_LOG_METADATA_FLUSH_FAILED0xC01A002DLog metadata flush failed.
STATUS_LOG_INCONSISTENT_SECURITY0xC01A002ESecurity on the log and its containers is inconsistent.
STATUS_LOG_APPENDED_FLUSH_FAILED0xC01A002FRecords were appended to the log or reservation changes were made, but the log could not be flushed.
STATUS_LOG_PINNED_RESERVATION0xC01A0030The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.
STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD0xC01B00EA{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to upload data about this failure to Microsoft.
STATUS_FLT_NO_HANDLER_DEFINED0xC01C0001A handler was not defined by the filter for this operation.
STATUS_FLT_CONTEXT_ALREADY_DEFINED0xC01C0002A context is already defined for this object.
STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST0xC01C0003Asynchronous requests are not valid for this operation.
STATUS_FLT_DISALLOW_FAST_IO0xC01C0004Internal error code used by the filter manager to determine if a fastio operation should be forced down the IRP path. Mini-filters should never return this value.
STATUS_FLT_INVALID_NAME_REQUEST0xC01C0005An invalid name request was made. The name requested cannot be retrieved at this time.
STATUS_FLT_NOT_SAFE_TO_POST_OPERATION0xC01C0006Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
STATUS_FLT_NOT_INITIALIZED0xC01C0007The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver.
STATUS_FLT_FILTER_NOT_READY0xC01C0008The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
STATUS_FLT_POST_OPERATION_CLEANUP0xC01C0009The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
STATUS_FLT_INTERNAL_ERROR0xC01C000AThe Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.
STATUS_FLT_DELETING_OBJECT0xC01C000BThe object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time.
STATUS_FLT_MUST_BE_NONPAGED_POOL0xC01C000CNon-paged pool must be used for this type of context.
STATUS_FLT_DUPLICATE_ENTRY0xC01C000DA duplicate handler definition has been provided for an operation.
STATUS_FLT_CBDQ_DISABLED0xC01C000EThe callback data queue has been disabled.
STATUS_FLT_DO_NOT_ATTACH0xC01C000FDo not attach the filter to the volume at this time.
STATUS_FLT_DO_NOT_DETACH0xC01C0010Do not detach the filter from the volume at this time.
STATUS_FLT_INSTANCE_ALTITUDE_COLLISION0xC01C0011An instance already exists at this altitude on the volume specified.
STATUS_FLT_INSTANCE_NAME_COLLISION0xC01C0012An instance already exists with this name on the volume specified.
STATUS_FLT_FILTER_NOT_FOUND0xC01C0013The system could not find the filter specified.
STATUS_FLT_VOLUME_NOT_FOUND0xC01C0014The system could not find the volume specified.
STATUS_FLT_INSTANCE_NOT_FOUND0xC01C0015The system could not find the instance specified.
STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND0xC01C0016No registered context allocation definition was found for the given request.
STATUS_FLT_INVALID_CONTEXT_REGISTRATION0xC01C0017An invalid parameter was specified during context registration.
STATUS_FLT_NAME_CACHE_MISS0xC01C0018The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
STATUS_FLT_NO_DEVICE_OBJECT0xC01C0019The requested device object does not exist for the given volume.
STATUS_FLT_VOLUME_ALREADY_MOUNTED0xC01C001AThe specified volume is already mounted.
STATUS_FLT_ALREADY_ENLISTED0xC01C001BThe specified Transaction Context is already enlisted in a transaction
STATUS_FLT_CONTEXT_ALREADY_LINKED0xC01C001CThe specified context is already attached to another object
STATUS_FLT_NO_WAITER_FOR_REPLY0xC01C0020No waiter is present for the filter's reply to this message.
STATUS_FLT_REGISTRATION_BUSY0xC01C0023The filesystem database resource is in use. Registration cannot complete at this time.
STATUS_MONITOR_NO_DESCRIPTOR0xC01D0001Monitor descriptor could not be obtained.
STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT0xC01D0002Format of the obtained monitor descriptor is not supported by this release.
STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM0xC01D0003Checksum of the obtained monitor descriptor is invalid.
STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK0xC01D0004Monitor descriptor contains an invalid standard timing block.
STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED0xC01D0005WMI data block registration failed for one of the MSMonitorClass WMI subclasses.
STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK0xC01D0006Provided monitor descriptor block is either corrupted or does not contain monitor's detailed serial number.
STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK0xC01D0007Provided monitor descriptor block is either corrupted or does not contain monitor's user friendly name.
STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA0xC01D0008There is no monitor descriptor data at the specified (offset, size) region.
STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK0xC01D0009Monitor descriptor contains an invalid detailed timing block.
STATUS_MONITOR_INVALID_MANUFACTURE_DATE0xC01D000AMonitor descriptor contains invalid manufacture date.
STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER0xC01E0000Exclusive mode ownership is needed to create unmanaged primary allocation.
STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER0xC01E0001The driver needs more DMA buffer space in order to complete the requested operation.
STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER0xC01E0002Specified display adapter handle is invalid.
STATUS_GRAPHICS_ADAPTER_WAS_RESET0xC01E0003Specified display adapter and all of its state has been reset.
STATUS_GRAPHICS_INVALID_DRIVER_MODEL0xC01E0004The driver stack doesn't match the expected driver model.
STATUS_GRAPHICS_PRESENT_MODE_CHANGED0xC01E0005Present happened but ended up into the changed desktop mode
STATUS_GRAPHICS_PRESENT_OCCLUDED0xC01E0006Nothing to present due to desktop occlusion
STATUS_GRAPHICS_PRESENT_DENIED0xC01E0007Not able to present due to denial of desktop access
STATUS_GRAPHICS_CANNOTCOLORCONVERT0xC01E0008Not able to present with color conversion
STATUS_GRAPHICS_DRIVER_MISMATCH0xC01E0009The kernel driver detected a version mismatch between it and the user mode driver.
STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED0xC01E000BPresent redirection is disabled (desktop windowing management subsystem is off).
STATUS_GRAPHICS_PRESENT_UNOCCLUDED0xC01E000CPrevious exclusive VidPn source owner has released its ownership
STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE0xC01E000DWindow DC is not available for presentation
STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED0xC01E000EWindowless present is disabled (desktop windowing management subsystem is off).
STATUS_GRAPHICS_PRESENT_INVALID_WINDOW0xC01E000FWindow handle is invalid
STATUS_GRAPHICS_PRESENT_BUFFER_NOT_BOUND0xC01E0010No buffer is bound to composition surface
STATUS_GRAPHICS_VAIL_STATE_CHANGED0xC01E0011Vail state has been changed
STATUS_GRAPHICS_NO_VIDEO_MEMORY0xC01E0100Not enough video memory available to complete the operation.
STATUS_GRAPHICS_CANT_LOCK_MEMORY0xC01E0101Couldn't probe and lock the underlying memory of an allocation.
STATUS_GRAPHICS_ALLOCATION_BUSY0xC01E0102The allocation is currently busy.
STATUS_GRAPHICS_TOO_MANY_REFERENCES0xC01E0103An object being referenced has already reached the maximum reference count and can't be referenced any further.
STATUS_GRAPHICS_TRY_AGAIN_LATER0xC01E0104A problem couldn't be solved due to some currently existing condition. The problem should be tried again later.
STATUS_GRAPHICS_TRY_AGAIN_NOW0xC01E0105A problem couldn't be solved due to some currently existing condition. The problem should be tried again immediately.
STATUS_GRAPHICS_ALLOCATION_INVALID0xC01E0106The allocation is invalid.
STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE0xC01E0107No more unswizzling aperture are currently available.
STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED0xC01E0108The current allocation can't be unswizzled by an aperture.
STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION0xC01E0109The request failed because a pinned allocation can't be evicted.
STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE0xC01E0110The allocation can't be used from its current segment location for the specified operation.
STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION0xC01E0111A locked allocation can't be used in the current command buffer.
STATUS_GRAPHICS_ALLOCATION_CLOSED0xC01E0112The allocation being referenced has been closed permanently.
STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE0xC01E0113An invalid allocation instance is being referenced.
STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE0xC01E0114An invalid allocation handle is being referenced.
STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE0xC01E0115The allocation being referenced doesn't belong to the current device.
STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST0xC01E0116The specified allocation lost its content.
STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE0xC01E0200GPU exception is detected on the given device. The device is not able to be scheduled.
STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY0xC01E0300Specified VidPN topology is invalid.
STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED0xC01E0301Specified VidPN topology is valid but is not supported by this model of the display adapter.
STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED0xC01E0302Specified VidPN topology is valid but is not supported by the display adapter at this time, due to current allocation of its resources.
STATUS_GRAPHICS_INVALID_VIDPN0xC01E0303Specified VidPN handle is invalid.
STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE0xC01E0304Specified video present source is invalid.
STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET0xC01E0305Specified video present target is invalid.
STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED0xC01E0306Specified VidPN modality is not supported (e.g. at least two of the pinned modes are not cofunctional).
STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET0xC01E0308Specified VidPN source mode set is invalid.
STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET0xC01E0309Specified VidPN target mode set is invalid.
STATUS_GRAPHICS_INVALID_FREQUENCY0xC01E030ASpecified video signal frequency is invalid.
STATUS_GRAPHICS_INVALID_ACTIVE_REGION0xC01E030BSpecified video signal active region is invalid.
STATUS_GRAPHICS_INVALID_TOTAL_REGION0xC01E030CSpecified video signal total region is invalid.
STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE0xC01E0310Specified video present source mode is invalid.
STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE0xC01E0311Specified video present target mode is invalid.
STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET0xC01E0312Pinned mode must remain in the set on VidPN's cofunctional modality enumeration.
STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY0xC01E0313Specified video present path is already in VidPN's topology.
STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET0xC01E0314Specified mode is already in the mode set.
STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET0xC01E0315Specified video present source set is invalid.
STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET0xC01E0316Specified video present target set is invalid.
STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET0xC01E0317Specified video present source is already in the video present source set.
STATUS_GRAPHICS_TARGET_ALREADY_IN_SET0xC01E0318Specified video present target is already in the video present target set.
STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH0xC01E0319Specified VidPN present path is invalid.
STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY0xC01E031AMiniport has no recommendation for augmentation of the specified VidPN's topology.
STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET0xC01E031BSpecified monitor frequency range set is invalid.
STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE0xC01E031CSpecified monitor frequency range is invalid.
STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET0xC01E031DSpecified frequency range is not in the specified monitor frequency range set.
STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET0xC01E031FSpecified frequency range is already in the specified monitor frequency range set.
STATUS_GRAPHICS_STALE_MODESET0xC01E0320Specified mode set is stale. Please reacquire the new mode set.
STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET0xC01E0321Specified monitor source mode set is invalid.
STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE0xC01E0322Specified monitor source mode is invalid.
STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN0xC01E0323Miniport does not have any recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.
STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE0xC01E0324ID of the specified mode is already used by another mode in the set.
STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION0xC01E0325System failed to determine a mode that is supported by both the display adapter and the monitor connected to it.
STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES0xC01E0326Number of video present targets must be greater than or equal to the number of video present sources.
STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY0xC01E0327Specified present path is not in VidPN's topology.
STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE0xC01E0328Display adapter must have at least one video present source.
STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET0xC01E0329Display adapter must have at least one video present target.
STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET0xC01E032ASpecified monitor descriptor set is invalid.
STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR0xC01E032BSpecified monitor descriptor is invalid.
STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET0xC01E032CSpecified descriptor is not in the specified monitor descriptor set.
STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET0xC01E032DSpecified descriptor is already in the specified monitor descriptor set.
STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE0xC01E032EID of the specified monitor descriptor is already used by another descriptor in the set.
STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE0xC01E032FSpecified video present target subset type is invalid.
STATUS_GRAPHICS_RESOURCES_NOT_RELATED0xC01E0330Two or more of the specified resources are not related to each other, as defined by the interface semantics.
STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE0xC01E0331ID of the specified video present source is already used by another source in the set.
STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE0xC01E0332ID of the specified video present target is already used by another target in the set.
STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET0xC01E0333Specified VidPN source cannot be used because there is no available VidPN target to connect it to.
STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER0xC01E0334Newly arrived monitor could not be associated with a display adapter.
STATUS_GRAPHICS_NO_VIDPNMGR0xC01E0335Display adapter in question does not have an associated VidPN manager.
STATUS_GRAPHICS_NO_ACTIVE_VIDPN0xC01E0336VidPN manager of the display adapter in question does not have an active VidPN.
STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY0xC01E0337Specified VidPN topology is stale. Please reacquire the new topology.
STATUS_GRAPHICS_MONITOR_NOT_CONNECTED0xC01E0338There is no monitor connected on the specified video present target.
STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY0xC01E0339Specified source is not part of the specified VidPN's topology.
STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE0xC01E033ASpecified primary surface size is invalid.
STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE0xC01E033BSpecified visible region size is invalid.
STATUS_GRAPHICS_INVALID_STRIDE0xC01E033CSpecified stride is invalid.
STATUS_GRAPHICS_INVALID_PIXELFORMAT0xC01E033DSpecified pixel format is invalid.
STATUS_GRAPHICS_INVALID_COLORBASIS0xC01E033ESpecified color basis is invalid.
STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE0xC01E033FSpecified pixel value access mode is invalid.
STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY0xC01E0340Specified target is not part of the specified VidPN's topology.
STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT0xC01E0341Failed to acquire display mode management interface.
STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE0xC01E0342Specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.
STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN0xC01E0343Specified VidPN is active and cannot be accessed.
STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL0xC01E0344Specified VidPN present path importance ordinal is invalid.
STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION0xC01E0345Specified VidPN present path content geometry transformation is invalid.
STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED0xC01E0346Specified content geometry transformation is not supported on the respective VidPN present path.
STATUS_GRAPHICS_INVALID_GAMMA_RAMP0xC01E0347Specified gamma ramp is invalid.
STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED0xC01E0348Specified gamma ramp is not supported on the respective VidPN present path.
STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED0xC01E0349Multi-sampling is not supported on the respective VidPN present path.
STATUS_GRAPHICS_MODE_NOT_IN_MODESET0xC01E034ASpecified mode is not in the specified mode set.
STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON0xC01E034DSpecified VidPN topology recommendation reason is invalid.
STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE0xC01E034ESpecified VidPN present path content type is invalid.
STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE0xC01E034FSpecified VidPN present path copy protection type is invalid.
STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS0xC01E0350No more than one unassigned mode set can exist at any given time for a given VidPN source/target.
STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING0xC01E0352Specified scanline ordering type is invalid.
STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED0xC01E0353Topology changes are not allowed for the specified VidPN.
STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS0xC01E0354All available importance ordinals are already used in specified topology.
STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT0xC01E0355Specified primary surface has a different private format attribute than the current primary surface
STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM0xC01E0356Specified mode pruning algorithm is invalid
STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN0xC01E0357Specified monitor capability origin is invalid.
STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT0xC01E0358Specified monitor frequency range constraint is invalid.
STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED0xC01E0359Maximum supported number of present paths has been reached.
STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION0xC01E035AMiniport requested that augmentation be cancelled for the specified source of the specified VidPN's topology.
STATUS_GRAPHICS_INVALID_CLIENT_TYPE0xC01E035BSpecified client type was not recognized.
STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET0xC01E035CClient VidPN is not set on this adapter (e.g. no user mode initiated mode changes took place on this adapter yet).
STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED0xC01E0400Specified display adapter child device already has an external device connected to it.
STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED0xC01E0401Specified display adapter child device does not support descriptor exposure.
STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER0xC01E0430The display adapter is not linked to any other adapters.
STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED0xC01E0431Lead adapter in a linked configuration was not enumerated yet.
STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED0xC01E0432Some chain adapters in a linked configuration were not enumerated yet.
STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY0xC01E0433The chain of linked adapters is not ready to start because of an unknown failure.
STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED0xC01E0434An attempt was made to start a lead link display adapter when the chain links were not started yet.
STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON0xC01E0435An attempt was made to power up a lead link display adapter when the chain links were powered down.
STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE0xC01E0436The adapter link was found to be in an inconsistent state. Not all adapters are in an expected PNP/Power state.
STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER0xC01E0438The driver trying to start is not the same as the driver for the POSTed display adapter.
STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED0xC01E043BAn operation is being attempted that requires the display adapter to be in a quiescent state.
STATUS_GRAPHICS_OPM_NOT_SUPPORTED0xC01E0500The driver does not support OPM.
STATUS_GRAPHICS_COPP_NOT_SUPPORTED0xC01E0501The driver does not support COPP.
STATUS_GRAPHICS_UAB_NOT_SUPPORTED0xC01E0502The driver does not support UAB.
STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS0xC01E0503The specified encrypted parameters are invalid.
STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST0xC01E0505The GDI display device passed to this function does not have any active protected outputs.
STATUS_GRAPHICS_OPM_INTERNAL_ERROR0xC01E050BAn internal error caused an operation to fail.
STATUS_GRAPHICS_OPM_INVALID_HANDLE0xC01E050CThe function failed because the caller passed in an invalid OPM user mode handle.
STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH0xC01E050EA certificate could not be returned because the certificate buffer passed to the function was too small.
STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED0xC01E050FThe DxgkDdiOpmCreateProtectedOutput function could not create a protected output because the Video Present Target is in spanning mode.
STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED0xC01E0510The DxgkDdiOpmCreateProtectedOutput function could not create a protected output because the Video Present Target is in theater mode.
STATUS_GRAPHICS_PVP_HFS_FAILED0xC01E0511The function failed because the display adapter's Hardware Functionality Scan failed to validate the graphics hardware.
STATUS_GRAPHICS_OPM_INVALID_SRM0xC01E0512The HDCP System Renewability Message passed to this function did not comply with section 5 of the HDCP 1.1 specification.
STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP0xC01E0513The protected output cannot enable the High-bandwidth Digital Content Protection (HDCP) System because it does not support HDCP.
STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP0xC01E0514The protected output cannot enable Analogue Copy Protection (ACP) because it does not support ACP.
STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA0xC01E0515The protected output cannot enable the Content Generation Management System Analogue (CGMS-A) protection technology because it does not support CGMS-A.
STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET0xC01E0516The DxgkDdiOPMGetInformation function cannot return the version of the SRM being used because the application never successfully passed an SRM to the protected output.
STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH0xC01E0517The DxgkDdiOPMConfigureProtectedOutput function cannot enable the specified output protection technology because the output's screen resolution is too high.
STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE0xC01E0518The DxgkDdiOPMConfigureProtectedOutput function cannot enable HDCP because the display adapter's HDCP hardware is already being used by other physical outputs.
STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS0xC01E051AThe operating system asynchronously destroyed this OPM protected output because the operating system's state changed. This error typically occurs because the monitor PDO associated with this protected output was removed, the monitor PDO associated with this protected output was stopped, or the protected output's session became a non-console session.
STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS0xC01E051CEither the DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned when the caller tries to use a COPP specific command while the protected output has OPM semantics only.
STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST0xC01E051DThe DxgkDdiOPMGetInformation and DxgkDdiOPMGetCOPPCompatibleInformation functions return this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.
STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR0xC01E051EThe function failed because an unexpected error occurred inside of a display driver.
STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS0xC01E051FEither the DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned when the caller tries to use an OPM specific command while the protected output has COPP semantics only.
STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED0xC01E0520The DxgkDdiOPMGetCOPPCompatibleInformation and DxgkDdiOPMConfigureProtectedOutput functions return this error if the display driver does not support the DXGKMDT_OPM_GET_ACP_AND_CGMSA_SIGNALING and DXGKMDT_OPM_SET_ACP_AND_CGMSA_SIGNALING GUIDs.
STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST0xC01E0521The DxgkDdiOPMConfigureProtectedOutput function returns this error code if the passed in sequence number is not the expected sequence number or the passed in OMAC value is invalid.
STATUS_GRAPHICS_I2C_NOT_SUPPORTED0xC01E0580The monitor connected to the specified video output does not have an I2C bus.
STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST0xC01E0581No device on the I2C bus has the specified address.
STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA0xC01E0582An error occurred while transmitting data to the device on the I2C bus.
STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA0xC01E0583An error occurred while receiving data from the device on the I2C bus.
STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED0xC01E0584The monitor does not support the specified VCP code.
STATUS_GRAPHICS_DDCCI_INVALID_DATA0xC01E0585The data received from the monitor is invalid.
STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE0xC01E0586The function failed because a monitor returned an invalid Timing Status byte when the operating system used the DDC/CI Get Timing Report & Timing Message command to get a timing report from a monitor.
STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING0xC01E0587A monitor returned a DDC/CI capabilities string which did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.
STATUS_GRAPHICS_MCA_INTERNAL_ERROR0xC01E0588An internal error caused an operation to fail.
STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND0xC01E0589An operation failed because a DDC/CI message had an invalid value in its command field.
STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH0xC01E058AAn error occurred because the field length of a DDC/CI message contained an invalid value.
STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM0xC01E058BAn error occurred because the checksum field in a DDC/CI message did not match the message's computed checksum value. This error implies that the data was corrupted while it was being transmitted from a monitor to a computer.
STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE0xC01E058CThis function failed because an invalid monitor handle was passed to it.
STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS0xC01E058DThe operating system asynchronously destroyed the monitor which corresponds to this handle because the operating system's state changed. This error typically occurs because the monitor PDO associated with this handle was removed, the monitor PDO associated with this handle was stopped, or a display mode change occurred. A display mode change occurs when windows sends a WM_DISPLAYCHANGE windows message to applications.
STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED0xC01E05E0This function can only be used if a program is running in the local console session. It cannot be used if a program is running on a remote desktop session or on a terminal server session.
STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME0xC01E05E1This function cannot find an actual GDI display device which corresponds to the specified GDI display device name.
STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP0xC01E05E2The function failed because the specified GDI display device was not attached to the Windows desktop.
STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED0xC01E05E3This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them.
STATUS_GRAPHICS_INVALID_POINTER0xC01E05E4The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is NULL, it points to an invalid address, it points to a kernel mode address or it is not correctly aligned.
STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE0xC01E05E5This function failed because the GDI device passed to it did not have any monitors associated with it.
STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL0xC01E05E6An array passed to the function cannot hold all of the data that the function must copy into the array.
STATUS_GRAPHICS_INTERNAL_ERROR0xC01E05E7An internal error caused an operation to fail.
STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS0xC01E05E8The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. There are currently three types of sessions: console, disconnected and remote.
STATUS_FVE_LOCKED_VOLUME0xC0210000This volume is locked by BitLocker Drive Encryption.
STATUS_FVE_NOT_ENCRYPTED0xC0210001The volume is not encrypted, no key is available.
STATUS_FVE_BAD_INFORMATION0xC0210002The control block for the encrypted volume is not valid.
STATUS_FVE_TOO_SMALL0xC0210003The volume cannot be encrypted because it does not have enough free space.
STATUS_FVE_FAILED_WRONG_FS0xC0210004The volume cannot be encrypted because the file system is not supported.
STATUS_FVE_BAD_PARTITION_SIZE0xC0210005The file system size is larger than the partition size in the partition table.
STATUS_FVE_FS_NOT_EXTENDED0xC0210006The file system does not extend to the end of the volume.
STATUS_FVE_FS_MOUNTED0xC0210007This operation cannot be performed while a file system is mounted on the volume.
STATUS_FVE_NO_LICENSE0xC0210008BitLocker Drive Encryption is not included with this version of Windows.
STATUS_FVE_ACTION_NOT_ALLOWED0xC0210009Requested action not allowed in the current volume state.
STATUS_FVE_BAD_DATA0xC021000AData supplied is malformed.
STATUS_FVE_VOLUME_NOT_BOUND0xC021000BThe volume is not bound to the system.
STATUS_FVE_NOT_DATA_VOLUME0xC021000CThat volume is not a data volume.
STATUS_FVE_CONV_READ_ERROR0xC021000DA read operation failed while converting the volume.
STATUS_FVE_CONV_WRITE_ERROR0xC021000EA write operation failed while converting the volume.
STATUS_FVE_OVERLAPPED_UPDATE0xC021000FThe control block for the encrypted volume was updated by another thread. Try again.
STATUS_FVE_FAILED_SECTOR_SIZE0xC0210010The encryption algorithm does not support the sector size of that volume.
STATUS_FVE_FAILED_AUTHENTICATION0xC0210011BitLocker recovery authentication failed.
STATUS_FVE_NOT_OS_VOLUME0xC0210012That volume is not the OS volume.
STATUS_FVE_KEYFILE_NOT_FOUND0xC0210013The BitLocker startup key or recovery password could not be read from external media.
STATUS_FVE_KEYFILE_INVALID0xC0210014The BitLocker startup key or recovery password file is corrupt or invalid.
STATUS_FVE_KEYFILE_NO_VMK0xC0210015The BitLocker encryption key could not be obtained from the startup key or recovery password.
STATUS_FVE_TPM_DISABLED0xC0210016The Trusted Platform Module (TPM) is disabled.
STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO0xC0210017The authorization data for the Storage Root Key (SRK) of the Trusted Platform Module (TPM) is not zero.
STATUS_FVE_TPM_INVALID_PCR0xC0210018The system boot information changed or the Trusted Platform Module (TPM) locked out access to BitLocker encryption keys until the computer is restarted.
STATUS_FVE_TPM_NO_VMK0xC0210019The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM).
STATUS_FVE_PIN_INVALID0xC021001AThe BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and PIN.
STATUS_FVE_AUTH_INVALID_APPLICATION0xC021001BA boot application hash does not match the hash computed when BitLocker was turned on.
STATUS_FVE_AUTH_INVALID_CONFIG0xC021001CThe Boot Configuration Data (BCD) settings are not supported or have changed since BitLocker was enabled.
STATUS_FVE_DEBUGGER_ENABLED0xC021001DBoot debugging is enabled. Run bcdedit to turn it off.
STATUS_FVE_DRY_RUN_FAILED0xC021001EThe BitLocker encryption key could not be obtained.
STATUS_FVE_BAD_METADATA_POINTER0xC021001FThe metadata disk region pointer is incorrect.
STATUS_FVE_OLD_METADATA_COPY0xC0210020The backup copy of the metadata is out of date.
STATUS_FVE_REBOOT_REQUIRED0xC0210021No action was taken as a system reboot is required.
STATUS_FVE_RAW_ACCESS0xC0210022No action was taken as BitLocker Drive Encryption is in RAW access mode.
STATUS_FVE_RAW_BLOCKED0xC0210023BitLocker Drive Encryption cannot enter raw access mode for this volume.
STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY0xC0210024The auto-unlock master key was not available from the operating system volume. Retry the operation using the BitLocker WMI interface.
STATUS_FVE_MOR_FAILED0xC0210025The system firmware failed to enable clearing of system memory on reboot.
STATUS_FVE_NO_FEATURE_LICENSE0xC0210026This feature of BitLocker Drive Encryption is not included with this version of Windows.
STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED0xC0210027Group policy does not permit turning off BitLocker Drive Encryption on roaming data volumes.
STATUS_FVE_CONV_RECOVERY_FAILED0xC0210028Bitlocker Drive Encryption failed to recover from aborted conversion. This could be due to either all conversion logs being corrupted or the media being write-protected.
STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG0xC0210029The requested virtualization size is too big.
STATUS_FVE_INVALID_DATUM_TYPE0xC021002AThe management information stored on the drive contained an unknown type. If you are using an old version of Windows, try accessing the drive from the latest version.
STATUS_FVE_VOLUME_TOO_SMALL0xC0210030The drive is too small to be protected using BitLocker Drive Encryption.
STATUS_FVE_ENH_PIN_INVALID0xC0210031The BitLocker encryption key could not be obtained from the Trusted Platform Module (TPM) and enhanced PIN. Try using a PIN containing only numerals.
STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE0xC0210032BitLocker Drive Encryption only supports Used Space Only encryption on thin provisioned storage.
STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE0xC0210033BitLocker Drive Encryption does not support wiping free space on thin provisioned storage.
STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK0xC0210034This command can only be performed from the coordinator node for the specified CSV volume.
STATUS_FVE_NOT_ALLOWED_ON_CLUSTER0xC0210035This command cannot be performed on a volume when it is part of a cluster.
STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING0xC0210036BitLocker cannot be upgraded during disk encryption or decryption.
STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE0xC0210037Wipe of free space is not currently taking place.
STATUS_FVE_EDRIVE_DRY_RUN_FAILED0xC0210038Your computer doesn't support BitLocker hardware-based encryption. Check with your computer manufacturer for firmware updates.
STATUS_FVE_SECUREBOOT_DISABLED0xC0210039Secure Boot has been disabled. Either Secure Boot must be re-enabled, or BitLocker must be suspended for Windows to start normally.
STATUS_FVE_SECUREBOOT_CONFIG_CHANGE0xC021003ASecure Boot policy has unexpectedly changed.
STATUS_FVE_DEVICE_LOCKEDOUT0xC021003BDevice Lock has been triggered due to too many incorrect password attempts.
STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT0xC021003CDevice encryption removal is blocked due to volume being extended beyond its original size.
STATUS_FVE_NOT_DE_VOLUME0xC021003DThis action isn't supported because this drive isn't automatically managed with device encryption.
STATUS_FVE_PROTECTION_DISABLED0xC021003EBitLocker Drive Encryption has been suspended on this drive. All BitLocker key protectors configured for this drive are effectively disabled, and the drive will be automatically unlocked using an unencrypted (clear) key.
STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED0xC021003FBitLocker can't be suspended on this drive until the next restart.
STATUS_FVE_OSV_KSR_NOT_ALLOWED0xC0210040BitLocker Drive Encryption policy does not allow KSR operation with protected OS volume.
STATUS_FWP_CALLOUT_NOT_FOUND0xC0220001The callout does not exist.
STATUS_FWP_CONDITION_NOT_FOUND0xC0220002The filter condition does not exist.
STATUS_FWP_FILTER_NOT_FOUND0xC0220003The filter does not exist.
STATUS_FWP_LAYER_NOT_FOUND0xC0220004The layer does not exist.
STATUS_FWP_PROVIDER_NOT_FOUND0xC0220005The provider does not exist.
STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND0xC0220006The provider context does not exist.
STATUS_FWP_SUBLAYER_NOT_FOUND0xC0220007The sublayer does not exist.
STATUS_FWP_NOT_FOUND0xC0220008The object does not exist.
STATUS_FWP_ALREADY_EXISTS0xC0220009An object with that GUID or LUID already exists.
STATUS_FWP_IN_USE0xC022000AThe object is referenced by other objects so cannot be deleted.
STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS0xC022000BThe call is not allowed from within a dynamic session.
STATUS_FWP_WRONG_SESSION0xC022000CThe call was made from the wrong session so cannot be completed.
STATUS_FWP_NO_TXN_IN_PROGRESS0xC022000DThe call must be made from within an explicit transaction.
STATUS_FWP_TXN_IN_PROGRESS0xC022000EThe call is not allowed from within an explicit transaction.
STATUS_FWP_TXN_ABORTED0xC022000FThe explicit transaction has been forcibly cancelled.
STATUS_FWP_SESSION_ABORTED0xC0220010The session has been cancelled.
STATUS_FWP_INCOMPATIBLE_TXN0xC0220011The call is not allowed from within a read-only transaction.
STATUS_FWP_TIMEOUT0xC0220012The call timed out while waiting to acquire the transaction lock.
STATUS_FWP_NET_EVENTS_DISABLED0xC0220013Collection of network diagnostic events is disabled.
STATUS_FWP_INCOMPATIBLE_LAYER0xC0220014The operation is not supported by the specified layer.
STATUS_FWP_KM_CLIENTS_ONLY0xC0220015The call is allowed for kernel-mode callers only.
STATUS_FWP_LIFETIME_MISMATCH0xC0220016The call tried to associate two objects with incompatible lifetimes.
STATUS_FWP_BUILTIN_OBJECT0xC0220017The object is built in so cannot be deleted.
STATUS_FWP_TOO_MANY_CALLOUTS0xC0220018The maximum number of callouts has been reached.
STATUS_FWP_NOTIFICATION_DROPPED0xC0220019A notification could not be delivered because a message queue is at its maximum capacity.
STATUS_FWP_TRAFFIC_MISMATCH0xC022001AThe traffic parameters do not match those for the security association context.
STATUS_FWP_INCOMPATIBLE_SA_STATE0xC022001BThe call is not allowed for the current security association state.
STATUS_FWP_NULL_POINTER0xC022001CA required pointer is null.
STATUS_FWP_INVALID_ENUMERATOR0xC022001DAn enumerator is not valid.
STATUS_FWP_INVALID_FLAGS0xC022001EThe flags field contains an invalid value.
STATUS_FWP_INVALID_NET_MASK0xC022001FA network mask is not valid.
STATUS_FWP_INVALID_RANGE0xC0220020An FWP_RANGE is not valid.
STATUS_FWP_INVALID_INTERVAL0xC0220021The time interval is not valid.
STATUS_FWP_ZERO_LENGTH_ARRAY0xC0220022An array that must contain at least one element is zero length.
STATUS_FWP_NULL_DISPLAY_NAME0xC0220023The displayData.name field cannot be null.
STATUS_FWP_INVALID_ACTION_TYPE0xC0220024The action type is not one of the allowed action types for a filter.
STATUS_FWP_INVALID_WEIGHT0xC0220025The filter weight is not valid.
STATUS_FWP_MATCH_TYPE_MISMATCH0xC0220026A filter condition contains a match type that is not compatible with the operands.
STATUS_FWP_TYPE_MISMATCH0xC0220027An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.
STATUS_FWP_OUT_OF_BOUNDS0xC0220028An integer value is outside the allowed range.
STATUS_FWP_RESERVED0xC0220029A reserved field is non-zero.
STATUS_FWP_DUPLICATE_CONDITION0xC022002AA filter cannot contain multiple conditions operating on a single field.
STATUS_FWP_DUPLICATE_KEYMOD0xC022002BA policy cannot contain the same keying module more than once.
STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER0xC022002CThe action type is not compatible with the layer.
STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER0xC022002DThe action type is not compatible with the sublayer.
STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER0xC022002EThe raw context or the provider context is not compatible with the layer.
STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT0xC022002FThe raw context or the provider context is not compatible with the callout.
STATUS_FWP_INCOMPATIBLE_AUTH_METHOD0xC0220030The authentication method is not compatible with the policy type.
STATUS_FWP_INCOMPATIBLE_DH_GROUP0xC0220031The Diffie-Hellman group is not compatible with the policy type.
STATUS_FWP_EM_NOT_SUPPORTED0xC0220032An IKE policy cannot contain an Extended Mode policy.
STATUS_FWP_NEVER_MATCH0xC0220033The enumeration template or subscription will never match any objects.
STATUS_FWP_PROVIDER_CONTEXT_MISMATCH0xC0220034The provider context is of the wrong type.
STATUS_FWP_INVALID_PARAMETER0xC0220035The parameter is incorrect.
STATUS_FWP_TOO_MANY_SUBLAYERS0xC0220036The maximum number of sublayers has been reached.
STATUS_FWP_CALLOUT_NOTIFICATION_FAILED0xC0220037The notification function for a callout returned an error.
STATUS_FWP_INVALID_AUTH_TRANSFORM0xC0220038The IPsec authentication transform is not valid.
STATUS_FWP_INVALID_CIPHER_TRANSFORM0xC0220039The IPsec cipher transform is not valid.
STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM0xC022003AThe IPsec cipher transform is not compatible with the policy.
STATUS_FWP_INVALID_TRANSFORM_COMBINATION0xC022003BThe combination of IPsec transform types is not valid.
STATUS_FWP_DUPLICATE_AUTH_METHOD0xC022003CA policy cannot contain the same auth method more than once.
STATUS_FWP_INVALID_TUNNEL_ENDPOINT0xC022003DA tunnel endpoint configuration is invalid.
STATUS_FWP_L2_DRIVER_NOT_READY0xC022003EThe WFP MAC Layers are not ready.
STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED0xC022003FA key manager capable of key dictation is already registered
STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL0xC0220040A key manager dictated invalid keys
STATUS_FWP_CONNECTIONS_DISABLED0xC0220041The BFE IPsec Connection Tracking is disabled.
STATUS_FWP_INVALID_DNS_NAME0xC0220042The DNS name is invalid.
STATUS_FWP_STILL_ON0xC0220043The engine option is still enabled due to other configuration settings.
STATUS_FWP_IKEEXT_NOT_RUNNING0xC0220044The IKEEXT service is not running. This service only runs when there is IPsec policy applied to the machine.
STATUS_FWP_TCPIP_NOT_READY0xC0220100The TCP/IP stack is not ready.
STATUS_FWP_INJECT_HANDLE_CLOSING0xC0220101The injection handle is being closed by another thread.
STATUS_FWP_INJECT_HANDLE_STALE0xC0220102The injection handle is stale.
STATUS_FWP_CANNOT_PEND0xC0220103The classify cannot be pended.
STATUS_FWP_DROP_NOICMP0xC0220104The packet should be dropped, no ICMP should be sent.
STATUS_NDIS_CLOSING0xC0230002The binding to the network interface is being closed.
STATUS_NDIS_BAD_VERSION0xC0230004An invalid version was specified.
STATUS_NDIS_BAD_CHARACTERISTICS0xC0230005An invalid characteristics table was used.
STATUS_NDIS_ADAPTER_NOT_FOUND0xC0230006Failed to find the network interface or network interface is not ready.
STATUS_NDIS_OPEN_FAILED0xC0230007Failed to open the network interface.
STATUS_NDIS_DEVICE_FAILED0xC0230008Network interface has encountered an internal unrecoverable failure.
STATUS_NDIS_MULTICAST_FULL0xC0230009The multicast list on the network interface is full.
STATUS_NDIS_MULTICAST_EXISTS0xC023000AAn attempt was made to add a duplicate multicast address to the list.
STATUS_NDIS_MULTICAST_NOT_FOUND0xC023000BAt attempt was made to remove a multicast address that was never added.
STATUS_NDIS_REQUEST_ABORTED0xC023000CNetwork interface aborted the request.
STATUS_NDIS_RESET_IN_PROGRESS0xC023000DNetwork interface can not process the request because it is being reset.
STATUS_NDIS_INVALID_PACKET0xC023000FAn attempt was made to send an invalid packet on a network interface.
STATUS_NDIS_INVALID_DEVICE_REQUEST0xC0230010The specified request is not a valid operation for the target device.
STATUS_NDIS_ADAPTER_NOT_READY0xC0230011Network interface is not ready to complete this operation.
STATUS_NDIS_INVALID_LENGTH0xC0230014The length of the buffer submitted for this operation is not valid.
STATUS_NDIS_INVALID_DATA0xC0230015The data used for this operation is not valid.
STATUS_NDIS_BUFFER_TOO_SHORT0xC0230016The length of buffer submitted for this operation is too small.
STATUS_NDIS_INVALID_OID0xC0230017Network interface does not support this OID (Object Identifier)
STATUS_NDIS_ADAPTER_REMOVED0xC0230018The network interface has been removed.
STATUS_NDIS_UNSUPPORTED_MEDIA0xC0230019Network interface does not support this media type.
STATUS_NDIS_GROUP_ADDRESS_IN_USE0xC023001AAn attempt was made to remove a token ring group address that is in use by other components.
STATUS_NDIS_FILE_NOT_FOUND0xC023001BAn attempt was made to map a file that can not be found.
STATUS_NDIS_ERROR_READING_FILE0xC023001CAn error occurred while NDIS tried to map the file.
STATUS_NDIS_ALREADY_MAPPED0xC023001DAn attempt was made to map a file that is already mapped.
STATUS_NDIS_RESOURCE_CONFLICT0xC023001EAn attempt to allocate a hardware resource failed because the resource is used by another component.
STATUS_NDIS_MEDIA_DISCONNECTED0xC023001FThe I/O operation failed because network media is disconnected or wireless access point is out of range.
STATUS_NDIS_INVALID_ADDRESS0xC0230022The network address used in the request is invalid.
STATUS_NDIS_PAUSED0xC023002AThe offload operation on the network interface has been paused.
STATUS_NDIS_INTERFACE_NOT_FOUND0xC023002BNetwork interface was not found.
STATUS_NDIS_UNSUPPORTED_REVISION0xC023002CThe revision number specified in the structure is not supported.
STATUS_NDIS_INVALID_PORT0xC023002DThe specified port does not exist on this network interface.
STATUS_NDIS_INVALID_PORT_STATE0xC023002EThe current state of the specified port on this network interface does not support the requested operation.
STATUS_NDIS_LOW_POWER_STATE0xC023002FThe miniport adapter is in lower power state.
STATUS_NDIS_REINIT_REQUIRED0xC0230030This operation requires the miniport adapter to be reinitialized.
STATUS_NDIS_NO_QUEUES0xC0230031There are not enough queues to complete the operation.
STATUS_NDIS_NOT_SUPPORTED0xC02300BBNetwork interface does not support this request.
STATUS_NDIS_OFFLOAD_POLICY0xC023100FThe TCP connection is not offloadable because of a local policy setting.
STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED0xC0231012The TCP connection is not offloadable by the Chimney offload target.
STATUS_NDIS_OFFLOAD_PATH_REJECTED0xC0231013The IP Path object is not in an offloadable state.
STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED0xC0232000The wireless local area network interface is in auto configuration mode and doesn't support the requested parameter change operation.
STATUS_NDIS_DOT11_MEDIA_IN_USE0xC0232001The wireless local area network interface is busy and can not perform the requested operation.
STATUS_NDIS_DOT11_POWER_STATE_INVALID0xC0232002The wireless local area network interface is powered down and doesn't support the requested operation.
STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL0xC0232003The list of wake on LAN patterns is full.
STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL0xC0232004The list of low power protocol offloads is full.
STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE0xC0232005The wireless local area network interface cannot start an AP on the specified channel right now.
STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE0xC0232006The wireless local area network interface cannot start an AP on the specified band right now.
STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED0xC0232007The wireless local area network interface cannot start an AP on this channel due to regulatory reasons.
STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED0xC0232008The wireless local area network interface cannot start an AP on this band due to regulatory reasons.
STATUS_TPM_ERROR_MASK0xC0290000This is an error mask to convert TPM hardware errors to win errors.
STATUS_TPM_AUTHFAIL0xC0290001TPM 1.2: Authentication failed.
STATUS_TPM_BADINDEX0xC0290002TPM 1.2: The index to a PCR, DIR or other register is incorrect.
STATUS_TPM_BAD_PARAMETER0xC0290003TPM 1.2: One or more parameter is bad.
STATUS_TPM_AUDITFAILURE0xC0290004TPM 1.2: An operation completed successfully but the auditing of that operation failed.
STATUS_TPM_CLEAR_DISABLED0xC0290005TPM 1.2: The clear disable flag is set and all clear operations now require physical access.
STATUS_TPM_DEACTIVATED0xC0290006TPM 1.2: Activate the Trusted Platform Module (TPM).
STATUS_TPM_DISABLED0xC0290007TPM 1.2: Enable the Trusted Platform Module (TPM).
STATUS_TPM_DISABLED_CMD0xC0290008TPM 1.2: The target command has been disabled.
STATUS_TPM_FAIL0xC0290009TPM 1.2: The operation failed.
STATUS_TPM_BAD_ORDINAL0xC029000ATPM 1.2: The ordinal was unknown or inconsistent.
STATUS_TPM_INSTALL_DISABLED0xC029000BTPM 1.2: The ability to install an owner is disabled.
STATUS_TPM_INVALID_KEYHANDLE0xC029000CTPM 1.2: The key handle cannot be interpreted.
STATUS_TPM_KEYNOTFOUND0xC029000DTPM 1.2: The key handle points to an invalid key.
STATUS_TPM_INAPPROPRIATE_ENC0xC029000ETPM 1.2: Unacceptable encryption scheme.
STATUS_TPM_MIGRATEFAIL0xC029000FTPM 1.2: Migration authorization failed.
STATUS_TPM_INVALID_PCR_INFO0xC0290010TPM 1.2: PCR information could not be interpreted.
STATUS_TPM_NOSPACE0xC0290011TPM 1.2: No room to load key.
STATUS_TPM_NOSRK0xC0290012TPM 1.2: There is no Storage Root Key (SRK) set.
STATUS_TPM_NOTSEALED_BLOB0xC0290013TPM 1.2: An encrypted blob is invalid or was not created by this TPM.
STATUS_TPM_OWNER_SET0xC0290014TPM 1.2: The Trusted Platform Module (TPM) already has an owner.
STATUS_TPM_RESOURCES0xC0290015TPM 1.2: The TPM has insufficient internal resources to perform the requested action.
STATUS_TPM_SHORTRANDOM0xC0290016TPM 1.2: A random string was too short.
STATUS_TPM_SIZE0xC0290017TPM 1.2: The TPM does not have the space to perform the operation.
STATUS_TPM_WRONGPCRVAL0xC0290018TPM 1.2: The named PCR value does not match the current PCR value.
STATUS_TPM_BAD_PARAM_SIZE0xC0290019TPM 1.2: The paramSize argument to the command has the incorrect value .
STATUS_TPM_SHA_THREAD0xC029001ATPM 1.2: There is no existing SHA-1 thread.
STATUS_TPM_SHA_ERROR0xC029001BTPM 1.2: The calculation is unable to proceed because the existing SHA-1 thread has already encountered an error.
STATUS_TPM_FAILEDSELFTEST0xC029001CTPM 1.2: The TPM hardware device reported a failure during its internal self test. Try restarting the computer to resolve the problem. If the problem continues, you might need to replace your TPM hardware or motherboard.
STATUS_TPM_AUTH2FAIL0xC029001DTPM 1.2: The authorization for the second key in a 2 key function failed authorization.
STATUS_TPM_BADTAG0xC029001ETPM 1.2: The tag value sent to for a command is invalid.
STATUS_TPM_IOERROR0xC029001FTPM 1.2: An IO error occurred transmitting information to the TPM.
STATUS_TPM_ENCRYPT_ERROR0xC0290020TPM 1.2: The encryption process had a problem.
STATUS_TPM_DECRYPT_ERROR0xC0290021TPM 1.2: The decryption process did not complete.
STATUS_TPM_INVALID_AUTHHANDLE0xC0290022TPM 1.2: An invalid handle was used.
STATUS_TPM_NO_ENDORSEMENT0xC0290023TPM 1.2: The TPM does not have an Endorsement Key (EK) installed.
STATUS_TPM_INVALID_KEYUSAGE0xC0290024TPM 1.2: The usage of a key is not allowed.
STATUS_TPM_WRONG_ENTITYTYPE0xC0290025TPM 1.2: The submitted entity type is not allowed.
STATUS_TPM_INVALID_POSTINIT0xC0290026TPM 1.2: The command was received in the wrong sequence relative to TPM_Init and a subsequent TPM_Startup.
STATUS_TPM_INAPPROPRIATE_SIG0xC0290027TPM 1.2: Signed data cannot include additional DER information.
STATUS_TPM_BAD_KEY_PROPERTY0xC0290028TPM 1.2: The key properties in TPM_KEY_PARMs are not supported by this TPM.
STATUS_TPM_BAD_MIGRATION0xC0290029TPM 1.2: The migration properties of this key are incorrect.
STATUS_TPM_BAD_SCHEME0xC029002ATPM 1.2: The signature or encryption scheme for this key is incorrect or not permitted in this situation.
STATUS_TPM_BAD_DATASIZE0xC029002BTPM 1.2: The size of the data (or blob) parameter is bad or inconsistent with the referenced key.
STATUS_TPM_BAD_MODE0xC029002CTPM 1.2: A mode parameter is bad, such as capArea or subCapArea for TPM_GetCapability, phsicalPresence parameter for TPM_PhysicalPresence, or migrationType for TPM_CreateMigrationBlob.
STATUS_TPM_BAD_PRESENCE0xC029002DTPM 1.2: Either the physicalPresence or physicalPresenceLock bits have the wrong value.
STATUS_TPM_BAD_VERSION0xC029002ETPM 1.2: The TPM cannot perform this version of the capability.
STATUS_TPM_NO_WRAP_TRANSPORT0xC029002FTPM 1.2: The TPM does not allow for wrapped transport sessions.
STATUS_TPM_AUDITFAIL_UNSUCCESSFUL0xC0290030TPM 1.2: TPM audit construction failed and the underlying command was returning a failure code also.
STATUS_TPM_AUDITFAIL_SUCCESSFUL0xC0290031TPM 1.2: TPM audit construction failed and the underlying command was returning success.
STATUS_TPM_NOTRESETABLE0xC0290032TPM 1.2: Attempt to reset a PCR register that does not have the resettable attribute.
STATUS_TPM_NOTLOCAL0xC0290033TPM 1.2: Attempt to reset a PCR register that requires locality and locality modifier not part of command transport.
STATUS_TPM_BAD_TYPE0xC0290034TPM 1.2: Make identity blob not properly typed.
STATUS_TPM_INVALID_RESOURCE0xC0290035TPM 1.2: When saving context identified resource type does not match actual resource.
STATUS_TPM_NOTFIPS0xC0290036TPM 1.2: The TPM is attempting to execute a command only available when in FIPS mode.
STATUS_TPM_INVALID_FAMILY0xC0290037TPM 1.2: The command is attempting to use an invalid family ID.
STATUS_TPM_NO_NV_PERMISSION0xC0290038TPM 1.2: The permission to manipulate the NV storage is not available.
STATUS_TPM_REQUIRES_SIGN0xC0290039TPM 1.2: The operation requires a signed command.
STATUS_TPM_KEY_NOTSUPPORTED0xC029003ATPM 1.2: Wrong operation to load an NV key.
STATUS_TPM_AUTH_CONFLICT0xC029003BTPM 1.2: NV_LoadKey blob requires both owner and blob authorization.
STATUS_TPM_AREA_LOCKED0xC029003CTPM 1.2: The NV area is locked and not writable.
STATUS_TPM_BAD_LOCALITY0xC029003DTPM 1.2: The locality is incorrect for the attempted operation.
STATUS_TPM_READ_ONLY0xC029003ETPM 1.2: The NV area is read only and can't be written to.
STATUS_TPM_PER_NOWRITE0xC029003FTPM 1.2: There is no protection on the write to the NV area.
STATUS_TPM_FAMILYCOUNT0xC0290040TPM 1.2: The family count value does not match.
STATUS_TPM_WRITE_LOCKED0xC0290041TPM 1.2: The NV area has already been written to.
STATUS_TPM_BAD_ATTRIBUTES0xC0290042TPM 1.2: The NV area attributes conflict.
STATUS_TPM_INVALID_STRUCTURE0xC0290043TPM 1.2: The structure tag and version are invalid or inconsistent.
STATUS_TPM_KEY_OWNER_CONTROL0xC0290044TPM 1.2: The key is under control of the TPM Owner and can only be evicted by the TPM Owner.
STATUS_TPM_BAD_COUNTER0xC0290045TPM 1.2: The counter handle is incorrect.
STATUS_TPM_NOT_FULLWRITE0xC0290046TPM 1.2: The write is not a complete write of the area.
STATUS_TPM_CONTEXT_GAP0xC0290047TPM 1.2: The gap between saved context counts is too large.
STATUS_TPM_MAXNVWRITES0xC0290048TPM 1.2: The maximum number of NV writes without an owner has been exceeded.
STATUS_TPM_NOOPERATOR0xC0290049TPM 1.2: No operator AuthData value is set.
STATUS_TPM_RESOURCEMISSING0xC029004ATPM 1.2: The resource pointed to by context is not loaded.
STATUS_TPM_DELEGATE_LOCK0xC029004BTPM 1.2: The delegate administration is locked.
STATUS_TPM_DELEGATE_FAMILY0xC029004CTPM 1.2: Attempt to manage a family other then the delegated family.
STATUS_TPM_DELEGATE_ADMIN0xC029004DTPM 1.2: Delegation table management not enabled.
STATUS_TPM_TRANSPORT_NOTEXCLUSIVE0xC029004ETPM 1.2: There was a command executed outside of an exclusive transport session.
STATUS_TPM_OWNER_CONTROL0xC029004FTPM 1.2: Attempt to context save a owner evict controlled key.
STATUS_TPM_DAA_RESOURCES0xC0290050TPM 1.2: The DAA command has no resources available to execute the command.
STATUS_TPM_DAA_INPUT_DATA00xC0290051TPM 1.2: The consistency check on DAA parameter inputData0 has failed.
STATUS_TPM_DAA_INPUT_DATA10xC0290052TPM 1.2: The consistency check on DAA parameter inputData1 has failed.
STATUS_TPM_DAA_ISSUER_SETTINGS0xC0290053TPM 1.2: The consistency check on DAA_issuerSettings has failed.
STATUS_TPM_DAA_TPM_SETTINGS0xC0290054TPM 1.2: The consistency check on DAA_tpmSpecific has failed.
STATUS_TPM_DAA_STAGE0xC0290055TPM 1.2: The atomic process indicated by the submitted DAA command is not the expected process.
STATUS_TPM_DAA_ISSUER_VALIDITY0xC0290056TPM 1.2: The issuer's validity check has detected an inconsistency.
STATUS_TPM_DAA_WRONG_W0xC0290057TPM 1.2: The consistency check on w has failed.
STATUS_TPM_BAD_HANDLE0xC0290058TPM 1.2: The handle is incorrect.
STATUS_TPM_BAD_DELEGATE0xC0290059TPM 1.2: Delegation is not correct.
STATUS_TPM_BADCONTEXT0xC029005ATPM 1.2: The context blob is invalid.
STATUS_TPM_TOOMANYCONTEXTS0xC029005BTPM 1.2: Too many contexts held by the TPM.
STATUS_TPM_MA_TICKET_SIGNATURE0xC029005CTPM 1.2: Migration authority signature validation failure.
STATUS_TPM_MA_DESTINATION0xC029005DTPM 1.2: Migration destination not authenticated.
STATUS_TPM_MA_SOURCE0xC029005ETPM 1.2: Migration source incorrect.
STATUS_TPM_MA_AUTHORITY0xC029005FTPM 1.2: Incorrect migration authority.
STATUS_TPM_PERMANENTEK0xC0290061TPM 1.2: Attempt to revoke the EK and the EK is not revocable.
STATUS_TPM_BAD_SIGNATURE0xC0290062TPM 1.2: Bad signature of CMK ticket.
STATUS_TPM_NOCONTEXTSPACE0xC0290063TPM 1.2: There is no room in the context list for additional contexts.
STATUS_TPM_20_E_ASYMMETRIC0xC0290081TPM 2.0: Asymmetric algorithm not supported or not correct.
STATUS_TPM_20_E_ATTRIBUTES0xC0290082TPM 2.0: Inconsistent attributes.
STATUS_TPM_20_E_HASH0xC0290083TPM 2.0: Hash algorithm not supported or not appropriate.
STATUS_TPM_20_E_VALUE0xC0290084TPM 2.0: Value is out of range or is not correct for the context.
STATUS_TPM_20_E_HIERARCHY0xC0290085TPM 2.0: Hierarchy is not enabled or is not correct for the use.
STATUS_TPM_20_E_KEY_SIZE0xC0290087TPM 2.0: Key size is not supported.
STATUS_TPM_20_E_MGF0xC0290088TPM 2.0: Mask generation function not supported.
STATUS_TPM_20_E_MODE0xC0290089TPM 2.0: Mode of operation not supported.
STATUS_TPM_20_E_TYPE0xC029008ATPM 2.0: The type of the value is not appropriate for the use.
STATUS_TPM_20_E_HANDLE0xC029008BTPM 2.0: The Handle is not correct for the use.
STATUS_TPM_20_E_KDF0xC029008CTPM 2.0: Unsupported key derivation function or function not appropriate for use.
STATUS_TPM_20_E_RANGE0xC029008DTPM 2.0: Value was out of allowed range.
STATUS_TPM_20_E_AUTH_FAIL0xC029008ETPM 2.0: The authorization HMAC check failed and DA counter incremented.
STATUS_TPM_20_E_NONCE0xC029008FTPM 2.0: Invalid nonce size.
STATUS_TPM_20_E_PP0xC0290090TPM 2.0: Authorization requires assertion of PP.
STATUS_TPM_20_E_SCHEME0xC0290092TPM 2.0: Unsupported or incompatible scheme.
STATUS_TPM_20_E_SIZE0xC0290095TPM 2.0: Structure is wrong size.
STATUS_TPM_20_E_SYMMETRIC0xC0290096TPM 2.0: Unsupported symmetric algorithm or key size, or not appropriate for instance.
STATUS_TPM_20_E_TAG0xC0290097TPM 2.0: Incorrect structure tag.
STATUS_TPM_20_E_SELECTOR0xC0290098TPM 2.0: Union selector is incorrect.
STATUS_TPM_20_E_INSUFFICIENT0xC029009ATPM 2.0: The TPM was unable to unmarshal a value because there were not enough octets in the input buffer.
STATUS_TPM_20_E_SIGNATURE0xC029009BTPM 2.0: The signature is not valid.
STATUS_TPM_20_E_KEY0xC029009CTPM 2.0: Key fields are not compatible with the selected use.
STATUS_TPM_20_E_POLICY_FAIL0xC029009DTPM 2.0: A policy check failed.
STATUS_TPM_20_E_INTEGRITY0xC029009FTPM 2.0: Integrity check failed.
STATUS_TPM_20_E_TICKET0xC02900A0TPM 2.0: Invalid ticket.
STATUS_TPM_20_E_RESERVED_BITS0xC02900A1TPM 2.0: Reserved bits not set to zero as required.
STATUS_TPM_20_E_BAD_AUTH0xC02900A2TPM 2.0: Authorization failure without DA implications.
STATUS_TPM_20_E_EXPIRED0xC02900A3TPM 2.0: The policy has expired.
STATUS_TPM_20_E_POLICY_CC0xC02900A4TPM 2.0: The command code in the policy is not the command code of the command or the command code in a policy command references a command that is not implemented.
STATUS_TPM_20_E_BINDING0xC02900A5TPM 2.0: Public and sensitive portions of an object are not cryptographically bound.
STATUS_TPM_20_E_CURVE0xC02900A6TPM 2.0: Curve not supported.
STATUS_TPM_20_E_ECC_POINT0xC02900A7TPM 2.0: Point is not on the required curve.
STATUS_TPM_20_E_INITIALIZE0xC0290100TPM 2.0: TPM not initialized.
STATUS_TPM_20_E_FAILURE0xC0290101TPM 2.0: Commands not being accepted because of a TPM failure.
STATUS_TPM_20_E_SEQUENCE0xC0290103TPM 2.0: Improper use of a sequence handle.
STATUS_TPM_20_E_PRIVATE0xC029010BTPM 2.0: TPM_RC_PRIVATE error.
STATUS_TPM_20_E_HMAC0xC0290119TPM 2.0: TPM_RC_HMAC.
STATUS_TPM_20_E_DISABLED0xC0290120TPM 2.0: TPM_RC_DISABLED.
STATUS_TPM_20_E_EXCLUSIVE0xC0290121TPM 2.0: Command failed because audit sequence required exclusivity.
STATUS_TPM_20_E_ECC_CURVE0xC0290123TPM 2.0: Unsupported ECC curve.
STATUS_TPM_20_E_AUTH_TYPE0xC0290124TPM 2.0: Authorization handle is not correct for command.
STATUS_TPM_20_E_AUTH_MISSING0xC0290125TPM 2.0: Command requires an authorization session for handle and is not present.
STATUS_TPM_20_E_POLICY0xC0290126TPM 2.0: Policy failure in Math Operation or an invalid authPolicy value.
STATUS_TPM_20_E_PCR0xC0290127TPM 2.0: PCR check fail.
STATUS_TPM_20_E_PCR_CHANGED0xC0290128TPM 2.0: PCR have changed since checked.
STATUS_TPM_20_E_UPGRADE0xC029012DTPM 2.0: The TPM is not in the right mode for upgrade.
STATUS_TPM_20_E_TOO_MANY_CONTEXTS0xC029012ETPM 2.0: Context ID counter is at maximum.
STATUS_TPM_20_E_AUTH_UNAVAILABLE0xC029012FTPM 2.0: authValue or authPolicy is not available for selected entity.
STATUS_TPM_20_E_REBOOT0xC0290130TPM 2.0: A _TPM_Init and Startup(CLEAR) is required before the TPM can resume operation.
STATUS_TPM_20_E_UNBALANCED0xC0290131TPM 2.0: The protection algorithms (hash and symmetric) are not reasonably balanced. The digest size of the hash must be larger than the key size of the symmetric algorithm.
STATUS_TPM_20_E_COMMAND_SIZE0xC0290142TPM 2.0: The TPM command's commandSize value is inconsistent with contents of the command buffer; either the size is not the same as the bytes loaded by the hardware interface layer or the value is not large enough to hold a command header.
STATUS_TPM_20_E_COMMAND_CODE0xC0290143TPM 2.0: Command code not supported.
STATUS_TPM_20_E_AUTHSIZE0xC0290144TPM 2.0: The value of authorizationSize is out of range or the number of octets in the authorization Area is greater than required.
STATUS_TPM_20_E_AUTH_CONTEXT0xC0290145TPM 2.0: Use of an authorization session with a context command or another command that cannot have an authorization session.
STATUS_TPM_20_E_NV_RANGE0xC0290146TPM 2.0: NV offset+size is out of range.
STATUS_TPM_20_E_NV_SIZE0xC0290147TPM 2.0: Requested allocation size is larger than allowed.
STATUS_TPM_20_E_NV_LOCKED0xC0290148TPM 2.0: NV access locked.
STATUS_TPM_20_E_NV_AUTHORIZATION0xC0290149TPM 2.0: NV access authorization fails in command actions
STATUS_TPM_20_E_NV_UNINITIALIZED0xC029014ATPM 2.0: An NV index is used before being initialized or the state saved by TPM2_Shutdown(STATE) could not be restored.
STATUS_TPM_20_E_NV_SPACE0xC029014BTPM 2.0: Insufficient space for NV allocation.
STATUS_TPM_20_E_NV_DEFINED0xC029014CTPM 2.0: NV index or persistent object already defined.
STATUS_TPM_20_E_BAD_CONTEXT0xC0290150TPM 2.0: Context in TPM2_ContextLoad() is not valid.
STATUS_TPM_20_E_CPHASH0xC0290151TPM 2.0: chHash value already set or not correct for use.
STATUS_TPM_20_E_PARENT0xC0290152TPM 2.0: Handle for parent is not a valid parent.
STATUS_TPM_20_E_NEEDS_TEST0xC0290153TPM 2.0: Some function needs testing.
STATUS_TPM_20_E_NO_RESULT0xC0290154TPM 2.0: returned when an internal function cannot process a request due to an unspecified problem. This code is usually related to invalid parameters that are not properly filtered by the input unmarshaling code.
STATUS_TPM_20_E_SENSITIVE0xC0290155TPM 2.0: The sensitive area did not unmarshal correctly after decryption - this code is used in lieu of the other unmarshaling errors so that an attacker cannot determine where the unmarshaling error occurred.
STATUS_TPM_COMMAND_BLOCKED0xC0290400The command was blocked.
STATUS_TPM_INVALID_HANDLE0xC0290401The specified handle was not found.
STATUS_TPM_DUPLICATE_VHANDLE0xC0290402The TPM returned a duplicate handle and the command needs to be resubmitted.
STATUS_TPM_EMBEDDED_COMMAND_BLOCKED0xC0290403The command within the transport was blocked.
STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED0xC0290404The command within the transport is not supported.
STATUS_TPM_RETRY0xC0290800The TPM is too busy to respond to the command immediately, but the command could be resubmitted at a later time.
STATUS_TPM_NEEDS_SELFTEST0xC0290801SelfTestFull has not been run.
STATUS_TPM_DOING_SELFTEST0xC0290802The TPM is currently executing a full selftest.
STATUS_TPM_DEFEND_LOCK_RUNNING0xC0290803The TPM is defending against dictionary attacks and is in a time-out period.
STATUS_TPM_COMMAND_CANCELED0xC0291001The command was cancelled.
STATUS_TPM_TOO_MANY_CONTEXTS0xC0291002A new TPM context could not be created because there are too many open contexts.
STATUS_TPM_NOT_FOUND0xC0291003TPM driver is not compatible with the version of TPM found on the system.
STATUS_TPM_ACCESS_DENIED0xC0291004The caller does not have the appropriate rights to perform the requested operation.
STATUS_TPM_INSUFFICIENT_BUFFER0xC0291005The caller does not have the appropriate rights to perform the requested operation.
STATUS_TPM_PPI_FUNCTION_UNSUPPORTED0xC0291006The Physical Presence Interface of this firmware does not support the requested method.
STATUS_PCP_ERROR_MASK0xC0292000This is an error mask to convert Platform Crypto Provider errors to win errors.
STATUS_PCP_DEVICE_NOT_READY0xC0292001The Platform Crypto Device is currently not ready. It needs to be fully provisioned to be operational.
STATUS_PCP_INVALID_HANDLE0xC0292002The handle provided to the Platform Crypto Provider is invalid.
STATUS_PCP_INVALID_PARAMETER0xC0292003A parameter provided to the Platform Crypto Provider is invalid.
STATUS_PCP_FLAG_NOT_SUPPORTED0xC0292004A provided flag to the Platform Crypto Provider is not supported.
STATUS_PCP_NOT_SUPPORTED0xC0292005The requested operation is not supported by this Platform Crypto Provider.
STATUS_PCP_BUFFER_TOO_SMALL0xC0292006The buffer is too small to contain all data. No information has been written to the buffer.
STATUS_PCP_INTERNAL_ERROR0xC0292007An unexpected internal error has occurred in the Platform Crypto Provider.
STATUS_PCP_AUTHENTICATION_FAILED0xC0292008The authorization to use a provider object has failed.
STATUS_PCP_AUTHENTICATION_IGNORED0xC0292009The Platform Crypto Device has ignored the authorization for the provider object, to mitigate against a dictionary attack.
STATUS_PCP_POLICY_NOT_FOUND0xC029200AThe referenced policy was not found.
STATUS_PCP_PROFILE_NOT_FOUND0xC029200BThe referenced profile was not found.
STATUS_PCP_VALIDATION_FAILED0xC029200CThe validation was not successful.
STATUS_PCP_DEVICE_NOT_FOUND0xC029200DA Platform Crypto Device was not found. Operations that require a Platform Crypto Device will not be submitted.
STATUS_PCP_WRONG_PARENT0xC029200EAn attempt was made to import or load a key under an incorrect storage parent.
STATUS_PCP_KEY_NOT_LOADED0xC029200FThe TPM key is not loaded.
STATUS_PCP_NO_KEY_CERTIFICATION0xC0292010The TPM key certification has not been generated.
STATUS_PCP_KEY_NOT_FINALIZED0xC0292011The TPM key is not yet finalized.
STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET0xC0292012The TPM attestation challenge is not set.
STATUS_PCP_NOT_PCR_BOUND0xC0292013The TPM key is not bound to PCR info.
STATUS_PCP_KEY_ALREADY_FINALIZED0xC0292014The TPM key is already finalized.
STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED0xC0292015The TPM key usage policy is not supported.
STATUS_PCP_KEY_USAGE_POLICY_INVALID0xC0292016The TPM key usage policy is invalid.
STATUS_PCP_SOFT_KEY_ERROR0xC0292017There was a problem with the software key being imported into the TPM.
STATUS_PCP_KEY_NOT_AUTHENTICATED0xC0292018The TPM key is not authenticated.
STATUS_PCP_KEY_NOT_AIK0xC0292019The TPM key is not an AIK.
STATUS_PCP_KEY_NOT_SIGNING_KEY0xC029201AThe TPM key is not a signing key.
STATUS_PCP_LOCKED_OUT0xC029201BThe TPM is locked out.
STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED0xC029201CThe claim type requested is not supported.
STATUS_PCP_TPM_VERSION_NOT_SUPPORTED0xC029201DThe current TPM version is not supported.
STATUS_PCP_BUFFER_LENGTH_MISMATCH0xC029201EThe buffer lengths do not match.
STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED0xC029201FThe RSA key creation is blocked on this TPM due to known security vulnerabilities.
STATUS_PCP_TICKET_MISSING0xC0292020A ticket required to use a key was not provided.
STATUS_PCP_RAW_POLICY_NOT_SUPPORTED0xC0292021This key has a raw policy so the KSP can't authenticate against it.
STATUS_PCP_KEY_HANDLE_INVALIDATED0xC0292022The TPM key's handle was unexpectedly invalidated due to a hardware or firmware issue.
STATUS_RTPM_NO_RESULT0xC0293002No result associated with this instance exists.
STATUS_RTPM_PCR_READ_INCOMPLETE0xC0293003The TPM returned incomplete PCR results. This maybe due to an unsupported selection set. Attempt the read again with a different selection set.
STATUS_RTPM_INVALID_CONTEXT0xC0293004The rTPM context has been corrupted. The rTPM operation must be restarted.
STATUS_RTPM_UNSUPPORTED_CMD0xC0293005The rTPM target does not support remote processing of the specified TPM command.
STATUS_TPM_ZERO_EXHAUST_ENABLED0xC0294000TPM related network operations are blocked as Zero Exhaust mode is enabled on client.
STATUS_HV_INVALID_HYPERCALL_CODE0xC0350002The hypervisor does not support the operation because the specified hypercall code is not supported.
STATUS_HV_INVALID_HYPERCALL_INPUT0xC0350003The hypervisor does not support the operation because the encoding for the hypercall input register is not supported.
STATUS_HV_INVALID_ALIGNMENT0xC0350004The hypervisor could not perform the operation because a parameter has an invalid alignment.
STATUS_HV_INVALID_PARAMETER0xC0350005The hypervisor could not perform the operation because an invalid parameter was specified.
STATUS_HV_ACCESS_DENIED0xC0350006Access to the specified object was denied.
STATUS_HV_INVALID_PARTITION_STATE0xC0350007The hypervisor could not perform the operation because the partition is entering or in an invalid state.
STATUS_HV_OPERATION_DENIED0xC0350008The operation is not allowed in the current state.
STATUS_HV_UNKNOWN_PROPERTY0xC0350009The hypervisor does not recognize the specified partition property.
STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE0xC035000AThe specified value of a partition property is out of range or violates an invariant.
STATUS_HV_INSUFFICIENT_MEMORY0xC035000BThere is not enough memory in the hypervisor pool to complete the operation.
STATUS_HV_PARTITION_TOO_DEEP0xC035000CThe maximum partition depth has been exceeded for the partition hierarchy.
STATUS_HV_INVALID_PARTITION_ID0xC035000DA partition with the specified partition Id does not exist.
STATUS_HV_INVALID_VP_INDEX0xC035000EThe hypervisor could not perform the operation because the specified VP index is invalid.
STATUS_HV_INVALID_PORT_ID0xC0350011The hypervisor could not perform the operation because the specified port identifier is invalid.
STATUS_HV_INVALID_CONNECTION_ID0xC0350012The hypervisor could not perform the operation because the specified connection identifier is invalid.
STATUS_HV_INSUFFICIENT_BUFFERS0xC0350013Not enough buffers were supplied to send a message.
STATUS_HV_NOT_ACKNOWLEDGED0xC0350014The previous virtual interrupt has not been acknowledged.
STATUS_HV_INVALID_VP_STATE0xC0350015A virtual processor is not in the correct state for the indicated operation.
STATUS_HV_ACKNOWLEDGED0xC0350016The previous virtual interrupt has already been acknowledged.
STATUS_HV_INVALID_SAVE_RESTORE_STATE0xC0350017The indicated partition is not in a valid state for saving or restoring.
STATUS_HV_INVALID_SYNIC_STATE0xC0350018The hypervisor could not complete the operation because a required feature of the synthetic interrupt controller (SynIC) was disabled.
STATUS_HV_OBJECT_IN_USE0xC0350019The hypervisor could not perform the operation because the object or value was either already in use or being used for a purpose that would not permit completing the operation.
STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO0xC035001AThe proximity domain information is invalid.
STATUS_HV_NO_DATA0xC035001BAn attempt to retrieve debugging data failed because none was available.
STATUS_HV_INACTIVE0xC035001CThe physical connection being used for debugging has not recorded any receive activity since the last operation.
STATUS_HV_NO_RESOURCES0xC035001DThere are not enough resources to complete the operation.
STATUS_HV_FEATURE_UNAVAILABLE0xC035001EA hypervisor feature is not available to the user.
STATUS_HV_INSUFFICIENT_BUFFER0xC0350033The specified buffer was too small to contain all of the requested data.
STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS0xC0350038The maximum number of domains supported by the platform I/O remapping hardware is currently in use. No domains are available to assign this device to this partition.
STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR0xC035003CValidation of CPUID data of the processor failed.
STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR0xC035003DValidation of XSAVE CPUID data of the processor failed.
STATUS_HV_PROCESSOR_STARTUP_TIMEOUT0xC035003EProcessor did not respond within the timeout period.
STATUS_HV_SMX_ENABLED0xC035003FSMX has been enabled in the BIOS.
STATUS_HV_INVALID_LP_INDEX0xC0350041The hypervisor could not perform the operation because the specified LP index is invalid.
STATUS_HV_INVALID_REGISTER_VALUE0xC0350050The supplied register value is invalid.
STATUS_HV_INVALID_VTL_STATE0xC0350051The supplied virtual trust level is not in the correct state to perform the requested operation.
STATUS_HV_NX_NOT_DETECTED0xC0350055No execute feature (NX) is not present or not enabled in the BIOS.
STATUS_HV_INVALID_DEVICE_ID0xC0350057The supplied device ID is invalid.
STATUS_HV_INVALID_DEVICE_STATE0xC0350058The operation is not allowed in the current device state.
STATUS_HV_PAGE_REQUEST_INVALID0xC0350060The supplied page request specifies a memory access that the guest does not have permissions to perform.
STATUS_HV_INVALID_CPU_GROUP_ID0xC035006FA CPU group with the specified CPU group Id does not exist.
STATUS_HV_INVALID_CPU_GROUP_STATE0xC0350070The hypervisor could not perform the operation because the CPU group is entering or in an invalid state.
STATUS_HV_OPERATION_FAILED0xC0350071The requested operation failed.
STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE0xC0350072The hypervisor could not perform the operation because it is not allowed with nested virtualization active.
STATUS_HV_INSUFFICIENT_ROOT_MEMORY0xC0350073There is not enough memory in the root partition's pool to complete the operation.
STATUS_HV_NOT_PRESENT0xC0351000No hypervisor is present on this system.
STATUS_IPSEC_BAD_SPI0xC0360001The SPI in the packet does not match a valid IPsec SA.
STATUS_IPSEC_SA_LIFETIME_EXPIRED0xC0360002Packet was received on an IPsec SA whose lifetime has expired.
STATUS_IPSEC_WRONG_SA0xC0360003Packet was received on an IPsec SA that does not match the packet characteristics.
STATUS_IPSEC_REPLAY_CHECK_FAILED0xC0360004Packet sequence number replay check failed.
STATUS_IPSEC_INVALID_PACKET0xC0360005IPsec header and/or trailer in the packet is invalid.
STATUS_IPSEC_INTEGRITY_CHECK_FAILED0xC0360006IPsec integrity check failed.
STATUS_IPSEC_CLEAR_TEXT_DROP0xC0360007IPsec dropped a clear text packet.
STATUS_IPSEC_AUTH_FIREWALL_DROP0xC0360008IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.
STATUS_IPSEC_THROTTLE_DROP0xC0360009IPsec dropped a packet due to DoS throttling.
STATUS_IPSEC_DOSP_BLOCK0xC0368000IPsec DoS Protection matched an explicit block rule.
STATUS_IPSEC_DOSP_RECEIVED_MULTICAST0xC0368001IPsec DoS Protection received an IPsec specific multicast packet which is not allowed.
STATUS_IPSEC_DOSP_INVALID_PACKET0xC0368002IPsec DoS Protection received an incorrectly formatted packet.
STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED0xC0368003IPsec DoS Protection failed to look up state.
STATUS_IPSEC_DOSP_MAX_ENTRIES0xC0368004IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached.
STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED0xC0368005IPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.
STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES0xC0368006IPsec DoS Protection failed to create a per internal IP rate limit queue because the maximum number of queues allowed by policy has been reached.
STATUS_VID_DUPLICATE_HANDLER0xC0370001The handler for the virtualization infrastructure driver is already registered. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_TOO_MANY_HANDLERS0xC0370002The number of registered handlers for the virtualization infrastructure driver exceeded the maximum. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_QUEUE_FULL0xC0370003The message queue for the virtualization infrastructure driver is full and cannot accept new messages. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_HANDLER_NOT_PRESENT0xC0370004No handler exists to handle the message for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_INVALID_OBJECT_NAME0xC0370005The name of the partition or message queue for the virtualization infrastructure driver is invalid. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_PARTITION_NAME_TOO_LONG0xC0370006The partition name of the virtualization infrastructure driver exceeds the maximum.
STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG0xC0370007The message queue name of the virtualization infrastructure driver exceeds the maximum.
STATUS_VID_PARTITION_ALREADY_EXISTS0xC0370008Cannot create the partition for the virtualization infrastructure driver because another partition with the same name already exists.
STATUS_VID_PARTITION_DOES_NOT_EXIST0xC0370009The virtualization infrastructure driver has encountered an error. The requested partition does not exist. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_PARTITION_NAME_NOT_FOUND0xC037000AThe virtualization infrastructure driver has encountered an error. Could not find the requested partition. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS0xC037000BA message queue with the same name already exists for the virtualization infrastructure driver.
STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT0xC037000CThe memory block page for the virtualization infrastructure driver cannot be mapped because the page map limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_MB_STILL_REFERENCED0xC037000DThe memory block for the virtualization infrastructure driver is still being used and cannot be destroyed.
STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED0xC037000ECannot unlock the page array for the guest operating system memory address because it does not match a previous lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_INVALID_NUMA_SETTINGS0xC037000FThe non-uniform memory access (NUMA) node settings do not match the system NUMA topology. In order to start the virtual machine, you will need to modify the NUMA configuration.
STATUS_VID_INVALID_NUMA_NODE_INDEX0xC0370010The non-uniform memory access (NUMA) node index does not match a valid index in the system NUMA topology.
STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED0xC0370011The memory block for the virtualization infrastructure driver is already associated with a message queue.
STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE0xC0370012The handle is not a valid memory block handle for the virtualization infrastructure driver.
STATUS_VID_PAGE_RANGE_OVERFLOW0xC0370013The request exceeded the memory block page limit for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE0xC0370014The handle is not a valid message queue handle for the virtualization infrastructure driver.
STATUS_VID_INVALID_GPA_RANGE_HANDLE0xC0370015The handle is not a valid page range handle for the virtualization infrastructure driver.
STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE0xC0370016Cannot install client notifications because no message queue for the virtualization infrastructure driver is associated with the memory block.
STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED0xC0370017The request to lock or map a memory block page failed because the virtualization infrastructure driver memory block limit has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_INVALID_PPM_HANDLE0xC0370018The handle is not a valid parent partition mapping handle for the virtualization infrastructure driver.
STATUS_VID_MBPS_ARE_LOCKED0xC0370019Notifications cannot be created on the memory block because it is use.
STATUS_VID_MESSAGE_QUEUE_CLOSED0xC037001AThe message queue for the virtualization infrastructure driver has been closed. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED0xC037001BCannot add a virtual processor to the partition because the maximum has been reached.
STATUS_VID_STOP_PENDING0xC037001CCannot stop the virtual processor immediately because of a pending intercept.
STATUS_VID_INVALID_PROCESSOR_STATE0xC037001DInvalid state for the virtual processor. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT0xC037001EThe maximum number of kernel mode clients for the virtualization infrastructure driver has been reached. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED0xC037001FThis kernel mode interface for the virtualization infrastructure driver has already been initialized. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET0xC0370020Cannot set or reset the memory block property more than once for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_MMIO_RANGE_DESTROYED0xC0370021The memory mapped I/O for this page range no longer exists. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_INVALID_CHILD_GPA_PAGE_SET0xC0370022The lock or unlock request uses an invalid guest operating system memory address. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED0xC0370023Cannot destroy or reuse the reserve page set for the virtualization infrastructure driver because it is in use. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL0xC0370024The reserve page set for the virtualization infrastructure driver is too small to use in the lock request. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE0xC0370025Cannot lock or map the memory block page for the virtualization infrastructure driver because it has already been locked using a reserve page set page. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT0xC0370026Cannot create the memory block for the virtualization infrastructure driver because the requested number of pages exceeded the limit. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.
STATUS_VID_SAVED_STATE_CORRUPT0xC0370027Cannot restore this virtual machine because the saved state data cannot be read. Delete the saved state data and then try to start the virtual machine.
STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM0xC0370028Cannot restore this virtual machine because an item read from the saved state data is not recognized. Delete the saved state data and then try to start the virtual machine.
STATUS_VID_SAVED_STATE_INCOMPATIBLE0xC0370029Cannot restore this virtual machine to the saved state because of hypervisor incompatibility. Delete the saved state data and then try to start the virtual machine.
STATUS_VID_VTL_ACCESS_DENIED0xC037002AThe specified VTL does not have the permission to access the resource.
STATUS_VOLMGR_DATABASE_FULL0xC0380001The configuration database is full.
STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED0xC0380002The configuration data on the disk is corrupted.
STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC0xC0380003The configuration on the disk is not insync with the in-memory configuration.
STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED0xC0380004A majority of disks failed to be updated with the new configuration.
STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME0xC0380005The disk contains non-simple volumes.
STATUS_VOLMGR_DISK_DUPLICATE0xC0380006The same disk was specified more than once in the migration list.
STATUS_VOLMGR_DISK_DYNAMIC0xC0380007The disk is already dynamic.
STATUS_VOLMGR_DISK_ID_INVALID0xC0380008The specified disk id is invalid. There are no disks with the specified disk id.
STATUS_VOLMGR_DISK_INVALID0xC0380009The specified disk is an invalid disk. Operation cannot complete on an invalid disk.
STATUS_VOLMGR_DISK_LAST_VOTER0xC038000AThe specified disk(s) cannot be removed since it is the last remaining voter.
STATUS_VOLMGR_DISK_LAYOUT_INVALID0xC038000BThe specified disk has an invalid disk layout.
STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS0xC038000CThe disk layout contains non-basic partitions which appear after basic partitions. This is an invalid disk layout.
STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED0xC038000DThe disk layout contains partitions which are not cylinder aligned.
STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL0xC038000EThe disk layout contains partitions which are smaller than the minimum size.
STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS0xC038000FThe disk layout contains primary partitions in between logical drives. This is an invalid disk layout.
STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS0xC0380010The disk layout contains more than the maximum number of supported partitions.
STATUS_VOLMGR_DISK_MISSING0xC0380011The specified disk is missing. The operation cannot complete on a missing disk.
STATUS_VOLMGR_DISK_NOT_EMPTY0xC0380012The specified disk is not empty.
STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE0xC0380013There is not enough usable space for this operation.
STATUS_VOLMGR_DISK_REVECTORING_FAILED0xC0380014The force revectoring of bad sectors failed.
STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID0xC0380015The specified disk has an invalid sector size.
STATUS_VOLMGR_DISK_SET_NOT_CONTAINED0xC0380016The specified disk set contains volumes which exist on disks outside of the set.
STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS0xC0380017A disk in the volume layout provides extents to more than one member of a plex.
STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES0xC0380018A disk in the volume layout provides extents to more than one plex.
STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED0xC0380019Dynamic disks are not supported on this system.
STATUS_VOLMGR_EXTENT_ALREADY_USED0xC038001AThe specified extent is already used by other volumes.
STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS0xC038001BThe specified volume is retained and can only be extended into a contiguous extent. The specified extent to grow the volume is not contiguous with the specified volume.
STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION0xC038001CThe specified volume extent is not within the public region of the disk.
STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED0xC038001DThe specified volume extent is not sector aligned.
STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION0xC038001EThe specified partition overlaps an EBR (the first track of an extended partition on a MBR disks).
STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH0xC038001FThe specified extent lengths cannot be used to construct a volume with specified length.
STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED0xC0380020The system does not support fault tolerant volumes.
STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID0xC0380021The specified interleave length is invalid.
STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS0xC0380022There is already a maximum number of registered users.
STATUS_VOLMGR_MEMBER_IN_SYNC0xC0380023The specified member is already in-sync with the other active members. It does not need to be regenerated.
STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE0xC0380024The same member index was specified more than once.
STATUS_VOLMGR_MEMBER_INDEX_INVALID0xC0380025The specified member index is greater or equal than the number of members in the volume plex.
STATUS_VOLMGR_MEMBER_MISSING0xC0380026The specified member is missing. It cannot be regenerated.
STATUS_VOLMGR_MEMBER_NOT_DETACHED0xC0380027The specified member is not detached. Cannot replace a member which is not detached.
STATUS_VOLMGR_MEMBER_REGENERATING0xC0380028The specified member is already regenerating.
STATUS_VOLMGR_ALL_DISKS_FAILED0xC0380029All disks belonging to the pack failed.
STATUS_VOLMGR_NO_REGISTERED_USERS0xC038002AThere are currently no registered users for notifications. The task number is irrelevant unless there are registered users.
STATUS_VOLMGR_NO_SUCH_USER0xC038002BThe specified notification user does not exist. Failed to unregister user for notifications.
STATUS_VOLMGR_NOTIFICATION_RESET0xC038002CThe notifications have been reset. Notifications for the current user are invalid. Unregister and re-register for notifications.
STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID0xC038002DThe specified number of members is invalid.
STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID0xC038002EThe specified number of plexes is invalid.
STATUS_VOLMGR_PACK_DUPLICATE0xC038002FThe specified source and target packs are identical.
STATUS_VOLMGR_PACK_ID_INVALID0xC0380030The specified pack id is invalid. There are no packs with the specified pack id.
STATUS_VOLMGR_PACK_INVALID0xC0380031The specified pack is the invalid pack. The operation cannot complete with the invalid pack.
STATUS_VOLMGR_PACK_NAME_INVALID0xC0380032The specified pack name is invalid.
STATUS_VOLMGR_PACK_OFFLINE0xC0380033The specified pack is offline.
STATUS_VOLMGR_PACK_HAS_QUORUM0xC0380034The specified pack already has a quorum of healthy disks.
STATUS_VOLMGR_PACK_WITHOUT_QUORUM0xC0380035The pack does not have a quorum of healthy disks.
STATUS_VOLMGR_PARTITION_STYLE_INVALID0xC0380036The specified disk has an unsupported partition style. Only MBR and GPT partition styles are supported.
STATUS_VOLMGR_PARTITION_UPDATE_FAILED0xC0380037Failed to update the disk's partition layout.
STATUS_VOLMGR_PLEX_IN_SYNC0xC0380038The specified plex is already in-sync with the other active plexes. It does not need to be regenerated.
STATUS_VOLMGR_PLEX_INDEX_DUPLICATE0xC0380039The same plex index was specified more than once.
STATUS_VOLMGR_PLEX_INDEX_INVALID0xC038003AThe specified plex index is greater or equal than the number of plexes in the volume.
STATUS_VOLMGR_PLEX_LAST_ACTIVE0xC038003BThe specified plex is the last active plex in the volume. The plex cannot be removed or else the volume will go offline.
STATUS_VOLMGR_PLEX_MISSING0xC038003CThe specified plex is missing.
STATUS_VOLMGR_PLEX_REGENERATING0xC038003DThe specified plex is currently regenerating.
STATUS_VOLMGR_PLEX_TYPE_INVALID0xC038003EThe specified plex type is invalid.
STATUS_VOLMGR_PLEX_NOT_RAID50xC038003FThe operation is only supported on RAID-5 plexes.
STATUS_VOLMGR_PLEX_NOT_SIMPLE0xC0380040The operation is only supported on simple plexes.
STATUS_VOLMGR_STRUCTURE_SIZE_INVALID0xC0380041The Size fields in the VM_VOLUME_LAYOUT input structure are incorrectly set.
STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS0xC0380042There is already a pending request for notifications. Wait for the existing request to return before requesting for more notifications.
STATUS_VOLMGR_TRANSACTION_IN_PROGRESS0xC0380043There is currently a transaction in process.
STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE0xC0380044An unexpected layout change occurred outside of the volume manager.
STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK0xC0380045The specified volume contains a missing disk.
STATUS_VOLMGR_VOLUME_ID_INVALID0xC0380046The specified volume id is invalid. There are no volumes with the specified volume id.
STATUS_VOLMGR_VOLUME_LENGTH_INVALID0xC0380047The specified volume length is invalid.
STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE0xC0380048The specified size for the volume is not a multiple of the sector size.
STATUS_VOLMGR_VOLUME_NOT_MIRRORED0xC0380049The operation is only supported on mirrored volumes.
STATUS_VOLMGR_VOLUME_NOT_RETAINED0xC038004AThe specified volume does not have a retain partition.
STATUS_VOLMGR_VOLUME_OFFLINE0xC038004BThe specified volume is offline.
STATUS_VOLMGR_VOLUME_RETAINED0xC038004CThe specified volume already has a retain partition.
STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID0xC038004DThe specified number of extents is invalid.
STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE0xC038004EAll disks participating to the volume must have the same sector size.
STATUS_VOLMGR_BAD_BOOT_DISK0xC038004FThe boot disk experienced failures.
STATUS_VOLMGR_PACK_CONFIG_OFFLINE0xC0380050The configuration of the pack is offline.
STATUS_VOLMGR_PACK_CONFIG_ONLINE0xC0380051The configuration of the pack is online.
STATUS_VOLMGR_NOT_PRIMARY_PACK0xC0380052The specified pack is not the primary pack.
STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED0xC0380053All disks failed to be updated with the new content of the log.
STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID0xC0380054The specified number of disks in a plex is invalid.
STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID0xC0380055The specified number of disks in a plex member is invalid.
STATUS_VOLMGR_VOLUME_MIRRORED0xC0380056The operation is not supported on mirrored volumes.
STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED0xC0380057The operation is only supported on simple and spanned plexes.
STATUS_VOLMGR_NO_VALID_LOG_COPIES0xC0380058The pack has no valid log copies.
STATUS_VOLMGR_PRIMARY_PACK_PRESENT0xC0380059A primary pack is already present.
STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID0xC038005AThe specified number of disks is invalid.
STATUS_VOLMGR_MIRROR_NOT_SUPPORTED0xC038005BThe system does not support mirrored volumes.
STATUS_VOLMGR_RAID5_NOT_SUPPORTED0xC038005CThe system does not support RAID-5 volumes.
STATUS_BCD_TOO_MANY_ELEMENTS0xC0390002Entries enumerated have exceeded the allowed threshold.
STATUS_VHD_DRIVE_FOOTER_MISSING0xC03A0001The virtual hard disk is corrupted. The virtual hard disk drive footer is missing.
STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH0xC03A0002The virtual hard disk is corrupted. The virtual hard disk drive footer checksum does not match the on-disk checksum.
STATUS_VHD_DRIVE_FOOTER_CORRUPT0xC03A0003The virtual hard disk is corrupted. The virtual hard disk drive footer in the virtual hard disk is corrupted.
STATUS_VHD_FORMAT_UNKNOWN0xC03A0004The system does not recognize the file format of this virtual hard disk.
STATUS_VHD_FORMAT_UNSUPPORTED_VERSION0xC03A0005The version does not support this version of the file format.
STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH0xC03A0006The virtual hard disk is corrupted. The sparse header checksum does not match the on-disk checksum.
STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION0xC03A0007The system does not support this version of the virtual hard disk.This version of the sparse header is not supported.
STATUS_VHD_SPARSE_HEADER_CORRUPT0xC03A0008The virtual hard disk is corrupted. The sparse header in the virtual hard disk is corrupt.
STATUS_VHD_BLOCK_ALLOCATION_FAILURE0xC03A0009Failed to write to the virtual hard disk failed because the system failed to allocate a new block in the virtual hard disk.
STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT0xC03A000AThe virtual hard disk is corrupted. The block allocation table in the virtual hard disk is corrupt.
STATUS_VHD_INVALID_BLOCK_SIZE0xC03A000BThe system does not support this version of the virtual hard disk. The block size is invalid.
STATUS_VHD_BITMAP_MISMATCH0xC03A000CThe virtual hard disk is corrupted. The block bitmap does not match with the block data present in the virtual hard disk.
STATUS_VHD_PARENT_VHD_NOT_FOUND0xC03A000DThe chain of virtual hard disks is broken. The system cannot locate the parent virtual hard disk for the differencing disk.
STATUS_VHD_CHILD_PARENT_ID_MISMATCH0xC03A000EThe chain of virtual hard disks is corrupted. There is a mismatch in the identifiers of the parent virtual hard disk and differencing disk.
STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH0xC03A000FThe chain of virtual hard disks is corrupted. The time stamp of the parent virtual hard disk does not match the time stamp of the differencing disk.
STATUS_VHD_METADATA_READ_FAILURE0xC03A0010Failed to read the metadata of the virtual hard disk.
STATUS_VHD_METADATA_WRITE_FAILURE0xC03A0011Failed to write to the metadata of the virtual hard disk.
STATUS_VHD_INVALID_SIZE0xC03A0012The size of the virtual hard disk is not valid.
STATUS_VHD_INVALID_FILE_SIZE0xC03A0013The file size of this virtual hard disk is not valid.
STATUS_VIRTDISK_PROVIDER_NOT_FOUND0xC03A0014A virtual disk support provider for the specified file was not found.
STATUS_VIRTDISK_NOT_VIRTUAL_DISK0xC03A0015The specified disk is not a virtual disk.
STATUS_VHD_PARENT_VHD_ACCESS_DENIED0xC03A0016The chain of virtual hard disks is inaccessible. The process has not been granted access rights to the parent virtual hard disk for the differencing disk.
STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH0xC03A0017The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk.
STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED0xC03A0018The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.
STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT0xC03A0019The chain of virtual hard disks is inaccessible. There was an error opening a virtual hard disk further up the chain.
STATUS_VIRTUAL_DISK_LIMITATION0xC03A001AThe requested operation could not be completed due to a virtual disk system limitation. Virtual hard disk files must be uncompressed and unencrypted and must not be sparse.
STATUS_VHD_INVALID_TYPE0xC03A001BThe requested operation cannot be performed on a virtual disk of this type.
STATUS_VHD_INVALID_STATE0xC03A001CThe requested operation cannot be performed on the virtual disk in its current state.
STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE0xC03A001DThe sector size of the physical disk on which the virtual disk resides is not supported.
STATUS_VIRTDISK_DISK_ALREADY_OWNED0xC03A001EThe disk is already owned by a different owner.
STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE0xC03A001FThe disk must be offline or read-only.
STATUS_CTLOG_TRACKING_NOT_INITIALIZED0xC03A0020Change Tracking is not initialized for this virtual disk.
STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE0xC03A0021Size of change tracking file exceeded the maximum size limit.
STATUS_CTLOG_VHD_CHANGED_OFFLINE0xC03A0022VHD file is changed due to compaction, expansion, or offline updates.
STATUS_CTLOG_INVALID_TRACKING_STATE0xC03A0023Change Tracking for the virtual disk is not in a valid state to perform this request. Change tracking could be discontinued or already in the requested state.
STATUS_CTLOG_INCONSISTENT_TRACKING_FILE0xC03A0024Change Tracking file for the virtual disk is not in a valid state.
STATUS_VHD_METADATA_FULL0xC03A0028There is not enough space in the virtual disk file for the provided metadata item.
STATUS_VHD_INVALID_CHANGE_TRACKING_ID0xC03A0029The specified change tracking identifier is not valid.
STATUS_VHD_CHANGE_TRACKING_DISABLED0xC03A002AChange tracking is disabled for the specified virtual hard disk, so no change tracking information is available.
STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION0xC03A0030There is no change tracking data available associated with the specified change tracking identifier.
STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA0xC03A0031The requested resize operation might truncate user data residing on the virtual disk.
STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE0xC03A0032The minimum safe size of the virtual disk could not be determined. This may be due to a missing or corrupt partition table.
STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE0xC03A0033The size of the virtual disk cannot be safely reduced further.
STATUS_RKF_KEY_NOT_FOUND0xC0400001The Resume Key Filter could not find the resume key supplied for the operation.
STATUS_RKF_DUPLICATE_KEY0xC0400002The Resume Key Filter found an existing resume key that matches the one supplied for the handle.
STATUS_RKF_BLOB_FULL0xC0400003The Resume Key Filter data blob attached to the handle is full. No more space is available.
STATUS_RKF_STORE_FULL0xC0400004The Resume Key Filter handle store is full. No more resume handles can be accepted.
STATUS_RKF_FILE_BLOCKED0xC0400005The Resume Key Filter failed the operation because the file is temporarily blocked pending the resume of existing handles on the file.
STATUS_RKF_ACTIVE_KEY0xC0400006The Resume Key Filter found an existing resume key that matches the one supplied on a handle that's active/open. The operation requires an inactive/closed handle.
STATUS_RDBSS_RESTART_OPERATION0xC0410001The operation must be restarted by RDBSS.
STATUS_RDBSS_CONTINUE_OPERATION0xC0410002The operation must continue processing.
STATUS_RDBSS_POST_OPERATION0xC0410003The operation must be posted to a thread to be retried at passive IRQL.
STATUS_RDBSS_RETRY_LOOKUP0xC0410004The caller must retry by looking up the object in the name table.
STATUS_BTH_ATT_INVALID_HANDLE0xC0420001The attribute handle given was not valid on this server.
STATUS_BTH_ATT_READ_NOT_PERMITTED0xC0420002The attribute cannot be read.
STATUS_BTH_ATT_WRITE_NOT_PERMITTED0xC0420003The attribute cannot be written.
STATUS_BTH_ATT_INVALID_PDU0xC0420004The attribute PDU was invalid.
STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION0xC0420005The attribute requires authentication before it can be read or written.
STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED0xC0420006Attribute server does not support the request received from the client.
STATUS_BTH_ATT_INVALID_OFFSET0xC0420007Offset specified was past the end of the attribute.
STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION0xC0420008The attribute requires authorization before it can be read or written.
STATUS_BTH_ATT_PREPARE_QUEUE_FULL0xC0420009Too many prepare writes have been queued.
STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND0xC042000ANo attribute found within the given attribute handle range.
STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG0xC042000BThe attribute cannot be read or written using the Read Blob Request.
STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE0xC042000CThe Encryption Key Size used for encrypting this link is insufficient.
STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH0xC042000DThe attribute value length is invalid for the operation.
STATUS_BTH_ATT_UNLIKELY0xC042000EThe attribute request that was requested has encountered an error that was unlikely, and therefore could not be completed as requested.
STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION0xC042000FThe attribute requires encryption before it can be read or written.
STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE0xC0420010The attribute type is not a supported grouping attribute as defined by a higher layer specification.
STATUS_BTH_ATT_INSUFFICIENT_RESOURCES0xC0420011Insufficient Resources to complete the request.
STATUS_BTH_ATT_UNKNOWN_ERROR0xC0421000An error that lies in the reserved range has been received.
STATUS_SECUREBOOT_ROLLBACK_DETECTED0xC0430001Secure Boot detected that rollback of protected data has been attempted.
STATUS_SECUREBOOT_POLICY_VIOLATION0xC0430002The value is protected by Secure Boot policy and cannot be modified or deleted.
STATUS_SECUREBOOT_INVALID_POLICY0xC0430003The Secure Boot policy is invalid.
STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND0xC0430004A new Secure Boot policy did not contain the current publisher on its update list.
STATUS_SECUREBOOT_POLICY_NOT_SIGNED0xC0430005The Secure Boot policy is either not signed or is signed by a non-trusted signer.
STATUS_SECUREBOOT_FILE_REPLACED0xC0430007Secure Boot requires that certain files and drivers are not replaced by other files or drivers.
STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED0xC0430008The Secure Boot Supplemental Policy file was not authorized on this machine.
STATUS_SECUREBOOT_POLICY_UNKNOWN0xC0430009The Supplemental Policy is not recognized on this device.
STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION0xC043000AThe Antirollback version was not found in the Secure Boot Policy.
STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH0xC043000BThe Platform ID specified in the Secure Boot policy does not match the Platform ID on this device.
STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED0xC043000CThe Secure Boot policy file has an older Antirollback Version than this device.
STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH0xC043000DThe Secure Boot policy file does not match the upgraded legacy policy.
STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING0xC043000EThe Secure Boot policy file is required but could not be found.
STATUS_SECUREBOOT_NOT_BASE_POLICY0xC043000FSupplemental Secure Boot policy file can not be loaded as a base Secure Boot policy.
STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY0xC0430010Base Secure Boot policy file can not be loaded as a Supplemental Secure Boot policy.
STATUS_AUDIO_ENGINE_NODE_NOT_FOUND0xC0440001PortCls could not find an audio engine node exposed by a miniport driver claiming support for IMiniportAudioEngineNode.
STATUS_HDAUDIO_EMPTY_CONNECTION_LIST0xC0440002HD Audio widget encountered an unexpected empty connection list.
STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED0xC0440003HD Audio widget does not support the connection list parameter.
STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED0xC0440004No HD Audio subdevices were successfully created.
STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY0xC0440005An unexpected NULL pointer was encountered in a linked list.
STATUS_VSM_NOT_INITIALIZED0xC0450000Virtual Secure Mode (VSM) is not initialized. The hypervisor or VSM may not be present or enabled.
STATUS_VSM_DMA_PROTECTION_NOT_IN_USE0xC0450001The hypervisor is not protecting DMA because an IOMMU is not present or not enabled in the BIOS.
STATUS_VOLSNAP_BOOTFILE_NOT_VALID0xC0500003The bootfile is too small to support persistent snapshots.
STATUS_VOLSNAP_ACTIVATION_TIMEOUT0xC0500004Activation of persistent snapshots on this volume took longer than was allowed.
STATUS_IO_PREEMPTED0xC0510001The operation was preempted by a higher priority operation. It must be resumed later.
STATUS_SVHDX_ERROR_STORED0xC05C0000The proper error code with sense data was stored on server side.
STATUS_SVHDX_ERROR_NOT_AVAILABLE0xC05CFF00The requested error data is not available on the server.
STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE0xC05CFF01Unit Attention data is available for the initiator to query.
STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED0xC05CFF02The data capacity of the device has changed, resulting in a Unit Attention condition.
STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED0xC05CFF03A previous operation resulted in this initiator's reservations being preempted, resulting in a Unit Attention condition.
STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED0xC05CFF04A previous operation resulted in this initiator's reservations being released, resulting in a Unit Attention condition.
STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED0xC05CFF05A previous operation resulted in this initiator's registrations being preempted, resulting in a Unit Attention condition.
STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED0xC05CFF06The data storage format of the device has changed, resulting in a Unit Attention condition.
STATUS_SVHDX_RESERVATION_CONFLICT0xC05CFF07The current initiator is not allowed to perform the SCSI command because of a reservation conflict.
STATUS_SVHDX_WRONG_FILE_TYPE0xC05CFF08Multiple virtual machines sharing a virtual hard disk is supported only on Fixed or Dynamic VHDX format virtual hard disks.
STATUS_SVHDX_VERSION_MISMATCH0xC05CFF09The server version does not match the requested version.
STATUS_VHD_SHARED0xC05CFF0AThe requested operation cannot be performed on the virtual disk as it is currently used in shared mode.
STATUS_SVHDX_NO_INITIATOR0xC05CFF0BInvalid Shared VHDX open due to lack of initiator ID. Check for related Continuous Availability failures.
STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND0xC05CFF0CThe requested operation failed due to a missing backing storage file.
STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP0xC05D0000Failed to negotiate a preauthentication integrity hash function.
STATUS_SMB_BAD_CLUSTER_DIALECT0xC05D0001The current cluster functional level does not support this SMB dialect.
STATUS_SMB_GUEST_LOGON_BLOCKED0xC05D0002You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.
STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID0xC0E70001The specified fault domain type or combination of minimum / maximum fault domain type is not valid.
STATUS_SPACES_RESILIENCY_TYPE_INVALID0xC0E70003The specified resiliency type is not valid.
STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID0xC0E70004The sector size of the physical disk is not supported by the storage pool.
STATUS_SPACES_DRIVE_REDUNDANCY_INVALID0xC0E70006The value for fault tolerance is outside of the supported range of values.
STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID0xC0E70007The number of data copies requested is outside of the supported range of values.
STATUS_SPACES_INTERLEAVE_LENGTH_INVALID0xC0E70009The value for interleave length is outside of the supported range of values or is not a power of 2.
STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID0xC0E7000AThe number of columns specified is outside of the supported range of values.
STATUS_SPACES_NOT_ENOUGH_DRIVES0xC0E7000BThere were not enough physical disks to complete the requested operation.
STATUS_SPACES_EXTENDED_ERROR0xC0E7000CExtended error information is available.
STATUS_SPACES_PROVISIONING_TYPE_INVALID0xC0E7000DThe specified provisioning type is not valid.
STATUS_SPACES_ALLOCATION_SIZE_INVALID0xC0E7000EThe allocation size is outside of the supported range of values.
STATUS_SPACES_ENCLOSURE_AWARE_INVALID0xC0E7000FEnclosure awareness is not supported for this virtual disk.
STATUS_SPACES_WRITE_CACHE_SIZE_INVALID0xC0E70010The write cache size is outside of the supported range of values.
STATUS_SPACES_NUMBER_OF_GROUPS_INVALID0xC0E70011The value for number of groups is outside of the supported range of values.
STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID0xC0E70012The OperationalState of the physical disk is invalid for this operation.
STATUS_SPACES_UPDATE_COLUMN_STATE0xC0E70013A column's state needs to be updated.
STATUS_SPACES_MAP_REQUIRED0xC0E70014An extent needs to be allocated.
STATUS_SPACES_UNSUPPORTED_VERSION0xC0E70015The metadata version is unsupported.
STATUS_SPACES_CORRUPT_METADATA0xC0E70016The metadata read was corrupt.
STATUS_SPACES_DRT_FULL0xC0E70017The DRT is full.
STATUS_SPACES_INCONSISTENCY0xC0E70018An inconsistency was found.
STATUS_SPACES_LOG_NOT_READY0xC0E70019The log is not ready.
STATUS_SPACES_NO_REDUNDANCY0xC0E7001ANo good copy of data was available.
STATUS_SPACES_DRIVE_NOT_READY0xC0E7001BThe drive is not ready.
STATUS_SPACES_DRIVE_SPLIT0xC0E7001CThe data on this drive is stale.
STATUS_SPACES_DRIVE_LOST_DATA0xC0E7001DThe data on this drive has been lost.
STATUS_SPACES_ENTRY_INCOMPLETE0xC0E7001EThe specified log entry is not complete.
STATUS_SPACES_ENTRY_INVALID0xC0E7001FThe specified log entry is not valid.
STATUS_SECCORE_INVALID_COMMAND0xC0E80000The command was not recognized by the security core
STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED0xC0E90001System Integrity detected that policy rollback has been attempted.
STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION0xC0E90002System Integrity policy has been violated.
STATUS_SYSTEM_INTEGRITY_INVALID_POLICY0xC0E90003The System Integrity policy is invalid.
STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED0xC0E90004The System Integrity policy is either not signed or is signed by a non-trusted signer.
STATUS_NO_APPLICABLE_APP_LICENSES_FOUND0xC0EA0001No applicable app licenses found.
STATUS_CLIP_LICENSE_NOT_FOUND0xC0EA0002CLiP license not found.
STATUS_CLIP_DEVICE_LICENSE_MISSING0xC0EA0003CLiP device license not found.
STATUS_CLIP_LICENSE_INVALID_SIGNATURE0xC0EA0004CLiP license has an invalid signature.
STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID0xC0EA0005CLiP keyholder license is invalid or missing.
STATUS_CLIP_LICENSE_EXPIRED0xC0EA0006CLiP license has expired.
STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE0xC0EA0007CLiP license is signed by an unknown source.
STATUS_CLIP_LICENSE_NOT_SIGNED0xC0EA0008CLiP license is not signed.
STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE0xC0EA0009CLiP license hardware ID is out of tolerance.
STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH0xC0EA000ACLiP license device ID does not match the device ID in the bound device license.
STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED0xC0EB0001The Platform Manifest file was not authorized on this machine.
STATUS_PLATFORM_MANIFEST_INVALID0xC0EB0002The Platform Manifest file was not valid.
STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED0xC0EB0003The file is not authorized on this platform because an entry was not found in the Platform Manifest.
STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED0xC0EB0004The catalog is not authorized on this platform because an entry was not found in the Platform Manifest.
STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND0xC0EB0005The file is not authorized on this platform because a Binary ID was not found in the embedded signature.
STATUS_PLATFORM_MANIFEST_NOT_ACTIVE0xC0EB0006No active Platform Manifest exists on this system.
STATUS_PLATFORM_MANIFEST_NOT_SIGNED0xC0EB0007The Platform Manifest file was not properly signed.
STATUS_APPEXEC_CONDITION_NOT_SATISFIED0xC0EC0000The condition supplied for the app execution request was not satisfied, so the request was not performed.
STATUS_APPEXEC_HANDLE_INVALIDATED0xC0EC0001The supplied handle has been invalidated and may not be used for the requested operation.
STATUS_APPEXEC_INVALID_HOST_GENERATION0xC0EC0002The supplied host generation has been invalidated and may not be used for the requested operation.
STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION0xC0EC0003An attempt to register a process failed because the target host was not in a valid state to receive process registrations.
STATUS_APPEXEC_INVALID_HOST_STATE0xC0EC0004The host is not in a valid state to support the execution request.
STATUS_APPEXEC_NO_DONOR0xC0EC0005The operation was not completed because a required resource donor was not found for the host.
STATUS_APPEXEC_HOST_ID_MISMATCH0xC0EC0006The operation was not completed because an unexpected host ID was encountered.
STATUS_APPEXEC_UNKNOWN_USER0xC0EC0007The operation was not completed because the specified user was not known to the service.
2679 entries