Module: WindowsError::NTStatus

Defined in:
lib/windows_error/nt_status.rb

Overview

This module provides the namespace for all of the NTSTATUS Error Codes. See [NTSTATUS](msdn.microsoft.com/en-us/library/cc231200.aspx) for more details on this particular set of error codes.

Constant Summary collapse

STATUS_SUCCESS =

(0x00000000) The operation completed successfully.

WindowsError::ErrorCode.new("STATUS_SUCCESS",0x00000000,"The operation completed successfully.")
STATUS_WAIT_0 =

(0x00000000) The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.

WindowsError::ErrorCode.new("STATUS_WAIT_0",0x00000000,"The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.")
STATUS_WAIT_1 =

(0x00000001) The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.

WindowsError::ErrorCode.new("STATUS_WAIT_1",0x00000001,"The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.")
STATUS_WAIT_2 =

(0x00000002) The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.

WindowsError::ErrorCode.new("STATUS_WAIT_2",0x00000002,"The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.")
STATUS_WAIT_3 =

(0x00000003) The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.

WindowsError::ErrorCode.new("STATUS_WAIT_3",0x00000003,"The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.")
STATUS_WAIT_63 =

(0x0000003F) The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.

WindowsError::ErrorCode.new("STATUS_WAIT_63",0x0000003F,"The caller specified WaitAny for WaitType and one of the dispatcher objects in the Object array has been set to the signaled state.")
STATUS_ABANDONED =

(0x00000080) The caller attempted to wait for a mutex that has been abandoned.

WindowsError::ErrorCode.new("STATUS_ABANDONED",0x00000080,"The caller attempted to wait for a mutex that has been abandoned.")
STATUS_ABANDONED_WAIT_0 =

(0x00000080) The caller attempted to wait for a mutex that has been abandoned.

WindowsError::ErrorCode.new("STATUS_ABANDONED_WAIT_0",0x00000080,"The caller attempted to wait for a mutex that has been abandoned.")
STATUS_ABANDONED_WAIT_63 =

(0x000000BF) The caller attempted to wait for a mutex that has been abandoned.

WindowsError::ErrorCode.new("STATUS_ABANDONED_WAIT_63",0x000000BF,"The caller attempted to wait for a mutex that has been abandoned.")
STATUS_USER_APC =

(0x000000C0) A user-mode APC was delivered before the given Interval expired.

WindowsError::ErrorCode.new("STATUS_USER_APC",0x000000C0,"A user-mode APC was delivered before the given Interval expired.")
STATUS_ALERTED =

(0x00000101) The delay completed because the thread was alerted.

WindowsError::ErrorCode.new("STATUS_ALERTED",0x00000101,"The delay completed because the thread was alerted.")
STATUS_TIMEOUT =

(0x00000102) The given Timeout interval expired.

WindowsError::ErrorCode.new("STATUS_TIMEOUT",0x00000102,"The given Timeout interval expired.")
STATUS_PENDING =

(0x00000103) The operation that was requested is pending completion.

WindowsError::ErrorCode.new("STATUS_PENDING",0x00000103,"The operation that was requested is pending completion.")
STATUS_REPARSE =

(0x00000104) A reparse should be performed by the Object Manager because the name of the file resulted in a symbolic link.

WindowsError::ErrorCode.new("STATUS_REPARSE",0x00000104,"A reparse should be performed by the Object Manager because the name of the file resulted in a symbolic link.")
STATUS_MORE_ENTRIES =

(0x00000105) Returned by enumeration APIs to indicate more information is available to successive calls.

WindowsError::ErrorCode.new("STATUS_MORE_ENTRIES",0x00000105,"Returned by enumeration APIs to indicate more information is available to successive calls.")
STATUS_NOT_ALL_ASSIGNED =

(0x00000106) Indicates not all privileges or groups that are referenced are assigned to the caller. This allows, for example, all privileges to be disabled without having to know exactly which privileges are assigned.

WindowsError::ErrorCode.new("STATUS_NOT_ALL_ASSIGNED",0x00000106,"Indicates not all privileges or groups that are 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_MAPPED =

(0x00000107) Some of the information to be translated has not been translated.

WindowsError::ErrorCode.new("STATUS_SOME_NOT_MAPPED",0x00000107,"Some of the information to be translated has not been translated.")
STATUS_OPLOCK_BREAK_IN_PROGRESS =

(0x00000108) An open/create operation completed while an opportunistic lock (oplock) break is underway.

WindowsError::ErrorCode.new("STATUS_OPLOCK_BREAK_IN_PROGRESS",0x00000108,"An open/create operation completed while an opportunistic lock (oplock) break is underway.")
STATUS_VOLUME_MOUNTED =

(0x00000109) A new volume has been mounted by a file system.

WindowsError::ErrorCode.new("STATUS_VOLUME_MOUNTED",0x00000109,"A new volume has been mounted by a file system.")
STATUS_RXACT_COMMITTED =

(0x0000010A) This success level status indicates that the transaction state already exists for the registry subtree but that a transaction commit was previously aborted. The commit has now been completed.

WindowsError::ErrorCode.new("STATUS_RXACT_COMMITTED",0x0000010A,"This success level status indicates that the transaction state already exists for the registry subtree but that a transaction commit was previously aborted. The commit has now been completed.")
STATUS_NOTIFY_CLEANUP =

(0x0000010B) Indicates that a notify change request has been completed due to closing the handle that made the notify change request.

WindowsError::ErrorCode.new("STATUS_NOTIFY_CLEANUP",0x0000010B,"Indicates that a notify change request has been completed due to closing the handle that made the notify change request.")
STATUS_NOTIFY_ENUM_DIR =

(0x0000010C) 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.

WindowsError::ErrorCode.new("STATUS_NOTIFY_ENUM_DIR",0x0000010C,"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_ACCOUNT =

(0x0000010D) Quotas No system quota limits are specifically set for this account.

WindowsError::ErrorCode.new("STATUS_NO_QUOTAS_FOR_ACCOUNT",0x0000010D,"{No Quotas} No system quota limits are specifically set for this account.")
STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED =

(0x0000010E) 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.

WindowsError::ErrorCode.new("STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED",0x0000010E,"{Connect Failure on Primary Transport} An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.")
STATUS_PAGE_FAULT_TRANSITION =

(0x00000110) The page fault was a transition fault.

WindowsError::ErrorCode.new("STATUS_PAGE_FAULT_TRANSITION",0x00000110,"The page fault was a transition fault.")
STATUS_PAGE_FAULT_DEMAND_ZERO =

(0x00000111) The page fault was a demand zero fault.

WindowsError::ErrorCode.new("STATUS_PAGE_FAULT_DEMAND_ZERO",0x00000111,"The page fault was a demand zero fault.")
STATUS_PAGE_FAULT_COPY_ON_WRITE =

(0x00000112) The page fault was a demand zero fault.

WindowsError::ErrorCode.new("STATUS_PAGE_FAULT_COPY_ON_WRITE",0x00000112,"The page fault was a demand zero fault.")
STATUS_PAGE_FAULT_GUARD_PAGE =

(0x00000113) The page fault was a demand zero fault.

WindowsError::ErrorCode.new("STATUS_PAGE_FAULT_GUARD_PAGE",0x00000113,"The page fault was a demand zero fault.")
STATUS_PAGE_FAULT_PAGING_FILE =

(0x00000114) The page fault was satisfied by reading from a secondary storage device.

WindowsError::ErrorCode.new("STATUS_PAGE_FAULT_PAGING_FILE",0x00000114,"The page fault was satisfied by reading from a secondary storage device.")
STATUS_CACHE_PAGE_LOCKED =

(0x00000115) The cached page was locked during operation.

WindowsError::ErrorCode.new("STATUS_CACHE_PAGE_LOCKED",0x00000115,"The cached page was locked during operation.")
STATUS_CRASH_DUMP =

(0x00000116) The crash dump exists in a paging file.

WindowsError::ErrorCode.new("STATUS_CRASH_DUMP",0x00000116,"The crash dump exists in a paging file.")
STATUS_BUFFER_ALL_ZEROS =

(0x00000117) The specified buffer contains all zeros.

WindowsError::ErrorCode.new("STATUS_BUFFER_ALL_ZEROS",0x00000117,"The specified buffer contains all zeros.")
STATUS_REPARSE_OBJECT =

(0x00000118) A reparse should be performed by the Object Manager because the name of the file resulted in a symbolic link.

WindowsError::ErrorCode.new("STATUS_REPARSE_OBJECT",0x00000118,"A reparse should be performed by the Object Manager because the name of the file resulted in a symbolic link.")
STATUS_RESOURCE_REQUIREMENTS_CHANGED =

(0x00000119) The device has succeeded a query-stop and its resource requirements have changed.

WindowsError::ErrorCode.new("STATUS_RESOURCE_REQUIREMENTS_CHANGED",0x00000119,"The device has succeeded a query-stop and its resource requirements have changed.")
STATUS_TRANSLATION_COMPLETE =

(0x00000120) The translator has translated these resources into the global space and no additional translations should be performed.

WindowsError::ErrorCode.new("STATUS_TRANSLATION_COMPLETE",0x00000120,"The translator has translated these resources into the global space and no additional translations should be performed.")
STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY =

(0x00000121) The directory service evaluated group memberships locally, because it was unable to contact a global catalog server.

WindowsError::ErrorCode.new("STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY",0x00000121,"The directory service evaluated group memberships locally, because it was unable to contact a global catalog server.")
STATUS_NOTHING_TO_TERMINATE =

(0x00000122) A process being terminated has no threads to terminate.

WindowsError::ErrorCode.new("STATUS_NOTHING_TO_TERMINATE",0x00000122,"A process being terminated has no threads to terminate.")
STATUS_PROCESS_NOT_IN_JOB =

(0x00000123) The specified process is not part of a job.

WindowsError::ErrorCode.new("STATUS_PROCESS_NOT_IN_JOB",0x00000123,"The specified process is not part of a job.")
STATUS_PROCESS_IN_JOB =

(0x00000124) The specified process is part of a job.

WindowsError::ErrorCode.new("STATUS_PROCESS_IN_JOB",0x00000124,"The specified process is part of a job.")
STATUS_VOLSNAP_HIBERNATE_READY =

(0x00000125) Shadow Copy Service The system is now ready for hibernation.

WindowsError::ErrorCode.new("STATUS_VOLSNAP_HIBERNATE_READY",0x00000125,"{Volume Shadow Copy Service} The system is now ready for hibernation.")
STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY =

(0x00000126) A file system or file system filter driver has successfully completed an FsFilter operation.

WindowsError::ErrorCode.new("STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY",0x00000126,"A file system or file system filter driver has successfully completed an FsFilter operation.")
STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED =

(0x00000127) The specified interrupt vector was already connected.

WindowsError::ErrorCode.new("STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED",0x00000127,"The specified interrupt vector was already connected.")
STATUS_INTERRUPT_STILL_CONNECTED =

(0x00000128) The specified interrupt vector is still connected.

WindowsError::ErrorCode.new("STATUS_INTERRUPT_STILL_CONNECTED",0x00000128,"The specified interrupt vector is still connected.")
STATUS_PROCESS_CLONED =

(0x00000129) The current process is a cloned process.

WindowsError::ErrorCode.new("STATUS_PROCESS_CLONED",0x00000129,"The current process is a cloned process.")
STATUS_FILE_LOCKED_WITH_ONLY_READERS =

(0x0000012A) The file was locked and all users of the file can only read.

WindowsError::ErrorCode.new("STATUS_FILE_LOCKED_WITH_ONLY_READERS",0x0000012A,"The file was locked and all users of the file can only read.")
STATUS_FILE_LOCKED_WITH_WRITERS =

(0x0000012B) The file was locked and at least one user of the file can write.

WindowsError::ErrorCode.new("STATUS_FILE_LOCKED_WITH_WRITERS",0x0000012B,"The file was locked and at least one user of the file can write.")
STATUS_RESOURCEMANAGER_READ_ONLY =

(0x00000202) The specified ResourceManager made no changes or updates to the resource under this transaction.

WindowsError::ErrorCode.new("STATUS_RESOURCEMANAGER_READ_ONLY",0x00000202,"The specified ResourceManager made no changes or updates to the resource under this transaction.")
STATUS_WAIT_FOR_OPLOCK =

(0x00000367) An operation is blocked and waiting for an oplock.

WindowsError::ErrorCode.new("STATUS_WAIT_FOR_OPLOCK",0x00000367,"An operation is blocked and waiting for an oplock.")
DBG_EXCEPTION_HANDLED =

(0x00010001) Debugger handled the exception.

WindowsError::ErrorCode.new("DBG_EXCEPTION_HANDLED",0x00010001,"Debugger handled the exception.")
DBG_CONTINUE =

(0x00010002) The debugger continued.

WindowsError::ErrorCode.new("DBG_CONTINUE",0x00010002,"The debugger continued.")
STATUS_FLT_IO_COMPLETE =

(0x001C0001) The IO was completed by a filter.

WindowsError::ErrorCode.new("STATUS_FLT_IO_COMPLETE",0x001C0001,"The IO was completed by a filter.")
STATUS_FILE_NOT_AVAILABLE =

(0xC0000467) The file is temporarily unavailable.

WindowsError::ErrorCode.new("STATUS_FILE_NOT_AVAILABLE",0xC0000467,"The file is temporarily unavailable.")
STATUS_CALLBACK_RETURNED_THREAD_AFFINITY =

(0xC0000721) A threadpool worker thread entered a callback at thread affinity %p and exited at affinity %p.This is unexpected, indicating that the callback missed restoring the priority.

WindowsError::ErrorCode.new("STATUS_CALLBACK_RETURNED_THREAD_AFFINITY",0xC0000721,"A threadpool worker thread entered a callback at thread affinity %p and exited at affinity %p.""This is unexpected, indicating that the callback missed restoring the priority.")
STATUS_OBJECT_NAME_EXISTS =

(0x40000000) Exists An attempt was made to create an object but the object name already exists.

WindowsError::ErrorCode.new("STATUS_OBJECT_NAME_EXISTS",0x40000000,"{Object Exists} An attempt was made to create an object but the object name already exists.")
STATUS_THREAD_WAS_SUSPENDED =

(0x40000001) Suspended A thread termination occurred while the thread was suspended. The thread resumed, and termination proceeded.

WindowsError::ErrorCode.new("STATUS_THREAD_WAS_SUSPENDED",0x40000001,"{Thread Suspended} A thread termination occurred while the thread was suspended. The thread resumed, and termination proceeded.")
STATUS_WORKING_SET_LIMIT_RANGE =

(0x40000002) Set Range Error An attempt was made to set the working set minimum or maximum to values that are outside the allowable range.

WindowsError::ErrorCode.new("STATUS_WORKING_SET_LIMIT_RANGE",0x40000002,"{Working Set Range Error} An attempt was made to set the working set minimum or maximum to values that are outside the allowable range.")
STATUS_IMAGE_NOT_AT_BASE =

(0x40000003) Relocated An image file could not be mapped at the address that is specified in the image file. Local fixes must be performed on this image.

WindowsError::ErrorCode.new("STATUS_IMAGE_NOT_AT_BASE",0x40000003,"{Image Relocated} An image file could not be mapped at the address that is specified in the image file. Local fixes must be performed on this image.")
STATUS_RXACT_STATE_CREATED =

(0x40000004) This informational level status indicates that a specified registry subtree transaction state did not yet exist and had to be created.

WindowsError::ErrorCode.new("STATUS_RXACT_STATE_CREATED",0x40000004,"This informational level status indicates that a specified registry subtree transaction state did not yet exist and had to be created.")
STATUS_SEGMENT_NOTIFICATION =

(0x40000005) Load A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so that a debugger can load, unload, or track symbols and breakpoints within these 16-bit segments.

WindowsError::ErrorCode.new("STATUS_SEGMENT_NOTIFICATION",0x40000005,"{Segment Load} A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so that a debugger can load, unload, or track symbols and breakpoints within these 16-bit segments.")
STATUS_LOCAL_USER_SESSION_KEY =

(0x40000006) Session Key A user session key was requested for a local remote procedure call (RPC) connection. The session key that is returned is a constant value and not unique to this connection.

WindowsError::ErrorCode.new("STATUS_LOCAL_USER_SESSION_KEY",0x40000006,"{Local Session Key} A user session key was requested for a local remote procedure call (RPC) connection. The session key that is returned is a constant value and not unique to this connection.")
STATUS_BAD_CURRENT_DIRECTORY =

(0x40000007) Current Directory The process cannot switch to the startup current directory %hs. Select OK to set the current directory to %hs, or select CANCEL to exit.

WindowsError::ErrorCode.new("STATUS_BAD_CURRENT_DIRECTORY",0x40000007,"{Invalid Current Directory} The process cannot switch to the startup current directory %hs. Select OK to set the current directory to %hs, or select CANCEL to exit.")
STATUS_SERIAL_MORE_WRITES =

(0x40000008) IOCTL Complete A serial I/O operation was completed by another write to a serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)

WindowsError::ErrorCode.new("STATUS_SERIAL_MORE_WRITES",0x40000008,"{Serial IOCTL Complete} A serial I/O operation was completed by another write to a serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)")
STATUS_REGISTRY_RECOVERED =

(0x40000009) Recovery One of the files that contains the system registry data had to be recovered by using a log or alternate copy. The recovery was successful.

WindowsError::ErrorCode.new("STATUS_REGISTRY_RECOVERED",0x40000009,"{Registry Recovery} One of the files that contains the system registry data had to be recovered by using a log or alternate copy. The recovery was successful.")
STATUS_FT_READ_RECOVERY_FROM_BACKUP =

(0x4000000A) Read To satisfy a read request, the Windows 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.

WindowsError::ErrorCode.new("STATUS_FT_READ_RECOVERY_FROM_BACKUP",0x4000000A,"{Redundant Read} To satisfy a read request, the Windows 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_RECOVERY =

(0x4000000B) Write To satisfy a write request, the Windows 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 unable to reassign the failing area of the device.

WindowsError::ErrorCode.new("STATUS_FT_WRITE_RECOVERY",0x4000000B,"{Redundant Write} To satisfy a write request, the Windows 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 unable to reassign the failing area of the device.")
STATUS_SERIAL_COUNTER_TIMEOUT =

(0x4000000C) IOCTL Timeout A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.)

WindowsError::ErrorCode.new("STATUS_SERIAL_COUNTER_TIMEOUT",0x4000000C,"{Serial IOCTL Timeout} A serial I/O operation completed because the time-out period expired. (The IOCTL_SERIAL_XOFF_COUNTER had not reached zero.)")
STATUS_NULL_LM_PASSWORD =

(0x4000000D) Too Complex The Windows password is too complex to be converted to a LAN Manager password. The LAN Manager password that returned is a NULL string.

WindowsError::ErrorCode.new("STATUS_NULL_LM_PASSWORD",0x4000000D,"{Password Too Complex} The Windows password is too complex to be converted to a LAN Manager password. The LAN Manager password that returned is a NULL string.")
STATUS_IMAGE_MACHINE_TYPE_MISMATCH =

(0x4000000E) 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.

WindowsError::ErrorCode.new("STATUS_IMAGE_MACHINE_TYPE_MISMATCH",0x4000000E,"{Machine Type Mismatch} The image file %hs is valid but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.")
STATUS_RECEIVE_PARTIAL =

(0x4000000F) Data Received The network transport returned partial data to its client. The remaining data will be sent later.

WindowsError::ErrorCode.new("STATUS_RECEIVE_PARTIAL",0x4000000F,"{Partial Data Received} The network transport returned partial data to its client. The remaining data will be sent later.")
STATUS_RECEIVE_EXPEDITED =

(0x40000010) Data Received The network transport returned data to its client that was marked as expedited by the remote system.

WindowsError::ErrorCode.new("STATUS_RECEIVE_EXPEDITED",0x40000010,"{Expedited Data Received} The network transport returned data to its client that was marked as expedited by the remote system.")
STATUS_RECEIVE_PARTIAL_EXPEDITED =

(0x40000011) 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.

WindowsError::ErrorCode.new("STATUS_RECEIVE_PARTIAL_EXPEDITED",0x40000011,"{Partial Expedited Data Received} The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.")
STATUS_EVENT_DONE =

(0x40000012) Event Done The TDI indication has completed successfully.

WindowsError::ErrorCode.new("STATUS_EVENT_DONE",0x40000012,"{TDI Event Done} The TDI indication has completed successfully.")
STATUS_EVENT_PENDING =

(0x40000013) Event Pending The TDI indication has entered the pending state.

WindowsError::ErrorCode.new("STATUS_EVENT_PENDING",0x40000013,"{TDI Event Pending} The TDI indication has entered the pending state.")
STATUS_CHECKING_FILE_SYSTEM =

(0x40000014) Checking file system on %wZ.

WindowsError::ErrorCode.new("STATUS_CHECKING_FILE_SYSTEM",0x40000014,"Checking file system on %wZ.")
STATUS_FATAL_APP_EXIT =

(0x40000015) Application Exit %hs

WindowsError::ErrorCode.new("STATUS_FATAL_APP_EXIT",0x40000015,"{Fatal Application Exit} %hs")
STATUS_PREDEFINED_HANDLE =

(0x40000016) The specified registry key is referenced by a predefined handle.

WindowsError::ErrorCode.new("STATUS_PREDEFINED_HANDLE",0x40000016,"The specified registry key is referenced by a predefined handle.")
STATUS_WAS_UNLOCKED =

(0x40000017) Unlocked The page protection of a locked page was changed to ‘No Access’ and the page was unlocked from memory and from the process.

WindowsError::ErrorCode.new("STATUS_WAS_UNLOCKED",0x40000017,"{Page Unlocked} The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.")
STATUS_SERVICE_NOTIFICATION =

(0x40000018) %hs

WindowsError::ErrorCode.new("STATUS_SERVICE_NOTIFICATION",0x40000018,"%hs")
STATUS_WAS_LOCKED =

(0x40000019) Locked One of the pages to lock was already locked.

WindowsError::ErrorCode.new("STATUS_WAS_LOCKED",0x40000019,"{Page Locked} One of the pages to lock was already locked.")
STATUS_LOG_HARD_ERROR =

(0x4000001A) Application popup: %1 : %2

WindowsError::ErrorCode.new("STATUS_LOG_HARD_ERROR",0x4000001A,"Application popup: %1 : %2")
STATUS_ALREADY_WIN32 =

(0x4000001B) A Win32 process already exists.

WindowsError::ErrorCode.new("STATUS_ALREADY_WIN32",0x4000001B,"A Win32 process already exists.")
STATUS_WX86_UNSIMULATE =

(0x4000001C) An exception status code that is used by the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_UNSIMULATE",0x4000001C,"An exception status code that is used by the Win32 x86 emulation subsystem.")
STATUS_WX86_CONTINUE =

(0x4000001D) An exception status code that is used by the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_CONTINUE",0x4000001D,"An exception status code that is used by the Win32 x86 emulation subsystem.")
STATUS_WX86_SINGLE_STEP =

(0x4000001E) An exception status code that is used by the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_SINGLE_STEP",0x4000001E,"An exception status code that is used by the Win32 x86 emulation subsystem.")
STATUS_WX86_BREAKPOINT =

(0x4000001F) An exception status code that is used by the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_BREAKPOINT",0x4000001F,"An exception status code that is used by the Win32 x86 emulation subsystem.")
STATUS_WX86_EXCEPTION_CONTINUE =

(0x40000020) An exception status code that is used by the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_EXCEPTION_CONTINUE",0x40000020,"An exception status code that is used by the Win32 x86 emulation subsystem.")
STATUS_WX86_EXCEPTION_LASTCHANCE =

(0x40000021) An exception status code that is used by the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_EXCEPTION_LASTCHANCE",0x40000021,"An exception status code that is used by the Win32 x86 emulation subsystem.")
STATUS_WX86_EXCEPTION_CHAIN =

(0x40000022) An exception status code that is used by the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_EXCEPTION_CHAIN",0x40000022,"An exception status code that is used by the Win32 x86 emulation subsystem.")
STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE =

(0x40000023) Type Mismatch The image file %hs is valid but is for a machine type other than the current machine.

WindowsError::ErrorCode.new("STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE",0x40000023,"{Machine Type Mismatch} The image file %hs is valid but is for a machine type other than the current machine.")
STATUS_NO_YIELD_PERFORMED =

(0x40000024) A yield execution was performed and no thread was available to run.

WindowsError::ErrorCode.new("STATUS_NO_YIELD_PERFORMED",0x40000024,"A yield execution was performed and no thread was available to run.")
STATUS_TIMER_RESUME_IGNORED =

(0x40000025) The resume flag to a timer API was ignored.

WindowsError::ErrorCode.new("STATUS_TIMER_RESUME_IGNORED",0x40000025,"The resume flag to a timer API was ignored.")
STATUS_ARBITRATION_UNHANDLED =

(0x40000026) The arbiter has deferred arbitration of these resources to its parent.

WindowsError::ErrorCode.new("STATUS_ARBITRATION_UNHANDLED",0x40000026,"The arbiter has deferred arbitration of these resources to its parent.")
STATUS_CARDBUS_NOT_SUPPORTED =

(0x40000027) The device has detected a CardBus card in its slot.

WindowsError::ErrorCode.new("STATUS_CARDBUS_NOT_SUPPORTED",0x40000027,"The device has detected a CardBus card in its slot.")
STATUS_WX86_CREATEWX86TIB =

(0x40000028) An exception status code that is used by the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_CREATEWX86TIB",0x40000028,"An exception status code that is used by the Win32 x86 emulation subsystem.")
STATUS_MP_PROCESSOR_MISMATCH =

(0x40000029) The CPUs in this multiprocessor system are not all the same revision level. To use all processors, the operating system restricts itself to the features of the least capable processor in the system. If problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.

WindowsError::ErrorCode.new("STATUS_MP_PROCESSOR_MISMATCH",0x40000029,"The CPUs in this multiprocessor system are not all the same revision level. To use all processors, the operating system restricts itself to the features of the least capable processor in the system. If problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.")
STATUS_HIBERNATED =

(0x4000002A) The system was put into hibernation.

WindowsError::ErrorCode.new("STATUS_HIBERNATED",0x4000002A,"The system was put into hibernation.")
STATUS_RESUME_HIBERNATION =

(0x4000002B) The system was resumed from hibernation.

WindowsError::ErrorCode.new("STATUS_RESUME_HIBERNATION",0x4000002B,"The system was resumed from hibernation.")
STATUS_FIRMWARE_UPDATED =

(0x4000002C) Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].

WindowsError::ErrorCode.new("STATUS_FIRMWARE_UPDATED",0x4000002C,"Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].")
STATUS_DRIVERS_LEAKING_LOCKED_PAGES =

(0x4000002D) A device driver is leaking locked I/O pages and is causing system degradation. The system has automatically enabled the tracking code to try and catch the culprit.

WindowsError::ErrorCode.new("STATUS_DRIVERS_LEAKING_LOCKED_PAGES",0x4000002D,"A device driver is leaking locked I/O pages and is causing system degradation. The system has automatically enabled the tracking code to try and catch the culprit.")
STATUS_MESSAGE_RETRIEVED =

(0x4000002E) The ALPC message being canceled has already been retrieved from the queue on the other side.

WindowsError::ErrorCode.new("STATUS_MESSAGE_RETRIEVED",0x4000002E,"The ALPC message being canceled has already been retrieved from the queue on the other side.")
STATUS_SYSTEM_POWERSTATE_TRANSITION =

(0x4000002F) The system power state is transitioning from %2 to %3.

WindowsError::ErrorCode.new("STATUS_SYSTEM_POWERSTATE_TRANSITION",0x4000002F,"The system power state is transitioning from %2 to %3.")
STATUS_ALPC_CHECK_COMPLETION_LIST =

(0x40000030) The receive operation was successful. Check the ALPC completion list for the received message.

WindowsError::ErrorCode.new("STATUS_ALPC_CHECK_COMPLETION_LIST",0x40000030,"The receive operation was successful. Check the ALPC completion list for the received message.")
STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION =

(0x40000031) The system power state is transitioning from %2 to %3 but could enter %4.

WindowsError::ErrorCode.new("STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION",0x40000031,"The system power state is transitioning from %2 to %3 but could enter %4.")
STATUS_ACCESS_AUDIT_BY_POLICY =

(0x40000032) Access to %1 is monitored by policy rule %2.

WindowsError::ErrorCode.new("STATUS_ACCESS_AUDIT_BY_POLICY",0x40000032,"Access to %1 is monitored by policy rule %2.")
STATUS_ABANDON_HIBERFILE =

(0x40000033) A valid hibernation file has been invalidated and should be abandoned.

WindowsError::ErrorCode.new("STATUS_ABANDON_HIBERFILE",0x40000033,"A valid hibernation file has been invalidated and should be abandoned.")
STATUS_BIZRULES_NOT_ENABLED =

(0x40000034) Business rule scripts are disabled for the calling application.

WindowsError::ErrorCode.new("STATUS_BIZRULES_NOT_ENABLED",0x40000034,"Business rule scripts are disabled for the calling application.")
STATUS_WAKE_SYSTEM =

(0x40000294) The system has awoken.

WindowsError::ErrorCode.new("STATUS_WAKE_SYSTEM",0x40000294,"The system has awoken.")
STATUS_DS_SHUTTING_DOWN =

(0x40000370) The directory service is shutting down.

WindowsError::ErrorCode.new("STATUS_DS_SHUTTING_DOWN",0x40000370,"The directory service is shutting down.")
DBG_REPLY_LATER =

(0x40010001) Debugger will reply later.

WindowsError::ErrorCode.new("DBG_REPLY_LATER",0x40010001,"Debugger will reply later.")
DBG_UNABLE_TO_PROVIDE_HANDLE =

(0x40010002) Debugger cannot provide a handle.

WindowsError::ErrorCode.new("DBG_UNABLE_TO_PROVIDE_HANDLE",0x40010002,"Debugger cannot provide a handle.")
DBG_TERMINATE_THREAD =

(0x40010003) Debugger terminated the thread.

WindowsError::ErrorCode.new("DBG_TERMINATE_THREAD",0x40010003,"Debugger terminated the thread.")
DBG_TERMINATE_PROCESS =

(0x40010004) Debugger terminated the process.

WindowsError::ErrorCode.new("DBG_TERMINATE_PROCESS",0x40010004,"Debugger terminated the process.")
DBG_CONTROL_C =

(0x40010005) Debugger obtained control of C.

WindowsError::ErrorCode.new("DBG_CONTROL_C",0x40010005,"Debugger obtained control of C.")
DBG_PRINTEXCEPTION_C =

(0x40010006) Debugger printed an exception on control C.

WindowsError::ErrorCode.new("DBG_PRINTEXCEPTION_C",0x40010006,"Debugger printed an exception on control C.")
DBG_RIPEXCEPTION =

(0x40010007) Debugger received a RIP exception.

WindowsError::ErrorCode.new("DBG_RIPEXCEPTION",0x40010007,"Debugger received a RIP exception.")
DBG_CONTROL_BREAK =

(0x40010008) Debugger received a control break.

WindowsError::ErrorCode.new("DBG_CONTROL_BREAK",0x40010008,"Debugger received a control break.")
DBG_COMMAND_EXCEPTION =

(0x40010009) Debugger command communication exception.

WindowsError::ErrorCode.new("DBG_COMMAND_EXCEPTION",0x40010009,"Debugger command communication exception.")
RPC_NT_UUID_LOCAL_ONLY =

(0x40020056) A UUID that is valid only on this computer has been allocated.

WindowsError::ErrorCode.new("RPC_NT_UUID_LOCAL_ONLY",0x40020056,"A UUID that is valid only on this computer has been allocated.")
RPC_NT_SEND_INCOMPLETE =

(0x400200AF) Some data remains to be sent in the request buffer.

WindowsError::ErrorCode.new("RPC_NT_SEND_INCOMPLETE",0x400200AF,"Some data remains to be sent in the request buffer.")
STATUS_CTX_CDM_CONNECT =

(0x400A0004) The Client Drive Mapping Service has connected on Terminal Connection.

WindowsError::ErrorCode.new("STATUS_CTX_CDM_CONNECT",0x400A0004,"The Client Drive Mapping Service has connected on Terminal Connection.")
STATUS_CTX_CDM_DISCONNECT =

(0x400A0005) The Client Drive Mapping Service has disconnected on Terminal Connection.

WindowsError::ErrorCode.new("STATUS_CTX_CDM_DISCONNECT",0x400A0005,"The Client Drive Mapping Service has disconnected on Terminal Connection.")
STATUS_SXS_RELEASE_ACTIVATION_CONTEXT =

(0x4015000D) A kernel mode component is releasing a reference on an activation context.

WindowsError::ErrorCode.new("STATUS_SXS_RELEASE_ACTIVATION_CONTEXT",0x4015000D,"A kernel mode component is releasing a reference on an activation context.")
STATUS_RECOVERY_NOT_NEEDED =

(0x40190034) The transactional resource manager is already consistent. Recovery is not needed.

WindowsError::ErrorCode.new("STATUS_RECOVERY_NOT_NEEDED",0x40190034,"The transactional resource manager is already consistent. Recovery is not needed.")
STATUS_RM_ALREADY_STARTED =

(0x40190035) The transactional resource manager has already been started.

WindowsError::ErrorCode.new("STATUS_RM_ALREADY_STARTED",0x40190035,"The transactional resource manager has already been started.")
STATUS_LOG_NO_RESTART =

(0x401A000C) The log service encountered a log stream with no restart area.

WindowsError::ErrorCode.new("STATUS_LOG_NO_RESTART",0x401A000C,"The log service encountered a log stream with no restart area.")
STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST =

(0x401B00EC) Driver Recovered From Failure The %hs display driver has detected a failure and recovered from it. Some graphical operations may have failed. The next time you restart the machine, a dialog box appears, giving you an opportunity to upload data about this failure to Microsoft.

WindowsError::ErrorCode.new("STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST",0x401B00EC,"{Display Driver Recovered From Failure} The %hs display driver has detected a failure and recovered from it. Some graphical operations may have failed. The next time you restart the machine, a dialog box appears, giving you an opportunity to upload data about this failure to Microsoft.")
STATUS_GRAPHICS_PARTIAL_DATA_POPULATED =

(0x401E000A) The specified buffer is not big enough to contain the entire requested dataset. Partial data is populated up to the size of the buffer.The caller needs to provide a buffer of the size as specified in the partially populated buffer’s content (interface specific).

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PARTIAL_DATA_POPULATED",0x401E000A,"The specified buffer is not big enough to contain the entire requested dataset. Partial data is populated up to the size of the buffer.""The caller needs to provide a buffer of the size as specified in the partially populated buffer's content (interface specific).")
STATUS_GRAPHICS_DRIVER_MISMATCH =

(0x401E0117) The kernel driver detected a version mismatch between it and the user mode driver.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DRIVER_MISMATCH",0x401E0117,"The kernel driver detected a version mismatch between it and the user mode driver.")
STATUS_GRAPHICS_MODE_NOT_PINNED =

(0x401E0307) No mode is pinned on the specified VidPN source/target.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MODE_NOT_PINNED",0x401E0307,"No mode is pinned on the specified VidPN source/target.")
STATUS_GRAPHICS_NO_PREFERRED_MODE =

(0x401E031E) The specified mode set does not specify a preference for one of its modes.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_PREFERRED_MODE",0x401E031E,"The specified mode set does not specify a preference for one of its modes.")
STATUS_GRAPHICS_DATASET_IS_EMPTY =

(0x401E034B) The specified dataset (for example, mode set, frequency range set, descriptor set, or topology) is empty.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DATASET_IS_EMPTY",0x401E034B,"The specified dataset (for example, mode set, frequency range set, descriptor set, or topology) is empty.")
STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET =

(0x401E034C) The specified dataset (for example, mode set, frequency range set, descriptor set, or topology) does not contain any more elements.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET",0x401E034C,"The specified dataset (for example, mode set, frequency range set, descriptor set, or topology) does not contain any more elements.")
STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED =

(0x401E0351) The specified content transformation is not pinned on the specified VidPN present path.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED",0x401E0351,"The specified content transformation is not pinned on the specified VidPN present path.")
STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS =

(0x401E042F) The child device presence was not reliably detected.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS",0x401E042F,"The child device presence was not reliably detected.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_LEADLINK_START_DEFERRED",0x401E0437,"Starting the lead adapter in a linked configuration has been temporarily deferred.")
STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY =

(0x401E0439) The display adapter is being polled for children too frequently at the same polling level.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY",0x401E0439,"The display adapter is being polled for children too frequently at the same polling level.")
STATUS_GRAPHICS_START_DEFERRED =

(0x401E043A) Starting the adapter has been temporarily deferred.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_START_DEFERRED",0x401E043A,"Starting the adapter has been temporarily deferred.")
STATUS_NDIS_INDICATION_REQUIRED =

(0x40230001) The request will be completed later by an NDIS status indication.

WindowsError::ErrorCode.new("STATUS_NDIS_INDICATION_REQUIRED",0x40230001,"The request will be completed later by an NDIS status indication.")
STATUS_GUARD_PAGE_VIOLATION =

(0x80000001) EXCEPTION Guard Page Exception A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.

WindowsError::ErrorCode.new("STATUS_GUARD_PAGE_VIOLATION",0x80000001,"{EXCEPTION} Guard Page Exception A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.")
STATUS_DATATYPE_MISALIGNMENT =

(0x80000002) EXCEPTION Alignment Fault A data type misalignment was detected in a load or store instruction.

WindowsError::ErrorCode.new("STATUS_DATATYPE_MISALIGNMENT",0x80000002,"{EXCEPTION} Alignment Fault A data type misalignment was detected in a load or store instruction.")
STATUS_BREAKPOINT =

(0x80000003) EXCEPTION Breakpoint A breakpoint has been reached.

WindowsError::ErrorCode.new("STATUS_BREAKPOINT",0x80000003,"{EXCEPTION} Breakpoint A breakpoint has been reached.")
STATUS_SINGLE_STEP =

(0x80000004) EXCEPTION Single Step A single step or trace operation has just been completed.

WindowsError::ErrorCode.new("STATUS_SINGLE_STEP",0x80000004,"{EXCEPTION} Single Step A single step or trace operation has just been completed.")
STATUS_BUFFER_OVERFLOW =

(0x80000005) Overflow The data was too large to fit into the specified buffer.

WindowsError::ErrorCode.new("STATUS_BUFFER_OVERFLOW",0x80000005,"{Buffer Overflow} The data was too large to fit into the specified buffer.")
STATUS_NO_MORE_FILES =

(0x80000006) More Files No more files were found which match the file specification.

WindowsError::ErrorCode.new("STATUS_NO_MORE_FILES",0x80000006,"{No More Files} No more files were found which match the file specification.")
STATUS_WAKE_SYSTEM_DEBUGGER =

(0x80000007) Debugger Awakened The system debugger was awakened by an interrupt.

WindowsError::ErrorCode.new("STATUS_WAKE_SYSTEM_DEBUGGER",0x80000007,"{Kernel Debugger Awakened} The system debugger was awakened by an interrupt.")
STATUS_HANDLES_CLOSED =

(0x8000000A) Closed Handles to objects have been automatically closed because of the requested operation.

WindowsError::ErrorCode.new("STATUS_HANDLES_CLOSED",0x8000000A,"{Handles Closed} Handles to objects have been automatically closed because of the requested operation.")
STATUS_NO_INHERITANCE =

(0x8000000B) ACL An access control list (ACL) contains no components that can be inherited.

WindowsError::ErrorCode.new("STATUS_NO_INHERITANCE",0x8000000B,"{Non-Inheritable ACL} An access control list (ACL) contains no components that can be inherited.")
STATUS_GUID_SUBSTITUTION_MADE =

(0x8000000C) Substitution During the translation of a globally unique 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.

WindowsError::ErrorCode.new("STATUS_GUID_SUBSTITUTION_MADE",0x8000000C,"{GUID Substitution} During the translation of a globally unique 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_COPY =

(0x8000000D) Because of protection conflicts, not all the requested bytes could be copied.

WindowsError::ErrorCode.new("STATUS_PARTIAL_COPY",0x8000000D,"Because of protection conflicts, not all the requested bytes could be copied.")
STATUS_DEVICE_PAPER_EMPTY =

(0x8000000E) of Paper The printer is out of paper.

WindowsError::ErrorCode.new("STATUS_DEVICE_PAPER_EMPTY",0x8000000E,"{Out of Paper} The printer is out of paper.")
STATUS_DEVICE_POWERED_OFF =

(0x8000000F) Power Is Off The printer power has been turned off.

WindowsError::ErrorCode.new("STATUS_DEVICE_POWERED_OFF",0x8000000F,"{Device Power Is Off} The printer power has been turned off.")
STATUS_DEVICE_OFF_LINE =

(0x80000010) Offline The printer has been taken offline.

WindowsError::ErrorCode.new("STATUS_DEVICE_OFF_LINE",0x80000010,"{Device Offline} The printer has been taken offline.")
STATUS_DEVICE_BUSY =

(0x80000011) Busy The device is currently busy.

WindowsError::ErrorCode.new("STATUS_DEVICE_BUSY",0x80000011,"{Device Busy} The device is currently busy.")
STATUS_NO_MORE_EAS =

(0x80000012) More EAs No more extended attributes (EAs) were found for the file.

WindowsError::ErrorCode.new("STATUS_NO_MORE_EAS",0x80000012,"{No More EAs} No more extended attributes (EAs) were found for the file.")
STATUS_INVALID_EA_NAME =

(0x80000013) EA The specified extended attribute (EA) name contains at least one illegal character.

WindowsError::ErrorCode.new("STATUS_INVALID_EA_NAME",0x80000013,"{Illegal EA} The specified extended attribute (EA) name contains at least one illegal character.")
STATUS_EA_LIST_INCONSISTENT =

(0x80000014) EA List The extended attribute (EA) list is inconsistent.

WindowsError::ErrorCode.new("STATUS_EA_LIST_INCONSISTENT",0x80000014,"{Inconsistent EA List} The extended attribute (EA) list is inconsistent.")
STATUS_INVALID_EA_FLAG =

(0x80000015) EA Flag An invalid extended attribute (EA) flag was set.

WindowsError::ErrorCode.new("STATUS_INVALID_EA_FLAG",0x80000015,"{Invalid EA Flag} An invalid extended attribute (EA) flag was set.")
STATUS_VERIFY_REQUIRED =

(0x80000016) Disk The media has changed and a verify operation is in progress; therefore, no reads or writes may be performed to the device, except those that are used in the verify operation.

WindowsError::ErrorCode.new("STATUS_VERIFY_REQUIRED",0x80000016,"{Verifying Disk} The media has changed and a verify operation is in progress; therefore, no reads or writes may be performed to the device, except those that are used in the verify operation.")
STATUS_EXTRANEOUS_INFORMATION =

(0x80000017) Much Information The specified access control list (ACL) contained more information than was expected.

WindowsError::ErrorCode.new("STATUS_EXTRANEOUS_INFORMATION",0x80000017,"{Too Much Information} The specified access control list (ACL) contained more information than was expected.")
STATUS_RXACT_COMMIT_NECESSARY =

(0x80000018) This warning level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has NOT been completed but has not been rolled back either; therefore, it may still be committed, if needed.

WindowsError::ErrorCode.new("STATUS_RXACT_COMMIT_NECESSARY",0x80000018,"This warning level status indicates that the transaction state already exists for the registry subtree, but that a transaction commit was previously aborted. The commit has NOT been completed but has not been rolled back either; therefore, it may still be committed, if needed.")
STATUS_NO_MORE_ENTRIES =

(0x8000001A) More Entries No more entries are available from an enumeration operation.

WindowsError::ErrorCode.new("STATUS_NO_MORE_ENTRIES",0x8000001A,"{No More Entries} No more entries are available from an enumeration operation.")
STATUS_FILEMARK_DETECTED =

(0x8000001B) Found A filemark was detected.

WindowsError::ErrorCode.new("STATUS_FILEMARK_DETECTED",0x8000001B,"{Filemark Found} A filemark was detected.")
STATUS_MEDIA_CHANGED =

(0x8000001C) Changed The media may have changed.

WindowsError::ErrorCode.new("STATUS_MEDIA_CHANGED",0x8000001C,"{Media Changed} The media may have changed.")
STATUS_BUS_RESET =

(0x8000001D) Bus Reset An I/O bus reset was detected.

WindowsError::ErrorCode.new("STATUS_BUS_RESET",0x8000001D,"{I/O Bus Reset} An I/O bus reset was detected.")
STATUS_END_OF_MEDIA =

(0x8000001E) of Media The end of the media was encountered.

WindowsError::ErrorCode.new("STATUS_END_OF_MEDIA",0x8000001E,"{End of Media} The end of the media was encountered.")
STATUS_BEGINNING_OF_MEDIA =

(0x8000001F) The beginning of a tape or partition has been detected.

WindowsError::ErrorCode.new("STATUS_BEGINNING_OF_MEDIA",0x8000001F,"The beginning of a tape or partition has been detected.")
STATUS_MEDIA_CHECK =

(0x80000020) Changed The media may have changed.

WindowsError::ErrorCode.new("STATUS_MEDIA_CHECK",0x80000020,"{Media Changed} The media may have changed.")
STATUS_SETMARK_DETECTED =

(0x80000021) A tape access reached a set mark.

WindowsError::ErrorCode.new("STATUS_SETMARK_DETECTED",0x80000021,"A tape access reached a set mark.")
STATUS_NO_DATA_DETECTED =

(0x80000022) During a tape access, the end of the data written is reached.

WindowsError::ErrorCode.new("STATUS_NO_DATA_DETECTED",0x80000022,"During a tape access, the end of the data written is reached.")
STATUS_REDIRECTOR_HAS_OPEN_HANDLES =

(0x80000023) The redirector is in use and cannot be unloaded.

WindowsError::ErrorCode.new("STATUS_REDIRECTOR_HAS_OPEN_HANDLES",0x80000023,"The redirector is in use and cannot be unloaded.")
STATUS_SERVER_HAS_OPEN_HANDLES =

(0x80000024) The server is in use and cannot be unloaded.

WindowsError::ErrorCode.new("STATUS_SERVER_HAS_OPEN_HANDLES",0x80000024,"The server is in use and cannot be unloaded.")
STATUS_ALREADY_DISCONNECTED =

(0x80000025) The specified connection has already been disconnected.

WindowsError::ErrorCode.new("STATUS_ALREADY_DISCONNECTED",0x80000025,"The specified connection has already been disconnected.")
STATUS_LONGJUMP =

(0x80000026) A long jump has been executed.

WindowsError::ErrorCode.new("STATUS_LONGJUMP",0x80000026,"A long jump has been executed.")
STATUS_CLEANER_CARTRIDGE_INSTALLED =

(0x80000027) A cleaner cartridge is present in the tape library.

WindowsError::ErrorCode.new("STATUS_CLEANER_CARTRIDGE_INSTALLED",0x80000027,"A cleaner cartridge is present in the tape library.")
STATUS_PLUGPLAY_QUERY_VETOED =

(0x80000028) The Plug and Play query operation was not successful.

WindowsError::ErrorCode.new("STATUS_PLUGPLAY_QUERY_VETOED",0x80000028,"The Plug and Play query operation was not successful.")
STATUS_UNWIND_CONSOLIDATE =

(0x80000029) A frame consolidation has been executed.

WindowsError::ErrorCode.new("STATUS_UNWIND_CONSOLIDATE",0x80000029,"A frame consolidation has been executed.")
STATUS_REGISTRY_HIVE_RECOVERED =

(0x8000002A) Hive Recovered The registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.

WindowsError::ErrorCode.new("STATUS_REGISTRY_HIVE_RECOVERED",0x8000002A,"{Registry Hive Recovered} The registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.")
STATUS_DLL_MIGHT_BE_INSECURE =

(0x8000002B) The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?

WindowsError::ErrorCode.new("STATUS_DLL_MIGHT_BE_INSECURE",0x8000002B,"The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?")
STATUS_DLL_MIGHT_BE_INCOMPATIBLE =

(0x8000002C) The application is loading executable code from the module %hs. This is secure but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?

WindowsError::ErrorCode.new("STATUS_DLL_MIGHT_BE_INCOMPATIBLE",0x8000002C,"The application is loading executable code from the module %hs. This is secure but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?")
WindowsError::ErrorCode.new("STATUS_STOPPED_ON_SYMLINK",0x8000002D,"The create operation stopped after reaching a symbolic link.")
STATUS_DEVICE_REQUIRES_CLEANING =

(0x80000288) The device has indicated that cleaning is necessary.

WindowsError::ErrorCode.new("STATUS_DEVICE_REQUIRES_CLEANING",0x80000288,"The device has indicated that cleaning is necessary.")
STATUS_DEVICE_DOOR_OPEN =

(0x80000289) The device has indicated that its door is open. Further operations require it closed and secured.

WindowsError::ErrorCode.new("STATUS_DEVICE_DOOR_OPEN",0x80000289,"The device has indicated that its door is open. Further operations require it closed and secured.")
STATUS_DATA_LOST_REPAIR =

(0x80000803) Windows discovered a corruption in the file %hs. This file has now been repaired. Check if any data in the file was lost because of the corruption.

WindowsError::ErrorCode.new("STATUS_DATA_LOST_REPAIR",0x80000803,"Windows discovered a corruption in the file %hs. This file has now been repaired. Check if any data in the file was lost because of the corruption.")
DBG_EXCEPTION_NOT_HANDLED =

(0x80010001) Debugger did not handle the exception.

WindowsError::ErrorCode.new("DBG_EXCEPTION_NOT_HANDLED",0x80010001,"Debugger did not handle the exception.")
STATUS_CLUSTER_NODE_ALREADY_UP =

(0x80130001) The cluster node is already up.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_ALREADY_UP",0x80130001,"The cluster node is already up.")
STATUS_CLUSTER_NODE_ALREADY_DOWN =

(0x80130002) The cluster node is already down.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_ALREADY_DOWN",0x80130002,"The cluster node is already down.")
STATUS_CLUSTER_NETWORK_ALREADY_ONLINE =

(0x80130003) The cluster network is already online.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NETWORK_ALREADY_ONLINE",0x80130003,"The cluster network is already online.")
STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE =

(0x80130004) The cluster network is already offline.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE",0x80130004,"The cluster network is already offline.")
STATUS_CLUSTER_NODE_ALREADY_MEMBER =

(0x80130005) The cluster node is already a member of the cluster.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_ALREADY_MEMBER",0x80130005,"The cluster node is already a member of the cluster.")
STATUS_COULD_NOT_RESIZE_LOG =

(0x80190009) The log could not be set to the requested size.

WindowsError::ErrorCode.new("STATUS_COULD_NOT_RESIZE_LOG",0x80190009,"The log could not be set to the requested size.")
STATUS_NO_TXF_METADATA =

(0x80190029) There is no transaction metadata on the file.

WindowsError::ErrorCode.new("STATUS_NO_TXF_METADATA",0x80190029,"There is no transaction metadata on the file.")
STATUS_CANT_RECOVER_WITH_HANDLE_OPEN =

(0x80190031) The file cannot be recovered because there is a handle still open on it.

WindowsError::ErrorCode.new("STATUS_CANT_RECOVER_WITH_HANDLE_OPEN",0x80190031,"The file cannot be recovered because there is a handle still open on it.")
STATUS_TXF_METADATA_ALREADY_PRESENT =

(0x80190041) Transaction metadata is already present on this file and cannot be superseded.

WindowsError::ErrorCode.new("STATUS_TXF_METADATA_ALREADY_PRESENT",0x80190041,"Transaction metadata is already present on this file and cannot be superseded.")
STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET =

(0x80190042) A transaction scope could not be entered because the scope handler has not been initialized.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET",0x80190042,"A transaction scope could not be entered because the scope handler has not been initialized.")
STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED =

(0x801B00EB) Driver Stopped Responding and recovered The %hs display driver has stopped working normally. The recovery had been performed.

WindowsError::ErrorCode.new("STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED",0x801B00EB,"{Display Driver Stopped Responding and recovered} The %hs display driver has stopped working normally. The recovery had been performed.")
STATUS_FLT_BUFFER_TOO_SMALL =

(0x801C0001) too small The buffer is too small to contain the entry. No information has been written to the buffer.

WindowsError::ErrorCode.new("STATUS_FLT_BUFFER_TOO_SMALL",0x801C0001,"{Buffer too small} The buffer is too small to contain the entry. No information has been written to the buffer.")
STATUS_FVE_PARTIAL_METADATA =

(0x80210001) Volume metadata read or write is incomplete.

WindowsError::ErrorCode.new("STATUS_FVE_PARTIAL_METADATA",0x80210001,"Volume metadata read or write is incomplete.")
STATUS_FVE_TRANSIENT_STATE =

(0x80210002) BitLocker encryption keys were ignored because the volume was in a transient state.

WindowsError::ErrorCode.new("STATUS_FVE_TRANSIENT_STATE",0x80210002,"BitLocker encryption keys were ignored because the volume was in a transient state.")
STATUS_UNSUCCESSFUL =

(0xC0000001) Failed The requested operation was unsuccessful.

WindowsError::ErrorCode.new("STATUS_UNSUCCESSFUL",0xC0000001,"{Operation Failed} The requested operation was unsuccessful.")
STATUS_NOT_IMPLEMENTED =

(0xC0000002) Implemented The requested operation is not implemented.

WindowsError::ErrorCode.new("STATUS_NOT_IMPLEMENTED",0xC0000002,"{Not Implemented} The requested operation is not implemented.")
STATUS_INVALID_INFO_CLASS =

(0xC0000003) Parameter The specified information class is not a valid information class for the specified object.

WindowsError::ErrorCode.new("STATUS_INVALID_INFO_CLASS",0xC0000003,"{Invalid Parameter} The specified information class is not a valid information class for the specified object.")
STATUS_INFO_LENGTH_MISMATCH =

(0xC0000004) The specified information record length does not match the length that is required for the specified information class.

WindowsError::ErrorCode.new("STATUS_INFO_LENGTH_MISMATCH",0xC0000004,"The specified information record length does not match the length that is required for the specified information class.")
STATUS_ACCESS_VIOLATION =

(0xC0000005) The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.

WindowsError::ErrorCode.new("STATUS_ACCESS_VIOLATION",0xC0000005,"The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.")
STATUS_IN_PAGE_ERROR =

(0xC0000006) The instruction at 0x%08lx referenced memory at 0x%08lx. The required data was not placed into memory because of an I/O error status of 0x%08lx.

WindowsError::ErrorCode.new("STATUS_IN_PAGE_ERROR",0xC0000006,"The instruction at 0x%08lx referenced memory at 0x%08lx. The required data was not placed into memory because of an I/O error status of 0x%08lx.")
STATUS_PAGEFILE_QUOTA =

(0xC0000007) The page file quota for the process has been exhausted.

WindowsError::ErrorCode.new("STATUS_PAGEFILE_QUOTA",0xC0000007,"The page file quota for the process has been exhausted.")
STATUS_INVALID_HANDLE =

(0xC0000008) An invalid HANDLE was specified.

WindowsError::ErrorCode.new("STATUS_INVALID_HANDLE",0xC0000008,"An invalid HANDLE was specified.")
STATUS_BAD_INITIAL_STACK =

(0xC0000009) An invalid initial stack was specified in a call to NtCreateThread.

WindowsError::ErrorCode.new("STATUS_BAD_INITIAL_STACK",0xC0000009,"An invalid initial stack was specified in a call to NtCreateThread.")
STATUS_BAD_INITIAL_PC =

(0xC000000A) An invalid initial start address was specified in a call to NtCreateThread.

WindowsError::ErrorCode.new("STATUS_BAD_INITIAL_PC",0xC000000A,"An invalid initial start address was specified in a call to NtCreateThread.")
STATUS_INVALID_CID =

(0xC000000B) An invalid client ID was specified.

WindowsError::ErrorCode.new("STATUS_INVALID_CID",0xC000000B,"An invalid client ID was specified.")
STATUS_TIMER_NOT_CANCELED =

(0xC000000C) An attempt was made to cancel or set a timer that has an associated APC and the specified thread is not the thread that originally set the timer with an associated APC routine.

WindowsError::ErrorCode.new("STATUS_TIMER_NOT_CANCELED",0xC000000C,"An attempt was made to cancel or set a timer that has an associated APC and the specified thread is not the thread that originally set the timer with an associated APC routine.")
STATUS_INVALID_PARAMETER =

(0xC000000D) An invalid parameter was passed to a service or function.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER",0xC000000D,"An invalid parameter was passed to a service or function.")
STATUS_NO_SUCH_DEVICE =

(0xC000000E) A device that does not exist was specified.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_DEVICE",0xC000000E,"A device that does not exist was specified.")
STATUS_NO_SUCH_FILE =

(0xC000000F) Not Found The file %hs does not exist.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_FILE",0xC000000F,"{File Not Found} The file %hs does not exist.")
STATUS_INVALID_DEVICE_REQUEST =

(0xC0000010) The specified request is not a valid operation for the target device.

WindowsError::ErrorCode.new("STATUS_INVALID_DEVICE_REQUEST",0xC0000010,"The specified request is not a valid operation for the target device.")
STATUS_END_OF_FILE =

(0xC0000011) The end-of-file marker has been reached. There is no valid data in the file beyond this marker.

WindowsError::ErrorCode.new("STATUS_END_OF_FILE",0xC0000011,"The end-of-file marker has been reached. There is no valid data in the file beyond this marker.")
STATUS_WRONG_VOLUME =

(0xC0000012) Volume The wrong volume is in the drive. Insert volume %hs into drive %hs.

WindowsError::ErrorCode.new("STATUS_WRONG_VOLUME",0xC0000012,"{Wrong Volume} The wrong volume is in the drive. Insert volume %hs into drive %hs.")
STATUS_NO_MEDIA_IN_DEVICE =

(0xC0000013) Disk There is no disk in the drive. Insert a disk into drive %hs.

WindowsError::ErrorCode.new("STATUS_NO_MEDIA_IN_DEVICE",0xC0000013,"{No Disk} There is no disk in the drive. Insert a disk into drive %hs.")
STATUS_UNRECOGNIZED_MEDIA =

(0xC0000014) Disk Format The disk in drive %hs is not formatted properly. Check the disk, and reformat it, if needed.

WindowsError::ErrorCode.new("STATUS_UNRECOGNIZED_MEDIA",0xC0000014,"{Unknown Disk Format} The disk in drive %hs is not formatted properly. Check the disk, and reformat it, if needed.")
STATUS_NONEXISTENT_SECTOR =

(0xC0000015) Not Found The specified sector does not exist.

WindowsError::ErrorCode.new("STATUS_NONEXISTENT_SECTOR",0xC0000015,"{Sector Not Found} The specified sector does not exist.")
STATUS_MORE_PROCESSING_REQUIRED =

(0xC0000016) Busy The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.

WindowsError::ErrorCode.new("STATUS_MORE_PROCESSING_REQUIRED",0xC0000016,"{Still Busy} The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.")
STATUS_NO_MEMORY =

(0xC0000017) Enough Quota Not enough virtual memory or paging file quota is available to complete the specified operation.

WindowsError::ErrorCode.new("STATUS_NO_MEMORY",0xC0000017,"{Not Enough Quota} Not enough virtual memory or paging file quota is available to complete the specified operation.")
STATUS_CONFLICTING_ADDRESSES =

(0xC0000018) Address Range The specified address range conflicts with the address space.

WindowsError::ErrorCode.new("STATUS_CONFLICTING_ADDRESSES",0xC0000018,"{Conflicting Address Range} The specified address range conflicts with the address space.")
STATUS_NOT_MAPPED_VIEW =

(0xC0000019) The address range to unmap is not a mapped view.

WindowsError::ErrorCode.new("STATUS_NOT_MAPPED_VIEW",0xC0000019,"The address range to unmap is not a mapped view.")
STATUS_UNABLE_TO_FREE_VM =

(0xC000001A) The virtual memory cannot be freed.

WindowsError::ErrorCode.new("STATUS_UNABLE_TO_FREE_VM",0xC000001A,"The virtual memory cannot be freed.")
STATUS_UNABLE_TO_DELETE_SECTION =

(0xC000001B) The specified section cannot be deleted.

WindowsError::ErrorCode.new("STATUS_UNABLE_TO_DELETE_SECTION",0xC000001B,"The specified section cannot be deleted.")
STATUS_INVALID_SYSTEM_SERVICE =

(0xC000001C) An invalid system service was specified in a system service call.

WindowsError::ErrorCode.new("STATUS_INVALID_SYSTEM_SERVICE",0xC000001C,"An invalid system service was specified in a system service call.")
STATUS_ILLEGAL_INSTRUCTION =

(0xC000001D) EXCEPTION Illegal Instruction An attempt was made to execute an illegal instruction.

WindowsError::ErrorCode.new("STATUS_ILLEGAL_INSTRUCTION",0xC000001D,"{EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.")
STATUS_INVALID_LOCK_SEQUENCE =

(0xC000001E) Lock Sequence An attempt was made to execute an invalid lock sequence.

WindowsError::ErrorCode.new("STATUS_INVALID_LOCK_SEQUENCE",0xC000001E,"{Invalid Lock Sequence} An attempt was made to execute an invalid lock sequence.")
STATUS_INVALID_VIEW_SIZE =

(0xC000001F) Mapping An attempt was made to create a view for a section that is bigger than the section.

WindowsError::ErrorCode.new("STATUS_INVALID_VIEW_SIZE",0xC000001F,"{Invalid Mapping} An attempt was made to create a view for a section that is bigger than the section.")
STATUS_INVALID_FILE_FOR_SECTION =

(0xC0000020) File The attributes of the specified mapping file for a section of memory cannot be read.

WindowsError::ErrorCode.new("STATUS_INVALID_FILE_FOR_SECTION",0xC0000020,"{Bad File} The attributes of the specified mapping file for a section of memory cannot be read.")
STATUS_ALREADY_COMMITTED =

(0xC0000021) Committed The specified address range is already committed.

WindowsError::ErrorCode.new("STATUS_ALREADY_COMMITTED",0xC0000021,"{Already Committed} The specified address range is already committed.")
STATUS_ACCESS_DENIED =

(0xC0000022) Denied A process has requested access to an object but has not been granted those access rights.

WindowsError::ErrorCode.new("STATUS_ACCESS_DENIED",0xC0000022,"{Access Denied} A process has requested access to an object but has not been granted those access rights.")
STATUS_BUFFER_TOO_SMALL =

(0xC0000023) Too Small The buffer is too small to contain the entry. No information has been written to the buffer.

WindowsError::ErrorCode.new("STATUS_BUFFER_TOO_SMALL",0xC0000023,"{Buffer Too Small} The buffer is too small to contain the entry. No information has been written to the buffer.")
STATUS_OBJECT_TYPE_MISMATCH =

(0xC0000024) Type There is a mismatch between the type of object that is required by the requested operation and the type of object that is specified in the request.

WindowsError::ErrorCode.new("STATUS_OBJECT_TYPE_MISMATCH",0xC0000024,"{Wrong Type} There is a mismatch between the type of object that is required by the requested operation and the type of object that is specified in the request.")
STATUS_NONCONTINUABLE_EXCEPTION =

(0xC0000025) EXCEPTION Cannot Continue Windows cannot continue from this exception.

WindowsError::ErrorCode.new("STATUS_NONCONTINUABLE_EXCEPTION",0xC0000025,"{EXCEPTION} Cannot Continue Windows cannot continue from this exception.")
STATUS_INVALID_DISPOSITION =

(0xC0000026) An invalid exception disposition was returned by an exception handler.

WindowsError::ErrorCode.new("STATUS_INVALID_DISPOSITION",0xC0000026,"An invalid exception disposition was returned by an exception handler.")
STATUS_UNWIND =

(0xC0000027) Unwind exception code.

WindowsError::ErrorCode.new("STATUS_UNWIND",0xC0000027,"Unwind exception code.")
STATUS_BAD_STACK =

(0xC0000028) An invalid or unaligned stack was encountered during an unwind operation.

WindowsError::ErrorCode.new("STATUS_BAD_STACK",0xC0000028,"An invalid or unaligned stack was encountered during an unwind operation.")
STATUS_INVALID_UNWIND_TARGET =

(0xC0000029) An invalid unwind target was encountered during an unwind operation.

WindowsError::ErrorCode.new("STATUS_INVALID_UNWIND_TARGET",0xC0000029,"An invalid unwind target was encountered during an unwind operation.")
STATUS_NOT_LOCKED =

(0xC000002A) An attempt was made to unlock a page of memory that was not locked.

WindowsError::ErrorCode.new("STATUS_NOT_LOCKED",0xC000002A,"An attempt was made to unlock a page of memory that was not locked.")
STATUS_PARITY_ERROR =

(0xC000002B) A device parity error on an I/O operation.

WindowsError::ErrorCode.new("STATUS_PARITY_ERROR",0xC000002B,"A device parity error on an I/O operation.")
STATUS_UNABLE_TO_DECOMMIT_VM =

(0xC000002C) An attempt was made to decommit uncommitted virtual memory.

WindowsError::ErrorCode.new("STATUS_UNABLE_TO_DECOMMIT_VM",0xC000002C,"An attempt was made to decommit uncommitted virtual memory.")
STATUS_NOT_COMMITTED =

(0xC000002D) An attempt was made to change the attributes on memory that has not been committed.

WindowsError::ErrorCode.new("STATUS_NOT_COMMITTED",0xC000002D,"An attempt was made to change the attributes on memory that has not been committed.")
STATUS_INVALID_PORT_ATTRIBUTES =

(0xC000002E) Invalid object attributes specified to NtCreatePort or invalid port attributes specified to NtConnectPort.

WindowsError::ErrorCode.new("STATUS_INVALID_PORT_ATTRIBUTES",0xC000002E,"Invalid object attributes specified to NtCreatePort or invalid port attributes specified to NtConnectPort.")
STATUS_PORT_MESSAGE_TOO_LONG =

(0xC000002F) The length of the message that was passed to NtRequestPort or NtRequestWaitReplyPort is longer than the maximum message that is allowed by the port.

WindowsError::ErrorCode.new("STATUS_PORT_MESSAGE_TOO_LONG",0xC000002F,"The length of the message that was passed to NtRequestPort or NtRequestWaitReplyPort is longer than the maximum message that is allowed by the port.")
STATUS_INVALID_PARAMETER_MIX =

(0xC0000030) An invalid combination of parameters was specified.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_MIX",0xC0000030,"An invalid combination of parameters was specified.")
STATUS_INVALID_QUOTA_LOWER =

(0xC0000031) An attempt was made to lower a quota limit below the current usage.

WindowsError::ErrorCode.new("STATUS_INVALID_QUOTA_LOWER",0xC0000031,"An attempt was made to lower a quota limit below the current usage.")
STATUS_DISK_CORRUPT_ERROR =

(0xC0000032) Disk The file system structure on the disk is corrupt and unusable. Run the Chkdsk utility on the volume %hs.

WindowsError::ErrorCode.new("STATUS_DISK_CORRUPT_ERROR",0xC0000032,"{Corrupt Disk} The file system structure on the disk is corrupt and unusable. Run the Chkdsk utility on the volume %hs.")
STATUS_OBJECT_NAME_INVALID =

(0xC0000033) The object name is invalid.

WindowsError::ErrorCode.new("STATUS_OBJECT_NAME_INVALID",0xC0000033,"The object name is invalid.")
STATUS_OBJECT_NAME_NOT_FOUND =

(0xC0000034) The object name is not found.

WindowsError::ErrorCode.new("STATUS_OBJECT_NAME_NOT_FOUND",0xC0000034,"The object name is not found.")
STATUS_OBJECT_NAME_COLLISION =

(0xC0000035) The object name already exists.

WindowsError::ErrorCode.new("STATUS_OBJECT_NAME_COLLISION",0xC0000035,"The object name already exists.")
STATUS_PORT_DISCONNECTED =

(0xC0000037) An attempt was made to send a message to a disconnected communication port.

WindowsError::ErrorCode.new("STATUS_PORT_DISCONNECTED",0xC0000037,"An attempt was made to send a message to a disconnected communication port.")
STATUS_DEVICE_ALREADY_ATTACHED =

(0xC0000038) An attempt was made to attach to a device that was already attached to another device.

WindowsError::ErrorCode.new("STATUS_DEVICE_ALREADY_ATTACHED",0xC0000038,"An attempt was made to attach to a device that was already attached to another device.")
STATUS_OBJECT_PATH_INVALID =

(0xC0000039) The object path component was not a directory object.

WindowsError::ErrorCode.new("STATUS_OBJECT_PATH_INVALID",0xC0000039,"The object path component was not a directory object.")
STATUS_OBJECT_PATH_NOT_FOUND =

(0xC000003A) Not Found The path %hs does not exist.

WindowsError::ErrorCode.new("STATUS_OBJECT_PATH_NOT_FOUND",0xC000003A,"{Path Not Found} The path %hs does not exist.")
STATUS_OBJECT_PATH_SYNTAX_BAD =

(0xC000003B) The object path component was not a directory object.

WindowsError::ErrorCode.new("STATUS_OBJECT_PATH_SYNTAX_BAD",0xC000003B,"The object path component was not a directory object.")
STATUS_DATA_OVERRUN =

(0xC000003C) Overrun A data overrun error occurred.

WindowsError::ErrorCode.new("STATUS_DATA_OVERRUN",0xC000003C,"{Data Overrun} A data overrun error occurred.")
STATUS_DATA_LATE_ERROR =

(0xC000003D) Late A data late error occurred.

WindowsError::ErrorCode.new("STATUS_DATA_LATE_ERROR",0xC000003D,"{Data Late} A data late error occurred.")
STATUS_DATA_ERROR =

(0xC000003E) Error An error occurred in reading or writing data.

WindowsError::ErrorCode.new("STATUS_DATA_ERROR",0xC000003E,"{Data Error} An error occurred in reading or writing data.")
STATUS_CRC_ERROR =

(0xC000003F) CRC A cyclic redundancy check (CRC) checksum error occurred.

WindowsError::ErrorCode.new("STATUS_CRC_ERROR",0xC000003F,"{Bad CRC} A cyclic redundancy check (CRC) checksum error occurred.")
STATUS_SECTION_TOO_BIG =

(0xC0000040) Too Large The specified section is too big to map the file.

WindowsError::ErrorCode.new("STATUS_SECTION_TOO_BIG",0xC0000040,"{Section Too Large} The specified section is too big to map the file.")
STATUS_PORT_CONNECTION_REFUSED =

(0xC0000041) The NtConnectPort request is refused.

WindowsError::ErrorCode.new("STATUS_PORT_CONNECTION_REFUSED",0xC0000041,"The NtConnectPort request is refused.")
STATUS_INVALID_PORT_HANDLE =

(0xC0000042) The type of port handle is invalid for the operation that is requested.

WindowsError::ErrorCode.new("STATUS_INVALID_PORT_HANDLE",0xC0000042,"The type of port handle is invalid for the operation that is requested.")
STATUS_SHARING_VIOLATION =

(0xC0000043) A file cannot be opened because the share access flags are incompatible.

WindowsError::ErrorCode.new("STATUS_SHARING_VIOLATION",0xC0000043,"A file cannot be opened because the share access flags are incompatible.")
STATUS_QUOTA_EXCEEDED =

(0xC0000044) Insufficient quota exists to complete the operation.

WindowsError::ErrorCode.new("STATUS_QUOTA_EXCEEDED",0xC0000044,"Insufficient quota exists to complete the operation.")
STATUS_INVALID_PAGE_PROTECTION =

(0xC0000045) The specified page protection was not valid.

WindowsError::ErrorCode.new("STATUS_INVALID_PAGE_PROTECTION",0xC0000045,"The specified page protection was not valid.")
STATUS_MUTANT_NOT_OWNED =

(0xC0000046) An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.

WindowsError::ErrorCode.new("STATUS_MUTANT_NOT_OWNED",0xC0000046,"An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.")
STATUS_SEMAPHORE_LIMIT_EXCEEDED =

(0xC0000047) An attempt was made to release a semaphore such that its maximum count would have been exceeded.

WindowsError::ErrorCode.new("STATUS_SEMAPHORE_LIMIT_EXCEEDED",0xC0000047,"An attempt was made to release a semaphore such that its maximum count would have been exceeded.")
STATUS_PORT_ALREADY_SET =

(0xC0000048) An attempt was made to set the DebugPort or ExceptionPort of a process, but a port already exists in the process, or an attempt was made to set the CompletionPort of a file but a port was already set in the file, or an attempt was made to set the associated completion port of an ALPC port but it is already set.

WindowsError::ErrorCode.new("STATUS_PORT_ALREADY_SET",0xC0000048,"An attempt was made to set the DebugPort or ExceptionPort of a process, but a port already exists in the process, or an attempt was made to set the CompletionPort of a file but a port was already set in the file, or an attempt was made to set the associated completion port of an ALPC port but it is already set.")
STATUS_SECTION_NOT_IMAGE =

(0xC0000049) An attempt was made to query image information on a section that does not map an image.

WindowsError::ErrorCode.new("STATUS_SECTION_NOT_IMAGE",0xC0000049,"An attempt was made to query image information on a section that does not map an image.")
STATUS_SUSPEND_COUNT_EXCEEDED =

(0xC000004A) An attempt was made to suspend a thread whose suspend count was at its maximum.

WindowsError::ErrorCode.new("STATUS_SUSPEND_COUNT_EXCEEDED",0xC000004A,"An attempt was made to suspend a thread whose suspend count was at its maximum.")
STATUS_THREAD_IS_TERMINATING =

(0xC000004B) An attempt was made to suspend a thread that has begun termination.

WindowsError::ErrorCode.new("STATUS_THREAD_IS_TERMINATING",0xC000004B,"An attempt was made to suspend a thread that has begun termination.")
STATUS_BAD_WORKING_SET_LIMIT =

(0xC000004C) An attempt was made to set the working set limit to an invalid value (for example, the minimum greater than maximum).

WindowsError::ErrorCode.new("STATUS_BAD_WORKING_SET_LIMIT",0xC000004C,"An attempt was made to set the working set limit to an invalid value (for example, the minimum greater than maximum).")
STATUS_INCOMPATIBLE_FILE_MAP =

(0xC000004D) A section was created to map a file that is not compatible with an already existing section that maps the same file.

WindowsError::ErrorCode.new("STATUS_INCOMPATIBLE_FILE_MAP",0xC000004D,"A section was created to map a file that is not compatible with an already existing section that maps the same file.")
STATUS_SECTION_PROTECTION =

(0xC000004E) A view to a section specifies a protection that is incompatible with the protection of the initial view.

WindowsError::ErrorCode.new("STATUS_SECTION_PROTECTION",0xC000004E,"A view to a section specifies a protection that is incompatible with the protection of the initial view.")
STATUS_EAS_NOT_SUPPORTED =

(0xC000004F) An operation involving EAs failed because the file system does not support EAs.

WindowsError::ErrorCode.new("STATUS_EAS_NOT_SUPPORTED",0xC000004F,"An operation involving EAs failed because the file system does not support EAs.")
STATUS_EA_TOO_LARGE =

(0xC0000050) An EA operation failed because the EA set is too large.

WindowsError::ErrorCode.new("STATUS_EA_TOO_LARGE",0xC0000050,"An EA operation failed because the EA set is too large.")
STATUS_NONEXISTENT_EA_ENTRY =

(0xC0000051) An EA operation failed because the name or EA index is invalid.

WindowsError::ErrorCode.new("STATUS_NONEXISTENT_EA_ENTRY",0xC0000051,"An EA operation failed because the name or EA index is invalid.")
STATUS_NO_EAS_ON_FILE =

(0xC0000052) The file for which EAs were requested has no EAs.

WindowsError::ErrorCode.new("STATUS_NO_EAS_ON_FILE",0xC0000052,"The file for which EAs were requested has no EAs.")
STATUS_EA_CORRUPT_ERROR =

(0xC0000053) The EA is corrupt and cannot be read.

WindowsError::ErrorCode.new("STATUS_EA_CORRUPT_ERROR",0xC0000053,"The EA is corrupt and cannot be read.")
STATUS_FILE_LOCK_CONFLICT =

(0xC0000054) A requested read/write cannot be granted due to a conflicting file lock.

WindowsError::ErrorCode.new("STATUS_FILE_LOCK_CONFLICT",0xC0000054,"A requested read/write cannot be granted due to a conflicting file lock.")
STATUS_LOCK_NOT_GRANTED =

(0xC0000055) A requested file lock cannot be granted due to other existing locks.

WindowsError::ErrorCode.new("STATUS_LOCK_NOT_GRANTED",0xC0000055,"A requested file lock cannot be granted due to other existing locks.")
STATUS_DELETE_PENDING =

(0xC0000056) A non-close operation has been requested of a file object that has a delete pending.

WindowsError::ErrorCode.new("STATUS_DELETE_PENDING",0xC0000056,"A non-close operation has been requested of a file object that has a delete pending.")
STATUS_CTL_FILE_NOT_SUPPORTED =

(0xC0000057) An attempt was made to set the control attribute on a file. This attribute is not supported in the destination file system.

WindowsError::ErrorCode.new("STATUS_CTL_FILE_NOT_SUPPORTED",0xC0000057,"An attempt was made to set the control attribute on a file. This attribute is not supported in the destination file system.")
STATUS_UNKNOWN_REVISION =

(0xC0000058) Indicates a revision number that was encountered or specified is not one that is known by the service. It may be a more recent revision than the service is aware of.

WindowsError::ErrorCode.new("STATUS_UNKNOWN_REVISION",0xC0000058,"Indicates a revision number that was encountered or specified is not one that is known by the service. It may be a more recent revision than the service is aware of.")
STATUS_REVISION_MISMATCH =

(0xC0000059) Indicates that two revision levels are incompatible.

WindowsError::ErrorCode.new("STATUS_REVISION_MISMATCH",0xC0000059,"Indicates that two revision levels are incompatible.")
STATUS_INVALID_OWNER =

(0xC000005A) Indicates a particular security ID may not be assigned as the owner of an object.

WindowsError::ErrorCode.new("STATUS_INVALID_OWNER",0xC000005A,"Indicates a particular security ID may not be assigned as the owner of an object.")
STATUS_INVALID_PRIMARY_GROUP =

(0xC000005B) Indicates a particular security ID may not be assigned as the primary group of an object.

WindowsError::ErrorCode.new("STATUS_INVALID_PRIMARY_GROUP",0xC000005B,"Indicates a particular security ID may not be assigned as the primary group of an object.")
STATUS_NO_IMPERSONATION_TOKEN =

(0xC000005C) An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.

WindowsError::ErrorCode.new("STATUS_NO_IMPERSONATION_TOKEN",0xC000005C,"An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.")
STATUS_CANT_DISABLE_MANDATORY =

(0xC000005D) A mandatory group may not be disabled.

WindowsError::ErrorCode.new("STATUS_CANT_DISABLE_MANDATORY",0xC000005D,"A mandatory group may not be disabled.")
STATUS_NO_LOGON_SERVERS =

(0xC000005E) No logon servers are currently available to service the logon request.

WindowsError::ErrorCode.new("STATUS_NO_LOGON_SERVERS",0xC000005E,"No logon servers are currently available to service the logon request.")
STATUS_NO_SUCH_LOGON_SESSION =

(0xC000005F) A specified logon session does not exist. It may already have been terminated.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_LOGON_SESSION",0xC000005F,"A specified logon session does not exist. It may already have been terminated.")
STATUS_NO_SUCH_PRIVILEGE =

(0xC0000060) A specified privilege does not exist.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_PRIVILEGE",0xC0000060,"A specified privilege does not exist.")
STATUS_PRIVILEGE_NOT_HELD =

(0xC0000061) A required privilege is not held by the client.

WindowsError::ErrorCode.new("STATUS_PRIVILEGE_NOT_HELD",0xC0000061,"A required privilege is not held by the client.")
STATUS_INVALID_ACCOUNT_NAME =

(0xC0000062) The name provided is not a properly formed account name.

WindowsError::ErrorCode.new("STATUS_INVALID_ACCOUNT_NAME",0xC0000062,"The name provided is not a properly formed account name.")
STATUS_USER_EXISTS =

(0xC0000063) The specified account already exists.

WindowsError::ErrorCode.new("STATUS_USER_EXISTS",0xC0000063,"The specified account already exists.")
STATUS_NO_SUCH_USER =

(0xC0000064) The specified account does not exist.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_USER",0xC0000064,"The specified account does not exist.")
STATUS_GROUP_EXISTS =

(0xC0000065) The specified group already exists.

WindowsError::ErrorCode.new("STATUS_GROUP_EXISTS",0xC0000065,"The specified group already exists.")
STATUS_NO_SUCH_GROUP =

(0xC0000066) The specified group does not exist.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_GROUP",0xC0000066,"The specified group does not exist.")
STATUS_MEMBER_IN_GROUP =

(0xC0000067) The specified user account is already in the specified group account. Also used to indicate a group cannot be deleted because it contains a member.

WindowsError::ErrorCode.new("STATUS_MEMBER_IN_GROUP",0xC0000067,"The specified user account is already in the specified group account. Also used to indicate a group cannot be deleted because it contains a member.")
STATUS_MEMBER_NOT_IN_GROUP =

(0xC0000068) The specified user account is not a member of the specified group account.

WindowsError::ErrorCode.new("STATUS_MEMBER_NOT_IN_GROUP",0xC0000068,"The specified user account is not a member of the specified group account.")
STATUS_LAST_ADMIN =

(0xC0000069) Indicates the requested operation would disable or delete the last remaining administration account. This is not allowed to prevent creating a situation in which the system cannot be administrated.

WindowsError::ErrorCode.new("STATUS_LAST_ADMIN",0xC0000069,"Indicates the requested operation would disable or delete the last remaining administration account. This is not allowed to prevent creating a situation in which the system cannot be administrated.")
STATUS_WRONG_PASSWORD =

(0xC000006A) When trying to update a password, this return status indicates that the value provided as the current password is not correct.

WindowsError::ErrorCode.new("STATUS_WRONG_PASSWORD",0xC000006A,"When trying to update a password, this return status indicates that the value provided as the current password is not correct.")
STATUS_ILL_FORMED_PASSWORD =

(0xC000006B) When trying to update a password, this return status indicates that the value provided for the new password contains values that are not allowed in passwords.

WindowsError::ErrorCode.new("STATUS_ILL_FORMED_PASSWORD",0xC000006B,"When trying to update a password, this return status indicates that the value provided for the new password contains values that are not allowed in passwords.")
STATUS_PASSWORD_RESTRICTION =

(0xC000006C) When trying to update a password, this status indicates that some password update rule has been violated. For example, the password may not meet length criteria.

WindowsError::ErrorCode.new("STATUS_PASSWORD_RESTRICTION",0xC000006C,"When trying to update a password, this status indicates that some password update rule has been violated. For example, the password may not meet length criteria.")
STATUS_LOGON_FAILURE =

(0xC000006D) The attempted logon is invalid. This is either due to a bad username or authentication information.

WindowsError::ErrorCode.new("STATUS_LOGON_FAILURE",0xC000006D,"The attempted logon is invalid. This is either due to a bad username or authentication information.")
STATUS_ACCOUNT_RESTRICTION =

(0xC000006E) Indicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions).

WindowsError::ErrorCode.new("STATUS_ACCOUNT_RESTRICTION",0xC000006E,"Indicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions).")
STATUS_INVALID_LOGON_HOURS =

(0xC000006F) The user account has time restrictions and may not be logged onto at this time.

WindowsError::ErrorCode.new("STATUS_INVALID_LOGON_HOURS",0xC000006F,"The user account has time restrictions and may not be logged onto at this time.")
STATUS_INVALID_WORKSTATION =

(0xC0000070) The user account is restricted so that it may not be used to log on from the source workstation.

WindowsError::ErrorCode.new("STATUS_INVALID_WORKSTATION",0xC0000070,"The user account is restricted so that it may not be used to log on from the source workstation.")
STATUS_PASSWORD_EXPIRED =

(0xC0000071) The user account password has expired.

WindowsError::ErrorCode.new("STATUS_PASSWORD_EXPIRED",0xC0000071,"The user account password has expired.")
STATUS_ACCOUNT_DISABLED =

(0xC0000072) The referenced account is currently disabled and may not be logged on to.

WindowsError::ErrorCode.new("STATUS_ACCOUNT_DISABLED",0xC0000072,"The referenced account is currently disabled and may not be logged on to.")
STATUS_NONE_MAPPED =

(0xC0000073) None of the information to be translated has been translated.

WindowsError::ErrorCode.new("STATUS_NONE_MAPPED",0xC0000073,"None of the information to be translated has been translated.")
STATUS_TOO_MANY_LUIDS_REQUESTED =

(0xC0000074) The number of LUIDs requested may not be allocated with a single allocation.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_LUIDS_REQUESTED",0xC0000074,"The number of LUIDs requested may not be allocated with a single allocation.")
STATUS_LUIDS_EXHAUSTED =

(0xC0000075) Indicates there are no more LUIDs to allocate.

WindowsError::ErrorCode.new("STATUS_LUIDS_EXHAUSTED",0xC0000075,"Indicates there are no more LUIDs to allocate.")
STATUS_INVALID_SUB_AUTHORITY =

(0xC0000076) Indicates the sub-authority value is invalid for the particular use.

WindowsError::ErrorCode.new("STATUS_INVALID_SUB_AUTHORITY",0xC0000076,"Indicates the sub-authority value is invalid for the particular use.")
STATUS_INVALID_ACL =

(0xC0000077) Indicates the ACL structure is not valid.

WindowsError::ErrorCode.new("STATUS_INVALID_ACL",0xC0000077,"Indicates the ACL structure is not valid.")
STATUS_INVALID_SID =

(0xC0000078) Indicates the SID structure is not valid.

WindowsError::ErrorCode.new("STATUS_INVALID_SID",0xC0000078,"Indicates the SID structure is not valid.")
STATUS_INVALID_SECURITY_DESCR =

(0xC0000079) Indicates the SECURITY_DESCRIPTOR structure is not valid.

WindowsError::ErrorCode.new("STATUS_INVALID_SECURITY_DESCR",0xC0000079,"Indicates the SECURITY_DESCRIPTOR structure is not valid.")
STATUS_PROCEDURE_NOT_FOUND =

(0xC000007A) Indicates the specified procedure address cannot be found in the DLL.

WindowsError::ErrorCode.new("STATUS_PROCEDURE_NOT_FOUND",0xC000007A,"Indicates the specified procedure address cannot be found in the DLL.")
STATUS_INVALID_IMAGE_FORMAT =

(0xC000007B) 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.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_FORMAT",0xC000007B,"{Bad Image} %hs is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.")
STATUS_NO_TOKEN =

(0xC000007C) An attempt was made to reference a token that does not exist. This is typically done by referencing the token that is associated with a thread when the thread is not impersonating a client.

WindowsError::ErrorCode.new("STATUS_NO_TOKEN",0xC000007C,"An attempt was made to reference a token that does not exist. This is typically done by referencing the token that is associated with a thread when the thread is not impersonating a client.")
STATUS_BAD_INHERITANCE_ACL =

(0xC000007D) Indicates that an attempt to build either an inherited ACL or ACE was not successful. This can be caused by a number of things. One of the more probable causes is the replacement of a CreatorId with a SID that did not fit into the ACE or ACL.

WindowsError::ErrorCode.new("STATUS_BAD_INHERITANCE_ACL",0xC000007D,"Indicates that an attempt to build either an inherited ACL or ACE was not successful. This can be caused by a number of things. One of the more probable causes is the replacement of a CreatorId with a SID that did not fit into the ACE or ACL.")
STATUS_RANGE_NOT_LOCKED =

(0xC000007E) The range specified in NtUnlockFile was not locked.

WindowsError::ErrorCode.new("STATUS_RANGE_NOT_LOCKED",0xC000007E,"The range specified in NtUnlockFile was not locked.")
STATUS_DISK_FULL =

(0xC000007F) An operation failed because the disk was full.

WindowsError::ErrorCode.new("STATUS_DISK_FULL",0xC000007F,"An operation failed because the disk was full.")
STATUS_SERVER_DISABLED =

(0xC0000080) The GUID allocation server is disabled at the moment.

WindowsError::ErrorCode.new("STATUS_SERVER_DISABLED",0xC0000080,"The GUID allocation server is disabled at the moment.")
STATUS_SERVER_NOT_DISABLED =

(0xC0000081) The GUID allocation server is enabled at the moment.

WindowsError::ErrorCode.new("STATUS_SERVER_NOT_DISABLED",0xC0000081,"The GUID allocation server is enabled at the moment.")
STATUS_TOO_MANY_GUIDS_REQUESTED =

(0xC0000082) Too many GUIDs were requested from the allocation server at once.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_GUIDS_REQUESTED",0xC0000082,"Too many GUIDs were requested from the allocation server at once.")
STATUS_GUIDS_EXHAUSTED =

(0xC0000083) The GUIDs could not be allocated because the Authority Agent was exhausted.

WindowsError::ErrorCode.new("STATUS_GUIDS_EXHAUSTED",0xC0000083,"The GUIDs could not be allocated because the Authority Agent was exhausted.")
STATUS_INVALID_ID_AUTHORITY =

(0xC0000084) The value provided was an invalid value for an identifier authority.

WindowsError::ErrorCode.new("STATUS_INVALID_ID_AUTHORITY",0xC0000084,"The value provided was an invalid value for an identifier authority.")
STATUS_AGENTS_EXHAUSTED =

(0xC0000085) No more authority agent values are available for the particular identifier authority value.

WindowsError::ErrorCode.new("STATUS_AGENTS_EXHAUSTED",0xC0000085,"No more authority agent values are available for the particular identifier authority value.")
STATUS_INVALID_VOLUME_LABEL =

(0xC0000086) An invalid volume label has been specified.

WindowsError::ErrorCode.new("STATUS_INVALID_VOLUME_LABEL",0xC0000086,"An invalid volume label has been specified.")
STATUS_SECTION_NOT_EXTENDED =

(0xC0000087) A mapped section could not be extended.

WindowsError::ErrorCode.new("STATUS_SECTION_NOT_EXTENDED",0xC0000087,"A mapped section could not be extended.")
STATUS_NOT_MAPPED_DATA =

(0xC0000088) Specified section to flush does not map a data file.

WindowsError::ErrorCode.new("STATUS_NOT_MAPPED_DATA",0xC0000088,"Specified section to flush does not map a data file.")
STATUS_RESOURCE_DATA_NOT_FOUND =

(0xC0000089) Indicates the specified image file did not contain a resource section.

WindowsError::ErrorCode.new("STATUS_RESOURCE_DATA_NOT_FOUND",0xC0000089,"Indicates the specified image file did not contain a resource section.")
STATUS_RESOURCE_TYPE_NOT_FOUND =

(0xC000008A) Indicates the specified resource type cannot be found in the image file.

WindowsError::ErrorCode.new("STATUS_RESOURCE_TYPE_NOT_FOUND",0xC000008A,"Indicates the specified resource type cannot be found in the image file.")
STATUS_RESOURCE_NAME_NOT_FOUND =

(0xC000008B) Indicates the specified resource name cannot be found in the image file.

WindowsError::ErrorCode.new("STATUS_RESOURCE_NAME_NOT_FOUND",0xC000008B,"Indicates the specified resource name cannot be found in the image file.")
STATUS_ARRAY_BOUNDS_EXCEEDED =

(0xC000008C) EXCEPTION Array bounds exceeded.

WindowsError::ErrorCode.new("STATUS_ARRAY_BOUNDS_EXCEEDED",0xC000008C,"{EXCEPTION} Array bounds exceeded.")
STATUS_FLOAT_DENORMAL_OPERAND =

(0xC000008D) EXCEPTION Floating-point denormal operand.

WindowsError::ErrorCode.new("STATUS_FLOAT_DENORMAL_OPERAND",0xC000008D,"{EXCEPTION} Floating-point denormal operand.")
STATUS_FLOAT_DIVIDE_BY_ZERO =

(0xC000008E) EXCEPTION Floating-point division by zero.

WindowsError::ErrorCode.new("STATUS_FLOAT_DIVIDE_BY_ZERO",0xC000008E,"{EXCEPTION} Floating-point division by zero.")
STATUS_FLOAT_INEXACT_RESULT =

(0xC000008F) EXCEPTION Floating-point inexact result.

WindowsError::ErrorCode.new("STATUS_FLOAT_INEXACT_RESULT",0xC000008F,"{EXCEPTION} Floating-point inexact result.")
STATUS_FLOAT_INVALID_OPERATION =

(0xC0000090) EXCEPTION Floating-point invalid operation.

WindowsError::ErrorCode.new("STATUS_FLOAT_INVALID_OPERATION",0xC0000090,"{EXCEPTION} Floating-point invalid operation.")
STATUS_FLOAT_OVERFLOW =

(0xC0000091) EXCEPTION Floating-point overflow.

WindowsError::ErrorCode.new("STATUS_FLOAT_OVERFLOW",0xC0000091,"{EXCEPTION} Floating-point overflow.")
STATUS_FLOAT_STACK_CHECK =

(0xC0000092) EXCEPTION Floating-point stack check.

WindowsError::ErrorCode.new("STATUS_FLOAT_STACK_CHECK",0xC0000092,"{EXCEPTION} Floating-point stack check.")
STATUS_FLOAT_UNDERFLOW =

(0xC0000093) EXCEPTION Floating-point underflow.

WindowsError::ErrorCode.new("STATUS_FLOAT_UNDERFLOW",0xC0000093,"{EXCEPTION} Floating-point underflow.")
STATUS_INTEGER_DIVIDE_BY_ZERO =

(0xC0000094) EXCEPTION Integer division by zero.

WindowsError::ErrorCode.new("STATUS_INTEGER_DIVIDE_BY_ZERO",0xC0000094,"{EXCEPTION} Integer division by zero.")
STATUS_INTEGER_OVERFLOW =

(0xC0000095) EXCEPTION Integer overflow.

WindowsError::ErrorCode.new("STATUS_INTEGER_OVERFLOW",0xC0000095,"{EXCEPTION} Integer overflow.")
STATUS_PRIVILEGED_INSTRUCTION =

(0xC0000096) EXCEPTION Privileged instruction.

WindowsError::ErrorCode.new("STATUS_PRIVILEGED_INSTRUCTION",0xC0000096,"{EXCEPTION} Privileged instruction.")
STATUS_TOO_MANY_PAGING_FILES =

(0xC0000097) An attempt was made to install more paging files than the system supports.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_PAGING_FILES",0xC0000097,"An attempt was made to install more paging files than the system supports.")
STATUS_FILE_INVALID =

(0xC0000098) The volume for a file has been externally altered such that the opened file is no longer valid.

WindowsError::ErrorCode.new("STATUS_FILE_INVALID",0xC0000098,"The volume for a file has been externally altered such that the opened file is no longer valid.")
STATUS_ALLOTTED_SPACE_EXCEEDED =

(0xC0000099) When a block of memory is allotted for future updates, such as the memory allocated to hold discretionary access control and primary group information, successive updates may exceed the amount of memory originally allotted. Because a quota may already have been charged to several processes that 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_ALLOTTED_SPACE_EXCEEDED error returned.

WindowsError::ErrorCode.new("STATUS_ALLOTTED_SPACE_EXCEEDED",0xC0000099,"When a block of memory is allotted for future updates, such as the memory allocated to hold discretionary access control and primary group information, successive updates may exceed the amount of memory originally allotted. Because a quota may already have been charged to several processes that 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_ALLOTTED_SPACE_EXCEEDED error returned.")
STATUS_INSUFFICIENT_RESOURCES =

(0xC000009A) Insufficient system resources exist to complete the API.

WindowsError::ErrorCode.new("STATUS_INSUFFICIENT_RESOURCES",0xC000009A,"Insufficient system resources exist to complete the API.")
STATUS_DFS_EXIT_PATH_FOUND =

(0xC000009B) An attempt has been made to open a DFS exit path control file.

WindowsError::ErrorCode.new("STATUS_DFS_EXIT_PATH_FOUND",0xC000009B,"An attempt has been made to open a DFS exit path control file.")
STATUS_DEVICE_DATA_ERROR =

(0xC000009C) There are bad blocks (sectors) on the hard disk.

WindowsError::ErrorCode.new("STATUS_DEVICE_DATA_ERROR",0xC000009C,"There are bad blocks (sectors) on the hard disk.")
STATUS_DEVICE_NOT_CONNECTED =

(0xC000009D) There is bad cabling, non-termination, or the controller is not able to obtain access to the hard disk.

WindowsError::ErrorCode.new("STATUS_DEVICE_NOT_CONNECTED",0xC000009D,"There is bad cabling, non-termination, or the controller is not able to obtain access to the hard disk.")
STATUS_FREE_VM_NOT_AT_BASE =

(0xC000009F) Virtual memory cannot be freed because the base address is not the base of the region and a region size of zero was specified.

WindowsError::ErrorCode.new("STATUS_FREE_VM_NOT_AT_BASE",0xC000009F,"Virtual memory cannot be freed because the base address is not the base of the region and a region size of zero was specified.")
STATUS_MEMORY_NOT_ALLOCATED =

(0xC00000A0) An attempt was made to free virtual memory that is not allocated.

WindowsError::ErrorCode.new("STATUS_MEMORY_NOT_ALLOCATED",0xC00000A0,"An attempt was made to free virtual memory that is not allocated.")
STATUS_WORKING_SET_QUOTA =

(0xC00000A1) The working set is not big enough to allow the requested pages to be locked.

WindowsError::ErrorCode.new("STATUS_WORKING_SET_QUOTA",0xC00000A1,"The working set is not big enough to allow the requested pages to be locked.")
STATUS_MEDIA_WRITE_PROTECTED =

(0xC00000A2) Protect Error The disk cannot be written to because it is write-protected. Remove the write protection from the volume %hs in drive %hs.

WindowsError::ErrorCode.new("STATUS_MEDIA_WRITE_PROTECTED",0xC00000A2,"{Write Protect Error} The disk cannot be written to because it is write-protected. Remove the write protection from the volume %hs in drive %hs.")
STATUS_DEVICE_NOT_READY =

(0xC00000A3) Not Ready The drive is not ready for use; its door may be open. Check drive %hs and make sure that a disk is inserted and that the drive door is closed.

WindowsError::ErrorCode.new("STATUS_DEVICE_NOT_READY",0xC00000A3,"{Drive Not Ready} The drive is not ready for use; its door may be open. Check drive %hs and make sure that a disk is inserted and that the drive door is closed.")
STATUS_INVALID_GROUP_ATTRIBUTES =

(0xC00000A4) The specified attributes are invalid or are incompatible with the attributes for the group as a whole.

WindowsError::ErrorCode.new("STATUS_INVALID_GROUP_ATTRIBUTES",0xC00000A4,"The specified attributes are invalid or are incompatible with the attributes for the group as a whole.")
STATUS_BAD_IMPERSONATION_LEVEL =

(0xC00000A5) A specified impersonation level is invalid. Also used to indicate that a required impersonation level was not provided.

WindowsError::ErrorCode.new("STATUS_BAD_IMPERSONATION_LEVEL",0xC00000A5,"A specified impersonation level is invalid. Also used to indicate that a required impersonation level was not provided.")
STATUS_CANT_OPEN_ANONYMOUS =

(0xC00000A6) An attempt was made to open an anonymous-level token. Anonymous tokens may not be opened.

WindowsError::ErrorCode.new("STATUS_CANT_OPEN_ANONYMOUS",0xC00000A6,"An attempt was made to open an anonymous-level token. Anonymous tokens may not be opened.")
STATUS_BAD_VALIDATION_CLASS =

(0xC00000A7) The validation information class requested was invalid.

WindowsError::ErrorCode.new("STATUS_BAD_VALIDATION_CLASS",0xC00000A7,"The validation information class requested was invalid.")
STATUS_BAD_TOKEN_TYPE =

(0xC00000A8) The type of a token object is inappropriate for its attempted use.

WindowsError::ErrorCode.new("STATUS_BAD_TOKEN_TYPE",0xC00000A8,"The type of a token object is inappropriate for its attempted use.")
STATUS_BAD_MASTER_BOOT_RECORD =

(0xC00000A9) The type of a token object is inappropriate for its attempted use.

WindowsError::ErrorCode.new("STATUS_BAD_MASTER_BOOT_RECORD",0xC00000A9,"The type of a token object is inappropriate for its attempted use.")
STATUS_INSTRUCTION_MISALIGNMENT =

(0xC00000AA) An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.

WindowsError::ErrorCode.new("STATUS_INSTRUCTION_MISALIGNMENT",0xC00000AA,"An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.")
STATUS_INSTANCE_NOT_AVAILABLE =

(0xC00000AB) The maximum named pipe instance count has been reached.

WindowsError::ErrorCode.new("STATUS_INSTANCE_NOT_AVAILABLE",0xC00000AB,"The maximum named pipe instance count has been reached.")
STATUS_PIPE_NOT_AVAILABLE =

(0xC00000AC) An instance of a named pipe cannot be found in the listening state.

WindowsError::ErrorCode.new("STATUS_PIPE_NOT_AVAILABLE",0xC00000AC,"An instance of a named pipe cannot be found in the listening state.")
STATUS_INVALID_PIPE_STATE =

(0xC00000AD) The named pipe is not in the connected or closing state.

WindowsError::ErrorCode.new("STATUS_INVALID_PIPE_STATE",0xC00000AD,"The named pipe is not in the connected or closing state.")
STATUS_PIPE_BUSY =

(0xC00000AE) The specified pipe is set to complete operations and there are current I/O operations queued so that it cannot be changed to queue operations.

WindowsError::ErrorCode.new("STATUS_PIPE_BUSY",0xC00000AE,"The specified pipe is set to complete operations and there are current I/O operations queued so that it cannot be changed to queue operations.")
STATUS_ILLEGAL_FUNCTION =

(0xC00000AF) The specified handle is not open to the server end of the named pipe.

WindowsError::ErrorCode.new("STATUS_ILLEGAL_FUNCTION",0xC00000AF,"The specified handle is not open to the server end of the named pipe.")
STATUS_PIPE_DISCONNECTED =

(0xC00000B0) The specified named pipe is in the disconnected state.

WindowsError::ErrorCode.new("STATUS_PIPE_DISCONNECTED",0xC00000B0,"The specified named pipe is in the disconnected state.")
STATUS_PIPE_CLOSING =

(0xC00000B1) The specified named pipe is in the closing state.

WindowsError::ErrorCode.new("STATUS_PIPE_CLOSING",0xC00000B1,"The specified named pipe is in the closing state.")
STATUS_PIPE_CONNECTED =

(0xC00000B2) The specified named pipe is in the connected state.

WindowsError::ErrorCode.new("STATUS_PIPE_CONNECTED",0xC00000B2,"The specified named pipe is in the connected state.")
STATUS_PIPE_LISTENING =

(0xC00000B3) The specified named pipe is in the listening state.

WindowsError::ErrorCode.new("STATUS_PIPE_LISTENING",0xC00000B3,"The specified named pipe is in the listening state.")
STATUS_INVALID_READ_MODE =

(0xC00000B4) The specified named pipe is not in message mode.

WindowsError::ErrorCode.new("STATUS_INVALID_READ_MODE",0xC00000B4,"The specified named pipe is not in message mode.")
STATUS_IO_TIMEOUT =

(0xC00000B5) Timeout The specified I/O operation on %hs was not completed before the time-out period expired.

WindowsError::ErrorCode.new("STATUS_IO_TIMEOUT",0xC00000B5,"{Device Timeout} The specified I/O operation on %hs was not completed before the time-out period expired.")
STATUS_FILE_FORCED_CLOSED =

(0xC00000B6) The specified file has been closed by another process.

WindowsError::ErrorCode.new("STATUS_FILE_FORCED_CLOSED",0xC00000B6,"The specified file has been closed by another process.")
STATUS_PROFILING_NOT_STARTED =

(0xC00000B7) Profiling is not started.

WindowsError::ErrorCode.new("STATUS_PROFILING_NOT_STARTED",0xC00000B7,"Profiling is not started.")
STATUS_PROFILING_NOT_STOPPED =

(0xC00000B8) Profiling is not stopped.

WindowsError::ErrorCode.new("STATUS_PROFILING_NOT_STOPPED",0xC00000B8,"Profiling is not stopped.")
STATUS_COULD_NOT_INTERPRET =

(0xC00000B9) The passed ACL did not contain the minimum required information.

WindowsError::ErrorCode.new("STATUS_COULD_NOT_INTERPRET",0xC00000B9,"The passed ACL did not contain the minimum required information.")
STATUS_FILE_IS_A_DIRECTORY =

(0xC00000BA) The file that was specified as a target is a directory, and the caller specified that it could be anything but a directory.

WindowsError::ErrorCode.new("STATUS_FILE_IS_A_DIRECTORY",0xC00000BA,"The file that was specified as a target is a directory, and the caller specified that it could be anything but a directory.")
STATUS_NOT_SUPPORTED =

(0xC00000BB) The request is not supported.

WindowsError::ErrorCode.new("STATUS_NOT_SUPPORTED",0xC00000BB,"The request is not supported.")
STATUS_REMOTE_NOT_LISTENING =

(0xC00000BC) This remote computer is not listening.

WindowsError::ErrorCode.new("STATUS_REMOTE_NOT_LISTENING",0xC00000BC,"This remote computer is not listening.")
STATUS_DUPLICATE_NAME =

(0xC00000BD) A duplicate name exists on the network.

WindowsError::ErrorCode.new("STATUS_DUPLICATE_NAME",0xC00000BD,"A duplicate name exists on the network.")
STATUS_BAD_NETWORK_PATH =

(0xC00000BE) The network path cannot be located.

WindowsError::ErrorCode.new("STATUS_BAD_NETWORK_PATH",0xC00000BE,"The network path cannot be located.")
STATUS_NETWORK_BUSY =

(0xC00000BF) The network is busy.

WindowsError::ErrorCode.new("STATUS_NETWORK_BUSY",0xC00000BF,"The network is busy.")
STATUS_DEVICE_DOES_NOT_EXIST =

(0xC00000C0) This device does not exist.

WindowsError::ErrorCode.new("STATUS_DEVICE_DOES_NOT_EXIST",0xC00000C0,"This device does not exist.")
STATUS_TOO_MANY_COMMANDS =

(0xC00000C1) The network BIOS command limit has been reached.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_COMMANDS",0xC00000C1,"The network BIOS command limit has been reached.")
STATUS_ADAPTER_HARDWARE_ERROR =

(0xC00000C2) An I/O adapter hardware error has occurred.

WindowsError::ErrorCode.new("STATUS_ADAPTER_HARDWARE_ERROR",0xC00000C2,"An I/O adapter hardware error has occurred.")
STATUS_INVALID_NETWORK_RESPONSE =

(0xC00000C3) The network responded incorrectly.

WindowsError::ErrorCode.new("STATUS_INVALID_NETWORK_RESPONSE",0xC00000C3,"The network responded incorrectly.")
STATUS_UNEXPECTED_NETWORK_ERROR =

(0xC00000C4) An unexpected network error occurred.

WindowsError::ErrorCode.new("STATUS_UNEXPECTED_NETWORK_ERROR",0xC00000C4,"An unexpected network error occurred.")
STATUS_BAD_REMOTE_ADAPTER =

(0xC00000C5) The remote adapter is not compatible.

WindowsError::ErrorCode.new("STATUS_BAD_REMOTE_ADAPTER",0xC00000C5,"The remote adapter is not compatible.")
STATUS_PRINT_QUEUE_FULL =

(0xC00000C6) The print queue is full.

WindowsError::ErrorCode.new("STATUS_PRINT_QUEUE_FULL",0xC00000C6,"The print queue is full.")
STATUS_NO_SPOOL_SPACE =

(0xC00000C7) Space to store the file that is waiting to be printed is not available on the server.

WindowsError::ErrorCode.new("STATUS_NO_SPOOL_SPACE",0xC00000C7,"Space to store the file that is waiting to be printed is not available on the server.")
STATUS_PRINT_CANCELLED =

(0xC00000C8) The requested print file has been canceled.

WindowsError::ErrorCode.new("STATUS_PRINT_CANCELLED",0xC00000C8,"The requested print file has been canceled.")
STATUS_NETWORK_NAME_DELETED =

(0xC00000C9) The network name was deleted.

WindowsError::ErrorCode.new("STATUS_NETWORK_NAME_DELETED",0xC00000C9,"The network name was deleted.")
STATUS_NETWORK_ACCESS_DENIED =

(0xC00000CA) Network access is denied.

WindowsError::ErrorCode.new("STATUS_NETWORK_ACCESS_DENIED",0xC00000CA,"Network access is denied.")
STATUS_BAD_DEVICE_TYPE =

(0xC00000CB) Network Resource Type The specified device type (LPT, for example) conflicts with the actual device type on the remote resource.

WindowsError::ErrorCode.new("STATUS_BAD_DEVICE_TYPE",0xC00000CB,"{Incorrect Network Resource Type} The specified device type (LPT, for example) conflicts with the actual device type on the remote resource.")
STATUS_BAD_NETWORK_NAME =

(0xC00000CC) Name Not Found The specified share name cannot be found on the remote server.

WindowsError::ErrorCode.new("STATUS_BAD_NETWORK_NAME",0xC00000CC,"{Network Name Not Found} The specified share name cannot be found on the remote server.")
STATUS_TOO_MANY_NAMES =

(0xC00000CD) The name limit for the network adapter card of the local computer was exceeded.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_NAMES",0xC00000CD,"The name limit for the network adapter card of the local computer was exceeded.")
STATUS_TOO_MANY_SESSIONS =

(0xC00000CE) The network BIOS session limit was exceeded.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_SESSIONS",0xC00000CE,"The network BIOS session limit was exceeded.")
STATUS_SHARING_PAUSED =

(0xC00000CF) File sharing has been temporarily paused.

WindowsError::ErrorCode.new("STATUS_SHARING_PAUSED",0xC00000CF,"File sharing has been temporarily paused.")
STATUS_REQUEST_NOT_ACCEPTED =

(0xC00000D0) No more connections can be made to this remote computer at this time because the computer has already accepted the maximum number of connections.

WindowsError::ErrorCode.new("STATUS_REQUEST_NOT_ACCEPTED",0xC00000D0,"No more connections can be made to this remote computer at this time because the computer has already accepted the maximum number of connections.")
STATUS_REDIRECTOR_PAUSED =

(0xC00000D1) Print or disk redirection is temporarily paused.

WindowsError::ErrorCode.new("STATUS_REDIRECTOR_PAUSED",0xC00000D1,"Print or disk redirection is temporarily paused.")
STATUS_NET_WRITE_FAULT =

(0xC00000D2) A network data fault occurred.

WindowsError::ErrorCode.new("STATUS_NET_WRITE_FAULT",0xC00000D2,"A network data fault occurred.")
STATUS_PROFILING_AT_LIMIT =

(0xC00000D3) The number of active profiling objects is at the maximum and no more may be started.

WindowsError::ErrorCode.new("STATUS_PROFILING_AT_LIMIT",0xC00000D3,"The number of active profiling objects is at the maximum and no more may be started.")
STATUS_NOT_SAME_DEVICE =

(0xC00000D4) Volume The destination file of a rename request is located on a different device than the source of the rename request.

WindowsError::ErrorCode.new("STATUS_NOT_SAME_DEVICE",0xC00000D4,"{Incorrect Volume} The destination file of a rename request is located on a different device than the source of the rename request.")
STATUS_FILE_RENAMED =

(0xC00000D5) The specified file has been renamed and thus cannot be modified.

WindowsError::ErrorCode.new("STATUS_FILE_RENAMED",0xC00000D5,"The specified file has been renamed and thus cannot be modified.")
STATUS_VIRTUAL_CIRCUIT_CLOSED =

(0xC00000D6) Request Timeout The session with a remote server has been disconnected because the time-out interval for a request has expired.

WindowsError::ErrorCode.new("STATUS_VIRTUAL_CIRCUIT_CLOSED",0xC00000D6,"{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_OBJECT =

(0xC00000D7) Indicates an attempt was made to operate on the security of an object that does not have security associated with it.

WindowsError::ErrorCode.new("STATUS_NO_SECURITY_ON_OBJECT",0xC00000D7,"Indicates an attempt was made to operate on the security of an object that does not have security associated with it.")
STATUS_CANT_WAIT =

(0xC00000D8) Used to indicate that an operation cannot continue without blocking for I/O.

WindowsError::ErrorCode.new("STATUS_CANT_WAIT",0xC00000D8,"Used to indicate that an operation cannot continue without blocking for I/O.")
STATUS_PIPE_EMPTY =

(0xC00000D9) Used to indicate that a read operation was done on an empty pipe.

WindowsError::ErrorCode.new("STATUS_PIPE_EMPTY",0xC00000D9,"Used to indicate that a read operation was done on an empty pipe.")
STATUS_CANT_ACCESS_DOMAIN_INFO =

(0xC00000DA) Configuration information could not be read from the domain controller, either because the machine is unavailable or access has been denied.

WindowsError::ErrorCode.new("STATUS_CANT_ACCESS_DOMAIN_INFO",0xC00000DA,"Configuration information could not be read from the domain controller, either because the machine is unavailable or access has been denied.")
STATUS_CANT_TERMINATE_SELF =

(0xC00000DB) Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.

WindowsError::ErrorCode.new("STATUS_CANT_TERMINATE_SELF",0xC00000DB,"Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.")
STATUS_INVALID_SERVER_STATE =

(0xC00000DC) Indicates the Sam Server was in the wrong state to perform the desired operation.

WindowsError::ErrorCode.new("STATUS_INVALID_SERVER_STATE",0xC00000DC,"Indicates the Sam Server was in the wrong state to perform the desired operation.")
STATUS_INVALID_DOMAIN_STATE =

(0xC00000DD) Indicates the domain was in the wrong state to perform the desired operation.

WindowsError::ErrorCode.new("STATUS_INVALID_DOMAIN_STATE",0xC00000DD,"Indicates the domain was in the wrong state to perform the desired operation.")
STATUS_INVALID_DOMAIN_ROLE =

(0xC00000DE) This operation is only allowed for the primary domain controller of the domain.

WindowsError::ErrorCode.new("STATUS_INVALID_DOMAIN_ROLE",0xC00000DE,"This operation is only allowed for the primary domain controller of the domain.")
STATUS_NO_SUCH_DOMAIN =

(0xC00000DF) The specified domain did not exist.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_DOMAIN",0xC00000DF,"The specified domain did not exist.")
STATUS_DOMAIN_EXISTS =

(0xC00000E0) The specified domain already exists.

WindowsError::ErrorCode.new("STATUS_DOMAIN_EXISTS",0xC00000E0,"The specified domain already exists.")
STATUS_DOMAIN_LIMIT_EXCEEDED =

(0xC00000E1) An attempt was made to exceed the limit on the number of domains per server for this release.

WindowsError::ErrorCode.new("STATUS_DOMAIN_LIMIT_EXCEEDED",0xC00000E1,"An attempt was made to exceed the limit on the number of domains per server for this release.")
STATUS_OPLOCK_NOT_GRANTED =

(0xC00000E2) An error status returned when the opportunistic lock (oplock) request is denied.

WindowsError::ErrorCode.new("STATUS_OPLOCK_NOT_GRANTED",0xC00000E2,"An error status returned when the opportunistic lock (oplock) request is denied.")
STATUS_INVALID_OPLOCK_PROTOCOL =

(0xC00000E3) An error status returned when an invalid opportunistic lock (oplock) acknowledgment is received by a file system.

WindowsError::ErrorCode.new("STATUS_INVALID_OPLOCK_PROTOCOL",0xC00000E3,"An error status returned when an invalid opportunistic lock (oplock) acknowledgment is received by a file system.")
STATUS_INTERNAL_DB_CORRUPTION =

(0xC00000E4) This error indicates that the requested operation cannot be completed due to a catastrophic media failure or an on-disk data structure corruption.

WindowsError::ErrorCode.new("STATUS_INTERNAL_DB_CORRUPTION",0xC00000E4,"This error indicates that the requested operation cannot be completed due to a catastrophic media failure or an on-disk data structure corruption.")
STATUS_INTERNAL_ERROR =

(0xC00000E5) An internal error occurred.

WindowsError::ErrorCode.new("STATUS_INTERNAL_ERROR",0xC00000E5,"An internal error occurred.")
STATUS_GENERIC_NOT_MAPPED =

(0xC00000E6) Indicates generic access types were contained in an access mask which should already be mapped to non-generic access types.

WindowsError::ErrorCode.new("STATUS_GENERIC_NOT_MAPPED",0xC00000E6,"Indicates generic access types were contained in an access mask which should already be mapped to non-generic access types.")
STATUS_BAD_DESCRIPTOR_FORMAT =

(0xC00000E7) Indicates a security descriptor is not in the necessary format (absolute or self-relative).

WindowsError::ErrorCode.new("STATUS_BAD_DESCRIPTOR_FORMAT",0xC00000E7,"Indicates a security descriptor is not in the necessary format (absolute or self-relative).")
STATUS_INVALID_USER_BUFFER =

(0xC00000E8) An access to a user buffer failed at an expected point in time. This code is defined because the caller does not want to accept STATUS_ACCESS_VIOLATION in its filter.

WindowsError::ErrorCode.new("STATUS_INVALID_USER_BUFFER",0xC00000E8,"An access to a user buffer failed at an expected point in time. This code is defined because the caller does not want to accept STATUS_ACCESS_VIOLATION in its filter.")
STATUS_UNEXPECTED_IO_ERROR =

(0xC00000E9) If an I/O error that is not defined in the standard FsRtl filter is returned, 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.

WindowsError::ErrorCode.new("STATUS_UNEXPECTED_IO_ERROR",0xC00000E9,"If an I/O error that is not defined in the standard FsRtl filter is returned, 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_ERR =

(0xC00000EA) If an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.

WindowsError::ErrorCode.new("STATUS_UNEXPECTED_MM_CREATE_ERR",0xC00000EA,"If an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.")
STATUS_UNEXPECTED_MM_MAP_ERROR =

(0xC00000EB) If an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.

WindowsError::ErrorCode.new("STATUS_UNEXPECTED_MM_MAP_ERROR",0xC00000EB,"If an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.")
STATUS_UNEXPECTED_MM_EXTEND_ERR =

(0xC00000EC) If an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.

WindowsError::ErrorCode.new("STATUS_UNEXPECTED_MM_EXTEND_ERR",0xC00000EC,"If an MM error that is not defined in the standard FsRtl filter is returned, it is converted to one of the following errors, which are guaranteed to be in the filter. In this case, information is lost; however, the filter correctly handles the exception.")
STATUS_NOT_LOGON_PROCESS =

(0xC00000ED) The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.

WindowsError::ErrorCode.new("STATUS_NOT_LOGON_PROCESS",0xC00000ED,"The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.")
STATUS_LOGON_SESSION_EXISTS =

(0xC00000EE) An attempt has been made to start a new session manager or LSA logon session by using an ID that is already in use.

WindowsError::ErrorCode.new("STATUS_LOGON_SESSION_EXISTS",0xC00000EE,"An attempt has been made to start a new session manager or LSA logon session by using an ID that is already in use.")
STATUS_INVALID_PARAMETER_1 =

(0xC00000EF) An invalid parameter was passed to a service or function as the first argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_1",0xC00000EF,"An invalid parameter was passed to a service or function as the first argument.")
STATUS_INVALID_PARAMETER_2 =

(0xC00000F0) An invalid parameter was passed to a service or function as the second argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_2",0xC00000F0,"An invalid parameter was passed to a service or function as the second argument.")
STATUS_INVALID_PARAMETER_3 =

(0xC00000F1) An invalid parameter was passed to a service or function as the third argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_3",0xC00000F1,"An invalid parameter was passed to a service or function as the third argument.")
STATUS_INVALID_PARAMETER_4 =

(0xC00000F2) An invalid parameter was passed to a service or function as the fourth argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_4",0xC00000F2,"An invalid parameter was passed to a service or function as the fourth argument.")
STATUS_INVALID_PARAMETER_5 =

(0xC00000F3) An invalid parameter was passed to a service or function as the fifth argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_5",0xC00000F3,"An invalid parameter was passed to a service or function as the fifth argument.")
STATUS_INVALID_PARAMETER_6 =

(0xC00000F4) An invalid parameter was passed to a service or function as the sixth argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_6",0xC00000F4,"An invalid parameter was passed to a service or function as the sixth argument.")
STATUS_INVALID_PARAMETER_7 =

(0xC00000F5) An invalid parameter was passed to a service or function as the seventh argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_7",0xC00000F5,"An invalid parameter was passed to a service or function as the seventh argument.")
STATUS_INVALID_PARAMETER_8 =

(0xC00000F6) An invalid parameter was passed to a service or function as the eighth argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_8",0xC00000F6,"An invalid parameter was passed to a service or function as the eighth argument.")
STATUS_INVALID_PARAMETER_9 =

(0xC00000F7) An invalid parameter was passed to a service or function as the ninth argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_9",0xC00000F7,"An invalid parameter was passed to a service or function as the ninth argument.")
STATUS_INVALID_PARAMETER_10 =

(0xC00000F8) An invalid parameter was passed to a service or function as the tenth argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_10",0xC00000F8,"An invalid parameter was passed to a service or function as the tenth argument.")
STATUS_INVALID_PARAMETER_11 =

(0xC00000F9) An invalid parameter was passed to a service or function as the eleventh argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_11",0xC00000F9,"An invalid parameter was passed to a service or function as the eleventh argument.")
STATUS_INVALID_PARAMETER_12 =

(0xC00000FA) An invalid parameter was passed to a service or function as the twelfth argument.

WindowsError::ErrorCode.new("STATUS_INVALID_PARAMETER_12",0xC00000FA,"An invalid parameter was passed to a service or function as the twelfth argument.")
STATUS_REDIRECTOR_NOT_STARTED =

(0xC00000FB) An attempt was made to access a network file, but the network software was not yet started.

WindowsError::ErrorCode.new("STATUS_REDIRECTOR_NOT_STARTED",0xC00000FB,"An attempt was made to access a network file, but the network software was not yet started.")
STATUS_REDIRECTOR_STARTED =

(0xC00000FC) An attempt was made to start the redirector, but the redirector has already been started.

WindowsError::ErrorCode.new("STATUS_REDIRECTOR_STARTED",0xC00000FC,"An attempt was made to start the redirector, but the redirector has already been started.")
STATUS_STACK_OVERFLOW =

(0xC00000FD) A new guard page for the stack cannot be created.

WindowsError::ErrorCode.new("STATUS_STACK_OVERFLOW",0xC00000FD,"A new guard page for the stack cannot be created.")
STATUS_NO_SUCH_PACKAGE =

(0xC00000FE) A specified authentication package is unknown.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_PACKAGE",0xC00000FE,"A specified authentication package is unknown.")
STATUS_BAD_FUNCTION_TABLE =

(0xC00000FF) A malformed function table was encountered during an unwind operation.

WindowsError::ErrorCode.new("STATUS_BAD_FUNCTION_TABLE",0xC00000FF,"A malformed function table was encountered during an unwind operation.")
STATUS_VARIABLE_NOT_FOUND =

(0xC0000100) Indicates the specified environment variable name was not found in the specified environment block.

WindowsError::ErrorCode.new("STATUS_VARIABLE_NOT_FOUND",0xC0000100,"Indicates the specified environment variable name was not found in the specified environment block.")
STATUS_DIRECTORY_NOT_EMPTY =

(0xC0000101) Indicates that the directory trying to be deleted is not empty.

WindowsError::ErrorCode.new("STATUS_DIRECTORY_NOT_EMPTY",0xC0000101,"Indicates that the directory trying to be deleted is not empty.")
STATUS_FILE_CORRUPT_ERROR =

(0xC0000102) File The file or directory %hs is corrupt and unreadable. Run the Chkdsk utility.

WindowsError::ErrorCode.new("STATUS_FILE_CORRUPT_ERROR",0xC0000102,"{Corrupt File} The file or directory %hs is corrupt and unreadable. Run the Chkdsk utility.")
STATUS_NOT_A_DIRECTORY =

(0xC0000103) A requested opened file is not a directory.

WindowsError::ErrorCode.new("STATUS_NOT_A_DIRECTORY",0xC0000103,"A requested opened file is not a directory.")
STATUS_BAD_LOGON_SESSION_STATE =

(0xC0000104) The logon session is not in a state that is consistent with the requested operation.

WindowsError::ErrorCode.new("STATUS_BAD_LOGON_SESSION_STATE",0xC0000104,"The logon session is not in a state that is consistent with the requested operation.")
STATUS_LOGON_SESSION_COLLISION =

(0xC0000105) An internal LSA error has occurred. An authentication package has requested the creation of a logon session but the ID of an already existing logon session has been specified.

WindowsError::ErrorCode.new("STATUS_LOGON_SESSION_COLLISION",0xC0000105,"An internal LSA error has occurred. An authentication package has requested the creation of a logon session but the ID of an already existing logon session has been specified.")
STATUS_NAME_TOO_LONG =

(0xC0000106) A specified name string is too long for its intended use.

WindowsError::ErrorCode.new("STATUS_NAME_TOO_LONG",0xC0000106,"A specified name string is too long for its intended use.")
STATUS_FILES_OPEN =

(0xC0000107) The user attempted to force close the files on a redirected drive, but there were opened files on the drive, and the user did not specify a sufficient level of force.

WindowsError::ErrorCode.new("STATUS_FILES_OPEN",0xC0000107,"The user attempted to force close the files on a redirected drive, but there were opened files on the drive, and the user did not specify a sufficient level of force.")
STATUS_CONNECTION_IN_USE =

(0xC0000108) The user attempted to force close the files on a redirected drive, but there were opened directories on the drive, and the user did not specify a sufficient level of force.

WindowsError::ErrorCode.new("STATUS_CONNECTION_IN_USE",0xC0000108,"The user attempted to force close the files on a redirected drive, but there were opened directories on the drive, and the user did not specify a sufficient level of force.")
STATUS_MESSAGE_NOT_FOUND =

(0xC0000109) RtlFindMessage could not locate the requested message ID in the message table resource.

WindowsError::ErrorCode.new("STATUS_MESSAGE_NOT_FOUND",0xC0000109,"RtlFindMessage could not locate the requested message ID in the message table resource.")
STATUS_PROCESS_IS_TERMINATING =

(0xC000010A) An attempt was made to duplicate an object handle into or out of an exiting process.

WindowsError::ErrorCode.new("STATUS_PROCESS_IS_TERMINATING",0xC000010A,"An attempt was made to duplicate an object handle into or out of an exiting process.")
STATUS_INVALID_LOGON_TYPE =

(0xC000010B) Indicates an invalid value has been provided for the LogonType requested.

WindowsError::ErrorCode.new("STATUS_INVALID_LOGON_TYPE",0xC000010B,"Indicates an invalid value has been provided for the LogonType requested.")
STATUS_NO_GUID_TRANSLATION =

(0xC000010C) Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.

WindowsError::ErrorCode.new("STATUS_NO_GUID_TRANSLATION",0xC000010C,"Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.")
STATUS_CANNOT_IMPERSONATE =

(0xC000010D) Indicates that an attempt has been made to impersonate via a named pipe that has not yet been read from.

WindowsError::ErrorCode.new("STATUS_CANNOT_IMPERSONATE",0xC000010D,"Indicates that an attempt has been made to impersonate via a named pipe that has not yet been read from.")
STATUS_IMAGE_ALREADY_LOADED =

(0xC000010E) Indicates that the specified image is already loaded.

WindowsError::ErrorCode.new("STATUS_IMAGE_ALREADY_LOADED",0xC000010E,"Indicates that the specified image is already loaded.")
STATUS_NO_LDT =

(0xC0000117) Indicates that an attempt was made to change the size of the LDT for a process that has no LDT.

WindowsError::ErrorCode.new("STATUS_NO_LDT",0xC0000117,"Indicates that an attempt was made to change the size of the LDT for a process that has no LDT.")
STATUS_INVALID_LDT_SIZE =

(0xC0000118) Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.

WindowsError::ErrorCode.new("STATUS_INVALID_LDT_SIZE",0xC0000118,"Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.")
STATUS_INVALID_LDT_OFFSET =

(0xC0000119) Indicates that the starting value for the LDT information was not an integral multiple of the selector size.

WindowsError::ErrorCode.new("STATUS_INVALID_LDT_OFFSET",0xC0000119,"Indicates that the starting value for the LDT information was not an integral multiple of the selector size.")
STATUS_INVALID_LDT_DESCRIPTOR =

(0xC000011A) Indicates that the user supplied an invalid descriptor when trying to set up LDT descriptors.

WindowsError::ErrorCode.new("STATUS_INVALID_LDT_DESCRIPTOR",0xC000011A,"Indicates that the user supplied an invalid descriptor when trying to set up LDT descriptors.")
STATUS_INVALID_IMAGE_NE_FORMAT =

(0xC000011B) The specified image file did not have the correct format. It appears to be NE format.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_NE_FORMAT",0xC000011B,"The specified image file did not have the correct format. It appears to be NE format.")
STATUS_RXACT_INVALID_STATE =

(0xC000011C) Indicates that the transaction state of a registry subtree 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.

WindowsError::ErrorCode.new("STATUS_RXACT_INVALID_STATE",0xC000011C,"Indicates that the transaction state of a registry subtree 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_FAILURE =

(0xC000011D) Indicates an error has occurred during a registry transaction commit. The database has been left in an unknown, but probably inconsistent, state. The state of the registry transaction is left as COMMITTING.

WindowsError::ErrorCode.new("STATUS_RXACT_COMMIT_FAILURE",0xC000011D,"Indicates an error has occurred during a registry transaction commit. The database has been left in an unknown, but probably inconsistent, state. The state of the registry transaction is left as COMMITTING.")
STATUS_MAPPED_FILE_SIZE_ZERO =

(0xC000011E) An attempt was made to map a file of size zero with the maximum size specified as zero.

WindowsError::ErrorCode.new("STATUS_MAPPED_FILE_SIZE_ZERO",0xC000011E,"An attempt was made to map a file of size zero with the maximum size specified as zero.")
STATUS_TOO_MANY_OPENED_FILES =

(0xC000011F) Too many files are opened on a remote server. This error should only be returned by the Windows redirector on a remote drive.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_OPENED_FILES",0xC000011F,"Too many files are opened on a remote server. This error should only be returned by the Windows redirector on a remote drive.")
STATUS_CANCELLED =

(0xC0000120) The I/O request was canceled.

WindowsError::ErrorCode.new("STATUS_CANCELLED",0xC0000120,"The I/O request was canceled.")
STATUS_CANNOT_DELETE =

(0xC0000121) An attempt has been made to remove a file or directory that cannot be deleted.

WindowsError::ErrorCode.new("STATUS_CANNOT_DELETE",0xC0000121,"An attempt has been made to remove a file or directory that cannot be deleted.")
STATUS_INVALID_COMPUTER_NAME =

(0xC0000122) Indicates a name that was specified as a remote computer name is syntactically invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_COMPUTER_NAME",0xC0000122,"Indicates a name that was specified as a remote computer name is syntactically invalid.")
STATUS_FILE_DELETED =

(0xC0000123) An I/O request other than close was performed on a file after it was deleted, which can only happen to a request that did not complete before the last handle was closed via NtClose.

WindowsError::ErrorCode.new("STATUS_FILE_DELETED",0xC0000123,"An I/O request other than close was performed on a file after it was deleted, which can only happen to a request that did not complete before the last handle was closed via NtClose.")
STATUS_SPECIAL_ACCOUNT =

(0xC0000124) Indicates an operation that is incompatible with built-in accounts has been attempted on a built-in (special) SAM account. For example, built-in accounts cannot be deleted.

WindowsError::ErrorCode.new("STATUS_SPECIAL_ACCOUNT",0xC0000124,"Indicates an operation that is incompatible with built-in accounts has been attempted on a built-in (special) SAM account. For example, built-in accounts cannot be deleted.")
STATUS_SPECIAL_GROUP =

(0xC0000125) The operation requested may not be performed on the specified group because it is a built-in special group.

WindowsError::ErrorCode.new("STATUS_SPECIAL_GROUP",0xC0000125,"The operation requested may not be performed on the specified group because it is a built-in special group.")
STATUS_SPECIAL_USER =

(0xC0000126) The operation requested may not be performed on the specified user because it is a built-in special user.

WindowsError::ErrorCode.new("STATUS_SPECIAL_USER",0xC0000126,"The operation requested may not be performed on the specified user because it is a built-in special user.")
STATUS_MEMBERS_PRIMARY_GROUP =

(0xC0000127) Indicates a member cannot be removed from a group because the group is currently the member’s primary group.

WindowsError::ErrorCode.new("STATUS_MEMBERS_PRIMARY_GROUP",0xC0000127,"Indicates a member cannot be removed from a group because the group is currently the member's primary group.")
STATUS_FILE_CLOSED =

(0xC0000128) An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.

WindowsError::ErrorCode.new("STATUS_FILE_CLOSED",0xC0000128,"An I/O request other than close and several other special case operations was attempted using a file object that had already been closed.")
STATUS_TOO_MANY_THREADS =

(0xC0000129) Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_THREADS",0xC0000129,"Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.")
STATUS_THREAD_NOT_IN_PROCESS =

(0xC000012A) An attempt was made to operate on a thread within a specific process, but the specified thread is not in the specified process.

WindowsError::ErrorCode.new("STATUS_THREAD_NOT_IN_PROCESS",0xC000012A,"An attempt was made to operate on a thread within a specific process, but the specified thread is not in the specified process.")
STATUS_TOKEN_ALREADY_IN_USE =

(0xC000012B) An attempt was made to establish a token for use as a primary token but the token is already in use. A token can only be the primary token of one process at a time.

WindowsError::ErrorCode.new("STATUS_TOKEN_ALREADY_IN_USE",0xC000012B,"An attempt was made to establish a token for use as a primary token but the token is already in use. A token can only be the primary token of one process at a time.")
STATUS_PAGEFILE_QUOTA_EXCEEDED =

(0xC000012C) The page file quota was exceeded.

WindowsError::ErrorCode.new("STATUS_PAGEFILE_QUOTA_EXCEEDED",0xC000012C,"The page file quota was exceeded.")
STATUS_COMMITMENT_LIMIT =

(0xC000012D) of Virtual Memory Your system is low on virtual memory. To ensure that Windows runs correctly, increase the size of your virtual memory paging file. For more information, see Help.

WindowsError::ErrorCode.new("STATUS_COMMITMENT_LIMIT",0xC000012D,"{Out of Virtual Memory} Your system is low on virtual memory. To ensure that Windows runs correctly, increase the size of your virtual memory paging file. For more information, see Help.")
STATUS_INVALID_IMAGE_LE_FORMAT =

(0xC000012E) The specified image file did not have the correct format: it appears to be LE format.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_LE_FORMAT",0xC000012E,"The specified image file did not have the correct format: it appears to be LE format.")
STATUS_INVALID_IMAGE_NOT_MZ =

(0xC000012F) The specified image file did not have the correct format: it did not have an initial MZ.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_NOT_MZ",0xC000012F,"The specified image file did not have the correct format: it did not have an initial MZ.")
STATUS_INVALID_IMAGE_PROTECT =

(0xC0000130) The specified image file did not have the correct format: it did not have a proper e_lfarlc in the MZ header.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_PROTECT",0xC0000130,"The specified image file did not have the correct format: it did not have a proper e_lfarlc in the MZ header.")
STATUS_INVALID_IMAGE_WIN_16 =

(0xC0000131) The specified image file did not have the correct format: it appears to be a 16-bit Windows image.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_WIN_16",0xC0000131,"The specified image file did not have the correct format: it appears to be a 16-bit Windows image.")
STATUS_LOGON_SERVER_CONFLICT =

(0xC0000132) The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.

WindowsError::ErrorCode.new("STATUS_LOGON_SERVER_CONFLICT",0xC0000132,"The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.")
STATUS_TIME_DIFFERENCE_AT_DC =

(0xC0000133) The time at the primary domain controller is different from the time at the backup domain controller or member server by too large an amount.

WindowsError::ErrorCode.new("STATUS_TIME_DIFFERENCE_AT_DC",0xC0000133,"The time at the primary domain controller is different from the time at the backup domain controller or member server by too large an amount.")
STATUS_SYNCHRONIZATION_REQUIRED =

(0xC0000134) The SAM database on a Windows Server is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.

WindowsError::ErrorCode.new("STATUS_SYNCHRONIZATION_REQUIRED",0xC0000134,"The SAM database on a Windows Server is significantly out of synchronization with the copy on the domain controller. A complete synchronization is required.")
STATUS_DLL_NOT_FOUND =

(0xC0000135) To Locate Component This application has failed to start because %hs was not found. Reinstalling the application may fix this problem.

WindowsError::ErrorCode.new("STATUS_DLL_NOT_FOUND",0xC0000135,"{Unable To Locate Component} This application has failed to start because %hs was not found. Reinstalling the application may fix this problem.")
STATUS_OPEN_FAILED =

(0xC0000136) The NtCreateFile API failed. This error should never be returned to an application; it is a place holder for the Windows LAN Manager Redirector to use in its internal error-mapping routines.

WindowsError::ErrorCode.new("STATUS_OPEN_FAILED",0xC0000136,"The NtCreateFile API failed. This error should never be returned to an application; it is a place holder for the Windows LAN Manager Redirector to use in its internal error-mapping routines.")
STATUS_IO_PRIVILEGE_FAILED =

(0xC0000137) Failed The I/O permissions for the process could not be changed.

WindowsError::ErrorCode.new("STATUS_IO_PRIVILEGE_FAILED",0xC0000137,"{Privilege Failed} The I/O permissions for the process could not be changed.")
STATUS_ORDINAL_NOT_FOUND =

(0xC0000138) Not Found The ordinal %ld could not be located in the dynamic link library %hs.

WindowsError::ErrorCode.new("STATUS_ORDINAL_NOT_FOUND",0xC0000138,"{Ordinal Not Found} The ordinal %ld could not be located in the dynamic link library %hs.")
STATUS_ENTRYPOINT_NOT_FOUND =

(0xC0000139) Point Not Found The procedure entry point %hs could not be located in the dynamic link library %hs.

WindowsError::ErrorCode.new("STATUS_ENTRYPOINT_NOT_FOUND",0xC0000139,"{Entry Point Not Found} The procedure entry point %hs could not be located in the dynamic link library %hs.")
STATUS_CONTROL_C_EXIT =

(0xC000013A) Exit by CTRL+C The application terminated as a result of a CTRL+C.

WindowsError::ErrorCode.new("STATUS_CONTROL_C_EXIT",0xC000013A,"{Application Exit by CTRL+C} The application terminated as a result of a CTRL+C.")
STATUS_LOCAL_DISCONNECT =

(0xC000013B) Circuit Closed The network transport on your computer has closed a network connection. There may or may not be I/O requests outstanding.

WindowsError::ErrorCode.new("STATUS_LOCAL_DISCONNECT",0xC000013B,"{Virtual Circuit Closed} The network transport on your computer has closed a network connection. There may or may not be I/O requests outstanding.")
STATUS_REMOTE_DISCONNECT =

(0xC000013C) Circuit Closed The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding.

WindowsError::ErrorCode.new("STATUS_REMOTE_DISCONNECT",0xC000013C,"{Virtual Circuit Closed} The network transport on a remote computer has closed a network connection. There may or may not be I/O requests outstanding.")
STATUS_REMOTE_RESOURCES =

(0xC000013D) Resources on Remote Computer The remote computer has insufficient resources to complete the network request. For example, the remote computer may not have enough available memory to carry out the request at this time.

WindowsError::ErrorCode.new("STATUS_REMOTE_RESOURCES",0xC000013D,"{Insufficient Resources on Remote Computer} The remote computer has insufficient resources to complete the network request. For example, the remote computer may not have enough available memory to carry out the request at this time.")
WindowsError::ErrorCode.new("STATUS_LINK_FAILED",0xC000013E,"{Virtual Circuit Closed} An existing connection (virtual circuit) has been broken at the remote computer. There is probably something wrong with the network software protocol or the network hardware on the remote computer.")
WindowsError::ErrorCode.new("STATUS_LINK_TIMEOUT",0xC000013F,"{Virtual Circuit Closed} The network transport on your computer has closed a network connection because it had to wait too long for a response from the remote computer.")
STATUS_INVALID_CONNECTION =

(0xC0000140) The connection handle that was given to the transport was invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_CONNECTION",0xC0000140,"The connection handle that was given to the transport was invalid.")
STATUS_INVALID_ADDRESS =

(0xC0000141) The address handle that was given to the transport was invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_ADDRESS",0xC0000141,"The address handle that was given to the transport was invalid.")
STATUS_DLL_INIT_FAILED =

(0xC0000142) Initialization Failed Initialization of the dynamic link library %hs failed. The process is terminating abnormally.

WindowsError::ErrorCode.new("STATUS_DLL_INIT_FAILED",0xC0000142,"{DLL Initialization Failed} Initialization of the dynamic link library %hs failed. The process is terminating abnormally.")
STATUS_MISSING_SYSTEMFILE =

(0xC0000143) System File The required system file %hs is bad or missing.

WindowsError::ErrorCode.new("STATUS_MISSING_SYSTEMFILE",0xC0000143,"{Missing System File} The required system file %hs is bad or missing.")
STATUS_UNHANDLED_EXCEPTION =

(0xC0000144) Error The exception %s (0x%08lx) occurred in the application at location 0x%08lx.

WindowsError::ErrorCode.new("STATUS_UNHANDLED_EXCEPTION",0xC0000144,"{Application Error} The exception %s (0x%08lx) occurred in the application at location 0x%08lx.")
STATUS_APP_INIT_FAILURE =

(0xC0000145) Error The application failed to initialize properly (0x%lx). Click OK to terminate the application.

WindowsError::ErrorCode.new("STATUS_APP_INIT_FAILURE",0xC0000145,"{Application Error} The application failed to initialize properly (0x%lx). Click OK to terminate the application.")
STATUS_PAGEFILE_CREATE_FAILED =

(0xC0000146) to Create Paging File The creation of the paging file %hs failed (%lx). The requested size was %ld.

WindowsError::ErrorCode.new("STATUS_PAGEFILE_CREATE_FAILED",0xC0000146,"{Unable to Create Paging File} The creation of the paging file %hs failed (%lx). The requested size was %ld.")
STATUS_NO_PAGEFILE =

(0xC0000147) Paging File Specified No paging file was specified in the system configuration.

WindowsError::ErrorCode.new("STATUS_NO_PAGEFILE",0xC0000147,"{No Paging File Specified} No paging file was specified in the system configuration.")
STATUS_INVALID_LEVEL =

(0xC0000148) System Call Level An invalid level was passed into the specified system call.

WindowsError::ErrorCode.new("STATUS_INVALID_LEVEL",0xC0000148,"{Incorrect System Call Level} An invalid level was passed into the specified system call.")
STATUS_WRONG_PASSWORD_CORE =

(0xC0000149) Password to LAN Manager Server You specified an incorrect password to a LAN Manager 2.x or MS-NET server.

WindowsError::ErrorCode.new("STATUS_WRONG_PASSWORD_CORE",0xC0000149,"{Incorrect Password to LAN Manager Server} You specified an incorrect password to a LAN Manager 2.x or MS-NET server.")
STATUS_ILLEGAL_FLOAT_CONTEXT =

(0xC000014A) EXCEPTION A real-mode application issued a floating-point instruction and floating-point hardware is not present.

WindowsError::ErrorCode.new("STATUS_ILLEGAL_FLOAT_CONTEXT",0xC000014A,"{EXCEPTION} A real-mode application issued a floating-point instruction and floating-point hardware is not present.")
STATUS_PIPE_BROKEN =

(0xC000014B) The pipe operation has failed because the other end of the pipe has been closed.

WindowsError::ErrorCode.new("STATUS_PIPE_BROKEN",0xC000014B,"The pipe operation has failed because the other end of the pipe has been closed.")
STATUS_REGISTRY_CORRUPT =

(0xC000014C) Registry Is Corrupt The structure of one of the files that contains registry data is corrupt; 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.

WindowsError::ErrorCode.new("STATUS_REGISTRY_CORRUPT",0xC000014C,"{The Registry Is Corrupt} The structure of one of the files that contains registry data is corrupt; 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_FAILED =

(0xC000014D) An I/O operation initiated by the Registry failed and cannot be recovered. The registry could not read in, write out, or flush one of the files that contain the system’s image of the registry.

WindowsError::ErrorCode.new("STATUS_REGISTRY_IO_FAILED",0xC000014D,"An I/O operation initiated by the Registry failed and cannot be recovered. The registry could not read in, write out, or flush one of the files that contain the system's image of the registry.")
STATUS_NO_EVENT_PAIR =

(0xC000014E) An event pair synchronization operation was performed using the thread-specific client/server event pair object, but no event pair object was associated with the thread.

WindowsError::ErrorCode.new("STATUS_NO_EVENT_PAIR",0xC000014E,"An event pair synchronization operation was performed using the thread-specific client/server event pair object, but no event pair object was associated with the thread.")
STATUS_UNRECOGNIZED_VOLUME =

(0xC000014F) The volume does not contain a recognized file system. Be sure that all required file system drivers are loaded and that the volume is not corrupt.

WindowsError::ErrorCode.new("STATUS_UNRECOGNIZED_VOLUME",0xC000014F,"The volume does not contain a recognized file system. Be sure that all required file system drivers are loaded and that the volume is not corrupt.")
STATUS_SERIAL_NO_DEVICE_INITED =

(0xC0000150) No serial device was successfully initialized. The serial driver will unload.

WindowsError::ErrorCode.new("STATUS_SERIAL_NO_DEVICE_INITED",0xC0000150,"No serial device was successfully initialized. The serial driver will unload.")
STATUS_NO_SUCH_ALIAS =

(0xC0000151) The specified local group does not exist.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_ALIAS",0xC0000151,"The specified local group does not exist.")
STATUS_MEMBER_NOT_IN_ALIAS =

(0xC0000152) The specified account name is not a member of the group.

WindowsError::ErrorCode.new("STATUS_MEMBER_NOT_IN_ALIAS",0xC0000152,"The specified account name is not a member of the group.")
STATUS_MEMBER_IN_ALIAS =

(0xC0000153) The specified account name is already a member of the group.

WindowsError::ErrorCode.new("STATUS_MEMBER_IN_ALIAS",0xC0000153,"The specified account name is already a member of the group.")
STATUS_ALIAS_EXISTS =

(0xC0000154) The specified local group already exists.

WindowsError::ErrorCode.new("STATUS_ALIAS_EXISTS",0xC0000154,"The specified local group already exists.")
STATUS_LOGON_NOT_GRANTED =

(0xC0000155) A requested type of logon (for example, interactive, network, and service) is not granted by the local security policy of the target system. Ask the system administrator to grant the necessary form of logon.

WindowsError::ErrorCode.new("STATUS_LOGON_NOT_GRANTED",0xC0000155,"A requested type of logon (for example, interactive, network, and service) is not granted by the local security policy of the target system. Ask the system administrator to grant the necessary form of logon.")
STATUS_TOO_MANY_SECRETS =

(0xC0000156) The maximum number of secrets that may be stored in a single system was exceeded. The length and number of secrets is limited to satisfy U.S. State Department export restrictions.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_SECRETS",0xC0000156,"The maximum number of secrets that may be stored in a single system was exceeded. The length and number of secrets is limited to satisfy U.S. State Department export restrictions.")
STATUS_SECRET_TOO_LONG =

(0xC0000157) The length of a secret exceeds the maximum allowable length. The length and number of secrets is limited to satisfy U.S. State Department export restrictions.

WindowsError::ErrorCode.new("STATUS_SECRET_TOO_LONG",0xC0000157,"The length of a secret exceeds the maximum allowable length. The length and number of secrets is limited to satisfy U.S. State Department export restrictions.")
STATUS_INTERNAL_DB_ERROR =

(0xC0000158) The local security authority (LSA) database contains an internal inconsistency.

WindowsError::ErrorCode.new("STATUS_INTERNAL_DB_ERROR",0xC0000158,"The local security authority (LSA) database contains an internal inconsistency.")
STATUS_FULLSCREEN_MODE =

(0xC0000159) The requested operation cannot be performed in full-screen mode.

WindowsError::ErrorCode.new("STATUS_FULLSCREEN_MODE",0xC0000159,"The requested operation cannot be performed in full-screen mode.")
STATUS_TOO_MANY_CONTEXT_IDS =

(0xC000015A) During a logon attempt, the user’s security context accumulated too many security IDs. This is a very unusual situation. Remove the user from some global or local groups to reduce the number of security IDs to incorporate into the security context.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_CONTEXT_IDS",0xC000015A,"During a logon attempt, the user's security context accumulated too many security IDs. This is a very unusual situation. Remove the user from some global or local groups to reduce the number of security IDs to incorporate into the security context.")
STATUS_LOGON_TYPE_NOT_GRANTED =

(0xC000015B) A user has requested a type of logon (for example, interactive or network) that has not been granted. An administrator has control over who may logon interactively and through the network.

WindowsError::ErrorCode.new("STATUS_LOGON_TYPE_NOT_GRANTED",0xC000015B,"A user has requested a type of logon (for example, interactive or network) that has not been granted. An administrator has control over who may logon interactively and through the network.")
STATUS_NOT_REGISTRY_FILE =

(0xC000015C) The system has attempted to load or restore a file into the registry, and the specified file is not in the format of a registry file.

WindowsError::ErrorCode.new("STATUS_NOT_REGISTRY_FILE",0xC000015C,"The system has attempted to load or restore a file into the registry, and the specified file is not in the format of a registry file.")
STATUS_NT_CROSS_ENCRYPTION_REQUIRED =

(0xC000015D) An attempt was made to change a user password in the security account manager without providing the necessary Windows cross-encrypted password.

WindowsError::ErrorCode.new("STATUS_NT_CROSS_ENCRYPTION_REQUIRED",0xC000015D,"An 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_ERROR =

(0xC000015E) A Windows Server has an incorrect configuration.

WindowsError::ErrorCode.new("STATUS_DOMAIN_CTRLR_CONFIG_ERROR",0xC000015E,"A Windows Server has an incorrect configuration.")
STATUS_FT_MISSING_MEMBER =

(0xC000015F) An attempt was made to explicitly access the secondary copy of information via a device control to the fault tolerance driver and the secondary copy is not present in the system.

WindowsError::ErrorCode.new("STATUS_FT_MISSING_MEMBER",0xC000015F,"An attempt was made to explicitly access the secondary copy of information via a device control to the fault tolerance driver and the secondary copy is not present in the system.")
STATUS_ILL_FORMED_SERVICE_ENTRY =

(0xC0000160) A configuration registry node that represents a driver service entry was ill-formed and did not contain the required value entries.

WindowsError::ErrorCode.new("STATUS_ILL_FORMED_SERVICE_ENTRY",0xC0000160,"A configuration registry node that represents a driver service entry was ill-formed and did not contain the required value entries.")
STATUS_ILLEGAL_CHARACTER =

(0xC0000161) An illegal character was encountered. For a multibyte character set, this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.

WindowsError::ErrorCode.new("STATUS_ILLEGAL_CHARACTER",0xC0000161,"An illegal character was encountered. For a multibyte 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_CHARACTER =

(0xC0000162) No mapping for the Unicode character exists in the target multibyte code page.

WindowsError::ErrorCode.new("STATUS_UNMAPPABLE_CHARACTER",0xC0000162,"No mapping for the Unicode character exists in the target multibyte code page.")
STATUS_UNDEFINED_CHARACTER =

(0xC0000163) The Unicode character is not defined in the Unicode character set that is installed on the system.

WindowsError::ErrorCode.new("STATUS_UNDEFINED_CHARACTER",0xC0000163,"The Unicode character is not defined in the Unicode character set that is installed on the system.")
STATUS_FLOPPY_VOLUME =

(0xC0000164) The paging file cannot be created on a floppy disk.

WindowsError::ErrorCode.new("STATUS_FLOPPY_VOLUME",0xC0000164,"The paging file cannot be created on a floppy disk.")
STATUS_FLOPPY_ID_MARK_NOT_FOUND =

(0xC0000165) Disk Error While accessing a floppy disk, an ID address mark was not found.

WindowsError::ErrorCode.new("STATUS_FLOPPY_ID_MARK_NOT_FOUND",0xC0000165,"{Floppy Disk Error} While accessing a floppy disk, an ID address mark was not found.")
STATUS_FLOPPY_WRONG_CYLINDER =

(0xC0000166) Disk Error While accessing a floppy disk, the track address from the sector ID field was found to be different from the track address that is maintained by the controller.

WindowsError::ErrorCode.new("STATUS_FLOPPY_WRONG_CYLINDER",0xC0000166,"{Floppy Disk Error} While accessing a floppy disk, the track address from the sector ID field was found to be different from the track address that is maintained by the controller.")
STATUS_FLOPPY_UNKNOWN_ERROR =

(0xC0000167) Disk Error The floppy disk controller reported an error that is not recognized by the floppy disk driver.

WindowsError::ErrorCode.new("STATUS_FLOPPY_UNKNOWN_ERROR",0xC0000167,"{Floppy Disk Error} The floppy disk controller reported an error that is not recognized by the floppy disk driver.")
STATUS_FLOPPY_BAD_REGISTERS =

(0xC0000168) Disk Error While accessing a floppy-disk, the controller returned inconsistent results via its registers.

WindowsError::ErrorCode.new("STATUS_FLOPPY_BAD_REGISTERS",0xC0000168,"{Floppy Disk Error} While accessing a floppy-disk, the controller returned inconsistent results via its registers.")
STATUS_DISK_RECALIBRATE_FAILED =

(0xC0000169) Disk Error While accessing the hard disk, a recalibrate operation failed, even after retries.

WindowsError::ErrorCode.new("STATUS_DISK_RECALIBRATE_FAILED",0xC0000169,"{Hard Disk Error} While accessing the hard disk, a recalibrate operation failed, even after retries.")
STATUS_DISK_OPERATION_FAILED =

(0xC000016A) Disk Error While accessing the hard disk, a disk operation failed even after retries.

WindowsError::ErrorCode.new("STATUS_DISK_OPERATION_FAILED",0xC000016A,"{Hard Disk Error} While accessing the hard disk, a disk operation failed even after retries.")
STATUS_DISK_RESET_FAILED =

(0xC000016B) Disk Error While accessing the hard disk, a disk controller reset was needed, but even that failed.

WindowsError::ErrorCode.new("STATUS_DISK_RESET_FAILED",0xC000016B,"{Hard Disk Error} While accessing the hard disk, a disk controller reset was needed, but even that failed.")
STATUS_SHARED_IRQ_BUSY =

(0xC000016C) An attempt was made to open a device that was sharing an interrupt request (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.

WindowsError::ErrorCode.new("STATUS_SHARED_IRQ_BUSY",0xC000016C,"An attempt was made to open a device that was sharing an interrupt request (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_ORPHANING =

(0xC000016D) Orphaning A disk that is part of a fault-tolerant volume can no longer be accessed.

WindowsError::ErrorCode.new("STATUS_FT_ORPHANING",0xC000016D,"{FT Orphaning} A disk that is part of a fault-tolerant volume can no longer be accessed.")
STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT =

(0xC000016E) The basic input/output system (BIOS) failed to connect a system interrupt to the device or bus for which the device is connected.

WindowsError::ErrorCode.new("STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT",0xC000016E,"The basic input/output system (BIOS) failed to connect a system interrupt to the device or bus for which the device is connected.")
STATUS_PARTITION_FAILURE =

(0xC0000172) The tape could not be partitioned.

WindowsError::ErrorCode.new("STATUS_PARTITION_FAILURE",0xC0000172,"The tape could not be partitioned.")
STATUS_INVALID_BLOCK_LENGTH =

(0xC0000173) When accessing a new tape of a multi-volume partition, the current blocksize is incorrect.

WindowsError::ErrorCode.new("STATUS_INVALID_BLOCK_LENGTH",0xC0000173,"When accessing a new tape of a multi-volume partition, the current blocksize is incorrect.")
STATUS_DEVICE_NOT_PARTITIONED =

(0xC0000174) The tape partition information could not be found when loading a tape.

WindowsError::ErrorCode.new("STATUS_DEVICE_NOT_PARTITIONED",0xC0000174,"The tape partition information could not be found when loading a tape.")
STATUS_UNABLE_TO_LOCK_MEDIA =

(0xC0000175) An attempt to lock the eject media mechanism failed.

WindowsError::ErrorCode.new("STATUS_UNABLE_TO_LOCK_MEDIA",0xC0000175,"An attempt to lock the eject media mechanism failed.")
STATUS_UNABLE_TO_UNLOAD_MEDIA =

(0xC0000176) An attempt to unload media failed.

WindowsError::ErrorCode.new("STATUS_UNABLE_TO_UNLOAD_MEDIA",0xC0000176,"An attempt to unload media failed.")
STATUS_EOM_OVERFLOW =

(0xC0000177) The physical end of tape was detected.

WindowsError::ErrorCode.new("STATUS_EOM_OVERFLOW",0xC0000177,"The physical end of tape was detected.")
STATUS_NO_MEDIA =

(0xC0000178) Media There is no media in the drive. Insert media into drive %hs.

WindowsError::ErrorCode.new("STATUS_NO_MEDIA",0xC0000178,"{No Media} There is no media in the drive. Insert media into drive %hs.")
STATUS_NO_SUCH_MEMBER =

(0xC000017A) A member could not be added to or removed from the local group because the member does not exist.

WindowsError::ErrorCode.new("STATUS_NO_SUCH_MEMBER",0xC000017A,"A member could not be added to or removed from the local group because the member does not exist.")
STATUS_INVALID_MEMBER =

(0xC000017B) A new member could not be added to a local group because the member has the wrong account type.

WindowsError::ErrorCode.new("STATUS_INVALID_MEMBER",0xC000017B,"A new member could not be added to a local group because the member has the wrong account type.")
STATUS_KEY_DELETED =

(0xC000017C) An illegal operation was attempted on a registry key that has been marked for deletion.

WindowsError::ErrorCode.new("STATUS_KEY_DELETED",0xC000017C,"An illegal operation was attempted on a registry key that has been marked for deletion.")
STATUS_NO_LOG_SPACE =

(0xC000017D) The system could not allocate the required space in a registry log.

WindowsError::ErrorCode.new("STATUS_NO_LOG_SPACE",0xC000017D,"The system could not allocate the required space in a registry log.")
STATUS_TOO_MANY_SIDS =

(0xC000017E) Too many SIDs have been specified.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_SIDS",0xC000017E,"Too many SIDs have been specified.")
STATUS_LM_CROSS_ENCRYPTION_REQUIRED =

(0xC000017F) An attempt was made to change a user password in the security account manager without providing the necessary LM cross-encrypted password.

WindowsError::ErrorCode.new("STATUS_LM_CROSS_ENCRYPTION_REQUIRED",0xC000017F,"An attempt was made to change a user password in the security account manager without providing the necessary LM cross-encrypted password.")
STATUS_KEY_HAS_CHILDREN =

(0xC0000180) An attempt was made to create a symbolic link in a registry key that already has subkeys or values.

WindowsError::ErrorCode.new("STATUS_KEY_HAS_CHILDREN",0xC0000180,"An attempt was made to create a symbolic link in a registry key that already has subkeys or values.")
STATUS_CHILD_MUST_BE_VOLATILE =

(0xC0000181) An attempt was made to create a stable subkey under a volatile parent key.

WindowsError::ErrorCode.new("STATUS_CHILD_MUST_BE_VOLATILE",0xC0000181,"An attempt was made to create a stable subkey under a volatile parent key.")
STATUS_DEVICE_CONFIGURATION_ERROR =

(0xC0000182) The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.

WindowsError::ErrorCode.new("STATUS_DEVICE_CONFIGURATION_ERROR",0xC0000182,"The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.")
STATUS_DRIVER_INTERNAL_ERROR =

(0xC0000183) An error was detected between two drivers or within an I/O driver.

WindowsError::ErrorCode.new("STATUS_DRIVER_INTERNAL_ERROR",0xC0000183,"An error was detected between two drivers or within an I/O driver.")
STATUS_INVALID_DEVICE_STATE =

(0xC0000184) The device is not in a valid state to perform this request.

WindowsError::ErrorCode.new("STATUS_INVALID_DEVICE_STATE",0xC0000184,"The device is not in a valid state to perform this request.")
STATUS_IO_DEVICE_ERROR =

(0xC0000185) The I/O device reported an I/O error.

WindowsError::ErrorCode.new("STATUS_IO_DEVICE_ERROR",0xC0000185,"The I/O device reported an I/O error.")
STATUS_DEVICE_PROTOCOL_ERROR =

(0xC0000186) A protocol error was detected between the driver and the device.

WindowsError::ErrorCode.new("STATUS_DEVICE_PROTOCOL_ERROR",0xC0000186,"A protocol error was detected between the driver and the device.")
STATUS_BACKUP_CONTROLLER =

(0xC0000187) This operation is only allowed for the primary domain controller of the domain.

WindowsError::ErrorCode.new("STATUS_BACKUP_CONTROLLER",0xC0000187,"This operation is only allowed for the primary domain controller of the domain.")
STATUS_LOG_FILE_FULL =

(0xC0000188) The log file space is insufficient to support this operation.

WindowsError::ErrorCode.new("STATUS_LOG_FILE_FULL",0xC0000188,"The log file space is insufficient to support this operation.")
STATUS_TOO_LATE =

(0xC0000189) A write operation was attempted to a volume after it was dismounted.

WindowsError::ErrorCode.new("STATUS_TOO_LATE",0xC0000189,"A write operation was attempted to a volume after it was dismounted.")
STATUS_NO_TRUST_LSA_SECRET =

(0xC000018A) The workstation does not have a trust secret for the primary domain in the local LSA database.

WindowsError::ErrorCode.new("STATUS_NO_TRUST_LSA_SECRET",0xC000018A,"The workstation does not have a trust secret for the primary domain in the local LSA database.")
STATUS_NO_TRUST_SAM_ACCOUNT =

(0xC000018B) The SAM database on the Windows Server does not have a computer account for this workstation trust relationship.

WindowsError::ErrorCode.new("STATUS_NO_TRUST_SAM_ACCOUNT",0xC000018B,"The SAM database on the Windows Server does not have a computer account for this workstation trust relationship.")
STATUS_TRUSTED_DOMAIN_FAILURE =

(0xC000018C) The logon request failed because the trust relationship between the primary domain and the trusted domain failed.

WindowsError::ErrorCode.new("STATUS_TRUSTED_DOMAIN_FAILURE",0xC000018C,"The logon request failed because the trust relationship between the primary domain and the trusted domain failed.")
STATUS_TRUSTED_RELATIONSHIP_FAILURE =

(0xC000018D) The logon request failed because the trust relationship between this workstation and the primary domain failed.

WindowsError::ErrorCode.new("STATUS_TRUSTED_RELATIONSHIP_FAILURE",0xC000018D,"The logon request failed because the trust relationship between this workstation and the primary domain failed.")
STATUS_EVENTLOG_FILE_CORRUPT =

(0xC000018E) The Eventlog log file is corrupt.

WindowsError::ErrorCode.new("STATUS_EVENTLOG_FILE_CORRUPT",0xC000018E,"The Eventlog log file is corrupt.")
STATUS_EVENTLOG_CANT_START =

(0xC000018F) No Eventlog log file could be opened. The Eventlog service did not start.

WindowsError::ErrorCode.new("STATUS_EVENTLOG_CANT_START",0xC000018F,"No Eventlog log file could be opened. The Eventlog service did not start.")
STATUS_TRUST_FAILURE =

(0xC0000190) The network logon failed. This may be because the validation authority cannot be reached.

WindowsError::ErrorCode.new("STATUS_TRUST_FAILURE",0xC0000190,"The network logon failed. This may be because the validation authority cannot be reached.")
STATUS_MUTANT_LIMIT_EXCEEDED =

(0xC0000191) An attempt was made to acquire a mutant such that its maximum count would have been exceeded.

WindowsError::ErrorCode.new("STATUS_MUTANT_LIMIT_EXCEEDED",0xC0000191,"An attempt was made to acquire a mutant such that its maximum count would have been exceeded.")
STATUS_NETLOGON_NOT_STARTED =

(0xC0000192) An attempt was made to logon, but the NetLogon service was not started.

WindowsError::ErrorCode.new("STATUS_NETLOGON_NOT_STARTED",0xC0000192,"An attempt was made to logon, but the NetLogon service was not started.")
STATUS_ACCOUNT_EXPIRED =

(0xC0000193) The user account has expired.

WindowsError::ErrorCode.new("STATUS_ACCOUNT_EXPIRED",0xC0000193,"The user account has expired.")
STATUS_POSSIBLE_DEADLOCK =

(0xC0000194) EXCEPTION Possible deadlock condition.

WindowsError::ErrorCode.new("STATUS_POSSIBLE_DEADLOCK",0xC0000194,"{EXCEPTION} Possible deadlock condition.")
STATUS_NETWORK_CREDENTIAL_CONFLICT =

(0xC0000195) Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.

WindowsError::ErrorCode.new("STATUS_NETWORK_CREDENTIAL_CONFLICT",0xC0000195,"Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.")
STATUS_REMOTE_SESSION_LIMIT =

(0xC0000196) An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.

WindowsError::ErrorCode.new("STATUS_REMOTE_SESSION_LIMIT",0xC0000196,"An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.")
STATUS_EVENTLOG_FILE_CHANGED =

(0xC0000197) The log file has changed between reads.

WindowsError::ErrorCode.new("STATUS_EVENTLOG_FILE_CHANGED",0xC0000197,"The log file has changed between reads.")
STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT =

(0xC0000198) The account used is an interdomain trust account. Use your global user account or local user account to access this server.

WindowsError::ErrorCode.new("STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT",0xC0000198,"The account used is an interdomain trust account. Use your global user account or local user account to access this server.")
STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT =

(0xC0000199) The account used is a computer account. Use your global user account or local user account to access this server.

WindowsError::ErrorCode.new("STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT",0xC0000199,"The account used is a computer account. Use your global user account or local user account to access this server.")
STATUS_NOLOGON_SERVER_TRUST_ACCOUNT =

(0xC000019A) The account used is a server trust account. Use your global user account or local user account to access this server.

WindowsError::ErrorCode.new("STATUS_NOLOGON_SERVER_TRUST_ACCOUNT",0xC000019A,"The account used is a server trust account. Use your global user account or local user account to access this server.")
STATUS_DOMAIN_TRUST_INCONSISTENT =

(0xC000019B) The name or SID of the specified domain is inconsistent with the trust information for that domain.

WindowsError::ErrorCode.new("STATUS_DOMAIN_TRUST_INCONSISTENT",0xC000019B,"The name or SID of the specified domain is inconsistent with the trust information for that domain.")
STATUS_FS_DRIVER_REQUIRED =

(0xC000019C) A volume has been accessed for which a file system driver is required that has not yet been loaded.

WindowsError::ErrorCode.new("STATUS_FS_DRIVER_REQUIRED",0xC000019C,"A volume has been accessed for which a file system driver is required that has not yet been loaded.")
STATUS_IMAGE_ALREADY_LOADED_AS_DLL =

(0xC000019D) Indicates that the specified image is already loaded as a DLL.

WindowsError::ErrorCode.new("STATUS_IMAGE_ALREADY_LOADED_AS_DLL",0xC000019D,"Indicates that the specified image is already loaded as a DLL.")
STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING =

(0xC000019E) Short name settings may not be changed on this volume due to the global registry setting.

WindowsError::ErrorCode.new("STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING",0xC000019E,"Short name settings may not be changed on this volume due to the global registry setting.")
STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME =

(0xC000019F) Short names are not enabled on this volume.

WindowsError::ErrorCode.new("STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME",0xC000019F,"Short names are not enabled on this volume.")
STATUS_SECURITY_STREAM_IS_INCONSISTENT =

(0xC00001A0) The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume.

WindowsError::ErrorCode.new("STATUS_SECURITY_STREAM_IS_INCONSISTENT",0xC00001A0,"The security stream for the given volume is in an inconsistent state. Please run CHKDSK on the volume.")
STATUS_INVALID_LOCK_RANGE =

(0xC00001A1) A requested file lock operation cannot be processed due to an invalid byte range.

WindowsError::ErrorCode.new("STATUS_INVALID_LOCK_RANGE",0xC00001A1,"A requested file lock operation cannot be processed due to an invalid byte range.")
STATUS_INVALID_ACE_CONDITION =

(0xC00001A2) The specified access control entry (ACE) contains an invalid condition.

WindowsError::ErrorCode.new("STATUS_INVALID_ACE_CONDITION",0xC00001A2,"The specified access control entry (ACE) contains an invalid condition.")
STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT =

(0xC00001A3) The subsystem needed to support the image type is not present.

WindowsError::ErrorCode.new("STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT",0xC00001A3,"The subsystem needed to support the image type is not present.")
STATUS_NOTIFICATION_GUID_ALREADY_DEFINED =

(0xC00001A4) The specified file already has a notification GUID associated with it.

WindowsError::ErrorCode.new("STATUS_NOTIFICATION_GUID_ALREADY_DEFINED",0xC00001A4,"The specified file already has a notification GUID associated with it.")
STATUS_NETWORK_OPEN_RESTRICTION =

(0xC0000201) A remote open failed because the network open restrictions were not satisfied.

WindowsError::ErrorCode.new("STATUS_NETWORK_OPEN_RESTRICTION",0xC0000201,"A remote open failed because the network open restrictions were not satisfied.")
STATUS_NO_USER_SESSION_KEY =

(0xC0000202) There is no user session key for the specified logon session.

WindowsError::ErrorCode.new("STATUS_NO_USER_SESSION_KEY",0xC0000202,"There is no user session key for the specified logon session.")
STATUS_USER_SESSION_DELETED =

(0xC0000203) The remote user session has been deleted.

WindowsError::ErrorCode.new("STATUS_USER_SESSION_DELETED",0xC0000203,"The remote user session has been deleted.")
STATUS_RESOURCE_LANG_NOT_FOUND =

(0xC0000204) Indicates the specified resource language ID cannot be found in the image file.

WindowsError::ErrorCode.new("STATUS_RESOURCE_LANG_NOT_FOUND",0xC0000204,"Indicates the specified resource language ID cannot be found in the image file.")
STATUS_INSUFF_SERVER_RESOURCES =

(0xC0000205) Insufficient server resources exist to complete the request.

WindowsError::ErrorCode.new("STATUS_INSUFF_SERVER_RESOURCES",0xC0000205,"Insufficient server resources exist to complete the request.")
STATUS_INVALID_BUFFER_SIZE =

(0xC0000206) The size of the buffer is invalid for the specified operation.

WindowsError::ErrorCode.new("STATUS_INVALID_BUFFER_SIZE",0xC0000206,"The size of the buffer is invalid for the specified operation.")
STATUS_INVALID_ADDRESS_COMPONENT =

(0xC0000207) The transport rejected the specified network address as invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_ADDRESS_COMPONENT",0xC0000207,"The transport rejected the specified network address as invalid.")
STATUS_INVALID_ADDRESS_WILDCARD =

(0xC0000208) The transport rejected the specified network address due to invalid use of a wildcard.

WindowsError::ErrorCode.new("STATUS_INVALID_ADDRESS_WILDCARD",0xC0000208,"The transport rejected the specified network address due to invalid use of a wildcard.")
STATUS_TOO_MANY_ADDRESSES =

(0xC0000209) The transport address could not be opened because all the available addresses are in use.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_ADDRESSES",0xC0000209,"The transport address could not be opened because all the available addresses are in use.")
STATUS_ADDRESS_ALREADY_EXISTS =

(0xC000020A) The transport address could not be opened because it already exists.

WindowsError::ErrorCode.new("STATUS_ADDRESS_ALREADY_EXISTS",0xC000020A,"The transport address could not be opened because it already exists.")
STATUS_ADDRESS_CLOSED =

(0xC000020B) The transport address is now closed.

WindowsError::ErrorCode.new("STATUS_ADDRESS_CLOSED",0xC000020B,"The transport address is now closed.")
STATUS_CONNECTION_DISCONNECTED =

(0xC000020C) The transport connection is now disconnected.

WindowsError::ErrorCode.new("STATUS_CONNECTION_DISCONNECTED",0xC000020C,"The transport connection is now disconnected.")
STATUS_CONNECTION_RESET =

(0xC000020D) The transport connection has been reset.

WindowsError::ErrorCode.new("STATUS_CONNECTION_RESET",0xC000020D,"The transport connection has been reset.")
STATUS_TOO_MANY_NODES =

(0xC000020E) The transport cannot dynamically acquire any more nodes.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_NODES",0xC000020E,"The transport cannot dynamically acquire any more nodes.")
STATUS_TRANSACTION_ABORTED =

(0xC000020F) The transport aborted a pending transaction.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_ABORTED",0xC000020F,"The transport aborted a pending transaction.")
STATUS_TRANSACTION_TIMED_OUT =

(0xC0000210) The transport timed out a request that is waiting for a response.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_TIMED_OUT",0xC0000210,"The transport timed out a request that is waiting for a response.")
STATUS_TRANSACTION_NO_RELEASE =

(0xC0000211) The transport did not receive a release for a pending response.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_NO_RELEASE",0xC0000211,"The transport did not receive a release for a pending response.")
STATUS_TRANSACTION_NO_MATCH =

(0xC0000212) The transport did not find a transaction that matches the specific token.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_NO_MATCH",0xC0000212,"The transport did not find a transaction that matches the specific token.")
STATUS_TRANSACTION_RESPONDED =

(0xC0000213) The transport had previously responded to a transaction request.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_RESPONDED",0xC0000213,"The transport had previously responded to a transaction request.")
STATUS_TRANSACTION_INVALID_ID =

(0xC0000214) The transport does not recognize the specified transaction request ID.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_INVALID_ID",0xC0000214,"The transport does not recognize the specified transaction request ID.")
STATUS_TRANSACTION_INVALID_TYPE =

(0xC0000215) The transport does not recognize the specified transaction request type.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_INVALID_TYPE",0xC0000215,"The transport does not recognize the specified transaction request type.")
STATUS_NOT_SERVER_SESSION =

(0xC0000216) The transport can only process the specified request on the server side of a session.

WindowsError::ErrorCode.new("STATUS_NOT_SERVER_SESSION",0xC0000216,"The transport can only process the specified request on the server side of a session.")
STATUS_NOT_CLIENT_SESSION =

(0xC0000217) The transport can only process the specified request on the client side of a session.

WindowsError::ErrorCode.new("STATUS_NOT_CLIENT_SESSION",0xC0000217,"The transport can only process the specified request on the client side of a session.")
STATUS_CANNOT_LOAD_REGISTRY_FILE =

(0xC0000218) File Failure The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.

WindowsError::ErrorCode.new("STATUS_CANNOT_LOAD_REGISTRY_FILE",0xC0000218,"{Registry File Failure} The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.")
STATUS_DEBUG_ATTACH_FAILED =

(0xC0000219) 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.

WindowsError::ErrorCode.new("STATUS_DEBUG_ATTACH_FAILED",0xC0000219,"{Unexpected Failure in DebugActiveProcess} An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.")
STATUS_SYSTEM_PROCESS_TERMINATED =

(0xC000021A) System Error The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.

WindowsError::ErrorCode.new("STATUS_SYSTEM_PROCESS_TERMINATED",0xC000021A,"{Fatal System Error} The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.")
STATUS_DATA_NOT_ACCEPTED =

(0xC000021B) Not Accepted The TDI client could not handle the data received during an indication.

WindowsError::ErrorCode.new("STATUS_DATA_NOT_ACCEPTED",0xC000021B,"{Data Not Accepted} The TDI client could not handle the data received during an indication.")
STATUS_NO_BROWSER_SERVERS_FOUND =

(0xC000021C) to Retrieve Browser Server List The list of servers for this workgroup is not currently available.

WindowsError::ErrorCode.new("STATUS_NO_BROWSER_SERVERS_FOUND",0xC000021C,"{Unable to Retrieve Browser Server List} The list of servers for this workgroup is not currently available.")
STATUS_VDM_HARD_ERROR =

(0xC000021D) NTVDM encountered a hard error.

WindowsError::ErrorCode.new("STATUS_VDM_HARD_ERROR",0xC000021D,"NTVDM encountered a hard error.")
STATUS_DRIVER_CANCEL_TIMEOUT =

(0xC000021E) Timeout The driver %hs failed to complete a canceled I/O request in the allotted time.

WindowsError::ErrorCode.new("STATUS_DRIVER_CANCEL_TIMEOUT",0xC000021E,"{Cancel Timeout} The driver %hs failed to complete a canceled I/O request in the allotted time.")
STATUS_REPLY_MESSAGE_MISMATCH =

(0xC000021F) 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.

WindowsError::ErrorCode.new("STATUS_REPLY_MESSAGE_MISMATCH",0xC000021F,"{Reply Message Mismatch} An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.")
STATUS_MAPPED_ALIGNMENT =

(0xC0000220) 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.

WindowsError::ErrorCode.new("STATUS_MAPPED_ALIGNMENT",0xC0000220,"{Mapped View Alignment Incorrect} An attempt was made to map a view of a file, but either the specified base address or the offset into the file were not aligned on the proper allocation granularity.")
STATUS_IMAGE_CHECKSUM_MISMATCH =

(0xC0000221) Image Checksum The image %hs is possibly corrupt. The header checksum does not match the computed checksum.

WindowsError::ErrorCode.new("STATUS_IMAGE_CHECKSUM_MISMATCH",0xC0000221,"{Bad Image Checksum} The image %hs is possibly corrupt. The header checksum does not match the computed checksum.")
STATUS_LOST_WRITEBEHIND_DATA =

(0xC0000222) 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. Try to save this file elsewhere.

WindowsError::ErrorCode.new("STATUS_LOST_WRITEBEHIND_DATA",0xC0000222,"{Delayed Write Failed} Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Try to save this file elsewhere.")
STATUS_CLIENT_SERVER_PARAMETERS_INVALID =

(0xC0000223) The parameters 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.

WindowsError::ErrorCode.new("STATUS_CLIENT_SERVER_PARAMETERS_INVALID",0xC0000223,"The parameters 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_CHANGE =

(0xC0000224) The user password must be changed before logging on the first time.

WindowsError::ErrorCode.new("STATUS_PASSWORD_MUST_CHANGE",0xC0000224,"The user password must be changed before logging on the first time.")
STATUS_NOT_FOUND =

(0xC0000225) The object was not found.

WindowsError::ErrorCode.new("STATUS_NOT_FOUND",0xC0000225,"The object was not found.")
STATUS_NOT_TINY_STREAM =

(0xC0000226) The stream is not a tiny stream.

WindowsError::ErrorCode.new("STATUS_NOT_TINY_STREAM",0xC0000226,"The stream is not a tiny stream.")
STATUS_RECOVERY_FAILURE =

(0xC0000227) A transaction recovery failed.

WindowsError::ErrorCode.new("STATUS_RECOVERY_FAILURE",0xC0000227,"A transaction recovery failed.")
STATUS_STACK_OVERFLOW_READ =

(0xC0000228) The request must be handled by the stack overflow code.

WindowsError::ErrorCode.new("STATUS_STACK_OVERFLOW_READ",0xC0000228,"The request must be handled by the stack overflow code.")
STATUS_FAIL_CHECK =

(0xC0000229) A consistency check failed.

WindowsError::ErrorCode.new("STATUS_FAIL_CHECK",0xC0000229,"A consistency check failed.")
STATUS_DUPLICATE_OBJECTID =

(0xC000022A) The attempt to insert the ID in the index failed because the ID is already in the index.

WindowsError::ErrorCode.new("STATUS_DUPLICATE_OBJECTID",0xC000022A,"The attempt to insert the ID in the index failed because the ID is already in the index.")
STATUS_OBJECTID_EXISTS =

(0xC000022B) The attempt to set the object ID failed because the object already has an ID.

WindowsError::ErrorCode.new("STATUS_OBJECTID_EXISTS",0xC000022B,"The attempt to set the object ID failed because the object already has an ID.")
STATUS_CONVERT_TO_LARGE =

(0xC000022C) Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing oNode is moved or the extent stream is converted to a large stream.

WindowsError::ErrorCode.new("STATUS_CONVERT_TO_LARGE",0xC000022C,"Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing oNode is moved or the extent stream is converted to a large stream.")
STATUS_RETRY =

(0xC000022D) The request needs to be retried.

WindowsError::ErrorCode.new("STATUS_RETRY",0xC000022D,"The request needs to be retried.")
STATUS_FOUND_OUT_OF_SCOPE =

(0xC000022E) The attempt to find the object found an object on the volume that matches by ID; however, it is out of the scope of the handle that is used for the operation.

WindowsError::ErrorCode.new("STATUS_FOUND_OUT_OF_SCOPE",0xC000022E,"The attempt to find the object found an object on the volume that matches by ID; however, it is out of the scope of the handle that is used for the operation.")
STATUS_ALLOCATE_BUCKET =

(0xC000022F) The bucket array must be grown. Retry the transaction after doing so.

WindowsError::ErrorCode.new("STATUS_ALLOCATE_BUCKET",0xC000022F,"The bucket array must be grown. Retry the transaction after doing so.")
STATUS_PROPSET_NOT_FOUND =

(0xC0000230) The specified property set does not exist on the object.

WindowsError::ErrorCode.new("STATUS_PROPSET_NOT_FOUND",0xC0000230,"The specified property set does not exist on the object.")
STATUS_MARSHALL_OVERFLOW =

(0xC0000231) The user/kernel marshaling buffer has overflowed.

WindowsError::ErrorCode.new("STATUS_MARSHALL_OVERFLOW",0xC0000231,"The user/kernel marshaling buffer has overflowed.")
STATUS_INVALID_VARIANT =

(0xC0000232) The supplied variant structure contains invalid data.

WindowsError::ErrorCode.new("STATUS_INVALID_VARIANT",0xC0000232,"The supplied variant structure contains invalid data.")
STATUS_DOMAIN_CONTROLLER_NOT_FOUND =

(0xC0000233) A domain controller for this domain was not found.

WindowsError::ErrorCode.new("STATUS_DOMAIN_CONTROLLER_NOT_FOUND",0xC0000233,"A domain controller for this domain was not found.")
STATUS_ACCOUNT_LOCKED_OUT =

(0xC0000234) The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.

WindowsError::ErrorCode.new("STATUS_ACCOUNT_LOCKED_OUT",0xC0000234,"The user account has been automatically locked because too many invalid logon attempts or password change attempts have been requested.")
STATUS_HANDLE_NOT_CLOSABLE =

(0xC0000235) NtClose was called on a handle that was protected from close via NtSetInformationObject.

WindowsError::ErrorCode.new("STATUS_HANDLE_NOT_CLOSABLE",0xC0000235,"NtClose was called on a handle that was protected from close via NtSetInformationObject.")
STATUS_CONNECTION_REFUSED =

(0xC0000236) The transport-connection attempt was refused by the remote system.

WindowsError::ErrorCode.new("STATUS_CONNECTION_REFUSED",0xC0000236,"The transport-connection attempt was refused by the remote system.")
STATUS_GRACEFUL_DISCONNECT =

(0xC0000237) The transport connection was gracefully closed.

WindowsError::ErrorCode.new("STATUS_GRACEFUL_DISCONNECT",0xC0000237,"The transport connection was gracefully closed.")
STATUS_ADDRESS_ALREADY_ASSOCIATED =

(0xC0000238) The transport endpoint already has an address associated with it.

WindowsError::ErrorCode.new("STATUS_ADDRESS_ALREADY_ASSOCIATED",0xC0000238,"The transport endpoint already has an address associated with it.")
STATUS_ADDRESS_NOT_ASSOCIATED =

(0xC0000239) An address has not yet been associated with the transport endpoint.

WindowsError::ErrorCode.new("STATUS_ADDRESS_NOT_ASSOCIATED",0xC0000239,"An address has not yet been associated with the transport endpoint.")
STATUS_CONNECTION_INVALID =

(0xC000023A) An operation was attempted on a nonexistent transport connection.

WindowsError::ErrorCode.new("STATUS_CONNECTION_INVALID",0xC000023A,"An operation was attempted on a nonexistent transport connection.")
STATUS_CONNECTION_ACTIVE =

(0xC000023B) An invalid operation was attempted on an active transport connection.

WindowsError::ErrorCode.new("STATUS_CONNECTION_ACTIVE",0xC000023B,"An invalid operation was attempted on an active transport connection.")
STATUS_NETWORK_UNREACHABLE =

(0xC000023C) The remote network is not reachable by the transport.

WindowsError::ErrorCode.new("STATUS_NETWORK_UNREACHABLE",0xC000023C,"The remote network is not reachable by the transport.")
STATUS_HOST_UNREACHABLE =

(0xC000023D) The remote system is not reachable by the transport.

WindowsError::ErrorCode.new("STATUS_HOST_UNREACHABLE",0xC000023D,"The remote system is not reachable by the transport.")
STATUS_PROTOCOL_UNREACHABLE =

(0xC000023E) The remote system does not support the transport protocol.

WindowsError::ErrorCode.new("STATUS_PROTOCOL_UNREACHABLE",0xC000023E,"The remote system does not support the transport protocol.")
STATUS_PORT_UNREACHABLE =

(0xC000023F) No service is operating at the destination port of the transport on the remote system.

WindowsError::ErrorCode.new("STATUS_PORT_UNREACHABLE",0xC000023F,"No service is operating at the destination port of the transport on the remote system.")
STATUS_REQUEST_ABORTED =

(0xC0000240) The request was aborted.

WindowsError::ErrorCode.new("STATUS_REQUEST_ABORTED",0xC0000240,"The request was aborted.")
STATUS_CONNECTION_ABORTED =

(0xC0000241) The transport connection was aborted by the local system.

WindowsError::ErrorCode.new("STATUS_CONNECTION_ABORTED",0xC0000241,"The transport connection was aborted by the local system.")
STATUS_BAD_COMPRESSION_BUFFER =

(0xC0000242) The specified buffer contains ill-formed data.

WindowsError::ErrorCode.new("STATUS_BAD_COMPRESSION_BUFFER",0xC0000242,"The specified buffer contains ill-formed data.")
STATUS_USER_MAPPED_FILE =

(0xC0000243) The requested operation cannot be performed on a file with a user mapped section open.

WindowsError::ErrorCode.new("STATUS_USER_MAPPED_FILE",0xC0000243,"The requested operation cannot be performed on a file with a user mapped section open.")
STATUS_AUDIT_FAILED =

(0xC0000244) Failed An attempt to generate a security audit failed.

WindowsError::ErrorCode.new("STATUS_AUDIT_FAILED",0xC0000244,"{Audit Failed} An attempt to generate a security audit failed.")
STATUS_TIMER_RESOLUTION_NOT_SET =

(0xC0000245) The timer resolution was not previously set by the current process.

WindowsError::ErrorCode.new("STATUS_TIMER_RESOLUTION_NOT_SET",0xC0000245,"The timer resolution was not previously set by the current process.")
STATUS_CONNECTION_COUNT_LIMIT =

(0xC0000246) A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.

WindowsError::ErrorCode.new("STATUS_CONNECTION_COUNT_LIMIT",0xC0000246,"A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.")
STATUS_LOGIN_TIME_RESTRICTION =

(0xC0000247) Attempting to log on during an unauthorized time of day for this account.

WindowsError::ErrorCode.new("STATUS_LOGIN_TIME_RESTRICTION",0xC0000247,"Attempting to log on during an unauthorized time of day for this account.")
STATUS_LOGIN_WKSTA_RESTRICTION =

(0xC0000248) The account is not authorized to log on from this station.

WindowsError::ErrorCode.new("STATUS_LOGIN_WKSTA_RESTRICTION",0xC0000248,"The account is not authorized to log on from this station.")
STATUS_IMAGE_MP_UP_MISMATCH =

(0xC0000249) Image Mismatch The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine. Reinstall the image file.

WindowsError::ErrorCode.new("STATUS_IMAGE_MP_UP_MISMATCH",0xC0000249,"{UP/MP Image Mismatch} The image %hs has been modified for use on a uniprocessor system, but you are running it on a multiprocessor machine. Reinstall the image file.")
STATUS_INSUFFICIENT_LOGON_INFO =

(0xC0000250) There is insufficient account information to log you on.

WindowsError::ErrorCode.new("STATUS_INSUFFICIENT_LOGON_INFO",0xC0000250,"There is insufficient account information to log you on.")
STATUS_BAD_DLL_ENTRYPOINT =

(0xC0000251) DLL Entrypoint The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entry point 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.

WindowsError::ErrorCode.new("STATUS_BAD_DLL_ENTRYPOINT",0xC0000251,"{Invalid DLL Entrypoint} The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entry point 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_ENTRYPOINT =

(0xC0000252) Service Callback Entrypoint The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entry point should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.

WindowsError::ErrorCode.new("STATUS_BAD_SERVICE_ENTRYPOINT",0xC0000252,"{Invalid Service Callback Entrypoint} The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entry point 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_LOST =

(0xC0000253) The server received the messages but did not send a reply.

WindowsError::ErrorCode.new("STATUS_LPC_REPLY_LOST",0xC0000253,"The server received the messages but did not send a reply.")
STATUS_IP_ADDRESS_CONFLICT1 =

(0xC0000254) There is an IP address conflict with another system on the network.

WindowsError::ErrorCode.new("STATUS_IP_ADDRESS_CONFLICT1",0xC0000254,"There is an IP address conflict with another system on the network.")
STATUS_IP_ADDRESS_CONFLICT2 =

(0xC0000255) There is an IP address conflict with another system on the network.

WindowsError::ErrorCode.new("STATUS_IP_ADDRESS_CONFLICT2",0xC0000255,"There is an IP address conflict with another system on the network.")
STATUS_REGISTRY_QUOTA_LIMIT =

(0xC0000256) On Registry Space The system has reached the maximum size that is allowed for the system part of the registry. Additional storage requests will be ignored.

WindowsError::ErrorCode.new("STATUS_REGISTRY_QUOTA_LIMIT",0xC0000256,"{Low On Registry Space} The system has reached the maximum size that is allowed for the system part of the registry. Additional storage requests will be ignored.")
STATUS_PATH_NOT_COVERED =

(0xC0000257) The contacted server does not support the indicated part of the DFS namespace.

WindowsError::ErrorCode.new("STATUS_PATH_NOT_COVERED",0xC0000257,"The contacted server does not support the indicated part of the DFS namespace.")
STATUS_NO_CALLBACK_ACTIVE =

(0xC0000258) A callback return system service cannot be executed when no callback is active.

WindowsError::ErrorCode.new("STATUS_NO_CALLBACK_ACTIVE",0xC0000258,"A callback return system service cannot be executed when no callback is active.")
STATUS_LICENSE_QUOTA_EXCEEDED =

(0xC0000259) The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because the service has already accepted the maximum number of connections.

WindowsError::ErrorCode.new("STATUS_LICENSE_QUOTA_EXCEEDED",0xC0000259,"The service being accessed is licensed for a particular number of connections. No more connections can be made to the service at this time because the service has already accepted the maximum number of connections.")
STATUS_PWD_TOO_SHORT =

(0xC000025A) The password provided is too short to meet the policy of your user account. Choose a longer password.

WindowsError::ErrorCode.new("STATUS_PWD_TOO_SHORT",0xC000025A,"The password provided is too short to meet the policy of your user account. Choose a longer password.")
STATUS_PWD_TOO_RECENT =

(0xC000025B) The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised, contact your administrator immediately to have a new one assigned.

WindowsError::ErrorCode.new("STATUS_PWD_TOO_RECENT",0xC000025B,"The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised, contact your administrator immediately to have a new one assigned.")
STATUS_PWD_HISTORY_CONFLICT =

(0xC000025C) You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Select a password that you have not previously used.

WindowsError::ErrorCode.new("STATUS_PWD_HISTORY_CONFLICT",0xC000025C,"You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Select a password that you have not previously used.")
STATUS_PLUGPLAY_NO_DEVICE =

(0xC000025E) You have attempted to load a legacy device driver while its device instance had been disabled.

WindowsError::ErrorCode.new("STATUS_PLUGPLAY_NO_DEVICE",0xC000025E,"You have attempted to load a legacy device driver while its device instance had been disabled.")
STATUS_UNSUPPORTED_COMPRESSION =

(0xC000025F) The specified compression format is unsupported.

WindowsError::ErrorCode.new("STATUS_UNSUPPORTED_COMPRESSION",0xC000025F,"The specified compression format is unsupported.")
STATUS_INVALID_HW_PROFILE =

(0xC0000260) The specified hardware profile configuration is invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_HW_PROFILE",0xC0000260,"The specified hardware profile configuration is invalid.")
STATUS_INVALID_PLUGPLAY_DEVICE_PATH =

(0xC0000261) The specified Plug and Play registry device path is invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_PLUGPLAY_DEVICE_PATH",0xC0000261,"The specified Plug and Play registry device path is invalid.")
STATUS_DRIVER_ORDINAL_NOT_FOUND =

(0xC0000262) Entry Point Not Found The %hs device driver could not locate the ordinal %ld in driver %hs.

WindowsError::ErrorCode.new("STATUS_DRIVER_ORDINAL_NOT_FOUND",0xC0000262,"{Driver Entry Point Not Found} The %hs device driver could not locate the ordinal %ld in driver %hs.")
STATUS_DRIVER_ENTRYPOINT_NOT_FOUND =

(0xC0000263) Entry Point Not Found The %hs device driver could not locate the entry point %hs in driver %hs.

WindowsError::ErrorCode.new("STATUS_DRIVER_ENTRYPOINT_NOT_FOUND",0xC0000263,"{Driver Entry Point Not Found} The %hs device driver could not locate the entry point %hs in driver %hs.")
STATUS_RESOURCE_NOT_OWNED =

(0xC0000264) Error The application attempted to release a resource it did not own. Click OK to terminate the application.

WindowsError::ErrorCode.new("STATUS_RESOURCE_NOT_OWNED",0xC0000264,"{Application Error} The application attempted to release a resource it did not own. Click OK to terminate the application.")
WindowsError::ErrorCode.new("STATUS_TOO_MANY_LINKS",0xC0000265,"An attempt was made to create more links on a file than the file system supports.")
STATUS_QUOTA_LIST_INCONSISTENT =

(0xC0000266) The specified quota list is internally inconsistent with its descriptor.

WindowsError::ErrorCode.new("STATUS_QUOTA_LIST_INCONSISTENT",0xC0000266,"The specified quota list is internally inconsistent with its descriptor.")
STATUS_FILE_IS_OFFLINE =

(0xC0000267) The specified file has been relocated to offline storage.

WindowsError::ErrorCode.new("STATUS_FILE_IS_OFFLINE",0xC0000267,"The specified file has been relocated to offline storage.")
STATUS_EVALUATION_EXPIRATION =

(0xC0000268) 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, upgrade this installation by using a licensed distribution of this product.

WindowsError::ErrorCode.new("STATUS_EVALUATION_EXPIRATION",0xC0000268,"{Windows Evaluation Notification} The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, upgrade this installation by using a licensed distribution of this product.")
STATUS_ILLEGAL_DLL_RELOCATION =

(0xC0000269) 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 that is reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.

WindowsError::ErrorCode.new("STATUS_ILLEGAL_DLL_RELOCATION",0xC0000269,"{Illegal System DLL Relocation} The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range that is reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.")
STATUS_LICENSE_VIOLATION =

(0xC000026A) Violation The system has detected tampering with your registered product type. This is a violation of your software license. Tampering with the product type is not permitted.

WindowsError::ErrorCode.new("STATUS_LICENSE_VIOLATION",0xC000026A,"{License Violation} The system has detected tampering with your registered product type. This is a violation of your software license. Tampering with the product type is not permitted.")
STATUS_DLL_INIT_FAILED_LOGOFF =

(0xC000026B) Initialization Failed The application failed to initialize because the window station is shutting down.

WindowsError::ErrorCode.new("STATUS_DLL_INIT_FAILED_LOGOFF",0xC000026B,"{DLL Initialization Failed} The application failed to initialize because the window station is shutting down.")
STATUS_DRIVER_UNABLE_TO_LOAD =

(0xC000026C) to Load Device Driver %hs device driver could not be loaded. Error Status was 0x%x.

WindowsError::ErrorCode.new("STATUS_DRIVER_UNABLE_TO_LOAD",0xC000026C,"{Unable to Load Device Driver} %hs device driver could not be loaded. Error Status was 0x%x.")
STATUS_DFS_UNAVAILABLE =

(0xC000026D) DFS is unavailable on the contacted server.

WindowsError::ErrorCode.new("STATUS_DFS_UNAVAILABLE",0xC000026D,"DFS is unavailable on the contacted server.")
STATUS_VOLUME_DISMOUNTED =

(0xC000026E) An operation was attempted to a volume after it was dismounted.

WindowsError::ErrorCode.new("STATUS_VOLUME_DISMOUNTED",0xC000026E,"An operation was attempted to a volume after it was dismounted.")
STATUS_WX86_INTERNAL_ERROR =

(0xC000026F) An internal error occurred in the Win32 x86 emulation subsystem.

WindowsError::ErrorCode.new("STATUS_WX86_INTERNAL_ERROR",0xC000026F,"An internal error occurred in the Win32 x86 emulation subsystem.")
STATUS_WX86_FLOAT_STACK_CHECK =

(0xC0000270) Win32 x86 emulation subsystem floating-point stack check.

WindowsError::ErrorCode.new("STATUS_WX86_FLOAT_STACK_CHECK",0xC0000270,"Win32 x86 emulation subsystem floating-point stack check.")
STATUS_VALIDATE_CONTINUE =

(0xC0000271) The validation process needs to continue on to the next step.

WindowsError::ErrorCode.new("STATUS_VALIDATE_CONTINUE",0xC0000271,"The validation process needs to continue on to the next step.")
STATUS_NO_MATCH =

(0xC0000272) There was no match for the specified key in the index.

WindowsError::ErrorCode.new("STATUS_NO_MATCH",0xC0000272,"There was no match for the specified key in the index.")
STATUS_NO_MORE_MATCHES =

(0xC0000273) There are no more matches for the current index enumeration.

WindowsError::ErrorCode.new("STATUS_NO_MORE_MATCHES",0xC0000273,"There are no more matches for the current index enumeration.")
STATUS_NOT_A_REPARSE_POINT =

(0xC0000275) The NTFS file or directory is not a reparse point.

WindowsError::ErrorCode.new("STATUS_NOT_A_REPARSE_POINT",0xC0000275,"The NTFS file or directory is not a reparse point.")
STATUS_IO_REPARSE_TAG_INVALID =

(0xC0000276) The Windows I/O reparse tag passed for the NTFS reparse point is invalid.

WindowsError::ErrorCode.new("STATUS_IO_REPARSE_TAG_INVALID",0xC0000276,"The Windows I/O reparse tag passed for the NTFS reparse point is invalid.")
STATUS_IO_REPARSE_TAG_MISMATCH =

(0xC0000277) The Windows I/O reparse tag does not match the one that is in the NTFS reparse point.

WindowsError::ErrorCode.new("STATUS_IO_REPARSE_TAG_MISMATCH",0xC0000277,"The Windows I/O reparse tag does not match the one that is in the NTFS reparse point.")
STATUS_IO_REPARSE_DATA_INVALID =

(0xC0000278) The user data passed for the NTFS reparse point is invalid.

WindowsError::ErrorCode.new("STATUS_IO_REPARSE_DATA_INVALID",0xC0000278,"The user data passed for the NTFS reparse point is invalid.")
STATUS_IO_REPARSE_TAG_NOT_HANDLED =

(0xC0000279) The layered file system driver for this I/O tag did not handle it when needed.

WindowsError::ErrorCode.new("STATUS_IO_REPARSE_TAG_NOT_HANDLED",0xC0000279,"The layered file system driver for this I/O tag did not handle it when needed.")
STATUS_REPARSE_POINT_NOT_RESOLVED =

(0xC0000280) The NTFS symbolic link could not be resolved even though the initial file name is valid.

WindowsError::ErrorCode.new("STATUS_REPARSE_POINT_NOT_RESOLVED",0xC0000280,"The NTFS symbolic link could not be resolved even though the initial file name is valid.")
STATUS_DIRECTORY_IS_A_REPARSE_POINT =

(0xC0000281) The NTFS directory is a reparse point.

WindowsError::ErrorCode.new("STATUS_DIRECTORY_IS_A_REPARSE_POINT",0xC0000281,"The NTFS directory is a reparse point.")
STATUS_RANGE_LIST_CONFLICT =

(0xC0000282) The range could not be added to the range list because of a conflict.

WindowsError::ErrorCode.new("STATUS_RANGE_LIST_CONFLICT",0xC0000282,"The range could not be added to the range list because of a conflict.")
STATUS_SOURCE_ELEMENT_EMPTY =

(0xC0000283) The specified medium changer source element contains no media.

WindowsError::ErrorCode.new("STATUS_SOURCE_ELEMENT_EMPTY",0xC0000283,"The specified medium changer source element contains no media.")
STATUS_DESTINATION_ELEMENT_FULL =

(0xC0000284) The specified medium changer destination element already contains media.

WindowsError::ErrorCode.new("STATUS_DESTINATION_ELEMENT_FULL",0xC0000284,"The specified medium changer destination element already contains media.")
STATUS_ILLEGAL_ELEMENT_ADDRESS =

(0xC0000285) The specified medium changer element does not exist.

WindowsError::ErrorCode.new("STATUS_ILLEGAL_ELEMENT_ADDRESS",0xC0000285,"The specified medium changer element does not exist.")
STATUS_MAGAZINE_NOT_PRESENT =

(0xC0000286) The specified element is contained in a magazine that is no longer present.

WindowsError::ErrorCode.new("STATUS_MAGAZINE_NOT_PRESENT",0xC0000286,"The specified element is contained in a magazine that is no longer present.")
STATUS_REINITIALIZATION_NEEDED =

(0xC0000287) The device requires re-initialization due to hardware errors.

WindowsError::ErrorCode.new("STATUS_REINITIALIZATION_NEEDED",0xC0000287,"The device requires re-initialization due to hardware errors.")
STATUS_ENCRYPTION_FAILED =

(0xC000028A) The file encryption attempt failed.

WindowsError::ErrorCode.new("STATUS_ENCRYPTION_FAILED",0xC000028A,"The file encryption attempt failed.")
STATUS_DECRYPTION_FAILED =

(0xC000028B) The file decryption attempt failed.

WindowsError::ErrorCode.new("STATUS_DECRYPTION_FAILED",0xC000028B,"The file decryption attempt failed.")
STATUS_RANGE_NOT_FOUND =

(0xC000028C) The specified range could not be found in the range list.

WindowsError::ErrorCode.new("STATUS_RANGE_NOT_FOUND",0xC000028C,"The specified range could not be found in the range list.")
STATUS_NO_RECOVERY_POLICY =

(0xC000028D) There is no encryption recovery policy configured for this system.

WindowsError::ErrorCode.new("STATUS_NO_RECOVERY_POLICY",0xC000028D,"There is no encryption recovery policy configured for this system.")
STATUS_NO_EFS =

(0xC000028E) The required encryption driver is not loaded for this system.

WindowsError::ErrorCode.new("STATUS_NO_EFS",0xC000028E,"The required encryption driver is not loaded for this system.")
STATUS_WRONG_EFS =

(0xC000028F) The file was encrypted with a different encryption driver than is currently loaded.

WindowsError::ErrorCode.new("STATUS_WRONG_EFS",0xC000028F,"The file was encrypted with a different encryption driver than is currently loaded.")
STATUS_NO_USER_KEYS =

(0xC0000290) There are no EFS keys defined for the user.

WindowsError::ErrorCode.new("STATUS_NO_USER_KEYS",0xC0000290,"There are no EFS keys defined for the user.")
STATUS_FILE_NOT_ENCRYPTED =

(0xC0000291) The specified file is not encrypted.

WindowsError::ErrorCode.new("STATUS_FILE_NOT_ENCRYPTED",0xC0000291,"The specified file is not encrypted.")
STATUS_NOT_EXPORT_FORMAT =

(0xC0000292) The specified file is not in the defined EFS export format.

WindowsError::ErrorCode.new("STATUS_NOT_EXPORT_FORMAT",0xC0000292,"The specified file is not in the defined EFS export format.")
STATUS_FILE_ENCRYPTED =

(0xC0000293) The specified file is encrypted and the user does not have the ability to decrypt it.

WindowsError::ErrorCode.new("STATUS_FILE_ENCRYPTED",0xC0000293,"The specified file is encrypted and the user does not have the ability to decrypt it.")
STATUS_WMI_GUID_NOT_FOUND =

(0xC0000295) The GUID passed was not recognized as valid by a WMI data provider.

WindowsError::ErrorCode.new("STATUS_WMI_GUID_NOT_FOUND",0xC0000295,"The GUID passed was not recognized as valid by a WMI data provider.")
STATUS_WMI_INSTANCE_NOT_FOUND =

(0xC0000296) The instance name passed was not recognized as valid by a WMI data provider.

WindowsError::ErrorCode.new("STATUS_WMI_INSTANCE_NOT_FOUND",0xC0000296,"The instance name passed was not recognized as valid by a WMI data provider.")
STATUS_WMI_ITEMID_NOT_FOUND =

(0xC0000297) The data item ID passed was not recognized as valid by a WMI data provider.

WindowsError::ErrorCode.new("STATUS_WMI_ITEMID_NOT_FOUND",0xC0000297,"The data item ID passed was not recognized as valid by a WMI data provider.")
STATUS_WMI_TRY_AGAIN =

(0xC0000298) The WMI request could not be completed and should be retried.

WindowsError::ErrorCode.new("STATUS_WMI_TRY_AGAIN",0xC0000298,"The WMI request could not be completed and should be retried.")
STATUS_SHARED_POLICY =

(0xC0000299) The policy object is shared and can only be modified at the root.

WindowsError::ErrorCode.new("STATUS_SHARED_POLICY",0xC0000299,"The policy object is shared and can only be modified at the root.")
STATUS_POLICY_OBJECT_NOT_FOUND =

(0xC000029A) The policy object does not exist when it should.

WindowsError::ErrorCode.new("STATUS_POLICY_OBJECT_NOT_FOUND",0xC000029A,"The policy object does not exist when it should.")
STATUS_POLICY_ONLY_IN_DS =

(0xC000029B) The requested policy information only lives in the Ds.

WindowsError::ErrorCode.new("STATUS_POLICY_ONLY_IN_DS",0xC000029B,"The requested policy information only lives in the Ds.")
STATUS_VOLUME_NOT_UPGRADED =

(0xC000029C) The volume must be upgraded to enable this feature.

WindowsError::ErrorCode.new("STATUS_VOLUME_NOT_UPGRADED",0xC000029C,"The volume must be upgraded to enable this feature.")
STATUS_REMOTE_STORAGE_NOT_ACTIVE =

(0xC000029D) The remote storage service is not operational at this time.

WindowsError::ErrorCode.new("STATUS_REMOTE_STORAGE_NOT_ACTIVE",0xC000029D,"The remote storage service is not operational at this time.")
STATUS_REMOTE_STORAGE_MEDIA_ERROR =

(0xC000029E) The remote storage service encountered a media error.

WindowsError::ErrorCode.new("STATUS_REMOTE_STORAGE_MEDIA_ERROR",0xC000029E,"The remote storage service encountered a media error.")
STATUS_NO_TRACKING_SERVICE =

(0xC000029F) The tracking (workstation) service is not running.

WindowsError::ErrorCode.new("STATUS_NO_TRACKING_SERVICE",0xC000029F,"The tracking (workstation) service is not running.")
STATUS_SERVER_SID_MISMATCH =

(0xC00002A0) The server process is running under a SID that is different from the SID that is required by client.

WindowsError::ErrorCode.new("STATUS_SERVER_SID_MISMATCH",0xC00002A0,"The server process is running under a SID that is different from the SID that is required by client.")
STATUS_DS_NO_ATTRIBUTE_OR_VALUE =

(0xC00002A1) The specified directory service attribute or value does not exist.

WindowsError::ErrorCode.new("STATUS_DS_NO_ATTRIBUTE_OR_VALUE",0xC00002A1,"The specified directory service attribute or value does not exist.")
STATUS_DS_INVALID_ATTRIBUTE_SYNTAX =

(0xC00002A2) The attribute syntax specified to the directory service is invalid.

WindowsError::ErrorCode.new("STATUS_DS_INVALID_ATTRIBUTE_SYNTAX",0xC00002A2,"The attribute syntax specified to the directory service is invalid.")
STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED =

(0xC00002A3) The attribute type specified to the directory service is not defined.

WindowsError::ErrorCode.new("STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED",0xC00002A3,"The attribute type specified to the directory service is not defined.")
STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS =

(0xC00002A4) The specified directory service attribute or value already exists.

WindowsError::ErrorCode.new("STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS",0xC00002A4,"The specified directory service attribute or value already exists.")
STATUS_DS_BUSY =

(0xC00002A5) The directory service is busy.

WindowsError::ErrorCode.new("STATUS_DS_BUSY",0xC00002A5,"The directory service is busy.")
STATUS_DS_UNAVAILABLE =

(0xC00002A6) The directory service is unavailable.

WindowsError::ErrorCode.new("STATUS_DS_UNAVAILABLE",0xC00002A6,"The directory service is unavailable.")
STATUS_DS_NO_RIDS_ALLOCATED =

(0xC00002A7) The directory service was unable to allocate a relative identifier.

WindowsError::ErrorCode.new("STATUS_DS_NO_RIDS_ALLOCATED",0xC00002A7,"The directory service was unable to allocate a relative identifier.")
STATUS_DS_NO_MORE_RIDS =

(0xC00002A8) The directory service has exhausted the pool of relative identifiers.

WindowsError::ErrorCode.new("STATUS_DS_NO_MORE_RIDS",0xC00002A8,"The directory service has exhausted the pool of relative identifiers.")
STATUS_DS_INCORRECT_ROLE_OWNER =

(0xC00002A9) The requested operation could not be performed because the directory service is not the master for that type of operation.

WindowsError::ErrorCode.new("STATUS_DS_INCORRECT_ROLE_OWNER",0xC00002A9,"The requested operation could not be performed because the directory service is not the master for that type of operation.")
STATUS_DS_RIDMGR_INIT_ERROR =

(0xC00002AA) The directory service was unable to initialize the subsystem that allocates relative identifiers.

WindowsError::ErrorCode.new("STATUS_DS_RIDMGR_INIT_ERROR",0xC00002AA,"The directory service was unable to initialize the subsystem that allocates relative identifiers.")
STATUS_DS_OBJ_CLASS_VIOLATION =

(0xC00002AB) The requested operation did not satisfy one or more constraints that are associated with the class of the object.

WindowsError::ErrorCode.new("STATUS_DS_OBJ_CLASS_VIOLATION",0xC00002AB,"The requested operation did not satisfy one or more constraints that are associated with the class of the object.")
STATUS_DS_CANT_ON_NON_LEAF =

(0xC00002AC) The directory service can perform the requested operation only on a leaf object.

WindowsError::ErrorCode.new("STATUS_DS_CANT_ON_NON_LEAF",0xC00002AC,"The directory service can perform the requested operation only on a leaf object.")
STATUS_DS_CANT_ON_RDN =

(0xC00002AD) The directory service cannot perform the requested operation on the Relatively Defined Name (RDN) attribute of an object.

WindowsError::ErrorCode.new("STATUS_DS_CANT_ON_RDN",0xC00002AD,"The directory service cannot perform the requested operation on the Relatively Defined Name (RDN) attribute of an object.")
STATUS_DS_CANT_MOD_OBJ_CLASS =

(0xC00002AE) The directory service detected an attempt to modify the object class of an object.

WindowsError::ErrorCode.new("STATUS_DS_CANT_MOD_OBJ_CLASS",0xC00002AE,"The directory service detected an attempt to modify the object class of an object.")
STATUS_DS_CROSS_DOM_MOVE_FAILED =

(0xC00002AF) An error occurred while performing a cross domain move operation.

WindowsError::ErrorCode.new("STATUS_DS_CROSS_DOM_MOVE_FAILED",0xC00002AF,"An error occurred while performing a cross domain move operation.")
STATUS_DS_GC_NOT_AVAILABLE =

(0xC00002B0) Unable to contact the global catalog server.

WindowsError::ErrorCode.new("STATUS_DS_GC_NOT_AVAILABLE",0xC00002B0,"Unable to contact the global catalog server.")
STATUS_DIRECTORY_SERVICE_REQUIRED =

(0xC00002B1) The requested operation requires a directory service, and none was available.

WindowsError::ErrorCode.new("STATUS_DIRECTORY_SERVICE_REQUIRED",0xC00002B1,"The requested operation requires a directory service, and none was available.")
STATUS_REPARSE_ATTRIBUTE_CONFLICT =

(0xC00002B2) The reparse attribute cannot be set because it is incompatible with an existing attribute.

WindowsError::ErrorCode.new("STATUS_REPARSE_ATTRIBUTE_CONFLICT",0xC00002B2,"The reparse attribute cannot be set because it is incompatible with an existing attribute.")
STATUS_CANT_ENABLE_DENY_ONLY =

(0xC00002B3) A group marked “use for deny only” cannot be enabled.

WindowsError::ErrorCode.new("STATUS_CANT_ENABLE_DENY_ONLY",0xC00002B3,"A group marked \"use for deny only\" cannot be enabled.")
STATUS_FLOAT_MULTIPLE_FAULTS =

(0xC00002B4) EXCEPTION Multiple floating-point faults.

WindowsError::ErrorCode.new("STATUS_FLOAT_MULTIPLE_FAULTS",0xC00002B4,"{EXCEPTION} Multiple floating-point faults.")
STATUS_FLOAT_MULTIPLE_TRAPS =

(0xC00002B5) EXCEPTION Multiple floating-point traps.

WindowsError::ErrorCode.new("STATUS_FLOAT_MULTIPLE_TRAPS",0xC00002B5,"{EXCEPTION} Multiple floating-point traps.")
STATUS_DEVICE_REMOVED =

(0xC00002B6) The device has been removed.

WindowsError::ErrorCode.new("STATUS_DEVICE_REMOVED",0xC00002B6,"The device has been removed.")
STATUS_JOURNAL_DELETE_IN_PROGRESS =

(0xC00002B7) The volume change journal is being deleted.

WindowsError::ErrorCode.new("STATUS_JOURNAL_DELETE_IN_PROGRESS",0xC00002B7,"The volume change journal is being deleted.")
STATUS_JOURNAL_NOT_ACTIVE =

(0xC00002B8) The volume change journal is not active.

WindowsError::ErrorCode.new("STATUS_JOURNAL_NOT_ACTIVE",0xC00002B8,"The volume change journal is not active.")
STATUS_NOINTERFACE =

(0xC00002B9) The requested interface is not supported.

WindowsError::ErrorCode.new("STATUS_NOINTERFACE",0xC00002B9,"The requested interface is not supported.")
STATUS_DS_ADMIN_LIMIT_EXCEEDED =

(0xC00002C1) A directory service resource limit has been exceeded.

WindowsError::ErrorCode.new("STATUS_DS_ADMIN_LIMIT_EXCEEDED",0xC00002C1,"A directory service resource limit has been exceeded.")
STATUS_DRIVER_FAILED_SLEEP =

(0xC00002C2) Standby Failed The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.

WindowsError::ErrorCode.new("STATUS_DRIVER_FAILED_SLEEP",0xC00002C2,"{System Standby Failed} The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.")
STATUS_MUTUAL_AUTHENTICATION_FAILED =

(0xC00002C3) Mutual Authentication failed. The server password is out of date at the domain controller.

WindowsError::ErrorCode.new("STATUS_MUTUAL_AUTHENTICATION_FAILED",0xC00002C3,"Mutual Authentication failed. The server password is out of date at the domain controller.")
STATUS_CORRUPT_SYSTEM_FILE =

(0xC00002C4) The system file %1 has become corrupt and has been replaced.

WindowsError::ErrorCode.new("STATUS_CORRUPT_SYSTEM_FILE",0xC00002C4,"The system file %1 has become corrupt and has been replaced.")
STATUS_DATATYPE_MISALIGNMENT_ERROR =

(0xC00002C5) EXCEPTION Alignment Error A data type misalignment error was detected in a load or store instruction.

WindowsError::ErrorCode.new("STATUS_DATATYPE_MISALIGNMENT_ERROR",0xC00002C5,"{EXCEPTION} Alignment Error A data type misalignment error was detected in a load or store instruction.")
STATUS_WMI_READ_ONLY =

(0xC00002C6) The WMI data item or data block is read-only.

WindowsError::ErrorCode.new("STATUS_WMI_READ_ONLY",0xC00002C6,"The WMI data item or data block is read-only.")
STATUS_WMI_SET_FAILURE =

(0xC00002C7) The WMI data item or data block could not be changed.

WindowsError::ErrorCode.new("STATUS_WMI_SET_FAILURE",0xC00002C7,"The WMI data item or data block could not be changed.")
STATUS_COMMITMENT_MINIMUM =

(0xC00002C8) 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.

WindowsError::ErrorCode.new("STATUS_COMMITMENT_MINIMUM",0xC00002C8,"{Virtual Memory Minimum Too Low} Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.")
STATUS_REG_NAT_CONSUMPTION =

(0xC00002C9) EXCEPTION Register NaT consumption faults. A NaT value is consumed on a non-speculative instruction.

WindowsError::ErrorCode.new("STATUS_REG_NAT_CONSUMPTION",0xC00002C9,"{EXCEPTION} Register NaT consumption faults. A NaT value is consumed on a non-speculative instruction.")
STATUS_TRANSPORT_FULL =

(0xC00002CA) The transport element of the medium changer contains media, which is causing the operation to fail.

WindowsError::ErrorCode.new("STATUS_TRANSPORT_FULL",0xC00002CA,"The transport element of the medium changer contains media, which is causing the operation to fail.")
STATUS_DS_SAM_INIT_FAILURE =

(0xC00002CB) Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Directory Services Restore Mode. Check the event log for more detailed information.

WindowsError::ErrorCode.new("STATUS_DS_SAM_INIT_FAILURE",0xC00002CB,"Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Directory Services Restore Mode. Check the event log for more detailed information.")
STATUS_ONLY_IF_CONNECTED =

(0xC00002CC) This operation is supported only when you are connected to the server.

WindowsError::ErrorCode.new("STATUS_ONLY_IF_CONNECTED",0xC00002CC,"This operation is supported only when you are connected to the server.")
STATUS_DS_SENSITIVE_GROUP_VIOLATION =

(0xC00002CD) Only an administrator can modify the membership list of an administrative group.

WindowsError::ErrorCode.new("STATUS_DS_SENSITIVE_GROUP_VIOLATION",0xC00002CD,"Only an administrator can modify the membership list of an administrative group.")
STATUS_PNP_RESTART_ENUMERATION =

(0xC00002CE) A device was removed so enumeration must be restarted.

WindowsError::ErrorCode.new("STATUS_PNP_RESTART_ENUMERATION",0xC00002CE,"A device was removed so enumeration must be restarted.")
STATUS_JOURNAL_ENTRY_DELETED =

(0xC00002CF) The journal entry has been deleted from the journal.

WindowsError::ErrorCode.new("STATUS_JOURNAL_ENTRY_DELETED",0xC00002CF,"The journal entry has been deleted from the journal.")
STATUS_DS_CANT_MOD_PRIMARYGROUPID =

(0xC00002D0) Cannot change the primary group ID of a domain controller account.

WindowsError::ErrorCode.new("STATUS_DS_CANT_MOD_PRIMARYGROUPID",0xC00002D0,"Cannot change the primary group ID of a domain controller account.")
STATUS_SYSTEM_IMAGE_BAD_SIGNATURE =

(0xC00002D1) 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.

WindowsError::ErrorCode.new("STATUS_SYSTEM_IMAGE_BAD_SIGNATURE",0xC00002D1,"{Fatal System Error} The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.")
STATUS_PNP_REBOOT_REQUIRED =

(0xC00002D2) The device will not start without a reboot.

WindowsError::ErrorCode.new("STATUS_PNP_REBOOT_REQUIRED",0xC00002D2,"The device will not start without a reboot.")
STATUS_POWER_STATE_INVALID =

(0xC00002D3) The power state of the current device cannot support this request.

WindowsError::ErrorCode.new("STATUS_POWER_STATE_INVALID",0xC00002D3,"The power state of the current device cannot support this request.")
STATUS_DS_INVALID_GROUP_TYPE =

(0xC00002D4) The specified group type is invalid.

WindowsError::ErrorCode.new("STATUS_DS_INVALID_GROUP_TYPE",0xC00002D4,"The specified group type is invalid.")
STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN =

(0xC00002D5) In a mixed domain, no nesting of a global group if the group is security enabled.

WindowsError::ErrorCode.new("STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN",0xC00002D5,"In a mixed domain, no nesting of a global group if the group is security enabled.")
STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN =

(0xC00002D6) In a mixed domain, cannot nest local groups with other local groups, if the group is security enabled.

WindowsError::ErrorCode.new("STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN",0xC00002D6,"In a mixed domain, cannot nest local groups with other local groups, if the group is security enabled.")
STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER =

(0xC00002D7) A global group cannot have a local group as a member.

WindowsError::ErrorCode.new("STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER",0xC00002D7,"A global group cannot have a local group as a member.")
STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER =

(0xC00002D8) A global group cannot have a universal group as a member.

WindowsError::ErrorCode.new("STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER",0xC00002D8,"A global group cannot have a universal group as a member.")
STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER =

(0xC00002D9) A universal group cannot have a local group as a member.

WindowsError::ErrorCode.new("STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER",0xC00002D9,"A universal group cannot have a local group as a member.")
STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER =

(0xC00002DA) A global group cannot have a cross-domain member.

WindowsError::ErrorCode.new("STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER",0xC00002DA,"A global group cannot have a cross-domain member.")
STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER =

(0xC00002DB) A local group cannot have another cross-domain local group as a member.

WindowsError::ErrorCode.new("STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER",0xC00002DB,"A local group cannot have another cross-domain local group as a member.")
STATUS_DS_HAVE_PRIMARY_MEMBERS =

(0xC00002DC) Cannot change to a security-disabled group because primary members are in this group.

WindowsError::ErrorCode.new("STATUS_DS_HAVE_PRIMARY_MEMBERS",0xC00002DC,"Cannot change to a security-disabled group because primary members are in this group.")
STATUS_WMI_NOT_SUPPORTED =

(0xC00002DD) The WMI operation is not supported by the data block or method.

WindowsError::ErrorCode.new("STATUS_WMI_NOT_SUPPORTED",0xC00002DD,"The WMI operation is not supported by the data block or method.")
STATUS_INSUFFICIENT_POWER =

(0xC00002DE) There is not enough power to complete the requested operation.

WindowsError::ErrorCode.new("STATUS_INSUFFICIENT_POWER",0xC00002DE,"There is not enough power to complete the requested operation.")
STATUS_SAM_NEED_BOOTKEY_PASSWORD =

(0xC00002DF) The Security Accounts Manager needs to get the boot password.

WindowsError::ErrorCode.new("STATUS_SAM_NEED_BOOTKEY_PASSWORD",0xC00002DF,"The Security Accounts Manager needs to get the boot password.")
STATUS_SAM_NEED_BOOTKEY_FLOPPY =

(0xC00002E0) The Security Accounts Manager needs to get the boot key from the floppy disk.

WindowsError::ErrorCode.new("STATUS_SAM_NEED_BOOTKEY_FLOPPY",0xC00002E0,"The Security Accounts Manager needs to get the boot key from the floppy disk.")
STATUS_DS_CANT_START =

(0xC00002E1) The directory service cannot start.

WindowsError::ErrorCode.new("STATUS_DS_CANT_START",0xC00002E1,"The directory service cannot start.")
STATUS_DS_INIT_FAILURE =

(0xC00002E2) The directory service could not start because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Directory Services Restore Mode. Check the event log for more detailed information.

WindowsError::ErrorCode.new("STATUS_DS_INIT_FAILURE",0xC00002E2,"The directory service could not start because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Directory Services Restore Mode. Check the event log for more detailed information.")
STATUS_SAM_INIT_FAILURE =

(0xC00002E3) The Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Safe Mode. Check the event log for more detailed information.

WindowsError::ErrorCode.new("STATUS_SAM_INIT_FAILURE",0xC00002E3,"The Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down this system and restart in Safe Mode. Check the event log for more detailed information.")
STATUS_DS_GC_REQUIRED =

(0xC00002E4) The requested operation can be performed only on a global catalog server.

WindowsError::ErrorCode.new("STATUS_DS_GC_REQUIRED",0xC00002E4,"The requested operation can be performed only on a global catalog server.")
STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY =

(0xC00002E5) A local group can only be a member of other local groups in the same domain.

WindowsError::ErrorCode.new("STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY",0xC00002E5,"A local group can only be a member of other local groups in the same domain.")
STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS =

(0xC00002E6) Foreign security principals cannot be members of universal groups.

WindowsError::ErrorCode.new("STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS",0xC00002E6,"Foreign security principals cannot be members of universal groups.")
STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED =

(0xC00002E7) Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.

WindowsError::ErrorCode.new("STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",0xC00002E7,"Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased.")
STATUS_CURRENT_DOMAIN_NOT_ALLOWED =

(0xC00002E9) This operation cannot be performed on the current domain.

WindowsError::ErrorCode.new("STATUS_CURRENT_DOMAIN_NOT_ALLOWED",0xC00002E9,"This operation cannot be performed on the current domain.")
STATUS_CANNOT_MAKE =

(0xC00002EA) The directory or file cannot be created.

WindowsError::ErrorCode.new("STATUS_CANNOT_MAKE",0xC00002EA,"The directory or file cannot be created.")
STATUS_SYSTEM_SHUTDOWN =

(0xC00002EB) The system is in the process of shutting down.

WindowsError::ErrorCode.new("STATUS_SYSTEM_SHUTDOWN",0xC00002EB,"The system is in the process of shutting down.")
STATUS_DS_INIT_FAILURE_CONSOLE =

(0xC00002EC) Directory Services could not start because of the following error: %hs Error Status: 0x%x. Click OK to shut down the system. You can use the recovery console to diagnose the system further.

WindowsError::ErrorCode.new("STATUS_DS_INIT_FAILURE_CONSOLE",0xC00002EC,"Directory Services could not start because of the following error: %hs Error Status: 0x%x. Click OK to shut down the system. You can use the recovery console to diagnose the system further.")
STATUS_DS_SAM_INIT_FAILURE_CONSOLE =

(0xC00002ED) Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down the system. You can use the recovery console to diagnose the system further.

WindowsError::ErrorCode.new("STATUS_DS_SAM_INIT_FAILURE_CONSOLE",0xC00002ED,"Security Accounts Manager initialization failed because of the following error: %hs Error Status: 0x%x. Click OK to shut down the system. You can use the recovery console to diagnose the system further.")
STATUS_UNFINISHED_CONTEXT_DELETED =

(0xC00002EE) A security context was deleted before the context was completed. This is considered a logon failure.

WindowsError::ErrorCode.new("STATUS_UNFINISHED_CONTEXT_DELETED",0xC00002EE,"A security context was deleted before the context was completed. This is considered a logon failure.")
STATUS_NO_TGT_REPLY =

(0xC00002EF) The client is trying to negotiate a context and the server requires user-to-user but did not send a TGT reply.

WindowsError::ErrorCode.new("STATUS_NO_TGT_REPLY",0xC00002EF,"The client is trying to negotiate a context and the server requires user-to-user but did not send a TGT reply.")
STATUS_OBJECTID_NOT_FOUND =

(0xC00002F0) An object ID was not found in the file.

WindowsError::ErrorCode.new("STATUS_OBJECTID_NOT_FOUND",0xC00002F0,"An object ID was not found in the file.")
STATUS_NO_IP_ADDRESSES =

(0xC00002F1) Unable to accomplish the requested task because the local machine does not have any IP addresses.

WindowsError::ErrorCode.new("STATUS_NO_IP_ADDRESSES",0xC00002F1,"Unable to accomplish the requested task because the local machine does not have any IP addresses.")
STATUS_WRONG_CREDENTIAL_HANDLE =

(0xC00002F2) The supplied credential handle does not match the credential that is associated with the security context.

WindowsError::ErrorCode.new("STATUS_WRONG_CREDENTIAL_HANDLE",0xC00002F2,"The supplied credential handle does not match the credential that is associated with the security context.")
STATUS_CRYPTO_SYSTEM_INVALID =

(0xC00002F3) The crypto system or checksum function is invalid because a required function is unavailable.

WindowsError::ErrorCode.new("STATUS_CRYPTO_SYSTEM_INVALID",0xC00002F3,"The crypto system or checksum function is invalid because a required function is unavailable.")
STATUS_MAX_REFERRALS_EXCEEDED =

(0xC00002F4) The number of maximum ticket referrals has been exceeded.

WindowsError::ErrorCode.new("STATUS_MAX_REFERRALS_EXCEEDED",0xC00002F4,"The number of maximum ticket referrals has been exceeded.")
STATUS_MUST_BE_KDC =

(0xC00002F5) The local machine must be a Kerberos KDC (domain controller) and it is not.

WindowsError::ErrorCode.new("STATUS_MUST_BE_KDC",0xC00002F5,"The local machine must be a Kerberos KDC (domain controller) and it is not.")
STATUS_STRONG_CRYPTO_NOT_SUPPORTED =

(0xC00002F6) The other end of the security negotiation requires strong crypto but it is not supported on the local machine.

WindowsError::ErrorCode.new("STATUS_STRONG_CRYPTO_NOT_SUPPORTED",0xC00002F6,"The other end of the security negotiation requires strong crypto but it is not supported on the local machine.")
STATUS_TOO_MANY_PRINCIPALS =

(0xC00002F7) The KDC reply contained more than one principal name.

WindowsError::ErrorCode.new("STATUS_TOO_MANY_PRINCIPALS",0xC00002F7,"The KDC reply contained more than one principal name.")
STATUS_NO_PA_DATA =

(0xC00002F8) Expected to find PA data for a hint of what etype to use, but it was not found.

WindowsError::ErrorCode.new("STATUS_NO_PA_DATA",0xC00002F8,"Expected to find PA data for a hint of what etype to use, but it was not found.")
STATUS_PKINIT_NAME_MISMATCH =

(0xC00002F9) The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Contact your administrator.

WindowsError::ErrorCode.new("STATUS_PKINIT_NAME_MISMATCH",0xC00002F9,"The client certificate does not contain a valid UPN, or does not match the client name in the logon request. Contact your administrator.")
STATUS_SMARTCARD_LOGON_REQUIRED =

(0xC00002FA) Smart card logon is required and was not used.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_LOGON_REQUIRED",0xC00002FA,"Smart card logon is required and was not used.")
STATUS_KDC_INVALID_REQUEST =

(0xC00002FB) An invalid request was sent to the KDC.

WindowsError::ErrorCode.new("STATUS_KDC_INVALID_REQUEST",0xC00002FB,"An invalid request was sent to the KDC.")
STATUS_KDC_UNABLE_TO_REFER =

(0xC00002FC) The KDC was unable to generate a referral for the service requested.

WindowsError::ErrorCode.new("STATUS_KDC_UNABLE_TO_REFER",0xC00002FC,"The KDC was unable to generate a referral for the service requested.")
STATUS_KDC_UNKNOWN_ETYPE =

(0xC00002FD) The encryption type requested is not supported by the KDC.

WindowsError::ErrorCode.new("STATUS_KDC_UNKNOWN_ETYPE",0xC00002FD,"The encryption type requested is not supported by the KDC.")
STATUS_SHUTDOWN_IN_PROGRESS =

(0xC00002FE) A system shutdown is in progress.

WindowsError::ErrorCode.new("STATUS_SHUTDOWN_IN_PROGRESS",0xC00002FE,"A system shutdown is in progress.")
STATUS_SERVER_SHUTDOWN_IN_PROGRESS =

(0xC00002FF) The server machine is shutting down.

WindowsError::ErrorCode.new("STATUS_SERVER_SHUTDOWN_IN_PROGRESS",0xC00002FF,"The server machine is shutting down.")
STATUS_NOT_SUPPORTED_ON_SBS =

(0xC0000300) This operation is not supported on a computer running Windows Server 2003 for Small Business Server.

WindowsError::ErrorCode.new("STATUS_NOT_SUPPORTED_ON_SBS",0xC0000300,"This operation is not supported on a computer running Windows Server 2003 for Small Business Server.")
STATUS_WMI_GUID_DISCONNECTED =

(0xC0000301) The WMI GUID is no longer available.

WindowsError::ErrorCode.new("STATUS_WMI_GUID_DISCONNECTED",0xC0000301,"The WMI GUID is no longer available.")
STATUS_WMI_ALREADY_DISABLED =

(0xC0000302) Collection or events for the WMI GUID is already disabled.

WindowsError::ErrorCode.new("STATUS_WMI_ALREADY_DISABLED",0xC0000302,"Collection or events for the WMI GUID is already disabled.")
STATUS_WMI_ALREADY_ENABLED =

(0xC0000303) Collection or events for the WMI GUID is already enabled.

WindowsError::ErrorCode.new("STATUS_WMI_ALREADY_ENABLED",0xC0000303,"Collection or events for the WMI GUID is already enabled.")
STATUS_MFT_TOO_FRAGMENTED =

(0xC0000304) The master file table on the volume is too fragmented to complete this operation.

WindowsError::ErrorCode.new("STATUS_MFT_TOO_FRAGMENTED",0xC0000304,"The master file table on the volume is too fragmented to complete this operation.")
STATUS_COPY_PROTECTION_FAILURE =

(0xC0000305) Copy protection failure.

WindowsError::ErrorCode.new("STATUS_COPY_PROTECTION_FAILURE",0xC0000305,"Copy protection failure.")
STATUS_CSS_AUTHENTICATION_FAILURE =

(0xC0000306) Copy protection error—DVD CSS Authentication failed.

WindowsError::ErrorCode.new("STATUS_CSS_AUTHENTICATION_FAILURE",0xC0000306,"Copy protection error\u{2014}DVD CSS Authentication failed.")
STATUS_CSS_KEY_NOT_PRESENT =

(0xC0000307) Copy protection error—The specified sector does not contain a valid key.

WindowsError::ErrorCode.new("STATUS_CSS_KEY_NOT_PRESENT",0xC0000307,"Copy protection error\u{2014}The specified sector does not contain a valid key.")
STATUS_CSS_KEY_NOT_ESTABLISHED =

(0xC0000308) Copy protection error—DVD session key not established.

WindowsError::ErrorCode.new("STATUS_CSS_KEY_NOT_ESTABLISHED",0xC0000308,"Copy protection error\u{2014}DVD session key not established.")
STATUS_CSS_SCRAMBLED_SECTOR =

(0xC0000309) Copy protection error—The read failed because the sector is encrypted.

WindowsError::ErrorCode.new("STATUS_CSS_SCRAMBLED_SECTOR",0xC0000309,"Copy protection error\u{2014}The read failed because the sector is encrypted.")
STATUS_CSS_REGION_MISMATCH =

(0xC000030A) Copy protection error—The region of the specified DVD does not correspond to the region setting of the drive.

WindowsError::ErrorCode.new("STATUS_CSS_REGION_MISMATCH",0xC000030A,"Copy protection error\u{2014}The region of the specified DVD does not correspond to the region setting of the drive.")
STATUS_CSS_RESETS_EXHAUSTED =

(0xC000030B) Copy protection error—The region setting of the drive may be permanent.

WindowsError::ErrorCode.new("STATUS_CSS_RESETS_EXHAUSTED",0xC000030B,"Copy protection error\u{2014}The region setting of the drive may be permanent.")
STATUS_PKINIT_FAILURE =

(0xC0000320) The Kerberos protocol encountered an error while validating the KDC certificate during smart card logon. There is more information in the system event log.

WindowsError::ErrorCode.new("STATUS_PKINIT_FAILURE",0xC0000320,"The Kerberos protocol encountered an error while validating the KDC certificate during smart card logon. There is more information in the system event log.")
STATUS_SMARTCARD_SUBSYSTEM_FAILURE =

(0xC0000321) The Kerberos protocol encountered an error while attempting to use the smart card subsystem.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_SUBSYSTEM_FAILURE",0xC0000321,"The Kerberos protocol encountered an error while attempting to use the smart card subsystem.")
STATUS_NO_KERB_KEY =

(0xC0000322) The target server does not have acceptable Kerberos credentials.

WindowsError::ErrorCode.new("STATUS_NO_KERB_KEY",0xC0000322,"The target server does not have acceptable Kerberos credentials.")
STATUS_HOST_DOWN =

(0xC0000350) The transport determined that the remote system is down.

WindowsError::ErrorCode.new("STATUS_HOST_DOWN",0xC0000350,"The transport determined that the remote system is down.")
STATUS_UNSUPPORTED_PREAUTH =

(0xC0000351) An unsupported pre-authentication mechanism was presented to the Kerberos package.

WindowsError::ErrorCode.new("STATUS_UNSUPPORTED_PREAUTH",0xC0000351,"An unsupported pre-authentication mechanism was presented to the Kerberos package.")
STATUS_EFS_ALG_BLOB_TOO_BIG =

(0xC0000352) The encryption algorithm that is used on the source file needs a bigger key buffer than the one that is used on the destination file.

WindowsError::ErrorCode.new("STATUS_EFS_ALG_BLOB_TOO_BIG",0xC0000352,"The encryption algorithm that is used on the source file needs a bigger key buffer than the one that is used on the destination file.")
STATUS_PORT_NOT_SET =

(0xC0000353) An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.

WindowsError::ErrorCode.new("STATUS_PORT_NOT_SET",0xC0000353,"An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.")
STATUS_DEBUGGER_INACTIVE =

(0xC0000354) An attempt to do an operation on a debug port failed because the port is in the process of being deleted.

WindowsError::ErrorCode.new("STATUS_DEBUGGER_INACTIVE",0xC0000354,"An attempt to do an operation on a debug port failed because the port is in the process of being deleted.")
STATUS_DS_VERSION_CHECK_FAILURE =

(0xC0000355) This version of Windows is not compatible with the behavior version of the directory forest, domain, or domain controller.

WindowsError::ErrorCode.new("STATUS_DS_VERSION_CHECK_FAILURE",0xC0000355,"This version of Windows is not compatible with the behavior version of the directory forest, domain, or domain controller.")
STATUS_AUDITING_DISABLED =

(0xC0000356) The specified event is currently not being audited.

WindowsError::ErrorCode.new("STATUS_AUDITING_DISABLED",0xC0000356,"The specified event is currently not being audited.")
STATUS_PRENT4_MACHINE_ACCOUNT =

(0xC0000357) The machine account was created prior to Windows NT 4.0. The account needs to be recreated.

WindowsError::ErrorCode.new("STATUS_PRENT4_MACHINE_ACCOUNT",0xC0000357,"The machine account was created prior to Windows NT 4.0. The account needs to be recreated.")
STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER =

(0xC0000358) An account group cannot have a universal group as a member.

WindowsError::ErrorCode.new("STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER",0xC0000358,"An account group cannot have a universal group as a member.")
STATUS_INVALID_IMAGE_WIN_32 =

(0xC0000359) The specified image file did not have the correct format; it appears to be a 32-bit Windows image.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_WIN_32",0xC0000359,"The specified image file did not have the correct format; it appears to be a 32-bit Windows image.")
STATUS_INVALID_IMAGE_WIN_64 =

(0xC000035A) The specified image file did not have the correct format; it appears to be a 64-bit Windows image.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_WIN_64",0xC000035A,"The specified image file did not have the correct format; it appears to be a 64-bit Windows image.")
STATUS_BAD_BINDINGS =

(0xC000035B) The client’s supplied SSPI channel bindings were incorrect.

WindowsError::ErrorCode.new("STATUS_BAD_BINDINGS",0xC000035B,"The client's supplied SSPI channel bindings were incorrect.")
STATUS_NETWORK_SESSION_EXPIRED =

(0xC000035C) The client session has expired; so the client must re-authenticate to continue accessing the remote resources.

WindowsError::ErrorCode.new("STATUS_NETWORK_SESSION_EXPIRED",0xC000035C,"The client session has expired; so the client must re-authenticate to continue accessing the remote resources.")
STATUS_APPHELP_BLOCK =

(0xC000035D) The AppHelp dialog box canceled; thus preventing the application from starting.

WindowsError::ErrorCode.new("STATUS_APPHELP_BLOCK",0xC000035D,"The AppHelp dialog box canceled; thus preventing the application from starting.")
STATUS_ALL_SIDS_FILTERED =

(0xC000035E) The SID filtering operation removed all SIDs.

WindowsError::ErrorCode.new("STATUS_ALL_SIDS_FILTERED",0xC000035E,"The SID filtering operation removed all SIDs.")
STATUS_NOT_SAFE_MODE_DRIVER =

(0xC000035F) The driver was not loaded because the system is starting in safe mode.

WindowsError::ErrorCode.new("STATUS_NOT_SAFE_MODE_DRIVER",0xC000035F,"The driver was not loaded because the system is starting in safe mode.")
STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT =

(0xC0000361) Access to %1 has been restricted by your Administrator by the default software restriction policy level.

WindowsError::ErrorCode.new("STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT",0xC0000361,"Access to %1 has been restricted by your Administrator by the default software restriction policy level.")
STATUS_ACCESS_DISABLED_BY_POLICY_PATH =

(0xC0000362) Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3.

WindowsError::ErrorCode.new("STATUS_ACCESS_DISABLED_BY_POLICY_PATH",0xC0000362,"Access to %1 has been restricted by your Administrator by location with policy rule %2 placed on path %3.")
STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER =

(0xC0000363) Access to %1 has been restricted by your Administrator by software publisher policy.

WindowsError::ErrorCode.new("STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER",0xC0000363,"Access to %1 has been restricted by your Administrator by software publisher policy.")
STATUS_ACCESS_DISABLED_BY_POLICY_OTHER =

(0xC0000364) Access to %1 has been restricted by your Administrator by policy rule %2.

WindowsError::ErrorCode.new("STATUS_ACCESS_DISABLED_BY_POLICY_OTHER",0xC0000364,"Access to %1 has been restricted by your Administrator by policy rule %2.")
STATUS_FAILED_DRIVER_ENTRY =

(0xC0000365) The driver was not loaded because it failed its initialization call.

WindowsError::ErrorCode.new("STATUS_FAILED_DRIVER_ENTRY",0xC0000365,"The driver was not loaded because it failed its initialization call.")
STATUS_DEVICE_ENUMERATION_ERROR =

(0xC0000366) The device 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.

WindowsError::ErrorCode.new("STATUS_DEVICE_ENUMERATION_ERROR",0xC0000366,"The device 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_RESOLVED =

(0xC0000368) The create operation failed because the name contained at least one mount point that resolves to a volume to which the specified device object is not attached.

WindowsError::ErrorCode.new("STATUS_MOUNT_POINT_NOT_RESOLVED",0xC0000368,"The create operation failed because the name contained at least one mount point that resolves to a volume to which the specified device object is not attached.")
STATUS_INVALID_DEVICE_OBJECT_PARAMETER =

(0xC0000369) The device object parameter is either not a valid device object or is not attached to the volume that is specified by the file name.

WindowsError::ErrorCode.new("STATUS_INVALID_DEVICE_OBJECT_PARAMETER",0xC0000369,"The device object parameter is either not a valid device object or is not attached to the volume that is specified by the file name.")
STATUS_MCA_OCCURED =

(0xC000036A) A machine check error has occurred. Check the system event log for additional information.

WindowsError::ErrorCode.new("STATUS_MCA_OCCURED",0xC000036A,"A machine check error has occurred. Check the system event log for additional information.")
STATUS_DRIVER_BLOCKED_CRITICAL =

(0xC000036B) Driver %2 has been blocked from loading.

WindowsError::ErrorCode.new("STATUS_DRIVER_BLOCKED_CRITICAL",0xC000036B,"Driver %2 has been blocked from loading.")
STATUS_DRIVER_BLOCKED =

(0xC000036C) Driver %2 has been blocked from loading.

WindowsError::ErrorCode.new("STATUS_DRIVER_BLOCKED",0xC000036C,"Driver %2 has been blocked from loading.")
STATUS_DRIVER_DATABASE_ERROR =

(0xC000036D) There was error [%2] processing the driver database.

WindowsError::ErrorCode.new("STATUS_DRIVER_DATABASE_ERROR",0xC000036D,"There was error [%2] processing the driver database.")
STATUS_SYSTEM_HIVE_TOO_LARGE =

(0xC000036E) System hive size has exceeded its limit.

WindowsError::ErrorCode.new("STATUS_SYSTEM_HIVE_TOO_LARGE",0xC000036E,"System hive size has exceeded its limit.")
STATUS_INVALID_IMPORT_OF_NON_DLL =

(0xC000036F) A dynamic link library (DLL) referenced a module that was neither a DLL nor the process’s executable image.

WindowsError::ErrorCode.new("STATUS_INVALID_IMPORT_OF_NON_DLL",0xC000036F,"A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.")
STATUS_NO_SECRETS =

(0xC0000371) The local account store does not contain secret material for the specified account.

WindowsError::ErrorCode.new("STATUS_NO_SECRETS",0xC0000371,"The local account store does not contain secret material for the specified account.")
STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY =

(0xC0000372) Access to %1 has been restricted by your Administrator by policy rule %2.

WindowsError::ErrorCode.new("STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY",0xC0000372,"Access to %1 has been restricted by your Administrator by policy rule %2.")
STATUS_FAILED_STACK_SWITCH =

(0xC0000373) The system was not able to allocate enough memory to perform a stack switch.

WindowsError::ErrorCode.new("STATUS_FAILED_STACK_SWITCH",0xC0000373,"The system was not able to allocate enough memory to perform a stack switch.")
STATUS_HEAP_CORRUPTION =

(0xC0000374) A heap has been corrupted.

WindowsError::ErrorCode.new("STATUS_HEAP_CORRUPTION",0xC0000374,"A heap has been corrupted.")
STATUS_SMARTCARD_WRONG_PIN =

(0xC0000380) An incorrect PIN was presented to the smart card.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_WRONG_PIN",0xC0000380,"An incorrect PIN was presented to the smart card.")
STATUS_SMARTCARD_CARD_BLOCKED =

(0xC0000381) The smart card is blocked.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_CARD_BLOCKED",0xC0000381,"The smart card is blocked.")
STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED =

(0xC0000382) No PIN was presented to the smart card.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED",0xC0000382,"No PIN was presented to the smart card.")
STATUS_SMARTCARD_NO_CARD =

(0xC0000383) No smart card is available.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_NO_CARD",0xC0000383,"No smart card is available.")
STATUS_SMARTCARD_NO_KEY_CONTAINER =

(0xC0000384) The requested key container does not exist on the smart card.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_NO_KEY_CONTAINER",0xC0000384,"The requested key container does not exist on the smart card.")
STATUS_SMARTCARD_NO_CERTIFICATE =

(0xC0000385) The requested certificate does not exist on the smart card.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_NO_CERTIFICATE",0xC0000385,"The requested certificate does not exist on the smart card.")
STATUS_SMARTCARD_NO_KEYSET =

(0xC0000386) The requested keyset does not exist.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_NO_KEYSET",0xC0000386,"The requested keyset does not exist.")
STATUS_SMARTCARD_IO_ERROR =

(0xC0000387) A communication error with the smart card has been detected.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_IO_ERROR",0xC0000387,"A communication error with the smart card has been detected.")
STATUS_DOWNGRADE_DETECTED =

(0xC0000388) The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.

WindowsError::ErrorCode.new("STATUS_DOWNGRADE_DETECTED",0xC0000388,"The system detected a possible attempt to compromise security. Ensure that you can contact the server that authenticated you.")
STATUS_SMARTCARD_CERT_REVOKED =

(0xC0000389) The smart card certificate used for authentication has been revoked. Contact your system administrator. There may be additional information in the event log.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_CERT_REVOKED",0xC0000389,"The smart card certificate used for authentication has been revoked. Contact your system administrator. There may be additional information in the event log.")
STATUS_ISSUING_CA_UNTRUSTED =

(0xC000038A) An untrusted certificate authority was detected while processing the smart card certificate that is used for authentication. Contact your system administrator.

WindowsError::ErrorCode.new("STATUS_ISSUING_CA_UNTRUSTED",0xC000038A,"An untrusted certificate authority was detected while processing the smart card certificate that is used for authentication. Contact your system administrator.")
STATUS_REVOCATION_OFFLINE_C =

(0xC000038B) The revocation status of the smart card certificate that is used for authentication could not be determined. Contact your system administrator.

WindowsError::ErrorCode.new("STATUS_REVOCATION_OFFLINE_C",0xC000038B,"The revocation status of the smart card certificate that is used for authentication could not be determined. Contact your system administrator.")
STATUS_PKINIT_CLIENT_FAILURE =

(0xC000038C) The smart card certificate used for authentication was not trusted. Contact your system administrator.

WindowsError::ErrorCode.new("STATUS_PKINIT_CLIENT_FAILURE",0xC000038C,"The smart card certificate used for authentication was not trusted. Contact your system administrator.")
STATUS_SMARTCARD_CERT_EXPIRED =

(0xC000038D) The smart card certificate used for authentication has expired. Contact your system administrator.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_CERT_EXPIRED",0xC000038D,"The smart card certificate used for authentication has expired. Contact your system administrator.")
STATUS_DRIVER_FAILED_PRIOR_UNLOAD =

(0xC000038E) The driver could not be loaded because a previous version of the driver is still in memory.

WindowsError::ErrorCode.new("STATUS_DRIVER_FAILED_PRIOR_UNLOAD",0xC000038E,"The driver could not be loaded because a previous version of the driver is still in memory.")
STATUS_SMARTCARD_SILENT_CONTEXT =

(0xC000038F) The smart card provider could not perform the action because the context was acquired as silent.

WindowsError::ErrorCode.new("STATUS_SMARTCARD_SILENT_CONTEXT",0xC000038F,"The smart card provider could not perform the action because the context was acquired as silent.")
STATUS_PER_USER_TRUST_QUOTA_EXCEEDED =

(0xC0000401) The delegated trust creation quota of the current user has been exceeded.

WindowsError::ErrorCode.new("STATUS_PER_USER_TRUST_QUOTA_EXCEEDED",0xC0000401,"The delegated trust creation quota of the current user has been exceeded.")
STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED =

(0xC0000402) The total delegated trust creation quota has been exceeded.

WindowsError::ErrorCode.new("STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED",0xC0000402,"The total delegated trust creation quota has been exceeded.")
STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED =

(0xC0000403) The delegated trust deletion quota of the current user has been exceeded.

WindowsError::ErrorCode.new("STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED",0xC0000403,"The delegated trust deletion quota of the current user has been exceeded.")
STATUS_DS_NAME_NOT_UNIQUE =

(0xC0000404) The requested name already exists as a unique identifier.

WindowsError::ErrorCode.new("STATUS_DS_NAME_NOT_UNIQUE",0xC0000404,"The requested name already exists as a unique identifier.")
STATUS_DS_DUPLICATE_ID_FOUND =

(0xC0000405) The requested object has a non-unique identifier and cannot be retrieved.

WindowsError::ErrorCode.new("STATUS_DS_DUPLICATE_ID_FOUND",0xC0000405,"The requested object has a non-unique identifier and cannot be retrieved.")
STATUS_DS_GROUP_CONVERSION_ERROR =

(0xC0000406) The group cannot be converted due to attribute restrictions on the requested group type.

WindowsError::ErrorCode.new("STATUS_DS_GROUP_CONVERSION_ERROR",0xC0000406,"The group cannot be converted due to attribute restrictions on the requested group type.")
STATUS_VOLSNAP_PREPARE_HIBERNATE =

(0xC0000407) Shadow Copy Service Wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.

WindowsError::ErrorCode.new("STATUS_VOLSNAP_PREPARE_HIBERNATE",0xC0000407,"{Volume Shadow Copy Service} Wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.")
STATUS_USER2USER_REQUIRED =

(0xC0000408) Kerberos sub-protocol User2User is required.

WindowsError::ErrorCode.new("STATUS_USER2USER_REQUIRED",0xC0000408,"Kerberos sub-protocol User2User is required.")
STATUS_STACK_BUFFER_OVERRUN =

(0xC0000409) The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.

WindowsError::ErrorCode.new("STATUS_STACK_BUFFER_OVERRUN",0xC0000409,"The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.")
STATUS_NO_S4U_PROT_SUPPORT =

(0xC000040A) The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.

WindowsError::ErrorCode.new("STATUS_NO_S4U_PROT_SUPPORT",0xC000040A,"The Kerberos subsystem encountered an error. A service for user protocol request was made against a domain controller which does not support service for user.")
STATUS_CROSSREALM_DELEGATION_FAILURE =

(0xC000040B) An attempt was made by this server to make a Kerberos constrained delegation request for a target that is outside the server realm. This action is not supported and the resulting error indicates a misconfiguration on the allowed-to-delegate-to list for this server. Contact your administrator.

WindowsError::ErrorCode.new("STATUS_CROSSREALM_DELEGATION_FAILURE",0xC000040B,"An attempt was made by this server to make a Kerberos constrained delegation request for a target that is outside the server realm. This action is not supported and the resulting error indicates a misconfiguration on the allowed-to-delegate-to list for this server. Contact your administrator.")
STATUS_REVOCATION_OFFLINE_KDC =

(0xC000040C) The revocation status of the domain controller certificate used for smart card authentication could not be determined. There is additional information in the system event log. Contact your system administrator.

WindowsError::ErrorCode.new("STATUS_REVOCATION_OFFLINE_KDC",0xC000040C,"The revocation status of the domain controller certificate used for smart card authentication could not be determined. There is additional information in the system event log. Contact your system administrator.")
STATUS_ISSUING_CA_UNTRUSTED_KDC =

(0xC000040D) An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Contact your system administrator.

WindowsError::ErrorCode.new("STATUS_ISSUING_CA_UNTRUSTED_KDC",0xC000040D,"An untrusted certificate authority was detected while processing the domain controller certificate used for authentication. There is additional information in the system event log. Contact your system administrator.")
STATUS_KDC_CERT_EXPIRED =

(0xC000040E) The domain controller certificate used for smart card logon has expired. Contact your system administrator with the contents of your system event log.

WindowsError::ErrorCode.new("STATUS_KDC_CERT_EXPIRED",0xC000040E,"The domain controller certificate used for smart card logon has expired. Contact your system administrator with the contents of your system event log.")
STATUS_KDC_CERT_REVOKED =

(0xC000040F) The domain controller certificate used for smart card logon has been revoked. Contact your system administrator with the contents of your system event log.

WindowsError::ErrorCode.new("STATUS_KDC_CERT_REVOKED",0xC000040F,"The domain controller certificate used for smart card logon has been revoked. Contact your system administrator with the contents of your system event log.")
STATUS_PARAMETER_QUOTA_EXCEEDED =

(0xC0000410) Data present in one of the parameters is more than the function can operate on.

WindowsError::ErrorCode.new("STATUS_PARAMETER_QUOTA_EXCEEDED",0xC0000410,"Data present in one of the parameters is more than the function can operate on.")
STATUS_HIBERNATION_FAILURE =

(0xC0000411) The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.

WindowsError::ErrorCode.new("STATUS_HIBERNATION_FAILURE",0xC0000411,"The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.")
STATUS_DELAY_LOAD_FAILED =

(0xC0000412) An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.

WindowsError::ErrorCode.new("STATUS_DELAY_LOAD_FAILED",0xC0000412,"An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.")
STATUS_AUTHENTICATION_FIREWALL_FAILED =

(0xC0000413) Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.

WindowsError::ErrorCode.new("STATUS_AUTHENTICATION_FIREWALL_FAILED",0xC0000413,"Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine.")
STATUS_VDM_DISALLOWED =

(0xC0000414) %hs is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.

WindowsError::ErrorCode.new("STATUS_VDM_DISALLOWED",0xC0000414,"%hs is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.")
STATUS_HUNG_DISPLAY_DRIVER_THREAD =

(0xC0000415) 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.

WindowsError::ErrorCode.new("STATUS_HUNG_DISPLAY_DRIVER_THREAD",0xC0000415,"{Display Driver Stopped Responding} The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.")
STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE =

(0xC0000416) The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.

WindowsError::ErrorCode.new("STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE",0xC0000416,"The Desktop heap encountered an error while allocating session memory. There is more information in the system event log.")
STATUS_INVALID_CRUNTIME_PARAMETER =

(0xC0000417) An invalid parameter was passed to a C runtime function.

WindowsError::ErrorCode.new("STATUS_INVALID_CRUNTIME_PARAMETER",0xC0000417,"An invalid parameter was passed to a C runtime function.")
STATUS_NTLM_BLOCKED =

(0xC0000418) The authentication failed because NTLM was blocked.

WindowsError::ErrorCode.new("STATUS_NTLM_BLOCKED",0xC0000418,"The authentication failed because NTLM was blocked.")
STATUS_DS_SRC_SID_EXISTS_IN_FOREST =

(0xC0000419) The source object’s SID already exists in destination forest.

WindowsError::ErrorCode.new("STATUS_DS_SRC_SID_EXISTS_IN_FOREST",0xC0000419,"The source object's SID already exists in destination forest.")
STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST =

(0xC000041A) The domain name of the trusted domain already exists in the forest.

WindowsError::ErrorCode.new("STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST",0xC000041A,"The domain name of the trusted domain already exists in the forest.")
STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST =

(0xC000041B) The flat name of the trusted domain already exists in the forest.

WindowsError::ErrorCode.new("STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST",0xC000041B,"The flat name of the trusted domain already exists in the forest.")
STATUS_INVALID_USER_PRINCIPAL_NAME =

(0xC000041C) The User Principal Name (UPN) is invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_USER_PRINCIPAL_NAME",0xC000041C,"The User Principal Name (UPN) is invalid.")
STATUS_ASSERTION_FAILURE =

(0xC0000420) There has been an assertion failure.

WindowsError::ErrorCode.new("STATUS_ASSERTION_FAILURE",0xC0000420,"There has been an assertion failure.")
STATUS_VERIFIER_STOP =

(0xC0000421) Application verifier has found an error in the current process.

WindowsError::ErrorCode.new("STATUS_VERIFIER_STOP",0xC0000421,"Application verifier has found an error in the current process.")
STATUS_CALLBACK_POP_STACK =

(0xC0000423) A user mode unwind is in progress.

WindowsError::ErrorCode.new("STATUS_CALLBACK_POP_STACK",0xC0000423,"A user mode unwind is in progress.")
STATUS_INCOMPATIBLE_DRIVER_BLOCKED =

(0xC0000424) %2 has been blocked from loading due to incompatibility with this system. Contact your software vendor for a compatible version of the driver.

WindowsError::ErrorCode.new("STATUS_INCOMPATIBLE_DRIVER_BLOCKED",0xC0000424,"%2 has been blocked from loading due to incompatibility with this system. Contact your software vendor for a compatible version of the driver.")
STATUS_HIVE_UNLOADED =

(0xC0000425) Illegal operation attempted on a registry key which has already been unloaded.

WindowsError::ErrorCode.new("STATUS_HIVE_UNLOADED",0xC0000425,"Illegal operation attempted on a registry key which has already been unloaded.")
STATUS_COMPRESSION_DISABLED =

(0xC0000426) Compression is disabled for this volume.

WindowsError::ErrorCode.new("STATUS_COMPRESSION_DISABLED",0xC0000426,"Compression is disabled for this volume.")
STATUS_FILE_SYSTEM_LIMITATION =

(0xC0000427) The requested operation could not be completed due to a file system limitation.

WindowsError::ErrorCode.new("STATUS_FILE_SYSTEM_LIMITATION",0xC0000427,"The requested operation could not be completed due to a file system limitation.")
STATUS_INVALID_IMAGE_HASH =

(0xC0000428) The hash for image %hs cannot be found in the system catalogs. The image is likely corrupt or the victim of tampering.

WindowsError::ErrorCode.new("STATUS_INVALID_IMAGE_HASH",0xC0000428,"The hash for image %hs cannot be found in the system catalogs. The image is likely corrupt or the victim of tampering.")
STATUS_NOT_CAPABLE =

(0xC0000429) The implementation is not capable of performing the request.

WindowsError::ErrorCode.new("STATUS_NOT_CAPABLE",0xC0000429,"The implementation is not capable of performing the request.")
STATUS_REQUEST_OUT_OF_SEQUENCE =

(0xC000042A) The requested operation is out of order with respect to other operations.

WindowsError::ErrorCode.new("STATUS_REQUEST_OUT_OF_SEQUENCE",0xC000042A,"The requested operation is out of order with respect to other operations.")
STATUS_IMPLEMENTATION_LIMIT =

(0xC000042B) An operation attempted to exceed an implementation-defined limit.

WindowsError::ErrorCode.new("STATUS_IMPLEMENTATION_LIMIT",0xC000042B,"An operation attempted to exceed an implementation-defined limit.")
STATUS_ELEVATION_REQUIRED =

(0xC000042C) The requested operation requires elevation.

WindowsError::ErrorCode.new("STATUS_ELEVATION_REQUIRED",0xC000042C,"The requested operation requires elevation.")
STATUS_NO_SECURITY_CONTEXT =

(0xC000042D) The required security context does not exist.

WindowsError::ErrorCode.new("STATUS_NO_SECURITY_CONTEXT",0xC000042D,"The required security context does not exist.")
STATUS_PKU2U_CERT_FAILURE =

(0xC000042E) The PKU2U protocol encountered an error while attempting to utilize the associated certificates.

WindowsError::ErrorCode.new("STATUS_PKU2U_CERT_FAILURE",0xC000042E,"The PKU2U protocol encountered an error while attempting to utilize the associated certificates.")
STATUS_BEYOND_VDL =

(0xC0000432) The operation was attempted beyond the valid data length of the file.

WindowsError::ErrorCode.new("STATUS_BEYOND_VDL",0xC0000432,"The operation was attempted beyond the valid data length of the file.")
STATUS_ENCOUNTERED_WRITE_IN_PROGRESS =

(0xC0000433) The attempted write operation encountered a write already in progress for some portion of the range.

WindowsError::ErrorCode.new("STATUS_ENCOUNTERED_WRITE_IN_PROGRESS",0xC0000433,"The attempted write operation encountered a write already in progress for some portion of the range.")
STATUS_PTE_CHANGED =

(0xC0000434) The page fault mappings changed in the middle of processing a fault so the operation must be retried.

WindowsError::ErrorCode.new("STATUS_PTE_CHANGED",0xC0000434,"The page fault mappings changed in the middle of processing a fault so the operation must be retried.")
STATUS_PURGE_FAILED =

(0xC0000435) The attempt to purge this file from memory failed to purge some or all the data from memory.

WindowsError::ErrorCode.new("STATUS_PURGE_FAILED",0xC0000435,"The attempt to purge this file from memory failed to purge some or all the data from memory.")
STATUS_CRED_REQUIRES_CONFIRMATION =

(0xC0000440) The requested credential requires confirmation.

WindowsError::ErrorCode.new("STATUS_CRED_REQUIRES_CONFIRMATION",0xC0000440,"The requested credential requires confirmation.")
STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE =

(0xC0000441) The remote server sent an invalid response for a file being opened with Client Side Encryption.

WindowsError::ErrorCode.new("STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE",0xC0000441,"The remote server sent an invalid response for a file being opened with Client Side Encryption.")
STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER =

(0xC0000442) Client Side Encryption is not supported by the remote server even though it claims to support it.

WindowsError::ErrorCode.new("STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER",0xC0000442,"Client Side Encryption is not supported by the remote server even though it claims to support it.")
STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE =

(0xC0000443) File is encrypted and should be opened in Client Side Encryption mode.

WindowsError::ErrorCode.new("STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE",0xC0000443,"File is encrypted and should be opened in Client Side Encryption mode.")
STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE =

(0xC0000444) A new encrypted file is being created and a $EFS needs to be provided.

WindowsError::ErrorCode.new("STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE",0xC0000444,"A new encrypted file is being created and a $EFS needs to be provided.")
STATUS_CS_ENCRYPTION_FILE_NOT_CSE =

(0xC0000445) The SMB client requested a CSE FSCTL on a non-CSE file.

WindowsError::ErrorCode.new("STATUS_CS_ENCRYPTION_FILE_NOT_CSE",0xC0000445,"The SMB client requested a CSE FSCTL on a non-CSE file.")
STATUS_INVALID_LABEL =

(0xC0000446) Indicates a particular Security ID may not be assigned as the label of an object.

WindowsError::ErrorCode.new("STATUS_INVALID_LABEL",0xC0000446,"Indicates a particular Security ID may not be assigned as the label of an object.")
STATUS_DRIVER_PROCESS_TERMINATED =

(0xC0000450) The process hosting the driver for this device has terminated.

WindowsError::ErrorCode.new("STATUS_DRIVER_PROCESS_TERMINATED",0xC0000450,"The process hosting the driver for this device has terminated.")
STATUS_AMBIGUOUS_SYSTEM_DEVICE =

(0xC0000451) The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.

WindowsError::ErrorCode.new("STATUS_AMBIGUOUS_SYSTEM_DEVICE",0xC0000451,"The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.")
STATUS_SYSTEM_DEVICE_NOT_FOUND =

(0xC0000452) The requested system device cannot be found.

WindowsError::ErrorCode.new("STATUS_SYSTEM_DEVICE_NOT_FOUND",0xC0000452,"The requested system device cannot be found.")
STATUS_RESTART_BOOT_APPLICATION =

(0xC0000453) This boot application must be restarted.

WindowsError::ErrorCode.new("STATUS_RESTART_BOOT_APPLICATION",0xC0000453,"This boot application must be restarted.")
STATUS_INSUFFICIENT_NVRAM_RESOURCES =

(0xC0000454) Insufficient NVRAM resources exist to complete the API. A reboot might be required.

WindowsError::ErrorCode.new("STATUS_INSUFFICIENT_NVRAM_RESOURCES",0xC0000454,"Insufficient NVRAM resources exist to complete the API. A reboot might be required.")
STATUS_NO_RANGES_PROCESSED =

(0xC0000460) No ranges for the specified operation were able to be processed.

WindowsError::ErrorCode.new("STATUS_NO_RANGES_PROCESSED",0xC0000460,"No ranges for the specified operation were able to be processed.")
STATUS_DEVICE_FEATURE_NOT_SUPPORTED =

(0xC0000463) The storage device does not support Offload Write.

WindowsError::ErrorCode.new("STATUS_DEVICE_FEATURE_NOT_SUPPORTED",0xC0000463,"The storage device does not support Offload Write.")
STATUS_DEVICE_UNREACHABLE =

(0xC0000464) Data cannot be moved because the source device cannot communicate with the destination device.

WindowsError::ErrorCode.new("STATUS_DEVICE_UNREACHABLE",0xC0000464,"Data cannot be moved because the source device cannot communicate with the destination device.")
STATUS_INVALID_TOKEN =

(0xC0000465) The token representing the data is invalid or expired.

WindowsError::ErrorCode.new("STATUS_INVALID_TOKEN",0xC0000465,"The token representing the data is invalid or expired.")
STATUS_INVALID_TASK_NAME =

(0xC0000500) The specified task name is invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_TASK_NAME",0xC0000500,"The specified task name is invalid.")
STATUS_INVALID_TASK_INDEX =

(0xC0000501) The specified task index is invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_TASK_INDEX",0xC0000501,"The specified task index is invalid.")
STATUS_THREAD_ALREADY_IN_TASK =

(0xC0000502) The specified thread is already joining a task.

WindowsError::ErrorCode.new("STATUS_THREAD_ALREADY_IN_TASK",0xC0000502,"The specified thread is already joining a task.")
STATUS_CALLBACK_BYPASS =

(0xC0000503) A callback has requested to bypass native code.

WindowsError::ErrorCode.new("STATUS_CALLBACK_BYPASS",0xC0000503,"A callback has requested to bypass native code.")
STATUS_FAIL_FAST_EXCEPTION =

(0xC0000602) A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.

WindowsError::ErrorCode.new("STATUS_FAIL_FAST_EXCEPTION",0xC0000602,"A fail fast exception occurred. Exception handlers will not be invoked and the process will be terminated immediately.")
STATUS_IMAGE_CERT_REVOKED =

(0xC0000603) Windows cannot verify the digital signature for this file. The signing certificate for this file has been revoked.

WindowsError::ErrorCode.new("STATUS_IMAGE_CERT_REVOKED",0xC0000603,"Windows cannot verify the digital signature for this file. The signing certificate for this file has been revoked.")
STATUS_PORT_CLOSED =

(0xC0000700) The ALPC port is closed.

WindowsError::ErrorCode.new("STATUS_PORT_CLOSED",0xC0000700,"The ALPC port is closed.")
STATUS_MESSAGE_LOST =

(0xC0000701) The ALPC message requested is no longer available.

WindowsError::ErrorCode.new("STATUS_MESSAGE_LOST",0xC0000701,"The ALPC message requested is no longer available.")
STATUS_INVALID_MESSAGE =

(0xC0000702) The ALPC message supplied is invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_MESSAGE",0xC0000702,"The ALPC message supplied is invalid.")
STATUS_REQUEST_CANCELED =

(0xC0000703) The ALPC message has been canceled.

WindowsError::ErrorCode.new("STATUS_REQUEST_CANCELED",0xC0000703,"The ALPC message has been canceled.")
STATUS_RECURSIVE_DISPATCH =

(0xC0000704) Invalid recursive dispatch attempt.

WindowsError::ErrorCode.new("STATUS_RECURSIVE_DISPATCH",0xC0000704,"Invalid recursive dispatch attempt.")
STATUS_LPC_RECEIVE_BUFFER_EXPECTED =

(0xC0000705) No receive buffer has been supplied in a synchronous request.

WindowsError::ErrorCode.new("STATUS_LPC_RECEIVE_BUFFER_EXPECTED",0xC0000705,"No receive buffer has been supplied in a synchronous request.")
STATUS_LPC_INVALID_CONNECTION_USAGE =

(0xC0000706) The connection port is used in an invalid context.

WindowsError::ErrorCode.new("STATUS_LPC_INVALID_CONNECTION_USAGE",0xC0000706,"The connection port is used in an invalid context.")
STATUS_LPC_REQUESTS_NOT_ALLOWED =

(0xC0000707) The ALPC port does not accept new request messages.

WindowsError::ErrorCode.new("STATUS_LPC_REQUESTS_NOT_ALLOWED",0xC0000707,"The ALPC port does not accept new request messages.")
STATUS_RESOURCE_IN_USE =

(0xC0000708) The resource requested is already in use.

WindowsError::ErrorCode.new("STATUS_RESOURCE_IN_USE",0xC0000708,"The resource requested is already in use.")
STATUS_HARDWARE_MEMORY_ERROR =

(0xC0000709) The hardware has reported an uncorrectable memory error.

WindowsError::ErrorCode.new("STATUS_HARDWARE_MEMORY_ERROR",0xC0000709,"The hardware has reported an uncorrectable memory error.")
STATUS_THREADPOOL_HANDLE_EXCEPTION =

(0xC000070A) Status 0x%08x was returned, waiting on handle 0x%x for wait 0x%p, in waiter 0x%p.

WindowsError::ErrorCode.new("STATUS_THREADPOOL_HANDLE_EXCEPTION",0xC000070A,"Status 0x%08x was returned, waiting on handle 0x%x for wait 0x%p, in waiter 0x%p.")
STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED =

(0xC000070B) After a callback to 0x%p(0x%p), a completion call to Set event(0x%p) failed with status 0x%08x.

WindowsError::ErrorCode.new("STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED",0xC000070B,"After a callback to 0x%p(0x%p), a completion call to Set event(0x%p) failed with status 0x%08x.")
STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED =

(0xC000070C) After a callback to 0x%p(0x%p), a completion call to ReleaseSemaphore(0x%p, %d) failed with status 0x%08x.

WindowsError::ErrorCode.new("STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED",0xC000070C,"After a callback to 0x%p(0x%p), a completion call to ReleaseSemaphore(0x%p, %d) failed with status 0x%08x.")
STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED =

(0xC000070D) After a callback to 0x%p(0x%p), a completion call to ReleaseMutex(%p) failed with status 0x%08x.

WindowsError::ErrorCode.new("STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED",0xC000070D,"After a callback to 0x%p(0x%p), a completion call to ReleaseMutex(%p) failed with status 0x%08x.")
STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED =

(0xC000070E) After a callback to 0x%p(0x%p), a completion call to FreeLibrary(%p) failed with status 0x%08x.

WindowsError::ErrorCode.new("STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED",0xC000070E,"After a callback to 0x%p(0x%p), a completion call to FreeLibrary(%p) failed with status 0x%08x.")
STATUS_THREADPOOL_RELEASED_DURING_OPERATION =

(0xC000070F) The thread pool 0x%p was released while a thread was posting a callback to 0x%p(0x%p) to it.

WindowsError::ErrorCode.new("STATUS_THREADPOOL_RELEASED_DURING_OPERATION",0xC000070F,"The thread pool 0x%p was released while a thread was posting a callback to 0x%p(0x%p) to it.")
STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING =

(0xC0000710) A thread pool 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.

WindowsError::ErrorCode.new("STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING",0xC0000710,"A thread pool 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_IMPERSONATING =

(0xC0000711) A thread pool 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.

WindowsError::ErrorCode.new("STATUS_APC_RETURNED_WHILE_IMPERSONATING",0xC0000711,"A thread pool 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_PROTECTED =

(0xC0000712) Either the target process, or the target thread’s containing process, is a protected process.

WindowsError::ErrorCode.new("STATUS_PROCESS_IS_PROTECTED",0xC0000712,"Either the target process, or the target thread's containing process, is a protected process.")
STATUS_MCA_EXCEPTION =

(0xC0000713) A thread is getting dispatched with MCA EXCEPTION because of MCA.

WindowsError::ErrorCode.new("STATUS_MCA_EXCEPTION",0xC0000713,"A thread is getting dispatched with MCA EXCEPTION because of MCA.")
STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE =

(0xC0000714) The client certificate account mapping is not unique.

WindowsError::ErrorCode.new("STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE",0xC0000714,"The client certificate account mapping is not unique.")
WindowsError::ErrorCode.new("STATUS_SYMLINK_CLASS_DISABLED",0xC0000715,"The symbolic link cannot be followed because its type is disabled.")
STATUS_INVALID_IDN_NORMALIZATION =

(0xC0000716) Indicates that the specified string is not valid for IDN normalization.

WindowsError::ErrorCode.new("STATUS_INVALID_IDN_NORMALIZATION",0xC0000716,"Indicates that the specified string is not valid for IDN normalization.")
STATUS_NO_UNICODE_TRANSLATION =

(0xC0000717) No mapping for the Unicode character exists in the target multi-byte code page.

WindowsError::ErrorCode.new("STATUS_NO_UNICODE_TRANSLATION",0xC0000717,"No mapping for the Unicode character exists in the target multi-byte code page.")
STATUS_ALREADY_REGISTERED =

(0xC0000718) The provided callback is already registered.

WindowsError::ErrorCode.new("STATUS_ALREADY_REGISTERED",0xC0000718,"The provided callback is already registered.")
STATUS_CONTEXT_MISMATCH =

(0xC0000719) The provided context did not match the target.

WindowsError::ErrorCode.new("STATUS_CONTEXT_MISMATCH",0xC0000719,"The provided context did not match the target.")
STATUS_PORT_ALREADY_HAS_COMPLETION_LIST =

(0xC000071A) The specified port already has a completion list.

WindowsError::ErrorCode.new("STATUS_PORT_ALREADY_HAS_COMPLETION_LIST",0xC000071A,"The specified port already has a completion list.")
STATUS_CALLBACK_RETURNED_THREAD_PRIORITY =

(0xC000071B) A threadpool worker thread entered 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.

WindowsError::ErrorCode.new("STATUS_CALLBACK_RETURNED_THREAD_PRIORITY",0xC000071B,"A threadpool worker thread entered 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_THREAD =

(0xC000071C) An invalid thread, handle %p, is specified for this operation. Possibly, a threadpool worker thread was specified.

WindowsError::ErrorCode.new("STATUS_INVALID_THREAD",0xC000071C,"An invalid thread, handle %p, is specified for this operation. Possibly, a threadpool worker thread was specified.")
STATUS_CALLBACK_RETURNED_TRANSACTION =

(0xC000071D) A threadpool worker thread entered a callback, which left transaction state.This is unexpected, indicating that the callback missed clearing the transaction.

WindowsError::ErrorCode.new("STATUS_CALLBACK_RETURNED_TRANSACTION",0xC000071D,"A threadpool worker thread entered a callback, which left transaction state.""This is unexpected, indicating that the callback missed clearing the transaction.")
STATUS_CALLBACK_RETURNED_LDR_LOCK =

(0xC000071E) A threadpool worker thread entered a callback, which left the loader lock held.This is unexpected, indicating that the callback missed releasing the lock.

WindowsError::ErrorCode.new("STATUS_CALLBACK_RETURNED_LDR_LOCK",0xC000071E,"A threadpool worker thread entered a callback, which left the loader lock held.""This is unexpected, indicating that the callback missed releasing the lock.")
STATUS_CALLBACK_RETURNED_LANG =

(0xC000071F) A threadpool worker thread entered a callback, which left with preferred languages set.This is unexpected, indicating that the callback missed clearing them.

WindowsError::ErrorCode.new("STATUS_CALLBACK_RETURNED_LANG",0xC000071F,"A threadpool worker thread entered a callback, which left with preferred languages set.""This is unexpected, indicating that the callback missed clearing them.")
STATUS_CALLBACK_RETURNED_PRI_BACK =

(0xC0000720) A threadpool worker thread entered a callback, which left with background priorities set.This is unexpected, indicating that the callback missed restoring the original priorities.

WindowsError::ErrorCode.new("STATUS_CALLBACK_RETURNED_PRI_BACK",0xC0000720,"A threadpool worker thread entered a callback, which left with background priorities set.""This is unexpected, indicating that the callback missed restoring the original priorities.")
STATUS_DISK_REPAIR_DISABLED =

(0xC0000800) The attempted operation required self healing to be enabled.

WindowsError::ErrorCode.new("STATUS_DISK_REPAIR_DISABLED",0xC0000800,"The attempted operation required self healing to be enabled.")
STATUS_DS_DOMAIN_RENAME_IN_PROGRESS =

(0xC0000801) The directory service cannot perform the requested operation because a domain rename operation is in progress.

WindowsError::ErrorCode.new("STATUS_DS_DOMAIN_RENAME_IN_PROGRESS",0xC0000801,"The directory service cannot perform the requested operation because a domain rename operation is in progress.")
STATUS_DISK_QUOTA_EXCEEDED =

(0xC0000802) An operation failed because the storage quota was exceeded.

WindowsError::ErrorCode.new("STATUS_DISK_QUOTA_EXCEEDED",0xC0000802,"An operation failed because the storage quota was exceeded.")
STATUS_CONTENT_BLOCKED =

(0xC0000804) An operation failed because the content was blocked.

WindowsError::ErrorCode.new("STATUS_CONTENT_BLOCKED",0xC0000804,"An operation failed because the content was blocked.")
STATUS_BAD_CLUSTERS =

(0xC0000805) The operation could not be completed due to bad clusters on disk.

WindowsError::ErrorCode.new("STATUS_BAD_CLUSTERS",0xC0000805,"The operation could not be completed due to bad clusters on disk.")
STATUS_VOLUME_DIRTY =

(0xC0000806) The operation could not be completed because the volume is dirty. Please run the Chkdsk utility and try again.

WindowsError::ErrorCode.new("STATUS_VOLUME_DIRTY",0xC0000806,"The operation could not be completed because the volume is dirty. Please run the Chkdsk utility and try again.")
STATUS_FILE_CHECKED_OUT =

(0xC0000901) This file is checked out or locked for editing by another user.

WindowsError::ErrorCode.new("STATUS_FILE_CHECKED_OUT",0xC0000901,"This file is checked out or locked for editing by another user.")
STATUS_CHECKOUT_REQUIRED =

(0xC0000902) The file must be checked out before saving changes.

WindowsError::ErrorCode.new("STATUS_CHECKOUT_REQUIRED",0xC0000902,"The file must be checked out before saving changes.")
STATUS_BAD_FILE_TYPE =

(0xC0000903) The file type being saved or retrieved has been blocked.

WindowsError::ErrorCode.new("STATUS_BAD_FILE_TYPE",0xC0000903,"The file type being saved or retrieved has been blocked.")
STATUS_FILE_TOO_LARGE =

(0xC0000904) The file size exceeds the limit allowed and cannot be saved.

WindowsError::ErrorCode.new("STATUS_FILE_TOO_LARGE",0xC0000904,"The file size exceeds the limit allowed and cannot be saved.")
STATUS_FORMS_AUTH_REQUIRED =

(0xC0000905) Access Denied. Before opening files in this location, you must first browse to the e.g. site and select the option to log on automatically.

WindowsError::ErrorCode.new("STATUS_FORMS_AUTH_REQUIRED",0xC0000905,"Access Denied. Before opening files in this location, you must first browse to the e.g. site and select the option to log on automatically.")
STATUS_VIRUS_INFECTED =

(0xC0000906) The operation did not complete successfully because the file contains a virus.

WindowsError::ErrorCode.new("STATUS_VIRUS_INFECTED",0xC0000906,"The operation did not complete successfully because the file contains a virus.")
STATUS_VIRUS_DELETED =

(0xC0000907) This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.

WindowsError::ErrorCode.new("STATUS_VIRUS_DELETED",0xC0000907,"This file contains a virus and cannot be opened. Due to the nature of this virus, the file has been removed from this location.")
STATUS_BAD_MCFG_TABLE =

(0xC0000908) The resources required for this device conflict with the MCFG table.

WindowsError::ErrorCode.new("STATUS_BAD_MCFG_TABLE",0xC0000908,"The resources required for this device conflict with the MCFG table.")
STATUS_CANNOT_BREAK_OPLOCK =

(0xC0000909) The operation did not complete successfully because it would cause an oplock to be broken. The caller has requested that existing oplocks not be broken.

WindowsError::ErrorCode.new("STATUS_CANNOT_BREAK_OPLOCK",0xC0000909,"The 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_WOW_ASSERTION =

(0xC0009898) WOW Assertion Error.

WindowsError::ErrorCode.new("STATUS_WOW_ASSERTION",0xC0009898,"WOW Assertion Error.")
STATUS_INVALID_SIGNATURE =

(0xC000A000) The cryptographic signature is invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_SIGNATURE",0xC000A000,"The cryptographic signature is invalid.")
STATUS_HMAC_NOT_SUPPORTED =

(0xC000A001) The cryptographic provider does not support HMAC.

WindowsError::ErrorCode.new("STATUS_HMAC_NOT_SUPPORTED",0xC000A001,"The cryptographic provider does not support HMAC.")
STATUS_IPSEC_QUEUE_OVERFLOW =

(0xC000A010) The IPsec queue overflowed.

WindowsError::ErrorCode.new("STATUS_IPSEC_QUEUE_OVERFLOW",0xC000A010,"The IPsec queue overflowed.")
STATUS_ND_QUEUE_OVERFLOW =

(0xC000A011) The neighbor discovery queue overflowed.

WindowsError::ErrorCode.new("STATUS_ND_QUEUE_OVERFLOW",0xC000A011,"The neighbor discovery queue overflowed.")
STATUS_HOPLIMIT_EXCEEDED =

(0xC000A012) An Internet Control Message Protocol (ICMP) hop limit exceeded error was received.

WindowsError::ErrorCode.new("STATUS_HOPLIMIT_EXCEEDED",0xC000A012,"An Internet Control Message Protocol (ICMP) hop limit exceeded error was received.")
STATUS_PROTOCOL_NOT_SUPPORTED =

(0xC000A013) The protocol is not installed on the local machine.

WindowsError::ErrorCode.new("STATUS_PROTOCOL_NOT_SUPPORTED",0xC000A013,"The protocol is not installed on the local machine.")
STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED =

(0xC000A080) 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. Try to save this file elsewhere.

WindowsError::ErrorCode.new("STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED",0xC000A080,"{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused by network connectivity issues. Try to save this file elsewhere.")
STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR =

(0xC000A081) 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. Try to save this file elsewhere.

WindowsError::ErrorCode.new("STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR",0xC000A081,"{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error was returned by the server on which the file exists. Try to save this file elsewhere.")
STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR =

(0xC000A082) 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.

WindowsError::ErrorCode.new("STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR",0xC000A082,"{Delayed Write Failed} Windows was unable to save all the data for the file %hs; the data has been lost. This error may be caused if the device has been removed or the media is write-protected.")
STATUS_XML_PARSE_ERROR =

(0xC000A083) Windows was unable to parse the requested XML data.

WindowsError::ErrorCode.new("STATUS_XML_PARSE_ERROR",0xC000A083,"Windows was unable to parse the requested XML data.")
STATUS_XMLDSIG_ERROR =

(0xC000A084) An error was encountered while processing an XML digital signature.

WindowsError::ErrorCode.new("STATUS_XMLDSIG_ERROR",0xC000A084,"An error was encountered while processing an XML digital signature.")
STATUS_WRONG_COMPARTMENT =

(0xC000A085) This indicates that the caller made the connection request in the wrong routing compartment.

WindowsError::ErrorCode.new("STATUS_WRONG_COMPARTMENT",0xC000A085,"This indicates that the caller made the connection request in the wrong routing compartment.")
STATUS_AUTHIP_FAILURE =

(0xC000A086) This indicates that there was an AuthIP failure when attempting to connect to the remote host.

WindowsError::ErrorCode.new("STATUS_AUTHIP_FAILURE",0xC000A086,"This indicates that there was an AuthIP failure when attempting to connect to the remote host.")
STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS =

(0xC000A087) OID mapped groups cannot have members.

WindowsError::ErrorCode.new("STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS",0xC000A087,"OID mapped groups cannot have members.")
STATUS_DS_OID_NOT_FOUND =

(0xC000A088) The specified OID cannot be found.

WindowsError::ErrorCode.new("STATUS_DS_OID_NOT_FOUND",0xC000A088,"The specified OID cannot be found.")
STATUS_HASH_NOT_SUPPORTED =

(0xC000A100) Hash generation for the specified version and hash type is not enabled on server.

WindowsError::ErrorCode.new("STATUS_HASH_NOT_SUPPORTED",0xC000A100,"Hash generation for the specified version and hash type is not enabled on server.")
STATUS_HASH_NOT_PRESENT =

(0xC000A101) The hash requests is not present or not up to date with the current file contents.

WindowsError::ErrorCode.new("STATUS_HASH_NOT_PRESENT",0xC000A101,"The hash requests is not present or not up to date with the current file contents.")
STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED =

(0xC000A2A1) A file system filter on the server has not opted in for Offload Read support.

WindowsError::ErrorCode.new("STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED",0xC000A2A1,"A file system filter on the server has not opted in for Offload Read support.")
STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED =

(0xC000A2A2) A file system filter on the server has not opted in for Offload Write support.

WindowsError::ErrorCode.new("STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED",0xC000A2A2,"A file system filter on the server has not opted in for Offload Write support.")
STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED =

(0xC000A2A3) Offload read operations cannot be performed on:Compressed filesSparse filesEncrypted filesFile system metadata files

WindowsError::ErrorCode.new("STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED",0xC000A2A3,"Offload read operations cannot be performed on:""Compressed files""Sparse files""Encrypted files""File system metadata files")
STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED =

(0xC000A2A4) Offload write operations cannot be performed on:Compressed filesSparse filesEncrypted filesFile system metadata files

WindowsError::ErrorCode.new("STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED",0xC000A2A4,"Offload write operations cannot be performed on:""Compressed files""Sparse files""Encrypted files""File system metadata files")
DBG_NO_STATE_CHANGE =

(0xC0010001) The debugger did not perform a state change.

WindowsError::ErrorCode.new("DBG_NO_STATE_CHANGE",0xC0010001,"The debugger did not perform a state change.")
DBG_APP_NOT_IDLE =

(0xC0010002) The debugger found that the application is not idle.

WindowsError::ErrorCode.new("DBG_APP_NOT_IDLE",0xC0010002,"The debugger found that the application is not idle.")
RPC_NT_INVALID_STRING_BINDING =

(0xC0020001) The string binding is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_STRING_BINDING",0xC0020001,"The string binding is invalid.")
RPC_NT_WRONG_KIND_OF_BINDING =

(0xC0020002) The binding handle is not the correct type.

WindowsError::ErrorCode.new("RPC_NT_WRONG_KIND_OF_BINDING",0xC0020002,"The binding handle is not the correct type.")
RPC_NT_INVALID_BINDING =

(0xC0020003) The binding handle is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_BINDING",0xC0020003,"The binding handle is invalid.")
RPC_NT_PROTSEQ_NOT_SUPPORTED =

(0xC0020004) The RPC protocol sequence is not supported.

WindowsError::ErrorCode.new("RPC_NT_PROTSEQ_NOT_SUPPORTED",0xC0020004,"The RPC protocol sequence is not supported.")
RPC_NT_INVALID_RPC_PROTSEQ =

(0xC0020005) The RPC protocol sequence is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_RPC_PROTSEQ",0xC0020005,"The RPC protocol sequence is invalid.")
RPC_NT_INVALID_STRING_UUID =

(0xC0020006) The string UUID is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_STRING_UUID",0xC0020006,"The string UUID is invalid.")
RPC_NT_INVALID_ENDPOINT_FORMAT =

(0xC0020007) The endpoint format is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_ENDPOINT_FORMAT",0xC0020007,"The endpoint format is invalid.")
RPC_NT_INVALID_NET_ADDR =

(0xC0020008) The network address is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_NET_ADDR",0xC0020008,"The network address is invalid.")
RPC_NT_NO_ENDPOINT_FOUND =

(0xC0020009) No endpoint was found.

WindowsError::ErrorCode.new("RPC_NT_NO_ENDPOINT_FOUND",0xC0020009,"No endpoint was found.")
RPC_NT_INVALID_TIMEOUT =

(0xC002000A) The time-out value is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_TIMEOUT",0xC002000A,"The time-out value is invalid.")
RPC_NT_OBJECT_NOT_FOUND =

(0xC002000B) The object UUID was not found.

WindowsError::ErrorCode.new("RPC_NT_OBJECT_NOT_FOUND",0xC002000B,"The object UUID was not found.")
RPC_NT_ALREADY_REGISTERED =

(0xC002000C) The object UUID has already been registered.

WindowsError::ErrorCode.new("RPC_NT_ALREADY_REGISTERED",0xC002000C,"The object UUID has already been registered.")
RPC_NT_TYPE_ALREADY_REGISTERED =

(0xC002000D) The type UUID has already been registered.

WindowsError::ErrorCode.new("RPC_NT_TYPE_ALREADY_REGISTERED",0xC002000D,"The type UUID has already been registered.")
RPC_NT_ALREADY_LISTENING =

(0xC002000E) The RPC server is already listening.

WindowsError::ErrorCode.new("RPC_NT_ALREADY_LISTENING",0xC002000E,"The RPC server is already listening.")
RPC_NT_NO_PROTSEQS_REGISTERED =

(0xC002000F) No protocol sequences have been registered.

WindowsError::ErrorCode.new("RPC_NT_NO_PROTSEQS_REGISTERED",0xC002000F,"No protocol sequences have been registered.")
RPC_NT_NOT_LISTENING =

(0xC0020010) The RPC server is not listening.

WindowsError::ErrorCode.new("RPC_NT_NOT_LISTENING",0xC0020010,"The RPC server is not listening.")
RPC_NT_UNKNOWN_MGR_TYPE =

(0xC0020011) The manager type is unknown.

WindowsError::ErrorCode.new("RPC_NT_UNKNOWN_MGR_TYPE",0xC0020011,"The manager type is unknown.")
RPC_NT_UNKNOWN_IF =

(0xC0020012) The interface is unknown.

WindowsError::ErrorCode.new("RPC_NT_UNKNOWN_IF",0xC0020012,"The interface is unknown.")
RPC_NT_NO_BINDINGS =

(0xC0020013) There are no bindings.

WindowsError::ErrorCode.new("RPC_NT_NO_BINDINGS",0xC0020013,"There are no bindings.")
RPC_NT_NO_PROTSEQS =

(0xC0020014) There are no protocol sequences.

WindowsError::ErrorCode.new("RPC_NT_NO_PROTSEQS",0xC0020014,"There are no protocol sequences.")
RPC_NT_CANT_CREATE_ENDPOINT =

(0xC0020015) The endpoint cannot be created.

WindowsError::ErrorCode.new("RPC_NT_CANT_CREATE_ENDPOINT",0xC0020015,"The endpoint cannot be created.")
RPC_NT_OUT_OF_RESOURCES =

(0xC0020016) Insufficient resources are available to complete this operation.

WindowsError::ErrorCode.new("RPC_NT_OUT_OF_RESOURCES",0xC0020016,"Insufficient resources are available to complete this operation.")
RPC_NT_SERVER_UNAVAILABLE =

(0xC0020017) The RPC server is unavailable.

WindowsError::ErrorCode.new("RPC_NT_SERVER_UNAVAILABLE",0xC0020017,"The RPC server is unavailable.")
RPC_NT_SERVER_TOO_BUSY =

(0xC0020018) The RPC server is too busy to complete this operation.

WindowsError::ErrorCode.new("RPC_NT_SERVER_TOO_BUSY",0xC0020018,"The RPC server is too busy to complete this operation.")
RPC_NT_INVALID_NETWORK_OPTIONS =

(0xC0020019) The network options are invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_NETWORK_OPTIONS",0xC0020019,"The network options are invalid.")
RPC_NT_NO_CALL_ACTIVE =

(0xC002001A) No RPCs are active on this thread.

WindowsError::ErrorCode.new("RPC_NT_NO_CALL_ACTIVE",0xC002001A,"No RPCs are active on this thread.")
RPC_NT_CALL_FAILED =

(0xC002001B) The RPC failed.

WindowsError::ErrorCode.new("RPC_NT_CALL_FAILED",0xC002001B,"The RPC failed.")
RPC_NT_CALL_FAILED_DNE =

(0xC002001C) The RPC failed and did not execute.

WindowsError::ErrorCode.new("RPC_NT_CALL_FAILED_DNE",0xC002001C,"The RPC failed and did not execute.")
RPC_NT_PROTOCOL_ERROR =

(0xC002001D) An RPC protocol error occurred.

WindowsError::ErrorCode.new("RPC_NT_PROTOCOL_ERROR",0xC002001D,"An RPC protocol error occurred.")
RPC_NT_UNSUPPORTED_TRANS_SYN =

(0xC002001F) The RPC server does not support the transfer syntax.

WindowsError::ErrorCode.new("RPC_NT_UNSUPPORTED_TRANS_SYN",0xC002001F,"The RPC server does not support the transfer syntax.")
RPC_NT_UNSUPPORTED_TYPE =

(0xC0020021) The type UUID is not supported.

WindowsError::ErrorCode.new("RPC_NT_UNSUPPORTED_TYPE",0xC0020021,"The type UUID is not supported.")
RPC_NT_INVALID_TAG =

(0xC0020022) The tag is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_TAG",0xC0020022,"The tag is invalid.")
RPC_NT_INVALID_BOUND =

(0xC0020023) The array bounds are invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_BOUND",0xC0020023,"The array bounds are invalid.")
RPC_NT_NO_ENTRY_NAME =

(0xC0020024) The binding does not contain an entry name.

WindowsError::ErrorCode.new("RPC_NT_NO_ENTRY_NAME",0xC0020024,"The binding does not contain an entry name.")
RPC_NT_INVALID_NAME_SYNTAX =

(0xC0020025) The name syntax is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_NAME_SYNTAX",0xC0020025,"The name syntax is invalid.")
RPC_NT_UNSUPPORTED_NAME_SYNTAX =

(0xC0020026) The name syntax is not supported.

WindowsError::ErrorCode.new("RPC_NT_UNSUPPORTED_NAME_SYNTAX",0xC0020026,"The name syntax is not supported.")
RPC_NT_UUID_NO_ADDRESS =

(0xC0020028) No network address is available to construct a UUID.

WindowsError::ErrorCode.new("RPC_NT_UUID_NO_ADDRESS",0xC0020028,"No network address is available to construct a UUID.")
RPC_NT_DUPLICATE_ENDPOINT =

(0xC0020029) The endpoint is a duplicate.

WindowsError::ErrorCode.new("RPC_NT_DUPLICATE_ENDPOINT",0xC0020029,"The endpoint is a duplicate.")
RPC_NT_UNKNOWN_AUTHN_TYPE =

(0xC002002A) The authentication type is unknown.

WindowsError::ErrorCode.new("RPC_NT_UNKNOWN_AUTHN_TYPE",0xC002002A,"The authentication type is unknown.")
RPC_NT_MAX_CALLS_TOO_SMALL =

(0xC002002B) The maximum number of calls is too small.

WindowsError::ErrorCode.new("RPC_NT_MAX_CALLS_TOO_SMALL",0xC002002B,"The maximum number of calls is too small.")
RPC_NT_STRING_TOO_LONG =

(0xC002002C) The string is too long.

WindowsError::ErrorCode.new("RPC_NT_STRING_TOO_LONG",0xC002002C,"The string is too long.")
RPC_NT_PROTSEQ_NOT_FOUND =

(0xC002002D) The RPC protocol sequence was not found.

WindowsError::ErrorCode.new("RPC_NT_PROTSEQ_NOT_FOUND",0xC002002D,"The RPC protocol sequence was not found.")
RPC_NT_PROCNUM_OUT_OF_RANGE =

(0xC002002E) The procedure number is out of range.

WindowsError::ErrorCode.new("RPC_NT_PROCNUM_OUT_OF_RANGE",0xC002002E,"The procedure number is out of range.")
RPC_NT_BINDING_HAS_NO_AUTH =

(0xC002002F) The binding does not contain any authentication information.

WindowsError::ErrorCode.new("RPC_NT_BINDING_HAS_NO_AUTH",0xC002002F,"The binding does not contain any authentication information.")
RPC_NT_UNKNOWN_AUTHN_SERVICE =

(0xC0020030) The authentication service is unknown.

WindowsError::ErrorCode.new("RPC_NT_UNKNOWN_AUTHN_SERVICE",0xC0020030,"The authentication service is unknown.")
RPC_NT_UNKNOWN_AUTHN_LEVEL =

(0xC0020031) The authentication level is unknown.

WindowsError::ErrorCode.new("RPC_NT_UNKNOWN_AUTHN_LEVEL",0xC0020031,"The authentication level is unknown.")
RPC_NT_INVALID_AUTH_IDENTITY =

(0xC0020032) The security context is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_AUTH_IDENTITY",0xC0020032,"The security context is invalid.")
RPC_NT_UNKNOWN_AUTHZ_SERVICE =

(0xC0020033) The authorization service is unknown.

WindowsError::ErrorCode.new("RPC_NT_UNKNOWN_AUTHZ_SERVICE",0xC0020033,"The authorization service is unknown.")
EPT_NT_INVALID_ENTRY =

(0xC0020034) The entry is invalid.

WindowsError::ErrorCode.new("EPT_NT_INVALID_ENTRY",0xC0020034,"The entry is invalid.")
EPT_NT_CANT_PERFORM_OP =

(0xC0020035) The operation cannot be performed.

WindowsError::ErrorCode.new("EPT_NT_CANT_PERFORM_OP",0xC0020035,"The operation cannot be performed.")
EPT_NT_NOT_REGISTERED =

(0xC0020036) No more endpoints are available from the endpoint mapper.

WindowsError::ErrorCode.new("EPT_NT_NOT_REGISTERED",0xC0020036,"No more endpoints are available from the endpoint mapper.")
RPC_NT_NOTHING_TO_EXPORT =

(0xC0020037) No interfaces have been exported.

WindowsError::ErrorCode.new("RPC_NT_NOTHING_TO_EXPORT",0xC0020037,"No interfaces have been exported.")
RPC_NT_INCOMPLETE_NAME =

(0xC0020038) The entry name is incomplete.

WindowsError::ErrorCode.new("RPC_NT_INCOMPLETE_NAME",0xC0020038,"The entry name is incomplete.")
RPC_NT_INVALID_VERS_OPTION =

(0xC0020039) The version option is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_VERS_OPTION",0xC0020039,"The version option is invalid.")
RPC_NT_NO_MORE_MEMBERS =

(0xC002003A) There are no more members.

WindowsError::ErrorCode.new("RPC_NT_NO_MORE_MEMBERS",0xC002003A,"There are no more members.")
RPC_NT_NOT_ALL_OBJS_UNEXPORTED =

(0xC002003B) There is nothing to unexport.

WindowsError::ErrorCode.new("RPC_NT_NOT_ALL_OBJS_UNEXPORTED",0xC002003B,"There is nothing to unexport.")
RPC_NT_INTERFACE_NOT_FOUND =

(0xC002003C) The interface was not found.

WindowsError::ErrorCode.new("RPC_NT_INTERFACE_NOT_FOUND",0xC002003C,"The interface was not found.")
RPC_NT_ENTRY_ALREADY_EXISTS =

(0xC002003D) The entry already exists.

WindowsError::ErrorCode.new("RPC_NT_ENTRY_ALREADY_EXISTS",0xC002003D,"The entry already exists.")
RPC_NT_ENTRY_NOT_FOUND =

(0xC002003E) The entry was not found.

WindowsError::ErrorCode.new("RPC_NT_ENTRY_NOT_FOUND",0xC002003E,"The entry was not found.")
RPC_NT_NAME_SERVICE_UNAVAILABLE =

(0xC002003F) The name service is unavailable.

WindowsError::ErrorCode.new("RPC_NT_NAME_SERVICE_UNAVAILABLE",0xC002003F,"The name service is unavailable.")
RPC_NT_INVALID_NAF_ID =

(0xC0020040) The network address family is invalid.

WindowsError::ErrorCode.new("RPC_NT_INVALID_NAF_ID",0xC0020040,"The network address family is invalid.")
RPC_NT_CANNOT_SUPPORT =

(0xC0020041) The requested operation is not supported.

WindowsError::ErrorCode.new("RPC_NT_CANNOT_SUPPORT",0xC0020041,"The requested operation is not supported.")
RPC_NT_NO_CONTEXT_AVAILABLE =

(0xC0020042) No security context is available to allow impersonation.

WindowsError::ErrorCode.new("RPC_NT_NO_CONTEXT_AVAILABLE",0xC0020042,"No security context is available to allow impersonation.")
RPC_NT_INTERNAL_ERROR =

(0xC0020043) An internal error occurred in the RPC.

WindowsError::ErrorCode.new("RPC_NT_INTERNAL_ERROR",0xC0020043,"An internal error occurred in the RPC.")
RPC_NT_ZERO_DIVIDE =

(0xC0020044) The RPC server attempted to divide an integer by zero.

WindowsError::ErrorCode.new("RPC_NT_ZERO_DIVIDE",0xC0020044,"The RPC server attempted to divide an integer by zero.")
RPC_NT_ADDRESS_ERROR =

(0xC0020045) An addressing error occurred in the RPC server.

WindowsError::ErrorCode.new("RPC_NT_ADDRESS_ERROR",0xC0020045,"An addressing error occurred in the RPC server.")
RPC_NT_FP_DIV_ZERO =

(0xC0020046) A floating point operation at the RPC server caused a divide by zero.

WindowsError::ErrorCode.new("RPC_NT_FP_DIV_ZERO",0xC0020046,"A floating point operation at the RPC server caused a divide by zero.")
RPC_NT_FP_UNDERFLOW =

(0xC0020047) A floating point underflow occurred at the RPC server.

WindowsError::ErrorCode.new("RPC_NT_FP_UNDERFLOW",0xC0020047,"A floating point underflow occurred at the RPC server.")
RPC_NT_FP_OVERFLOW =

(0xC0020048) A floating point overflow occurred at the RPC server.

WindowsError::ErrorCode.new("RPC_NT_FP_OVERFLOW",0xC0020048,"A floating point overflow occurred at the RPC server.")
RPC_NT_CALL_IN_PROGRESS =

(0xC0020049) An RPC is already in progress for this thread.

WindowsError::ErrorCode.new("RPC_NT_CALL_IN_PROGRESS",0xC0020049,"An RPC is already in progress for this thread.")
RPC_NT_NO_MORE_BINDINGS =

(0xC002004A) There are no more bindings.

WindowsError::ErrorCode.new("RPC_NT_NO_MORE_BINDINGS",0xC002004A,"There are no more bindings.")
RPC_NT_GROUP_MEMBER_NOT_FOUND =

(0xC002004B) The group member was not found.

WindowsError::ErrorCode.new("RPC_NT_GROUP_MEMBER_NOT_FOUND",0xC002004B,"The group member was not found.")
EPT_NT_CANT_CREATE =

(0xC002004C) The endpoint mapper database entry could not be created.

WindowsError::ErrorCode.new("EPT_NT_CANT_CREATE",0xC002004C,"The endpoint mapper database entry could not be created.")
RPC_NT_INVALID_OBJECT =

(0xC002004D) The object UUID is the nil UUID.

WindowsError::ErrorCode.new("RPC_NT_INVALID_OBJECT",0xC002004D,"The object UUID is the nil UUID.")
RPC_NT_NO_INTERFACES =

(0xC002004F) No interfaces have been registered.

WindowsError::ErrorCode.new("RPC_NT_NO_INTERFACES",0xC002004F,"No interfaces have been registered.")
RPC_NT_CALL_CANCELLED =

(0xC0020050) The RPC was canceled.

WindowsError::ErrorCode.new("RPC_NT_CALL_CANCELLED",0xC0020050,"The RPC was canceled.")
RPC_NT_BINDING_INCOMPLETE =

(0xC0020051) The binding handle does not contain all the required information.

WindowsError::ErrorCode.new("RPC_NT_BINDING_INCOMPLETE",0xC0020051,"The binding handle does not contain all the required information.")
RPC_NT_COMM_FAILURE =

(0xC0020052) A communications failure occurred during an RPC.

WindowsError::ErrorCode.new("RPC_NT_COMM_FAILURE",0xC0020052,"A communications failure occurred during an RPC.")
RPC_NT_UNSUPPORTED_AUTHN_LEVEL =

(0xC0020053) The requested authentication level is not supported.

WindowsError::ErrorCode.new("RPC_NT_UNSUPPORTED_AUTHN_LEVEL",0xC0020053,"The requested authentication level is not supported.")
RPC_NT_NO_PRINC_NAME =

(0xC0020054) No principal name was registered.

WindowsError::ErrorCode.new("RPC_NT_NO_PRINC_NAME",0xC0020054,"No principal name was registered.")
RPC_NT_NOT_RPC_ERROR =

(0xC0020055) The error specified is not a valid Windows RPC error code.

WindowsError::ErrorCode.new("RPC_NT_NOT_RPC_ERROR",0xC0020055,"The error specified is not a valid Windows RPC error code.")
RPC_NT_SEC_PKG_ERROR =

(0xC0020057) A security package-specific error occurred.

WindowsError::ErrorCode.new("RPC_NT_SEC_PKG_ERROR",0xC0020057,"A security package-specific error occurred.")
RPC_NT_NOT_CANCELLED =

(0xC0020058) The thread was not canceled.

WindowsError::ErrorCode.new("RPC_NT_NOT_CANCELLED",0xC0020058,"The thread was not canceled.")
RPC_NT_INVALID_ASYNC_HANDLE =

(0xC0020062) Invalid asynchronous RPC handle.

WindowsError::ErrorCode.new("RPC_NT_INVALID_ASYNC_HANDLE",0xC0020062,"Invalid asynchronous RPC handle.")
RPC_NT_INVALID_ASYNC_CALL =

(0xC0020063) Invalid asynchronous RPC call handle for this operation.

WindowsError::ErrorCode.new("RPC_NT_INVALID_ASYNC_CALL",0xC0020063,"Invalid asynchronous RPC call handle for this operation.")
RPC_NT_PROXY_ACCESS_DENIED =

(0xC0020064) Access to the HTTP proxy is denied.

WindowsError::ErrorCode.new("RPC_NT_PROXY_ACCESS_DENIED",0xC0020064,"Access to the HTTP proxy is denied.")
RPC_NT_NO_MORE_ENTRIES =

(0xC0030001) The list of RPC servers available for auto-handle binding has been exhausted.

WindowsError::ErrorCode.new("RPC_NT_NO_MORE_ENTRIES",0xC0030001,"The list of RPC servers available for auto-handle binding has been exhausted.")
RPC_NT_SS_CHAR_TRANS_OPEN_FAIL =

(0xC0030002) The file designated by DCERPCCHARTRANS cannot be opened.

WindowsError::ErrorCode.new("RPC_NT_SS_CHAR_TRANS_OPEN_FAIL",0xC0030002,"The file designated by DCERPCCHARTRANS cannot be opened.")
RPC_NT_SS_CHAR_TRANS_SHORT_FILE =

(0xC0030003) The file containing the character translation table has fewer than 512 bytes.

WindowsError::ErrorCode.new("RPC_NT_SS_CHAR_TRANS_SHORT_FILE",0xC0030003,"The file containing the character translation table has fewer than 512 bytes.")
RPC_NT_SS_IN_NULL_CONTEXT =

(0xC0030004) A null context handle is passed as an [in] parameter.

WindowsError::ErrorCode.new("RPC_NT_SS_IN_NULL_CONTEXT",0xC0030004,"A null context handle is passed as an [in] parameter.")
RPC_NT_SS_CONTEXT_MISMATCH =

(0xC0030005) The context handle does not match any known context handles.

WindowsError::ErrorCode.new("RPC_NT_SS_CONTEXT_MISMATCH",0xC0030005,"The context handle does not match any known context handles.")
RPC_NT_SS_CONTEXT_DAMAGED =

(0xC0030006) The context handle changed during a call.

WindowsError::ErrorCode.new("RPC_NT_SS_CONTEXT_DAMAGED",0xC0030006,"The context handle changed during a call.")
RPC_NT_SS_HANDLES_MISMATCH =

(0xC0030007) The binding handles passed to an RPC do not match.

WindowsError::ErrorCode.new("RPC_NT_SS_HANDLES_MISMATCH",0xC0030007,"The binding handles passed to an RPC do not match.")
RPC_NT_SS_CANNOT_GET_CALL_HANDLE =

(0xC0030008) The stub is unable to get the call handle.

WindowsError::ErrorCode.new("RPC_NT_SS_CANNOT_GET_CALL_HANDLE",0xC0030008,"The stub is unable to get the call handle.")
RPC_NT_NULL_REF_POINTER =

(0xC0030009) A null reference pointer was passed to the stub.

WindowsError::ErrorCode.new("RPC_NT_NULL_REF_POINTER",0xC0030009,"A null reference pointer was passed to the stub.")
RPC_NT_ENUM_VALUE_OUT_OF_RANGE =

(0xC003000A) The enumeration value is out of range.

WindowsError::ErrorCode.new("RPC_NT_ENUM_VALUE_OUT_OF_RANGE",0xC003000A,"The enumeration value is out of range.")
RPC_NT_BYTE_COUNT_TOO_SMALL =

(0xC003000B) The byte count is too small.

WindowsError::ErrorCode.new("RPC_NT_BYTE_COUNT_TOO_SMALL",0xC003000B,"The byte count is too small.")
RPC_NT_BAD_STUB_DATA =

(0xC003000C) The stub received bad data.

WindowsError::ErrorCode.new("RPC_NT_BAD_STUB_DATA",0xC003000C,"The stub received bad data.")
RPC_NT_INVALID_ES_ACTION =

(0xC0030059) Invalid operation on the encoding/decoding handle.

WindowsError::ErrorCode.new("RPC_NT_INVALID_ES_ACTION",0xC0030059,"Invalid operation on the encoding/decoding handle.")
RPC_NT_WRONG_ES_VERSION =

(0xC003005A) Incompatible version of the serializing package.

WindowsError::ErrorCode.new("RPC_NT_WRONG_ES_VERSION",0xC003005A,"Incompatible version of the serializing package.")
RPC_NT_WRONG_STUB_VERSION =

(0xC003005B) Incompatible version of the RPC stub.

WindowsError::ErrorCode.new("RPC_NT_WRONG_STUB_VERSION",0xC003005B,"Incompatible version of the RPC stub.")
RPC_NT_INVALID_PIPE_OBJECT =

(0xC003005C) The RPC pipe object is invalid or corrupt.

WindowsError::ErrorCode.new("RPC_NT_INVALID_PIPE_OBJECT",0xC003005C,"The RPC pipe object is invalid or corrupt.")
RPC_NT_INVALID_PIPE_OPERATION =

(0xC003005D) An invalid operation was attempted on an RPC pipe object.

WindowsError::ErrorCode.new("RPC_NT_INVALID_PIPE_OPERATION",0xC003005D,"An invalid operation was attempted on an RPC pipe object.")
RPC_NT_WRONG_PIPE_VERSION =

(0xC003005E) Unsupported RPC pipe version.

WindowsError::ErrorCode.new("RPC_NT_WRONG_PIPE_VERSION",0xC003005E,"Unsupported RPC pipe version.")
RPC_NT_PIPE_CLOSED =

(0xC003005F) The RPC pipe object has already been closed.

WindowsError::ErrorCode.new("RPC_NT_PIPE_CLOSED",0xC003005F,"The RPC pipe object has already been closed.")
RPC_NT_PIPE_DISCIPLINE_ERROR =

(0xC0030060) The RPC call completed before all pipes were processed.

WindowsError::ErrorCode.new("RPC_NT_PIPE_DISCIPLINE_ERROR",0xC0030060,"The RPC call completed before all pipes were processed.")
RPC_NT_PIPE_EMPTY =

(0xC0030061) No more data is available from the RPC pipe.

WindowsError::ErrorCode.new("RPC_NT_PIPE_EMPTY",0xC0030061,"No more data is available from the RPC pipe.")
STATUS_PNP_BAD_MPS_TABLE =

(0xC0040035) A device is missing in the system BIOS MPS table. This device will not be used. Contact your system vendor for a system BIOS update.

WindowsError::ErrorCode.new("STATUS_PNP_BAD_MPS_TABLE",0xC0040035,"A device is missing in the system BIOS MPS table. This device will not be used. Contact your system vendor for a system BIOS update.")
STATUS_PNP_TRANSLATION_FAILED =

(0xC0040036) A translator failed to translate resources.

WindowsError::ErrorCode.new("STATUS_PNP_TRANSLATION_FAILED",0xC0040036,"A translator failed to translate resources.")
STATUS_PNP_IRQ_TRANSLATION_FAILED =

(0xC0040037) An IRQ translator failed to translate resources.

WindowsError::ErrorCode.new("STATUS_PNP_IRQ_TRANSLATION_FAILED",0xC0040037,"An IRQ translator failed to translate resources.")
STATUS_PNP_INVALID_ID =

(0xC0040038) Driver %2 returned an invalid ID for a child device (%3).

WindowsError::ErrorCode.new("STATUS_PNP_INVALID_ID",0xC0040038,"Driver %2 returned an invalid ID for a child device (%3).")
STATUS_IO_REISSUE_AS_CACHED =

(0xC0040039) Reissue the given operation as a cached I/O operation

WindowsError::ErrorCode.new("STATUS_IO_REISSUE_AS_CACHED",0xC0040039,"Reissue the given operation as a cached I/O operation")
STATUS_CTX_WINSTATION_NAME_INVALID =

(0xC00A0001) Session name %1 is invalid.

WindowsError::ErrorCode.new("STATUS_CTX_WINSTATION_NAME_INVALID",0xC00A0001,"Session name %1 is invalid.")
STATUS_CTX_INVALID_PD =

(0xC00A0002) The protocol driver %1 is invalid.

WindowsError::ErrorCode.new("STATUS_CTX_INVALID_PD",0xC00A0002,"The protocol driver %1 is invalid.")
STATUS_CTX_PD_NOT_FOUND =

(0xC00A0003) The protocol driver %1 was not found in the system path.

WindowsError::ErrorCode.new("STATUS_CTX_PD_NOT_FOUND",0xC00A0003,"The protocol driver %1 was not found in the system path.")
STATUS_CTX_CLOSE_PENDING =

(0xC00A0006) A close operation is pending on the terminal connection.

WindowsError::ErrorCode.new("STATUS_CTX_CLOSE_PENDING",0xC00A0006,"A close operation is pending on the terminal connection.")
STATUS_CTX_NO_OUTBUF =

(0xC00A0007) No free output buffers are available.

WindowsError::ErrorCode.new("STATUS_CTX_NO_OUTBUF",0xC00A0007,"No free output buffers are available.")
STATUS_CTX_MODEM_INF_NOT_FOUND =

(0xC00A0008) The MODEM.INF file was not found.

WindowsError::ErrorCode.new("STATUS_CTX_MODEM_INF_NOT_FOUND",0xC00A0008,"The MODEM.INF file was not found.")
STATUS_CTX_INVALID_MODEMNAME =

(0xC00A0009) The modem (%1) was not found in the MODEM.INF file.

WindowsError::ErrorCode.new("STATUS_CTX_INVALID_MODEMNAME",0xC00A0009,"The modem (%1) was not found in the MODEM.INF file.")
STATUS_CTX_RESPONSE_ERROR =

(0xC00A000A) The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.

WindowsError::ErrorCode.new("STATUS_CTX_RESPONSE_ERROR",0xC00A000A,"The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.")
STATUS_CTX_MODEM_RESPONSE_TIMEOUT =

(0xC00A000B) The modem did not respond to the command sent to it. Verify that the modem cable is properly attached and the modem is turned on.

WindowsError::ErrorCode.new("STATUS_CTX_MODEM_RESPONSE_TIMEOUT",0xC00A000B,"The modem did not respond to the command sent to it. Verify that the modem cable is properly attached and the modem is turned on.")
STATUS_CTX_MODEM_RESPONSE_NO_CARRIER =

(0xC00A000C) Carrier detection has failed or the carrier has been dropped due to disconnection.

WindowsError::ErrorCode.new("STATUS_CTX_MODEM_RESPONSE_NO_CARRIER",0xC00A000C,"Carrier detection has failed or the carrier has been dropped due to disconnection.")
STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE =

(0xC00A000D) A dial tone was not detected within the required time. Verify that the phone cable is properly attached and functional.

WindowsError::ErrorCode.new("STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE",0xC00A000D,"A dial tone was not detected within the required time. Verify that the phone cable is properly attached and functional.")
STATUS_CTX_MODEM_RESPONSE_BUSY =

(0xC00A000E) A busy signal was detected at a remote site on callback.

WindowsError::ErrorCode.new("STATUS_CTX_MODEM_RESPONSE_BUSY",0xC00A000E,"A busy signal was detected at a remote site on callback.")
STATUS_CTX_MODEM_RESPONSE_VOICE =

(0xC00A000F) A voice was detected at a remote site on callback.

WindowsError::ErrorCode.new("STATUS_CTX_MODEM_RESPONSE_VOICE",0xC00A000F,"A voice was detected at a remote site on callback.")
STATUS_CTX_TD_ERROR =

(0xC00A0010) Transport driver error.

WindowsError::ErrorCode.new("STATUS_CTX_TD_ERROR",0xC00A0010,"Transport driver error.")
STATUS_CTX_LICENSE_CLIENT_INVALID =

(0xC00A0012) The client you are using is not licensed to use this system. Your logon request is denied.

WindowsError::ErrorCode.new("STATUS_CTX_LICENSE_CLIENT_INVALID",0xC00A0012,"The client you are using is not licensed to use this system. Your logon request is denied.")
STATUS_CTX_LICENSE_NOT_AVAILABLE =

(0xC00A0013) The system has reached its licensed logon limit. Try again later.

WindowsError::ErrorCode.new("STATUS_CTX_LICENSE_NOT_AVAILABLE",0xC00A0013,"The system has reached its licensed logon limit. Try again later.")
STATUS_CTX_LICENSE_EXPIRED =

(0xC00A0014) The system license has expired. Your logon request is denied.

WindowsError::ErrorCode.new("STATUS_CTX_LICENSE_EXPIRED",0xC00A0014,"The system license has expired. Your logon request is denied.")
STATUS_CTX_WINSTATION_NOT_FOUND =

(0xC00A0015) The specified session cannot be found.

WindowsError::ErrorCode.new("STATUS_CTX_WINSTATION_NOT_FOUND",0xC00A0015,"The specified session cannot be found.")
STATUS_CTX_WINSTATION_NAME_COLLISION =

(0xC00A0016) The specified session name is already in use.

WindowsError::ErrorCode.new("STATUS_CTX_WINSTATION_NAME_COLLISION",0xC00A0016,"The specified session name is already in use.")
STATUS_CTX_WINSTATION_BUSY =

(0xC00A0017) The requested operation cannot be completed because the terminal connection is currently processing a connect, disconnect, reset, or delete operation.

WindowsError::ErrorCode.new("STATUS_CTX_WINSTATION_BUSY",0xC00A0017,"The requested operation cannot be completed because the terminal connection is currently processing a connect, disconnect, reset, or delete operation.")
STATUS_CTX_BAD_VIDEO_MODE =

(0xC00A0018) An attempt has been made to connect to a session whose video mode is not supported by the current client.

WindowsError::ErrorCode.new("STATUS_CTX_BAD_VIDEO_MODE",0xC00A0018,"An attempt has been made to connect to a session whose video mode is not supported by the current client.")
STATUS_CTX_GRAPHICS_INVALID =

(0xC00A0022) The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.

WindowsError::ErrorCode.new("STATUS_CTX_GRAPHICS_INVALID",0xC00A0022,"The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.")
STATUS_CTX_NOT_CONSOLE =

(0xC00A0024) The 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.

WindowsError::ErrorCode.new("STATUS_CTX_NOT_CONSOLE",0xC00A0024,"The 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_TIMEOUT =

(0xC00A0026) The client failed to respond to the server connect message.

WindowsError::ErrorCode.new("STATUS_CTX_CLIENT_QUERY_TIMEOUT",0xC00A0026,"The client failed to respond to the server connect message.")
STATUS_CTX_CONSOLE_DISCONNECT =

(0xC00A0027) Disconnecting the console session is not supported.

WindowsError::ErrorCode.new("STATUS_CTX_CONSOLE_DISCONNECT",0xC00A0027,"Disconnecting the console session is not supported.")
STATUS_CTX_CONSOLE_CONNECT =

(0xC00A0028) Reconnecting a disconnected session to the console is not supported.

WindowsError::ErrorCode.new("STATUS_CTX_CONSOLE_CONNECT",0xC00A0028,"Reconnecting a disconnected session to the console is not supported.")
STATUS_CTX_SHADOW_DENIED =

(0xC00A002A) The request to control another session remotely was denied.

WindowsError::ErrorCode.new("STATUS_CTX_SHADOW_DENIED",0xC00A002A,"The request to control another session remotely was denied.")
STATUS_CTX_WINSTATION_ACCESS_DENIED =

(0xC00A002B) A process has requested access to a session, but has not been granted those access rights.

WindowsError::ErrorCode.new("STATUS_CTX_WINSTATION_ACCESS_DENIED",0xC00A002B,"A process has requested access to a session, but has not been granted those access rights.")
STATUS_CTX_INVALID_WD =

(0xC00A002E) The terminal connection driver %1 is invalid.

WindowsError::ErrorCode.new("STATUS_CTX_INVALID_WD",0xC00A002E,"The terminal connection driver %1 is invalid.")
STATUS_CTX_WD_NOT_FOUND =

(0xC00A002F) The terminal connection driver %1 was not found in the system path.

WindowsError::ErrorCode.new("STATUS_CTX_WD_NOT_FOUND",0xC00A002F,"The terminal connection driver %1 was not found in the system path.")
STATUS_CTX_SHADOW_INVALID =

(0xC00A0030) The 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, or other sessions from the console.

WindowsError::ErrorCode.new("STATUS_CTX_SHADOW_INVALID",0xC00A0030,"The 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, or other sessions from the console.")
STATUS_CTX_SHADOW_DISABLED =

(0xC00A0031) The requested session is not configured to allow remote control.

WindowsError::ErrorCode.new("STATUS_CTX_SHADOW_DISABLED",0xC00A0031,"The requested session is not configured to allow remote control.")
STATUS_RDP_PROTOCOL_ERROR =

(0xC00A0032) The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.

WindowsError::ErrorCode.new("STATUS_RDP_PROTOCOL_ERROR",0xC00A0032,"The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.")
STATUS_CTX_CLIENT_LICENSE_NOT_SET =

(0xC00A0033) Your 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. Contact your system administrator for help in entering a valid, unique license number for this terminal server client. Click OK to continue.

WindowsError::ErrorCode.new("STATUS_CTX_CLIENT_LICENSE_NOT_SET",0xC00A0033,"Your 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. Contact 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_USE =

(0xC00A0034) Your request to connect to this terminal server has been rejected. Your terminal server client license number is currently being used by another user. Contact your system administrator to obtain a new copy of the terminal server client with a valid, unique license number. Click OK to continue.

WindowsError::ErrorCode.new("STATUS_CTX_CLIENT_LICENSE_IN_USE",0xC00A0034,"Your request to connect to this terminal server has been rejected. Your terminal server client license number is currently being used by another user. Contact 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_CHANGE =

(0xC00A0035) The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.

WindowsError::ErrorCode.new("STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE",0xC00A0035,"The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported.")
STATUS_CTX_SHADOW_NOT_RUNNING =

(0xC00A0036) Remote control could not be terminated because the specified session is not currently being remotely controlled.

WindowsError::ErrorCode.new("STATUS_CTX_SHADOW_NOT_RUNNING",0xC00A0036,"Remote control could not be terminated because the specified session is not currently being remotely controlled.")
STATUS_CTX_LOGON_DISABLED =

(0xC00A0037) Your interactive logon privilege has been disabled. Contact your system administrator.

WindowsError::ErrorCode.new("STATUS_CTX_LOGON_DISABLED",0xC00A0037,"Your interactive logon privilege has been disabled. Contact your system administrator.")
STATUS_CTX_SECURITY_LAYER_ERROR =

(0xC00A0038) The terminal server security layer detected an error in the protocol stream and has disconnected the client.

WindowsError::ErrorCode.new("STATUS_CTX_SECURITY_LAYER_ERROR",0xC00A0038,"The terminal server security layer detected an error in the protocol stream and has disconnected the client.")
STATUS_TS_INCOMPATIBLE_SESSIONS =

(0xC00A0039) The target session is incompatible with the current session.

WindowsError::ErrorCode.new("STATUS_TS_INCOMPATIBLE_SESSIONS",0xC00A0039,"The target session is incompatible with the current session.")
STATUS_MUI_FILE_NOT_FOUND =

(0xC00B0001) The resource loader failed to find an MUI file.

WindowsError::ErrorCode.new("STATUS_MUI_FILE_NOT_FOUND",0xC00B0001,"The resource loader failed to find an MUI file.")
STATUS_MUI_INVALID_FILE =

(0xC00B0002) The resource loader failed to load an MUI file because the file failed to pass validation.

WindowsError::ErrorCode.new("STATUS_MUI_INVALID_FILE",0xC00B0002,"The resource loader failed to load an MUI file because the file failed to pass validation.")
STATUS_MUI_INVALID_RC_CONFIG =

(0xC00B0003) The RC manifest is corrupted with garbage data, is an unsupported version, or is missing a required item.

WindowsError::ErrorCode.new("STATUS_MUI_INVALID_RC_CONFIG",0xC00B0003,"The RC manifest is corrupted with garbage data, is an unsupported version, or is missing a required item.")
STATUS_MUI_INVALID_LOCALE_NAME =

(0xC00B0004) The RC manifest has an invalid culture name.

WindowsError::ErrorCode.new("STATUS_MUI_INVALID_LOCALE_NAME",0xC00B0004,"The RC manifest has an invalid culture name.")
STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME =

(0xC00B0005) The RC manifest has and invalid ultimate fallback name.

WindowsError::ErrorCode.new("STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME",0xC00B0005,"The RC manifest has and invalid ultimate fallback name.")
STATUS_MUI_FILE_NOT_LOADED =

(0xC00B0006) The resource loader cache does not have a loaded MUI entry.

WindowsError::ErrorCode.new("STATUS_MUI_FILE_NOT_LOADED",0xC00B0006,"The resource loader cache does not have a loaded MUI entry.")
STATUS_RESOURCE_ENUM_USER_STOP =

(0xC00B0007) The user stopped resource enumeration.

WindowsError::ErrorCode.new("STATUS_RESOURCE_ENUM_USER_STOP",0xC00B0007,"The user stopped resource enumeration.")
STATUS_CLUSTER_INVALID_NODE =

(0xC0130001) The cluster node is not valid.

WindowsError::ErrorCode.new("STATUS_CLUSTER_INVALID_NODE",0xC0130001,"The cluster node is not valid.")
STATUS_CLUSTER_NODE_EXISTS =

(0xC0130002) The cluster node already exists.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_EXISTS",0xC0130002,"The cluster node already exists.")
STATUS_CLUSTER_JOIN_IN_PROGRESS =

(0xC0130003) A node is in the process of joining the cluster.

WindowsError::ErrorCode.new("STATUS_CLUSTER_JOIN_IN_PROGRESS",0xC0130003,"A node is in the process of joining the cluster.")
STATUS_CLUSTER_NODE_NOT_FOUND =

(0xC0130004) The cluster node was not found.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_NOT_FOUND",0xC0130004,"The cluster node was not found.")
STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND =

(0xC0130005) The cluster local node information was not found.

WindowsError::ErrorCode.new("STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND",0xC0130005,"The cluster local node information was not found.")
STATUS_CLUSTER_NETWORK_EXISTS =

(0xC0130006) The cluster network already exists.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NETWORK_EXISTS",0xC0130006,"The cluster network already exists.")
STATUS_CLUSTER_NETWORK_NOT_FOUND =

(0xC0130007) The cluster network was not found.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NETWORK_NOT_FOUND",0xC0130007,"The cluster network was not found.")
STATUS_CLUSTER_NETINTERFACE_EXISTS =

(0xC0130008) The cluster network interface already exists.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NETINTERFACE_EXISTS",0xC0130008,"The cluster network interface already exists.")
STATUS_CLUSTER_NETINTERFACE_NOT_FOUND =

(0xC0130009) The cluster network interface was not found.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NETINTERFACE_NOT_FOUND",0xC0130009,"The cluster network interface was not found.")
STATUS_CLUSTER_INVALID_REQUEST =

(0xC013000A) The cluster request is not valid for this object.

WindowsError::ErrorCode.new("STATUS_CLUSTER_INVALID_REQUEST",0xC013000A,"The cluster request is not valid for this object.")
STATUS_CLUSTER_INVALID_NETWORK_PROVIDER =

(0xC013000B) The cluster network provider is not valid.

WindowsError::ErrorCode.new("STATUS_CLUSTER_INVALID_NETWORK_PROVIDER",0xC013000B,"The cluster network provider is not valid.")
STATUS_CLUSTER_NODE_DOWN =

(0xC013000C) The cluster node is down.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_DOWN",0xC013000C,"The cluster node is down.")
STATUS_CLUSTER_NODE_UNREACHABLE =

(0xC013000D) The cluster node is not reachable.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_UNREACHABLE",0xC013000D,"The cluster node is not reachable.")
STATUS_CLUSTER_NODE_NOT_MEMBER =

(0xC013000E) The cluster node is not a member of the cluster.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_NOT_MEMBER",0xC013000E,"The cluster node is not a member of the cluster.")
STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS =

(0xC013000F) A cluster join operation is not in progress.

WindowsError::ErrorCode.new("STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS",0xC013000F,"A cluster join operation is not in progress.")
STATUS_CLUSTER_INVALID_NETWORK =

(0xC0130010) The cluster network is not valid.

WindowsError::ErrorCode.new("STATUS_CLUSTER_INVALID_NETWORK",0xC0130010,"The cluster network is not valid.")
STATUS_CLUSTER_NO_NET_ADAPTERS =

(0xC0130011) No network adapters are available.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NO_NET_ADAPTERS",0xC0130011,"No network adapters are available.")
STATUS_CLUSTER_NODE_UP =

(0xC0130012) The cluster node is up.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_UP",0xC0130012,"The cluster node is up.")
STATUS_CLUSTER_NODE_PAUSED =

(0xC0130013) The cluster node is paused.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_PAUSED",0xC0130013,"The cluster node is paused.")
STATUS_CLUSTER_NODE_NOT_PAUSED =

(0xC0130014) The cluster node is not paused.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NODE_NOT_PAUSED",0xC0130014,"The cluster node is not paused.")
STATUS_CLUSTER_NO_SECURITY_CONTEXT =

(0xC0130015) No cluster security context is available.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NO_SECURITY_CONTEXT",0xC0130015,"No cluster security context is available.")
STATUS_CLUSTER_NETWORK_NOT_INTERNAL =

(0xC0130016) The cluster network is not configured for internal cluster communication.

WindowsError::ErrorCode.new("STATUS_CLUSTER_NETWORK_NOT_INTERNAL",0xC0130016,"The cluster network is not configured for internal cluster communication.")
STATUS_CLUSTER_POISONED =

(0xC0130017) The cluster node has been poisoned.

WindowsError::ErrorCode.new("STATUS_CLUSTER_POISONED",0xC0130017,"The cluster node has been poisoned.")
STATUS_ACPI_INVALID_OPCODE =

(0xC0140001) An attempt was made to run an invalid AML opcode.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_OPCODE",0xC0140001,"An attempt was made to run an invalid AML opcode.")
STATUS_ACPI_STACK_OVERFLOW =

(0xC0140002) The AML interpreter stack has overflowed.

WindowsError::ErrorCode.new("STATUS_ACPI_STACK_OVERFLOW",0xC0140002,"The AML interpreter stack has overflowed.")
STATUS_ACPI_ASSERT_FAILED =

(0xC0140003) An inconsistent state has occurred.

WindowsError::ErrorCode.new("STATUS_ACPI_ASSERT_FAILED",0xC0140003,"An inconsistent state has occurred.")
STATUS_ACPI_INVALID_INDEX =

(0xC0140004) An attempt was made to access an array outside its bounds.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_INDEX",0xC0140004,"An attempt was made to access an array outside its bounds.")
STATUS_ACPI_INVALID_ARGUMENT =

(0xC0140005) A required argument was not specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_ARGUMENT",0xC0140005,"A required argument was not specified.")
STATUS_ACPI_FATAL =

(0xC0140006) A fatal error has occurred.

WindowsError::ErrorCode.new("STATUS_ACPI_FATAL",0xC0140006,"A fatal error has occurred.")
STATUS_ACPI_INVALID_SUPERNAME =

(0xC0140007) An invalid SuperName was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_SUPERNAME",0xC0140007,"An invalid SuperName was specified.")
STATUS_ACPI_INVALID_ARGTYPE =

(0xC0140008) An argument with an incorrect type was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_ARGTYPE",0xC0140008,"An argument with an incorrect type was specified.")
STATUS_ACPI_INVALID_OBJTYPE =

(0xC0140009) An object with an incorrect type was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_OBJTYPE",0xC0140009,"An object with an incorrect type was specified.")
STATUS_ACPI_INVALID_TARGETTYPE =

(0xC014000A) A target with an incorrect type was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_TARGETTYPE",0xC014000A,"A target with an incorrect type was specified.")
STATUS_ACPI_INCORRECT_ARGUMENT_COUNT =

(0xC014000B) An incorrect number of arguments was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INCORRECT_ARGUMENT_COUNT",0xC014000B,"An incorrect number of arguments was specified.")
STATUS_ACPI_ADDRESS_NOT_MAPPED =

(0xC014000C) An address failed to translate.

WindowsError::ErrorCode.new("STATUS_ACPI_ADDRESS_NOT_MAPPED",0xC014000C,"An address failed to translate.")
STATUS_ACPI_INVALID_EVENTTYPE =

(0xC014000D) An incorrect event type was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_EVENTTYPE",0xC014000D,"An incorrect event type was specified.")
STATUS_ACPI_HANDLER_COLLISION =

(0xC014000E) A handler for the target already exists.

WindowsError::ErrorCode.new("STATUS_ACPI_HANDLER_COLLISION",0xC014000E,"A handler for the target already exists.")
STATUS_ACPI_INVALID_DATA =

(0xC014000F) Invalid data for the target was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_DATA",0xC014000F,"Invalid data for the target was specified.")
STATUS_ACPI_INVALID_REGION =

(0xC0140010) An invalid region for the target was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_REGION",0xC0140010,"An invalid region for the target was specified.")
STATUS_ACPI_INVALID_ACCESS_SIZE =

(0xC0140011) An attempt was made to access a field outside the defined range.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_ACCESS_SIZE",0xC0140011,"An attempt was made to access a field outside the defined range.")
STATUS_ACPI_ACQUIRE_GLOBAL_LOCK =

(0xC0140012) The global system lock could not be acquired.

WindowsError::ErrorCode.new("STATUS_ACPI_ACQUIRE_GLOBAL_LOCK",0xC0140012,"The global system lock could not be acquired.")
STATUS_ACPI_ALREADY_INITIALIZED =

(0xC0140013) An attempt was made to reinitialize the ACPI subsystem.

WindowsError::ErrorCode.new("STATUS_ACPI_ALREADY_INITIALIZED",0xC0140013,"An attempt was made to reinitialize the ACPI subsystem.")
STATUS_ACPI_NOT_INITIALIZED =

(0xC0140014) The ACPI subsystem has not been initialized.

WindowsError::ErrorCode.new("STATUS_ACPI_NOT_INITIALIZED",0xC0140014,"The ACPI subsystem has not been initialized.")
STATUS_ACPI_INVALID_MUTEX_LEVEL =

(0xC0140015) An incorrect mutex was specified.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_MUTEX_LEVEL",0xC0140015,"An incorrect mutex was specified.")
STATUS_ACPI_MUTEX_NOT_OWNED =

(0xC0140016) The mutex is not currently owned.

WindowsError::ErrorCode.new("STATUS_ACPI_MUTEX_NOT_OWNED",0xC0140016,"The mutex is not currently owned.")
STATUS_ACPI_MUTEX_NOT_OWNER =

(0xC0140017) An attempt was made to access the mutex by a process that was not the owner.

WindowsError::ErrorCode.new("STATUS_ACPI_MUTEX_NOT_OWNER",0xC0140017,"An attempt was made to access the mutex by a process that was not the owner.")
STATUS_ACPI_RS_ACCESS =

(0xC0140018) An error occurred during an access to region space.

WindowsError::ErrorCode.new("STATUS_ACPI_RS_ACCESS",0xC0140018,"An error occurred during an access to region space.")
STATUS_ACPI_INVALID_TABLE =

(0xC0140019) An attempt was made to use an incorrect table.

WindowsError::ErrorCode.new("STATUS_ACPI_INVALID_TABLE",0xC0140019,"An attempt was made to use an incorrect table.")
STATUS_ACPI_REG_HANDLER_FAILED =

(0xC0140020) The registration of an ACPI event failed.

WindowsError::ErrorCode.new("STATUS_ACPI_REG_HANDLER_FAILED",0xC0140020,"The registration of an ACPI event failed.")
STATUS_ACPI_POWER_REQUEST_FAILED =

(0xC0140021) An ACPI power object failed to transition state.

WindowsError::ErrorCode.new("STATUS_ACPI_POWER_REQUEST_FAILED",0xC0140021,"An ACPI power object failed to transition state.")
STATUS_SXS_SECTION_NOT_FOUND =

(0xC0150001) The requested section is not present in the activation context.

WindowsError::ErrorCode.new("STATUS_SXS_SECTION_NOT_FOUND",0xC0150001,"The requested section is not present in the activation context.")
STATUS_SXS_CANT_GEN_ACTCTX =

(0xC0150002) Windows was unble to process the application binding information. Refer to the system event log for further information.

WindowsError::ErrorCode.new("STATUS_SXS_CANT_GEN_ACTCTX",0xC0150002,"Windows was unble to process the application binding information. Refer to the system event log for further information.")
STATUS_SXS_INVALID_ACTCTXDATA_FORMAT =

(0xC0150003) The application binding data format is invalid.

WindowsError::ErrorCode.new("STATUS_SXS_INVALID_ACTCTXDATA_FORMAT",0xC0150003,"The application binding data format is invalid.")
STATUS_SXS_ASSEMBLY_NOT_FOUND =

(0xC0150004) The referenced assembly is not installed on the system.

WindowsError::ErrorCode.new("STATUS_SXS_ASSEMBLY_NOT_FOUND",0xC0150004,"The referenced assembly is not installed on the system.")
STATUS_SXS_MANIFEST_FORMAT_ERROR =

(0xC0150005) The manifest file does not begin with the required tag and format information.

WindowsError::ErrorCode.new("STATUS_SXS_MANIFEST_FORMAT_ERROR",0xC0150005,"The manifest file does not begin with the required tag and format information.")
STATUS_SXS_MANIFEST_PARSE_ERROR =

(0xC0150006) The manifest file contains one or more syntax errors.

WindowsError::ErrorCode.new("STATUS_SXS_MANIFEST_PARSE_ERROR",0xC0150006,"The manifest file contains one or more syntax errors.")
STATUS_SXS_ACTIVATION_CONTEXT_DISABLED =

(0xC0150007) The application attempted to activate a disabled activation context.

WindowsError::ErrorCode.new("STATUS_SXS_ACTIVATION_CONTEXT_DISABLED",0xC0150007,"The application attempted to activate a disabled activation context.")
STATUS_SXS_KEY_NOT_FOUND =

(0xC0150008) The requested lookup key was not found in any active activation context.

WindowsError::ErrorCode.new("STATUS_SXS_KEY_NOT_FOUND",0xC0150008,"The requested lookup key was not found in any active activation context.")
STATUS_SXS_VERSION_CONFLICT =

(0xC0150009) A component version required by the application conflicts with another component version that is already active.

WindowsError::ErrorCode.new("STATUS_SXS_VERSION_CONFLICT",0xC0150009,"A component version required by the application conflicts with another component version that is already active.")
STATUS_SXS_WRONG_SECTION_TYPE =

(0xC015000A) The type requested activation context section does not match the query API used.

WindowsError::ErrorCode.new("STATUS_SXS_WRONG_SECTION_TYPE",0xC015000A,"The type requested activation context section does not match the query API used.")
STATUS_SXS_THREAD_QUERIES_DISABLED =

(0xC015000B) Lack of system resources has required isolated activation to be disabled for the current thread of execution.

WindowsError::ErrorCode.new("STATUS_SXS_THREAD_QUERIES_DISABLED",0xC015000B,"Lack of system resources has required isolated activation to be disabled for the current thread of execution.")
STATUS_SXS_ASSEMBLY_MISSING =

(0xC015000C) The referenced assembly could not be found.

WindowsError::ErrorCode.new("STATUS_SXS_ASSEMBLY_MISSING",0xC015000C,"The referenced assembly could not be found.")
STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET =

(0xC015000E) An attempt to set the process default activation context failed because the process default activation context was already set.

WindowsError::ErrorCode.new("STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET",0xC015000E,"An attempt to set the process default activation context failed because the process default activation context was already set.")
STATUS_SXS_EARLY_DEACTIVATION =

(0xC015000F) The activation context being deactivated is not the most recently activated one.

WindowsError::ErrorCode.new("STATUS_SXS_EARLY_DEACTIVATION",0xC015000F,"The activation context being deactivated is not the most recently activated one.")
STATUS_SXS_INVALID_DEACTIVATION =

(0xC0150010) The activation context being deactivated is not active for the current thread of execution.

WindowsError::ErrorCode.new("STATUS_SXS_INVALID_DEACTIVATION",0xC0150010,"The activation context being deactivated is not active for the current thread of execution.")
STATUS_SXS_MULTIPLE_DEACTIVATION =

(0xC0150011) The activation context being deactivated has already been deactivated.

WindowsError::ErrorCode.new("STATUS_SXS_MULTIPLE_DEACTIVATION",0xC0150011,"The activation context being deactivated has already been deactivated.")
STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY =

(0xC0150012) The activation context of the system default assembly could not be generated.

WindowsError::ErrorCode.new("STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY",0xC0150012,"The activation context of the system default assembly could not be generated.")
STATUS_SXS_PROCESS_TERMINATION_REQUESTED =

(0xC0150013) A component used by the isolation facility has requested that the process be terminated.

WindowsError::ErrorCode.new("STATUS_SXS_PROCESS_TERMINATION_REQUESTED",0xC0150013,"A component used by the isolation facility has requested that the process be terminated.")
STATUS_SXS_CORRUPT_ACTIVATION_STACK =

(0xC0150014) The activation context activation stack for the running thread of execution is corrupt.

WindowsError::ErrorCode.new("STATUS_SXS_CORRUPT_ACTIVATION_STACK",0xC0150014,"The activation context activation stack for the running thread of execution is corrupt.")
STATUS_SXS_CORRUPTION =

(0xC0150015) The application isolation metadata for this process or thread has become corrupt.

WindowsError::ErrorCode.new("STATUS_SXS_CORRUPTION",0xC0150015,"The application isolation metadata for this process or thread has become corrupt.")
STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE =

(0xC0150016) The value of an attribute in an identity is not within the legal range.

WindowsError::ErrorCode.new("STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE",0xC0150016,"The value of an attribute in an identity is not within the legal range.")
STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME =

(0xC0150017) The name of an attribute in an identity is not within the legal range.

WindowsError::ErrorCode.new("STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME",0xC0150017,"The name of an attribute in an identity is not within the legal range.")
STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE =

(0xC0150018) An identity contains two definitions for the same attribute.

WindowsError::ErrorCode.new("STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE",0xC0150018,"An identity contains two definitions for the same attribute.")
STATUS_SXS_IDENTITY_PARSE_ERROR =

(0xC0150019) The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, a missing attribute name, or a missing attribute value.

WindowsError::ErrorCode.new("STATUS_SXS_IDENTITY_PARSE_ERROR",0xC0150019,"The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, a missing attribute name, or a missing attribute value.")
STATUS_SXS_COMPONENT_STORE_CORRUPT =

(0xC015001A) The component store has become corrupted.

WindowsError::ErrorCode.new("STATUS_SXS_COMPONENT_STORE_CORRUPT",0xC015001A,"The component store has become corrupted.")
STATUS_SXS_FILE_HASH_MISMATCH =

(0xC015001B) A component’s file does not match the verification information present in the component manifest.

WindowsError::ErrorCode.new("STATUS_SXS_FILE_HASH_MISMATCH",0xC015001B,"A component's file does not match the verification information present in the component manifest.")
STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT =

(0xC015001C) The identities of the manifests are identical, but their contents are different.

WindowsError::ErrorCode.new("STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT",0xC015001C,"The identities of the manifests are identical, but their contents are different.")
STATUS_SXS_IDENTITIES_DIFFERENT =

(0xC015001D) The component identities are different.

WindowsError::ErrorCode.new("STATUS_SXS_IDENTITIES_DIFFERENT",0xC015001D,"The component identities are different.")
STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT =

(0xC015001E) The assembly is not a deployment.

WindowsError::ErrorCode.new("STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT",0xC015001E,"The assembly is not a deployment.")
STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY =

(0xC015001F) The file is not a part of the assembly.

WindowsError::ErrorCode.new("STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY",0xC015001F,"The file is not a part of the assembly.")
STATUS_ADVANCED_INSTALLER_FAILED =

(0xC0150020) An advanced installer failed during setup or servicing.

WindowsError::ErrorCode.new("STATUS_ADVANCED_INSTALLER_FAILED",0xC0150020,"An advanced installer failed during setup or servicing.")
STATUS_XML_ENCODING_MISMATCH =

(0xC0150021) The character encoding in the XML declaration did not match the encoding used in the document.

WindowsError::ErrorCode.new("STATUS_XML_ENCODING_MISMATCH",0xC0150021,"The character encoding in the XML declaration did not match the encoding used in the document.")
STATUS_SXS_MANIFEST_TOO_BIG =

(0xC0150022) The size of the manifest exceeds the maximum allowed.

WindowsError::ErrorCode.new("STATUS_SXS_MANIFEST_TOO_BIG",0xC0150022,"The size of the manifest exceeds the maximum allowed.")
STATUS_SXS_SETTING_NOT_REGISTERED =

(0xC0150023) The setting is not registered.

WindowsError::ErrorCode.new("STATUS_SXS_SETTING_NOT_REGISTERED",0xC0150023,"The setting is not registered.")
STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE =

(0xC0150024) One or more required transaction members are not present.

WindowsError::ErrorCode.new("STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE",0xC0150024,"One or more required transaction members are not present.")
STATUS_SMI_PRIMITIVE_INSTALLER_FAILED =

(0xC0150025) The SMI primitive installer failed during setup or servicing.

WindowsError::ErrorCode.new("STATUS_SMI_PRIMITIVE_INSTALLER_FAILED",0xC0150025,"The SMI primitive installer failed during setup or servicing.")
STATUS_GENERIC_COMMAND_FAILED =

(0xC0150026) A generic command executable returned a result that indicates failure.

WindowsError::ErrorCode.new("STATUS_GENERIC_COMMAND_FAILED",0xC0150026,"A generic command executable returned a result that indicates failure.")
STATUS_SXS_FILE_HASH_MISSING =

(0xC0150027) A component is missing file verification information in its manifest.

WindowsError::ErrorCode.new("STATUS_SXS_FILE_HASH_MISSING",0xC0150027,"A component is missing file verification information in its manifest.")
STATUS_TRANSACTIONAL_CONFLICT =

(0xC0190001) The function attempted to use a name that is reserved for use by another transaction.

WindowsError::ErrorCode.new("STATUS_TRANSACTIONAL_CONFLICT",0xC0190001,"The function attempted to use a name that is reserved for use by another transaction.")
STATUS_INVALID_TRANSACTION =

(0xC0190002) The transaction handle associated with this operation is invalid.

WindowsError::ErrorCode.new("STATUS_INVALID_TRANSACTION",0xC0190002,"The transaction handle associated with this operation is invalid.")
STATUS_TRANSACTION_NOT_ACTIVE =

(0xC0190003) The requested operation was made in the context of a transaction that is no longer active.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_NOT_ACTIVE",0xC0190003,"The requested operation was made in the context of a transaction that is no longer active.")
STATUS_TM_INITIALIZATION_FAILED =

(0xC0190004) The transaction manager was unable to be successfully initialized. Transacted operations are not supported.

WindowsError::ErrorCode.new("STATUS_TM_INITIALIZATION_FAILED",0xC0190004,"The transaction manager was unable to be successfully initialized. Transacted operations are not supported.")
STATUS_RM_NOT_ACTIVE =

(0xC0190005) Transaction support within the specified file system resource manager was not started or was shut down due to an error.

WindowsError::ErrorCode.new("STATUS_RM_NOT_ACTIVE",0xC0190005,"Transaction support within the specified file system resource manager was not started or was shut down due to an error.")
STATUS_RM_METADATA_CORRUPT =

(0xC0190006) The metadata of the resource manager has been corrupted. The resource manager will not function.

WindowsError::ErrorCode.new("STATUS_RM_METADATA_CORRUPT",0xC0190006,"The metadata of the resource manager has been corrupted. The resource manager will not function.")
STATUS_TRANSACTION_NOT_JOINED =

(0xC0190007) The resource manager attempted to prepare a transaction that it has not successfully joined.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_NOT_JOINED",0xC0190007,"The resource manager attempted to prepare a transaction that it has not successfully joined.")
STATUS_DIRECTORY_NOT_RM =

(0xC0190008) The specified directory does not contain a file system resource manager.

WindowsError::ErrorCode.new("STATUS_DIRECTORY_NOT_RM",0xC0190008,"The specified directory does not contain a file system resource manager.")
STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE =

(0xC019000A) The remote server or share does not support transacted file operations.

WindowsError::ErrorCode.new("STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE",0xC019000A,"The remote server or share does not support transacted file operations.")
STATUS_LOG_RESIZE_INVALID_SIZE =

(0xC019000B) The requested log size for the file system resource manager is invalid.

WindowsError::ErrorCode.new("STATUS_LOG_RESIZE_INVALID_SIZE",0xC019000B,"The requested log size for the file system resource manager is invalid.")
STATUS_REMOTE_FILE_VERSION_MISMATCH =

(0xC019000C) The remote server sent mismatching version number or Fid for a file opened with transactions.

WindowsError::ErrorCode.new("STATUS_REMOTE_FILE_VERSION_MISMATCH",0xC019000C,"The remote server sent mismatching version number or Fid for a file opened with transactions.")
STATUS_CRM_PROTOCOL_ALREADY_EXISTS =

(0xC019000F) The resource manager tried to register a protocol that already exists.

WindowsError::ErrorCode.new("STATUS_CRM_PROTOCOL_ALREADY_EXISTS",0xC019000F,"The resource manager tried to register a protocol that already exists.")
STATUS_TRANSACTION_PROPAGATION_FAILED =

(0xC0190010) The attempt to propagate the transaction failed.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_PROPAGATION_FAILED",0xC0190010,"The attempt to propagate the transaction failed.")
STATUS_CRM_PROTOCOL_NOT_FOUND =

(0xC0190011) The requested propagation protocol was not registered as a CRM.

WindowsError::ErrorCode.new("STATUS_CRM_PROTOCOL_NOT_FOUND",0xC0190011,"The requested propagation protocol was not registered as a CRM.")
STATUS_TRANSACTION_SUPERIOR_EXISTS =

(0xC0190012) The 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.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_SUPERIOR_EXISTS",0xC0190012,"The 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_VALID =

(0xC0190013) The requested operation is not valid on the transaction object in its current state.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_REQUEST_NOT_VALID",0xC0190013,"The requested operation is not valid on the transaction object in its current state.")
STATUS_TRANSACTION_NOT_REQUESTED =

(0xC0190014) The caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_NOT_REQUESTED",0xC0190014,"The caller has called a response API, but the response is not expected because the transaction manager did not issue the corresponding request to the caller.")
STATUS_TRANSACTION_ALREADY_ABORTED =

(0xC0190015) It is too late to perform the requested operation, because the transaction has already been aborted.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_ALREADY_ABORTED",0xC0190015,"It is too late to perform the requested operation, because the transaction has already been aborted.")
STATUS_TRANSACTION_ALREADY_COMMITTED =

(0xC0190016) It is too late to perform the requested operation, because the transaction has already been committed.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_ALREADY_COMMITTED",0xC0190016,"It is too late to perform the requested operation, because the transaction has already been committed.")
STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER =

(0xC0190017) The buffer passed in to NtPushTransaction or NtPullTransaction is not in a valid format.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER",0xC0190017,"The buffer passed in to NtPushTransaction or NtPullTransaction is not in a valid format.")
STATUS_CURRENT_TRANSACTION_NOT_VALID =

(0xC0190018) The current transaction context associated with the thread is not a valid handle to a transaction object.

WindowsError::ErrorCode.new("STATUS_CURRENT_TRANSACTION_NOT_VALID",0xC0190018,"The current transaction context associated with the thread is not a valid handle to a transaction object.")
STATUS_LOG_GROWTH_FAILED =

(0xC0190019) An attempt to create space in the transactional resource manager’s log failed. The failure status has been recorded in the event log.

WindowsError::ErrorCode.new("STATUS_LOG_GROWTH_FAILED",0xC0190019,"An 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_EXISTS =

(0xC0190021) The object (file, stream, or link) that corresponds to the handle has been deleted by a transaction savepoint rollback.

WindowsError::ErrorCode.new("STATUS_OBJECT_NO_LONGER_EXISTS",0xC0190021,"The object (file, stream, or link) that corresponds to the handle has been deleted by a transaction savepoint rollback.")
STATUS_STREAM_MINIVERSION_NOT_FOUND =

(0xC0190022) The specified file miniversion was not found for this transacted file open.

WindowsError::ErrorCode.new("STATUS_STREAM_MINIVERSION_NOT_FOUND",0xC0190022,"The specified file miniversion was not found for this transacted file open.")
STATUS_STREAM_MINIVERSION_NOT_VALID =

(0xC0190023) The specified file miniversion was found but has been invalidated. The most likely cause is a transaction savepoint rollback.

WindowsError::ErrorCode.new("STATUS_STREAM_MINIVERSION_NOT_VALID",0xC0190023,"The specified file miniversion was found but has been invalidated. The most likely cause is a transaction savepoint rollback.")
STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION =

(0xC0190024) A miniversion may be opened only in the context of the transaction that created it.

WindowsError::ErrorCode.new("STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION",0xC0190024,"A miniversion may be opened only in the context of the transaction that created it.")
STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT =

(0xC0190025) It is not possible to open a miniversion with modify access.

WindowsError::ErrorCode.new("STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT",0xC0190025,"It is not possible to open a miniversion with modify access.")
STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS =

(0xC0190026) It is not possible to create any more miniversions for this stream.

WindowsError::ErrorCode.new("STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS",0xC0190026,"It is not possible to create any more miniversions for this stream.")
STATUS_HANDLE_NO_LONGER_VALID =

(0xC0190028) The 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.

WindowsError::ErrorCode.new("STATUS_HANDLE_NO_LONGER_VALID",0xC0190028,"The 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_DETECTED =

(0xC0190030) The log data is corrupt.

WindowsError::ErrorCode.new("STATUS_LOG_CORRUPTION_DETECTED",0xC0190030,"The log data is corrupt.")
STATUS_RM_DISCONNECTED =

(0xC0190032) The transaction outcome is unavailable because the resource manager responsible for it is disconnected.

WindowsError::ErrorCode.new("STATUS_RM_DISCONNECTED",0xC0190032,"The transaction outcome is unavailable because the resource manager responsible for it is disconnected.")
STATUS_ENLISTMENT_NOT_SUPERIOR =

(0xC0190033) The request was rejected because the enlistment in question is not a superior enlistment.

WindowsError::ErrorCode.new("STATUS_ENLISTMENT_NOT_SUPERIOR",0xC0190033,"The request was rejected because the enlistment in question is not a superior enlistment.")
STATUS_FILE_IDENTITY_NOT_PERSISTENT =

(0xC0190036) The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.

WindowsError::ErrorCode.new("STATUS_FILE_IDENTITY_NOT_PERSISTENT",0xC0190036,"The file cannot be opened in a transaction because its identity depends on the outcome of an unresolved transaction.")
STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY =

(0xC0190037) The operation cannot be performed because another transaction is depending on this property not changing.

WindowsError::ErrorCode.new("STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY",0xC0190037,"The operation cannot be performed because another transaction is depending on this property not changing.")
STATUS_CANT_CROSS_RM_BOUNDARY =

(0xC0190038) The operation would involve a single file with two transactional resource managers and is, therefore, not allowed.

WindowsError::ErrorCode.new("STATUS_CANT_CROSS_RM_BOUNDARY",0xC0190038,"The operation would involve a single file with two transactional resource managers and is, therefore, not allowed.")
STATUS_TXF_DIR_NOT_EMPTY =

(0xC0190039) The $Txf directory must be empty for this operation to succeed.

WindowsError::ErrorCode.new("STATUS_TXF_DIR_NOT_EMPTY",0xC0190039,"The $Txf directory must be empty for this operation to succeed.")
STATUS_INDOUBT_TRANSACTIONS_EXIST =

(0xC019003A) The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.

WindowsError::ErrorCode.new("STATUS_INDOUBT_TRANSACTIONS_EXIST",0xC019003A,"The operation would leave a transactional resource manager in an inconsistent state and is therefore not allowed.")
STATUS_TM_VOLATILE =

(0xC019003B) The operation could not be completed because the transaction manager does not have a log.

WindowsError::ErrorCode.new("STATUS_TM_VOLATILE",0xC019003B,"The operation could not be completed because the transaction manager does not have a log.")
STATUS_ROLLBACK_TIMER_EXPIRED =

(0xC019003C) A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.

WindowsError::ErrorCode.new("STATUS_ROLLBACK_TIMER_EXPIRED",0xC019003C,"A rollback could not be scheduled because a previously scheduled rollback has already executed or been queued for execution.")
STATUS_TXF_ATTRIBUTE_CORRUPT =

(0xC019003D) The transactional metadata attribute on the file or directory %hs is corrupt and unreadable.

WindowsError::ErrorCode.new("STATUS_TXF_ATTRIBUTE_CORRUPT",0xC019003D,"The transactional metadata attribute on the file or directory %hs is corrupt and unreadable.")
STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION =

(0xC019003E) The encryption operation could not be completed because a transaction is active.

WindowsError::ErrorCode.new("STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION",0xC019003E,"The encryption operation could not be completed because a transaction is active.")
STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED =

(0xC019003F) This object is not allowed to be opened in a transaction.

WindowsError::ErrorCode.new("STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED",0xC019003F,"This object is not allowed to be opened in a transaction.")
STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE =

(0xC0190040) Memory mapping (creating a mapped section) a remote file under a transaction is not supported.

WindowsError::ErrorCode.new("STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE",0xC0190040,"Memory mapping (creating a mapped section) a remote file under a transaction is not supported.")
STATUS_TRANSACTION_REQUIRED_PROMOTION =

(0xC0190043) Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_REQUIRED_PROMOTION",0xC0190043,"Promotion was required to allow the resource manager to enlist, but the transaction was set to disallow it.")
STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION =

(0xC0190044) This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.

WindowsError::ErrorCode.new("STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION",0xC0190044,"This file is open for modification in an unresolved transaction and may be opened for execute only by a transacted reader.")
STATUS_TRANSACTIONS_NOT_FROZEN =

(0xC0190045) The request to thaw frozen transactions was ignored because transactions were not previously frozen.

WindowsError::ErrorCode.new("STATUS_TRANSACTIONS_NOT_FROZEN",0xC0190045,"The request to thaw frozen transactions was ignored because transactions were not previously frozen.")
STATUS_TRANSACTION_FREEZE_IN_PROGRESS =

(0xC0190046) Transactions cannot be frozen because a freeze is already in progress.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_FREEZE_IN_PROGRESS",0xC0190046,"Transactions cannot be frozen because a freeze is already in progress.")
STATUS_NOT_SNAPSHOT_VOLUME =

(0xC0190047) The target volume is not a snapshot volume. This operation is valid only on a volume mounted as a snapshot.

WindowsError::ErrorCode.new("STATUS_NOT_SNAPSHOT_VOLUME",0xC0190047,"The target volume is not a snapshot volume. This operation is valid only on a volume mounted as a snapshot.")
STATUS_NO_SAVEPOINT_WITH_OPEN_FILES =

(0xC0190048) The savepoint operation failed because files are open on the transaction, which is not permitted.

WindowsError::ErrorCode.new("STATUS_NO_SAVEPOINT_WITH_OPEN_FILES",0xC0190048,"The savepoint operation failed because files are open on the transaction, which is not permitted.")
STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION =

(0xC0190049) The sparse operation could not be completed because a transaction is active on the file.

WindowsError::ErrorCode.new("STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION",0xC0190049,"The sparse operation could not be completed because a transaction is active on the file.")
STATUS_TM_IDENTITY_MISMATCH =

(0xC019004A) The call to create a transaction manager object failed because the Tm Identity that is stored in the log file does not match the Tm Identity that was passed in as an argument.

WindowsError::ErrorCode.new("STATUS_TM_IDENTITY_MISMATCH",0xC019004A,"The call to create a transaction manager object failed because the Tm Identity that is stored in the log file does not match the Tm Identity that was passed in as an argument.")
STATUS_FLOATED_SECTION =

(0xC019004B) I/O was attempted on a section object that has been floated as a result of a transaction ending. There is no valid data.

WindowsError::ErrorCode.new("STATUS_FLOATED_SECTION",0xC019004B,"I/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_WORK =

(0xC019004C) The transactional resource manager cannot currently accept transacted work due to a transient condition, such as low resources.

WindowsError::ErrorCode.new("STATUS_CANNOT_ACCEPT_TRANSACTED_WORK",0xC019004C,"The transactional resource manager cannot currently accept transacted work due to a transient condition, such as low resources.")
STATUS_CANNOT_ABORT_TRANSACTIONS =

(0xC019004D) The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manager has been shut down.

WindowsError::ErrorCode.new("STATUS_CANNOT_ABORT_TRANSACTIONS",0xC019004D,"The transactional resource manager had too many transactions outstanding that could not be aborted. The transactional resource manager has been shut down.")
STATUS_TRANSACTION_NOT_FOUND =

(0xC019004E) The specified transaction was unable to be opened because it was not found.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_NOT_FOUND",0xC019004E,"The specified transaction was unable to be opened because it was not found.")
STATUS_RESOURCEMANAGER_NOT_FOUND =

(0xC019004F) The specified resource manager was unable to be opened because it was not found.

WindowsError::ErrorCode.new("STATUS_RESOURCEMANAGER_NOT_FOUND",0xC019004F,"The specified resource manager was unable to be opened because it was not found.")
STATUS_ENLISTMENT_NOT_FOUND =

(0xC0190050) The specified enlistment was unable to be opened because it was not found.

WindowsError::ErrorCode.new("STATUS_ENLISTMENT_NOT_FOUND",0xC0190050,"The specified enlistment was unable to be opened because it was not found.")
STATUS_TRANSACTIONMANAGER_NOT_FOUND =

(0xC0190051) The specified transaction manager was unable to be opened because it was not found.

WindowsError::ErrorCode.new("STATUS_TRANSACTIONMANAGER_NOT_FOUND",0xC0190051,"The specified transaction manager was unable to be opened because it was not found.")
STATUS_TRANSACTIONMANAGER_NOT_ONLINE =

(0xC0190052) The specified resource manager was unable to create an enlistment because its associated transaction manager is not online.

WindowsError::ErrorCode.new("STATUS_TRANSACTIONMANAGER_NOT_ONLINE",0xC0190052,"The specified resource manager was unable to create an enlistment because its associated transaction manager is not online.")
STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION =

(0xC0190053) The specified transaction manager was unable to create the objects contained in its log file in the Ob namespace. Therefore, the transaction manager was unable to recover.

WindowsError::ErrorCode.new("STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION",0xC0190053,"The specified transaction manager was unable to create the objects contained in its log file in the Ob namespace. Therefore, the transaction manager was unable to recover.")
STATUS_TRANSACTION_NOT_ROOT =

(0xC0190054) The 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 as a superior.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_NOT_ROOT",0xC0190054,"The 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 as a superior.")
STATUS_TRANSACTION_OBJECT_EXPIRED =

(0xC0190055) Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_OBJECT_EXPIRED",0xC0190055,"Because the associated transaction manager or resource manager has been closed, the handle is no longer valid.")
STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION =

(0xC0190056) The compression operation could not be completed because a transaction is active on the file.

WindowsError::ErrorCode.new("STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION",0xC0190056,"The compression operation could not be completed because a transaction is active on the file.")
STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED =

(0xC0190057) The specified operation could not be performed on this superior enlistment because the enlistment was not created with the corresponding completion response in the NotificationMask.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED",0xC0190057,"The 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_LONG =

(0xC0190058) The specified operation could not be performed because the record to be logged was too long. This can occur because either there are too many enlistments on this transaction or the combined RecoveryInformation being logged on behalf of those enlistments is too long.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_RECORD_TOO_LONG",0xC0190058,"The specified operation could not be performed because the record to be logged was too long. This can occur because either there are too many enlistments on this transaction or the combined RecoveryInformation being logged on behalf of those enlistments is too long.")
WindowsError::ErrorCode.new("STATUS_NO_LINK_TRACKING_IN_TRANSACTION",0xC0190059,"The link-tracking operation could not be completed because a transaction is active.")
STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION =

(0xC019005A) This operation cannot be performed in a transaction.

WindowsError::ErrorCode.new("STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION",0xC019005A,"This operation cannot be performed in a transaction.")
STATUS_TRANSACTION_INTEGRITY_VIOLATED =

(0xC019005B) The kernel transaction manager had to abort or forget the transaction because it blocked forward progress.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_INTEGRITY_VIOLATED",0xC019005B,"The kernel transaction manager had to abort or forget the transaction because it blocked forward progress.")
STATUS_EXPIRED_HANDLE =

(0xC0190060) The 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.

WindowsError::ErrorCode.new("STATUS_EXPIRED_HANDLE",0xC0190060,"The 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_ENLISTED =

(0xC0190061) The specified operation could not be performed because the resource manager is not enlisted in the transaction.

WindowsError::ErrorCode.new("STATUS_TRANSACTION_NOT_ENLISTED",0xC0190061,"The specified operation could not be performed because the resource manager is not enlisted in the transaction.")
STATUS_LOG_SECTOR_INVALID =

(0xC01A0001) The log service found an invalid log sector.

WindowsError::ErrorCode.new("STATUS_LOG_SECTOR_INVALID",0xC01A0001,"The log service found an invalid log sector.")
STATUS_LOG_SECTOR_PARITY_INVALID =

(0xC01A0002) The log service encountered a log sector with invalid block parity.

WindowsError::ErrorCode.new("STATUS_LOG_SECTOR_PARITY_INVALID",0xC01A0002,"The log service encountered a log sector with invalid block parity.")
STATUS_LOG_SECTOR_REMAPPED =

(0xC01A0003) The log service encountered a remapped log sector.

WindowsError::ErrorCode.new("STATUS_LOG_SECTOR_REMAPPED",0xC01A0003,"The log service encountered a remapped log sector.")
STATUS_LOG_BLOCK_INCOMPLETE =

(0xC01A0004) The log service encountered a partial or incomplete log block.

WindowsError::ErrorCode.new("STATUS_LOG_BLOCK_INCOMPLETE",0xC01A0004,"The log service encountered a partial or incomplete log block.")
STATUS_LOG_INVALID_RANGE =

(0xC01A0005) The log service encountered an attempt to access data outside the active log range.

WindowsError::ErrorCode.new("STATUS_LOG_INVALID_RANGE",0xC01A0005,"The log service encountered an attempt to access data outside the active log range.")
STATUS_LOG_BLOCKS_EXHAUSTED =

(0xC01A0006) The log service user-log marshaling buffers are exhausted.

WindowsError::ErrorCode.new("STATUS_LOG_BLOCKS_EXHAUSTED",0xC01A0006,"The log service user-log marshaling buffers are exhausted.")
STATUS_LOG_READ_CONTEXT_INVALID =

(0xC01A0007) The log service encountered an attempt to read from a marshaling area with an invalid read context.

WindowsError::ErrorCode.new("STATUS_LOG_READ_CONTEXT_INVALID",0xC01A0007,"The log service encountered an attempt to read from a marshaling area with an invalid read context.")
STATUS_LOG_RESTART_INVALID =

(0xC01A0008) The log service encountered an invalid log restart area.

WindowsError::ErrorCode.new("STATUS_LOG_RESTART_INVALID",0xC01A0008,"The log service encountered an invalid log restart area.")
STATUS_LOG_BLOCK_VERSION =

(0xC01A0009) The log service encountered an invalid log block version.

WindowsError::ErrorCode.new("STATUS_LOG_BLOCK_VERSION",0xC01A0009,"The log service encountered an invalid log block version.")
STATUS_LOG_BLOCK_INVALID =

(0xC01A000A) The log service encountered an invalid log block.

WindowsError::ErrorCode.new("STATUS_LOG_BLOCK_INVALID",0xC01A000A,"The log service encountered an invalid log block.")
STATUS_LOG_READ_MODE_INVALID =

(0xC01A000B) The log service encountered an attempt to read the log with an invalid read mode.

WindowsError::ErrorCode.new("STATUS_LOG_READ_MODE_INVALID",0xC01A000B,"The log service encountered an attempt to read the log with an invalid read mode.")
STATUS_LOG_METADATA_CORRUPT =

(0xC01A000D) The log service encountered a corrupted metadata file.

WindowsError::ErrorCode.new("STATUS_LOG_METADATA_CORRUPT",0xC01A000D,"The log service encountered a corrupted metadata file.")
STATUS_LOG_METADATA_INVALID =

(0xC01A000E) The log service encountered a metadata file that could not be created by the log file system.

WindowsError::ErrorCode.new("STATUS_LOG_METADATA_INVALID",0xC01A000E,"The log service encountered a metadata file that could not be created by the log file system.")
STATUS_LOG_METADATA_INCONSISTENT =

(0xC01A000F) The log service encountered a metadata file with inconsistent data.

WindowsError::ErrorCode.new("STATUS_LOG_METADATA_INCONSISTENT",0xC01A000F,"The log service encountered a metadata file with inconsistent data.")
STATUS_LOG_RESERVATION_INVALID =

(0xC01A0010) The log service encountered an attempt to erroneously allocate or dispose reservation space.

WindowsError::ErrorCode.new("STATUS_LOG_RESERVATION_INVALID",0xC01A0010,"The log service encountered an attempt to erroneously allocate or dispose reservation space.")
STATUS_LOG_CANT_DELETE =

(0xC01A0011) The log service cannot delete the log file or the file system container.

WindowsError::ErrorCode.new("STATUS_LOG_CANT_DELETE",0xC01A0011,"The log service cannot delete the log file or the file system container.")
STATUS_LOG_CONTAINER_LIMIT_EXCEEDED =

(0xC01A0012) The log service has reached the maximum allowable containers allocated to a log file.

WindowsError::ErrorCode.new("STATUS_LOG_CONTAINER_LIMIT_EXCEEDED",0xC01A0012,"The log service has reached the maximum allowable containers allocated to a log file.")
STATUS_LOG_START_OF_LOG =

(0xC01A0013) The log service has attempted to read or write backward past the start of the log.

WindowsError::ErrorCode.new("STATUS_LOG_START_OF_LOG",0xC01A0013,"The log service has attempted to read or write backward past the start of the log.")
STATUS_LOG_POLICY_ALREADY_INSTALLED =

(0xC01A0014) The log policy could not be installed because a policy of the same type is already present.

WindowsError::ErrorCode.new("STATUS_LOG_POLICY_ALREADY_INSTALLED",0xC01A0014,"The log policy could not be installed because a policy of the same type is already present.")
STATUS_LOG_POLICY_NOT_INSTALLED =

(0xC01A0015) The log policy in question was not installed at the time of the request.

WindowsError::ErrorCode.new("STATUS_LOG_POLICY_NOT_INSTALLED",0xC01A0015,"The log policy in question was not installed at the time of the request.")
STATUS_LOG_POLICY_INVALID =

(0xC01A0016) The installed set of policies on the log is invalid.

WindowsError::ErrorCode.new("STATUS_LOG_POLICY_INVALID",0xC01A0016,"The installed set of policies on the log is invalid.")
STATUS_LOG_POLICY_CONFLICT =

(0xC01A0017) A policy on the log in question prevented the operation from completing.

WindowsError::ErrorCode.new("STATUS_LOG_POLICY_CONFLICT",0xC01A0017,"A policy on the log in question prevented the operation from completing.")
STATUS_LOG_PINNED_ARCHIVE_TAIL =

(0xC01A0018) The log space cannot be reclaimed because the log is pinned by the archive tail.

WindowsError::ErrorCode.new("STATUS_LOG_PINNED_ARCHIVE_TAIL",0xC01A0018,"The log space cannot be reclaimed because the log is pinned by the archive tail.")
STATUS_LOG_RECORD_NONEXISTENT =

(0xC01A0019) The log record is not a record in the log file.

WindowsError::ErrorCode.new("STATUS_LOG_RECORD_NONEXISTENT",0xC01A0019,"The log record is not a record in the log file.")
STATUS_LOG_RECORDS_RESERVED_INVALID =

(0xC01A001A) The number of reserved log records or the adjustment of the number of reserved log records is invalid.

WindowsError::ErrorCode.new("STATUS_LOG_RECORDS_RESERVED_INVALID",0xC01A001A,"The number of reserved log records or the adjustment of the number of reserved log records is invalid.")
STATUS_LOG_SPACE_RESERVED_INVALID =

(0xC01A001B) The reserved log space or the adjustment of the log space is invalid.

WindowsError::ErrorCode.new("STATUS_LOG_SPACE_RESERVED_INVALID",0xC01A001B,"The reserved log space or the adjustment of the log space is invalid.")
STATUS_LOG_TAIL_INVALID =

(0xC01A001C) A new or existing archive tail or the base of the active log is invalid.

WindowsError::ErrorCode.new("STATUS_LOG_TAIL_INVALID",0xC01A001C,"A new or existing archive tail or the base of the active log is invalid.")
STATUS_LOG_FULL =

(0xC01A001D) The log space is exhausted.

WindowsError::ErrorCode.new("STATUS_LOG_FULL",0xC01A001D,"The log space is exhausted.")
STATUS_LOG_MULTIPLEXED =

(0xC01A001E) The log is multiplexed; no direct writes to the physical log are allowed.

WindowsError::ErrorCode.new("STATUS_LOG_MULTIPLEXED",0xC01A001E,"The log is multiplexed; no direct writes to the physical log are allowed.")
STATUS_LOG_DEDICATED =

(0xC01A001F) The operation failed because the log is dedicated.

WindowsError::ErrorCode.new("STATUS_LOG_DEDICATED",0xC01A001F,"The operation failed because the log is dedicated.")
STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS =

(0xC01A0020) The operation requires an archive context.

WindowsError::ErrorCode.new("STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS",0xC01A0020,"The operation requires an archive context.")
STATUS_LOG_ARCHIVE_IN_PROGRESS =

(0xC01A0021) Log archival is in progress.

WindowsError::ErrorCode.new("STATUS_LOG_ARCHIVE_IN_PROGRESS",0xC01A0021,"Log archival is in progress.")
STATUS_LOG_EPHEMERAL =

(0xC01A0022) The operation requires a nonephemeral log, but the log is ephemeral.

WindowsError::ErrorCode.new("STATUS_LOG_EPHEMERAL",0xC01A0022,"The operation requires a nonephemeral log, but the log is ephemeral.")
STATUS_LOG_NOT_ENOUGH_CONTAINERS =

(0xC01A0023) The log must have at least two containers before it can be read from or written to.

WindowsError::ErrorCode.new("STATUS_LOG_NOT_ENOUGH_CONTAINERS",0xC01A0023,"The log must have at least two containers before it can be read from or written to.")
STATUS_LOG_CLIENT_ALREADY_REGISTERED =

(0xC01A0024) A log client has already registered on the stream.

WindowsError::ErrorCode.new("STATUS_LOG_CLIENT_ALREADY_REGISTERED",0xC01A0024,"A log client has already registered on the stream.")
STATUS_LOG_CLIENT_NOT_REGISTERED =

(0xC01A0025) A log client has not been registered on the stream.

WindowsError::ErrorCode.new("STATUS_LOG_CLIENT_NOT_REGISTERED",0xC01A0025,"A log client has not been registered on the stream.")
STATUS_LOG_FULL_HANDLER_IN_PROGRESS =

(0xC01A0026) A request has already been made to handle the log full condition.

WindowsError::ErrorCode.new("STATUS_LOG_FULL_HANDLER_IN_PROGRESS",0xC01A0026,"A request has already been made to handle the log full condition.")
STATUS_LOG_CONTAINER_READ_FAILED =

(0xC01A0027) The log service encountered an error when attempting to read from a log container.

WindowsError::ErrorCode.new("STATUS_LOG_CONTAINER_READ_FAILED",0xC01A0027,"The log service encountered an error when attempting to read from a log container.")
STATUS_LOG_CONTAINER_WRITE_FAILED =

(0xC01A0028) The log service encountered an error when attempting to write to a log container.

WindowsError::ErrorCode.new("STATUS_LOG_CONTAINER_WRITE_FAILED",0xC01A0028,"The log service encountered an error when attempting to write to a log container.")
STATUS_LOG_CONTAINER_OPEN_FAILED =

(0xC01A0029) The log service encountered an error when attempting to open a log container.

WindowsError::ErrorCode.new("STATUS_LOG_CONTAINER_OPEN_FAILED",0xC01A0029,"The log service encountered an error when attempting to open a log container.")
STATUS_LOG_CONTAINER_STATE_INVALID =

(0xC01A002A) The log service encountered an invalid container state when attempting a requested action.

WindowsError::ErrorCode.new("STATUS_LOG_CONTAINER_STATE_INVALID",0xC01A002A,"The log service encountered an invalid container state when attempting a requested action.")
STATUS_LOG_STATE_INVALID =

(0xC01A002B) The log service is not in the correct state to perform a requested action.

WindowsError::ErrorCode.new("STATUS_LOG_STATE_INVALID",0xC01A002B,"The log service is not in the correct state to perform a requested action.")
STATUS_LOG_PINNED =

(0xC01A002C) The log space cannot be reclaimed because the log is pinned.

WindowsError::ErrorCode.new("STATUS_LOG_PINNED",0xC01A002C,"The log space cannot be reclaimed because the log is pinned.")
STATUS_LOG_METADATA_FLUSH_FAILED =

(0xC01A002D) The log metadata flush failed.

WindowsError::ErrorCode.new("STATUS_LOG_METADATA_FLUSH_FAILED",0xC01A002D,"The log metadata flush failed.")
STATUS_LOG_INCONSISTENT_SECURITY =

(0xC01A002E) Security on the log and its containers is inconsistent.

WindowsError::ErrorCode.new("STATUS_LOG_INCONSISTENT_SECURITY",0xC01A002E,"Security on the log and its containers is inconsistent.")
STATUS_LOG_APPENDED_FLUSH_FAILED =

(0xC01A002F) Records were appended to the log or reservation changes were made, but the log could not be flushed.

WindowsError::ErrorCode.new("STATUS_LOG_APPENDED_FLUSH_FAILED",0xC01A002F,"Records were appended to the log or reservation changes were made, but the log could not be flushed.")
STATUS_LOG_PINNED_RESERVATION =

(0xC01A0030) The log is pinned due to reservation consuming most of the log space. Free some reserved records to make space available.

WindowsError::ErrorCode.new("STATUS_LOG_PINNED_RESERVATION",0xC01A0030,"The 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_THREAD =

(0xC01B00EA) 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 computer, a dialog box will allow you to upload data about this failure to Microsoft.

WindowsError::ErrorCode.new("STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD",0xC01B00EA,"{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 computer, a dialog box will allow you to upload data about this failure to Microsoft.")
STATUS_FLT_NO_HANDLER_DEFINED =

(0xC01C0001) A handler was not defined by the filter for this operation.

WindowsError::ErrorCode.new("STATUS_FLT_NO_HANDLER_DEFINED",0xC01C0001,"A handler was not defined by the filter for this operation.")
STATUS_FLT_CONTEXT_ALREADY_DEFINED =

(0xC01C0002) A context is already defined for this object.

WindowsError::ErrorCode.new("STATUS_FLT_CONTEXT_ALREADY_DEFINED",0xC01C0002,"A context is already defined for this object.")
STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST =

(0xC01C0003) Asynchronous requests are not valid for this operation.

WindowsError::ErrorCode.new("STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST",0xC01C0003,"Asynchronous requests are not valid for this operation.")
STATUS_FLT_DISALLOW_FAST_IO =

(0xC01C0004) This is an internal error code used by the filter manager to determine if a fast I/O operation should be forced down the input/output request packet (IRP) path. Minifilters should never return this value.

WindowsError::ErrorCode.new("STATUS_FLT_DISALLOW_FAST_IO",0xC01C0004,"This is an internal error code used by the filter manager to determine if a fast I/O operation should be forced down the input/output request packet (IRP) path. Minifilters should never return this value.")
STATUS_FLT_INVALID_NAME_REQUEST =

(0xC01C0005) An invalid name request was made. The name requested cannot be retrieved at this time.

WindowsError::ErrorCode.new("STATUS_FLT_INVALID_NAME_REQUEST",0xC01C0005,"An invalid name request was made. The name requested cannot be retrieved at this time.")
STATUS_FLT_NOT_SAFE_TO_POST_OPERATION =

(0xC01C0006) Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.

WindowsError::ErrorCode.new("STATUS_FLT_NOT_SAFE_TO_POST_OPERATION",0xC01C0006,"Posting 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_INITIALIZED =

(0xC01C0007) The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is loaded as a driver.

WindowsError::ErrorCode.new("STATUS_FLT_NOT_INITIALIZED",0xC01C0007,"The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is loaded as a driver.")
STATUS_FLT_FILTER_NOT_READY =

(0xC01C0008) The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).

WindowsError::ErrorCode.new("STATUS_FLT_FILTER_NOT_READY",0xC01C0008,"The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).")
STATUS_FLT_POST_OPERATION_CLEANUP =

(0xC01C0009) The filter must clean up any operation-specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.

WindowsError::ErrorCode.new("STATUS_FLT_POST_OPERATION_CLEANUP",0xC01C0009,"The filter must clean up 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_ERROR =

(0xC01C000A) The Filter Manager had an internal error from which it cannot recover; therefore, the operation has failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.

WindowsError::ErrorCode.new("STATUS_FLT_INTERNAL_ERROR",0xC01C000A,"The Filter Manager had an internal error from which it cannot recover; therefore, the operation has failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.")
STATUS_FLT_DELETING_OBJECT =

(0xC01C000B) The object specified for this action is in the process of being deleted; therefore, the action requested cannot be completed at this time.

WindowsError::ErrorCode.new("STATUS_FLT_DELETING_OBJECT",0xC01C000B,"The 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_POOL =

(0xC01C000C) A nonpaged pool must be used for this type of context.

WindowsError::ErrorCode.new("STATUS_FLT_MUST_BE_NONPAGED_POOL",0xC01C000C,"A nonpaged pool must be used for this type of context.")
STATUS_FLT_DUPLICATE_ENTRY =

(0xC01C000D) A duplicate handler definition has been provided for an operation.

WindowsError::ErrorCode.new("STATUS_FLT_DUPLICATE_ENTRY",0xC01C000D,"A duplicate handler definition has been provided for an operation.")
STATUS_FLT_CBDQ_DISABLED =

(0xC01C000E) The callback data queue has been disabled.

WindowsError::ErrorCode.new("STATUS_FLT_CBDQ_DISABLED",0xC01C000E,"The callback data queue has been disabled.")
STATUS_FLT_DO_NOT_ATTACH =

(0xC01C000F) Do not attach the filter to the volume at this time.

WindowsError::ErrorCode.new("STATUS_FLT_DO_NOT_ATTACH",0xC01C000F,"Do not attach the filter to the volume at this time.")
STATUS_FLT_DO_NOT_DETACH =

(0xC01C0010) Do not detach the filter from the volume at this time.

WindowsError::ErrorCode.new("STATUS_FLT_DO_NOT_DETACH",0xC01C0010,"Do not detach the filter from the volume at this time.")
STATUS_FLT_INSTANCE_ALTITUDE_COLLISION =

(0xC01C0011) An instance already exists at this altitude on the volume specified.

WindowsError::ErrorCode.new("STATUS_FLT_INSTANCE_ALTITUDE_COLLISION",0xC01C0011,"An instance already exists at this altitude on the volume specified.")
STATUS_FLT_INSTANCE_NAME_COLLISION =

(0xC01C0012) An instance already exists with this name on the volume specified.

WindowsError::ErrorCode.new("STATUS_FLT_INSTANCE_NAME_COLLISION",0xC01C0012,"An instance already exists with this name on the volume specified.")
STATUS_FLT_FILTER_NOT_FOUND =

(0xC01C0013) The system could not find the filter specified.

WindowsError::ErrorCode.new("STATUS_FLT_FILTER_NOT_FOUND",0xC01C0013,"The system could not find the filter specified.")
STATUS_FLT_VOLUME_NOT_FOUND =

(0xC01C0014) The system could not find the volume specified.

WindowsError::ErrorCode.new("STATUS_FLT_VOLUME_NOT_FOUND",0xC01C0014,"The system could not find the volume specified.")
STATUS_FLT_INSTANCE_NOT_FOUND =

(0xC01C0015) The system could not find the instance specified.

WindowsError::ErrorCode.new("STATUS_FLT_INSTANCE_NOT_FOUND",0xC01C0015,"The system could not find the instance specified.")
STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND =

(0xC01C0016) No registered context allocation definition was found for the given request.

WindowsError::ErrorCode.new("STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND",0xC01C0016,"No registered context allocation definition was found for the given request.")
STATUS_FLT_INVALID_CONTEXT_REGISTRATION =

(0xC01C0017) An invalid parameter was specified during context registration.

WindowsError::ErrorCode.new("STATUS_FLT_INVALID_CONTEXT_REGISTRATION",0xC01C0017,"An invalid parameter was specified during context registration.")
STATUS_FLT_NAME_CACHE_MISS =

(0xC01C0018) The name requested was not found in the Filter Manager name cache and could not be retrieved from the file system.

WindowsError::ErrorCode.new("STATUS_FLT_NAME_CACHE_MISS",0xC01C0018,"The name requested was not found in the Filter Manager name cache and could not be retrieved from the file system.")
STATUS_FLT_NO_DEVICE_OBJECT =

(0xC01C0019) The requested device object does not exist for the given volume.

WindowsError::ErrorCode.new("STATUS_FLT_NO_DEVICE_OBJECT",0xC01C0019,"The requested device object does not exist for the given volume.")
STATUS_FLT_VOLUME_ALREADY_MOUNTED =

(0xC01C001A) The specified volume is already mounted.

WindowsError::ErrorCode.new("STATUS_FLT_VOLUME_ALREADY_MOUNTED",0xC01C001A,"The specified volume is already mounted.")
STATUS_FLT_ALREADY_ENLISTED =

(0xC01C001B) The specified transaction context is already enlisted in a transaction.

WindowsError::ErrorCode.new("STATUS_FLT_ALREADY_ENLISTED",0xC01C001B,"The specified transaction context is already enlisted in a transaction.")
STATUS_FLT_CONTEXT_ALREADY_LINKED =

(0xC01C001C) The specified context is already attached to another object.

WindowsError::ErrorCode.new("STATUS_FLT_CONTEXT_ALREADY_LINKED",0xC01C001C,"The specified context is already attached to another object.")
STATUS_FLT_NO_WAITER_FOR_REPLY =

(0xC01C0020) No waiter is present for the filter’s reply to this message.

WindowsError::ErrorCode.new("STATUS_FLT_NO_WAITER_FOR_REPLY",0xC01C0020,"No waiter is present for the filter's reply to this message.")
STATUS_MONITOR_NO_DESCRIPTOR =

(0xC01D0001) A monitor descriptor could not be obtained.

WindowsError::ErrorCode.new("STATUS_MONITOR_NO_DESCRIPTOR",0xC01D0001,"A monitor descriptor could not be obtained.")
STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT =

(0xC01D0002) This release does not support the format of the obtained monitor descriptor.

WindowsError::ErrorCode.new("STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT",0xC01D0002,"This release does not support the format of the obtained monitor descriptor.")
STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM =

(0xC01D0003) The checksum of the obtained monitor descriptor is invalid.

WindowsError::ErrorCode.new("STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM",0xC01D0003,"The checksum of the obtained monitor descriptor is invalid.")
STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK =

(0xC01D0004) The monitor descriptor contains an invalid standard timing block.

WindowsError::ErrorCode.new("STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK",0xC01D0004,"The monitor descriptor contains an invalid standard timing block.")
STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED =

(0xC01D0005) WMI data-block registration failed for one of the MSMonitorClass WMI subclasses.

WindowsError::ErrorCode.new("STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED",0xC01D0005,"WMI data-block registration failed for one of the MSMonitorClass WMI subclasses.")
STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK =

(0xC01D0006) The provided monitor descriptor block is either corrupted or does not contain the monitor’s detailed serial number.

WindowsError::ErrorCode.new("STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK",0xC01D0006,"The provided monitor descriptor block is either corrupted or does not contain the monitor's detailed serial number.")
STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK =

(0xC01D0007) The provided monitor descriptor block is either corrupted or does not contain the monitor’s user-friendly name.

WindowsError::ErrorCode.new("STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK",0xC01D0007,"The provided monitor descriptor block is either corrupted or does not contain the monitor's user-friendly name.")
STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA =

(0xC01D0008) There is no monitor descriptor data at the specified (offset or size) region.

WindowsError::ErrorCode.new("STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA",0xC01D0008,"There is no monitor descriptor data at the specified (offset or size) region.")
STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK =

(0xC01D0009) The monitor descriptor contains an invalid detailed timing block.

WindowsError::ErrorCode.new("STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK",0xC01D0009,"The monitor descriptor contains an invalid detailed timing block.")
STATUS_MONITOR_INVALID_MANUFACTURE_DATE =

(0xC01D000A) Monitor descriptor contains invalid manufacture date.

WindowsError::ErrorCode.new("STATUS_MONITOR_INVALID_MANUFACTURE_DATE",0xC01D000A,"Monitor descriptor contains invalid manufacture date.")
STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER =

(0xC01E0000) Exclusive mode ownership is needed to create an unmanaged primary allocation.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER",0xC01E0000,"Exclusive mode ownership is needed to create an unmanaged primary allocation.")
STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER =

(0xC01E0001) The driver needs more DMA buffer space to complete the requested operation.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER",0xC01E0001,"The driver needs more DMA buffer space to complete the requested operation.")
STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER =

(0xC01E0002) The specified display adapter handle is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER",0xC01E0002,"The specified display adapter handle is invalid.")
STATUS_GRAPHICS_ADAPTER_WAS_RESET =

(0xC01E0003) The specified display adapter and all of its state have been reset.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ADAPTER_WAS_RESET",0xC01E0003,"The specified display adapter and all of its state have been reset.")
STATUS_GRAPHICS_INVALID_DRIVER_MODEL =

(0xC01E0004) The driver stack does not match the expected driver model.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_DRIVER_MODEL",0xC01E0004,"The driver stack does not match the expected driver model.")
STATUS_GRAPHICS_PRESENT_MODE_CHANGED =

(0xC01E0005) Present happened but ended up into the changed desktop mode.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PRESENT_MODE_CHANGED",0xC01E0005,"Present happened but ended up into the changed desktop mode.")
STATUS_GRAPHICS_PRESENT_OCCLUDED =

(0xC01E0006) Nothing to present due to desktop occlusion.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PRESENT_OCCLUDED",0xC01E0006,"Nothing to present due to desktop occlusion.")
STATUS_GRAPHICS_PRESENT_DENIED =

(0xC01E0007) Not able to present due to denial of desktop access.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PRESENT_DENIED",0xC01E0007,"Not able to present due to denial of desktop access.")
STATUS_GRAPHICS_CANNOTCOLORCONVERT =

(0xC01E0008) Not able to present with color conversion.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_CANNOTCOLORCONVERT",0xC01E0008,"Not able to present with color conversion.")
STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED =

(0xC01E000B) Present redirection is disabled (desktop windowing management subsystem is off).

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED",0xC01E000B,"Present redirection is disabled (desktop windowing management subsystem is off).")
STATUS_GRAPHICS_PRESENT_UNOCCLUDED =

(0xC01E000C) Previous exclusive VidPn source owner has released its ownership

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PRESENT_UNOCCLUDED",0xC01E000C,"Previous exclusive VidPn source owner has released its ownership")
STATUS_GRAPHICS_NO_VIDEO_MEMORY =

(0xC01E0100) Not enough video memory is available to complete the operation.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_VIDEO_MEMORY",0xC01E0100,"Not enough video memory is available to complete the operation.")
STATUS_GRAPHICS_CANT_LOCK_MEMORY =

(0xC01E0101) Could not probe and lock the underlying memory of an allocation.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_CANT_LOCK_MEMORY",0xC01E0101,"Could not probe and lock the underlying memory of an allocation.")
STATUS_GRAPHICS_ALLOCATION_BUSY =

(0xC01E0102) The allocation is currently busy.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ALLOCATION_BUSY",0xC01E0102,"The allocation is currently busy.")
STATUS_GRAPHICS_TOO_MANY_REFERENCES =

(0xC01E0103) An object being referenced has already reached the maximum reference count and cannot be referenced further.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_TOO_MANY_REFERENCES",0xC01E0103,"An object being referenced has already reached the maximum reference count and cannot be referenced further.")
STATUS_GRAPHICS_TRY_AGAIN_LATER =

(0xC01E0104) A problem could not be solved due to an existing condition. Try again later.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_TRY_AGAIN_LATER",0xC01E0104,"A problem could not be solved due to an existing condition. Try again later.")
STATUS_GRAPHICS_TRY_AGAIN_NOW =

(0xC01E0105) A problem could not be solved due to an existing condition. Try again now.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_TRY_AGAIN_NOW",0xC01E0105,"A problem could not be solved due to an existing condition. Try again now.")
STATUS_GRAPHICS_ALLOCATION_INVALID =

(0xC01E0106) The allocation is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ALLOCATION_INVALID",0xC01E0106,"The allocation is invalid.")
STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE =

(0xC01E0107) No more unswizzling apertures are currently available.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE",0xC01E0107,"No more unswizzling apertures are currently available.")
STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED =

(0xC01E0108) The current allocation cannot be unswizzled by an aperture.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED",0xC01E0108,"The current allocation cannot be unswizzled by an aperture.")
STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION =

(0xC01E0109) The request failed because a pinned allocation cannot be evicted.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION",0xC01E0109,"The request failed because a pinned allocation cannot be evicted.")
STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE =

(0xC01E0110) The allocation cannot be used from its current segment location for the specified operation.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE",0xC01E0110,"The allocation cannot be used from its current segment location for the specified operation.")
STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION =

(0xC01E0111) A locked allocation cannot be used in the current command buffer.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION",0xC01E0111,"A locked allocation cannot be used in the current command buffer.")
STATUS_GRAPHICS_ALLOCATION_CLOSED =

(0xC01E0112) The allocation being referenced has been closed permanently.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ALLOCATION_CLOSED",0xC01E0112,"The allocation being referenced has been closed permanently.")
STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE =

(0xC01E0113) An invalid allocation instance is being referenced.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE",0xC01E0113,"An invalid allocation instance is being referenced.")
STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE =

(0xC01E0114) An invalid allocation handle is being referenced.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE",0xC01E0114,"An invalid allocation handle is being referenced.")
STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE =

(0xC01E0115) The allocation being referenced does not belong to the current device.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE",0xC01E0115,"The allocation being referenced does not belong to the current device.")
STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST =

(0xC01E0116) The specified allocation lost its content.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST",0xC01E0116,"The specified allocation lost its content.")
STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE =

(0xC01E0200) A GPU exception was detected on the given device. The device cannot be scheduled.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE",0xC01E0200,"A GPU exception was detected on the given device. The device cannot be scheduled.")
STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY =

(0xC01E0300) The specified VidPN topology is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY",0xC01E0300,"The specified VidPN topology is invalid.")
STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED =

(0xC01E0301) The specified VidPN topology is valid but is not supported by this model of the display adapter.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED",0xC01E0301,"The specified VidPN topology is valid but is not supported by this model of the display adapter.")
STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED =

(0xC01E0302) The specified VidPN topology is valid but is not currently supported by the display adapter due to allocation of its resources.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED",0xC01E0302,"The specified VidPN topology is valid but is not currently supported by the display adapter due to allocation of its resources.")
STATUS_GRAPHICS_INVALID_VIDPN =

(0xC01E0303) The specified VidPN handle is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDPN",0xC01E0303,"The specified VidPN handle is invalid.")
STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE =

(0xC01E0304) The specified video present source is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE",0xC01E0304,"The specified video present source is invalid.")
STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET =

(0xC01E0305) The specified video present target is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET",0xC01E0305,"The specified video present target is invalid.")
STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED =

(0xC01E0306) The specified VidPN modality is not supported (for example, at least two of the pinned modes are not co-functional).

WindowsError::ErrorCode.new("STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED",0xC01E0306,"The specified VidPN modality is not supported (for example, at least two of the pinned modes are not co-functional).")
STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET =

(0xC01E0308) The specified VidPN source mode set is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET",0xC01E0308,"The specified VidPN source mode set is invalid.")
STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET =

(0xC01E0309) The specified VidPN target mode set is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET",0xC01E0309,"The specified VidPN target mode set is invalid.")
STATUS_GRAPHICS_INVALID_FREQUENCY =

(0xC01E030A) The specified video signal frequency is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_FREQUENCY",0xC01E030A,"The specified video signal frequency is invalid.")
STATUS_GRAPHICS_INVALID_ACTIVE_REGION =

(0xC01E030B) The specified video signal active region is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_ACTIVE_REGION",0xC01E030B,"The specified video signal active region is invalid.")
STATUS_GRAPHICS_INVALID_TOTAL_REGION =

(0xC01E030C) The specified video signal total region is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_TOTAL_REGION",0xC01E030C,"The specified video signal total region is invalid.")
STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE =

(0xC01E0310) The specified video present source mode is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE",0xC01E0310,"The specified video present source mode is invalid.")
STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE =

(0xC01E0311) The specified video present target mode is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE",0xC01E0311,"The specified video present target mode is invalid.")
STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET =

(0xC01E0312) The pinned mode must remain in the set on the VidPN’s co-functional modality enumeration.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET",0xC01E0312,"The pinned mode must remain in the set on the VidPN's co-functional modality enumeration.")
STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY =

(0xC01E0313) The specified video present path is already in the VidPN’s topology.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY",0xC01E0313,"The specified video present path is already in the VidPN's topology.")
STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET =

(0xC01E0314) The specified mode is already in the mode set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET",0xC01E0314,"The specified mode is already in the mode set.")
STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET =

(0xC01E0315) The specified video present source set is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET",0xC01E0315,"The specified video present source set is invalid.")
STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET =

(0xC01E0316) The specified video present target set is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET",0xC01E0316,"The specified video present target set is invalid.")
STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET =

(0xC01E0317) The specified video present source is already in the video present source set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET",0xC01E0317,"The specified video present source is already in the video present source set.")
STATUS_GRAPHICS_TARGET_ALREADY_IN_SET =

(0xC01E0318) The specified video present target is already in the video present target set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_TARGET_ALREADY_IN_SET",0xC01E0318,"The specified video present target is already in the video present target set.")
STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH =

(0xC01E0319) The specified VidPN present path is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH",0xC01E0319,"The specified VidPN present path is invalid.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY",0xC01E031A,"The miniport has no recommendation for augmenting the specified VidPN's topology.")
STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET =

(0xC01E031B) The specified monitor frequency range set is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET",0xC01E031B,"The specified monitor frequency range set is invalid.")
STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE =

(0xC01E031C) The specified monitor frequency range is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE",0xC01E031C,"The specified monitor frequency range is invalid.")
STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET =

(0xC01E031D) The specified frequency range is not in the specified monitor frequency range set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET",0xC01E031D,"The specified frequency range is not in the specified monitor frequency range set.")
STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET =

(0xC01E031F) The specified frequency range is already in the specified monitor frequency range set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET",0xC01E031F,"The specified frequency range is already in the specified monitor frequency range set.")
STATUS_GRAPHICS_STALE_MODESET =

(0xC01E0320) The specified mode set is stale. Reacquire the new mode set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_STALE_MODESET",0xC01E0320,"The specified mode set is stale. Reacquire the new mode set.")
STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET =

(0xC01E0321) The specified monitor source mode set is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET",0xC01E0321,"The specified monitor source mode set is invalid.")
STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE =

(0xC01E0322) The specified monitor source mode is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE",0xC01E0322,"The specified monitor source mode is invalid.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN",0xC01E0323,"The miniport does not have a recommendation regarding the request to provide a functional VidPN given the current display adapter configuration.")
STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE =

(0xC01E0324) The ID of the specified mode is being used by another mode in the set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE",0xC01E0324,"The ID of the specified mode is being used by another mode in the set.")
STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION =

(0xC01E0325) The system failed to determine a mode that is supported by both the display adapter and the monitor connected to it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION",0xC01E0325,"The system 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_SOURCES =

(0xC01E0326) The number of video present targets must be greater than or equal to the number of video present sources.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES",0xC01E0326,"The number of video present targets must be greater than or equal to the number of video present sources.")
STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY =

(0xC01E0327) The specified present path is not in the VidPN’s topology.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY",0xC01E0327,"The specified present path is not in the VidPN's topology.")
STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE =

(0xC01E0328) The display adapter must have at least one video present source.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE",0xC01E0328,"The display adapter must have at least one video present source.")
STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET =

(0xC01E0329) The display adapter must have at least one video present target.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET",0xC01E0329,"The display adapter must have at least one video present target.")
STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET =

(0xC01E032A) The specified monitor descriptor set is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET",0xC01E032A,"The specified monitor descriptor set is invalid.")
STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR =

(0xC01E032B) The specified monitor descriptor is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR",0xC01E032B,"The specified monitor descriptor is invalid.")
STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET =

(0xC01E032C) The specified descriptor is not in the specified monitor descriptor set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET",0xC01E032C,"The specified descriptor is not in the specified monitor descriptor set.")
STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET =

(0xC01E032D) The specified descriptor is already in the specified monitor descriptor set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET",0xC01E032D,"The specified descriptor is already in the specified monitor descriptor set.")
STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE =

(0xC01E032E) The ID of the specified monitor descriptor is being used by another descriptor in the set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE",0xC01E032E,"The ID of the specified monitor descriptor is being used by another descriptor in the set.")
STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE =

(0xC01E032F) The specified video present target subset type is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE",0xC01E032F,"The specified video present target subset type is invalid.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_RESOURCES_NOT_RELATED",0xC01E0330,"Two or more of the specified resources are not related to each other, as defined by the interface semantics.")
STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE =

(0xC01E0331) The ID of the specified video present source is being used by another source in the set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE",0xC01E0331,"The ID of the specified video present source is being used by another source in the set.")
STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE =

(0xC01E0332) The ID of the specified video present target is being used by another target in the set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE",0xC01E0332,"The ID of the specified video present target is being used by another target in the set.")
STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET =

(0xC01E0333) The specified VidPN source cannot be used because there is no available VidPN target to connect it to.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET",0xC01E0333,"The specified VidPN source cannot be used because there is no available VidPN target to connect it to.")
STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER =

(0xC01E0334) The newly arrived monitor could not be associated with a display adapter.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER",0xC01E0334,"The newly arrived monitor could not be associated with a display adapter.")
STATUS_GRAPHICS_NO_VIDPNMGR =

(0xC01E0335) The particular display adapter does not have an associated VidPN manager.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_VIDPNMGR",0xC01E0335,"The particular display adapter does not have an associated VidPN manager.")
STATUS_GRAPHICS_NO_ACTIVE_VIDPN =

(0xC01E0336) The VidPN manager of the particular display adapter does not have an active VidPN.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_ACTIVE_VIDPN",0xC01E0336,"The VidPN manager of the particular display adapter does not have an active VidPN.")
STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY =

(0xC01E0337) The specified VidPN topology is stale; obtain the new topology.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY",0xC01E0337,"The specified VidPN topology is stale; obtain the new topology.")
STATUS_GRAPHICS_MONITOR_NOT_CONNECTED =

(0xC01E0338) No monitor is connected on the specified video present target.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MONITOR_NOT_CONNECTED",0xC01E0338,"No monitor is connected on the specified video present target.")
STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY =

(0xC01E0339) The specified source is not part of the specified VidPN’s topology.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY",0xC01E0339,"The specified source is not part of the specified VidPN's topology.")
STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE =

(0xC01E033A) The specified primary surface size is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE",0xC01E033A,"The specified primary surface size is invalid.")
STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE =

(0xC01E033B) The specified visible region size is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE",0xC01E033B,"The specified visible region size is invalid.")
STATUS_GRAPHICS_INVALID_STRIDE =

(0xC01E033C) The specified stride is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_STRIDE",0xC01E033C,"The specified stride is invalid.")
STATUS_GRAPHICS_INVALID_PIXELFORMAT =

(0xC01E033D) The specified pixel format is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_PIXELFORMAT",0xC01E033D,"The specified pixel format is invalid.")
STATUS_GRAPHICS_INVALID_COLORBASIS =

(0xC01E033E) The specified color basis is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_COLORBASIS",0xC01E033E,"The specified color basis is invalid.")
STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE =

(0xC01E033F) The specified pixel value access mode is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE",0xC01E033F,"The specified pixel value access mode is invalid.")
STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY =

(0xC01E0340) The specified target is not part of the specified VidPN’s topology.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY",0xC01E0340,"The specified target is not part of the specified VidPN's topology.")
STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT =

(0xC01E0341) Failed to acquire the display mode management interface.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT",0xC01E0341,"Failed to acquire the display mode management interface.")
STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE =

(0xC01E0342) The specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE",0xC01E0342,"The specified VidPN source is already owned by a DMM client and cannot be used until that client releases it.")
STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN =

(0xC01E0343) The specified VidPN is active and cannot be accessed.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN",0xC01E0343,"The specified VidPN is active and cannot be accessed.")
STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL =

(0xC01E0344) The specified VidPN’s present path importance ordinal is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL",0xC01E0344,"The specified VidPN's present path importance ordinal is invalid.")
STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION =

(0xC01E0345) The specified VidPN’s present path content geometry transformation is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION",0xC01E0345,"The specified VidPN's present path content geometry transformation is invalid.")
STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED =

(0xC01E0346) The specified content geometry transformation is not supported on the respective VidPN present path.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED",0xC01E0346,"The specified content geometry transformation is not supported on the respective VidPN present path.")
STATUS_GRAPHICS_INVALID_GAMMA_RAMP =

(0xC01E0347) The specified gamma ramp is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_GAMMA_RAMP",0xC01E0347,"The specified gamma ramp is invalid.")
STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED =

(0xC01E0348) The specified gamma ramp is not supported on the respective VidPN present path.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED",0xC01E0348,"The specified gamma ramp is not supported on the respective VidPN present path.")
STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED =

(0xC01E0349) Multisampling is not supported on the respective VidPN present path.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED",0xC01E0349,"Multisampling is not supported on the respective VidPN present path.")
STATUS_GRAPHICS_MODE_NOT_IN_MODESET =

(0xC01E034A) The specified mode is not in the specified mode set.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MODE_NOT_IN_MODESET",0xC01E034A,"The specified mode is not in the specified mode set.")
STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON =

(0xC01E034D) The specified VidPN topology recommendation reason is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON",0xC01E034D,"The specified VidPN topology recommendation reason is invalid.")
STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE =

(0xC01E034E) The specified VidPN present path content type is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE",0xC01E034E,"The specified VidPN present path content type is invalid.")
STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE =

(0xC01E034F) The specified VidPN present path copy protection type is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE",0xC01E034F,"The specified VidPN present path copy protection type is invalid.")
STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS =

(0xC01E0350) Only one unassigned mode set can exist at any one time for a particular VidPN source or target.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS",0xC01E0350,"Only one unassigned mode set can exist at any one time for a particular VidPN source or target.")
STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING =

(0xC01E0352) The specified scan line ordering type is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING",0xC01E0352,"The specified scan line ordering type is invalid.")
STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED =

(0xC01E0353) The topology changes are not allowed for the specified VidPN.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED",0xC01E0353,"The topology changes are not allowed for the specified VidPN.")
STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS =

(0xC01E0354) All available importance ordinals are being used in the specified topology.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS",0xC01E0354,"All available importance ordinals are being used in the specified topology.")
STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT =

(0xC01E0355) The specified primary surface has a different private-format attribute than the current primary surface.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT",0xC01E0355,"The specified primary surface has a different private-format attribute than the current primary surface.")
STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM =

(0xC01E0356) The specified mode-pruning algorithm is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM",0xC01E0356,"The specified mode-pruning algorithm is invalid.")
STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN =

(0xC01E0357) The specified monitor-capability origin is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN",0xC01E0357,"The specified monitor-capability origin is invalid.")
STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT =

(0xC01E0358) The specified monitor-frequency range constraint is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT",0xC01E0358,"The specified monitor-frequency range constraint is invalid.")
STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED =

(0xC01E0359) The maximum supported number of present paths has been reached.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED",0xC01E0359,"The maximum supported number of present paths has been reached.")
STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION =

(0xC01E035A) The miniport requested that augmentation be canceled for the specified source of the specified VidPN’s topology.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION",0xC01E035A,"The miniport requested that augmentation be canceled for the specified source of the specified VidPN's topology.")
STATUS_GRAPHICS_INVALID_CLIENT_TYPE =

(0xC01E035B) The specified client type was not recognized.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_CLIENT_TYPE",0xC01E035B,"The specified client type was not recognized.")
STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET =

(0xC01E035C) The client VidPN is not set on this adapter (for example, no user mode-initiated mode changes have taken place on this adapter).

WindowsError::ErrorCode.new("STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET",0xC01E035C,"The client VidPN is not set on this adapter (for example, no user mode-initiated mode changes have taken place on this adapter).")
STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED =

(0xC01E0400) The specified display adapter child device already has an external device connected to it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED",0xC01E0400,"The specified display adapter child device already has an external device connected to it.")
STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED =

(0xC01E0401) The display adapter child device does not support reporting a descriptor.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED",0xC01E0401,"The display adapter child device does not support reporting a descriptor.")
STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER =

(0xC01E0430) The display adapter is not linked to any other adapters.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER",0xC01E0430,"The display adapter is not linked to any other adapters.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED",0xC01E0431,"The lead adapter in a linked configuration was not enumerated yet.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED",0xC01E0432,"Some chain adapters in a linked configuration have not yet been enumerated.")
STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY =

(0xC01E0433) The chain of linked adapters is not ready to start because of an unknown failure.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY",0xC01E0433,"The chain of linked adapters is not ready to start because of an unknown failure.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED",0xC01E0434,"An attempt was made to start a lead link display adapter when the chain links had not yet started.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON",0xC01E0435,"An attempt was made to turn on a lead link display adapter when the chain links were turned off.")
WindowsError::ErrorCode.new("STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE",0xC01E0436,"The adapter link was found in an inconsistent state. Not all adapters are in an expected PNP/power state.")
STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER =

(0xC01E0438) The driver trying to start is not the same as the driver for the posted display adapter.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER",0xC01E0438,"The driver trying to start is not the same as the driver for the posted display adapter.")
STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED =

(0xC01E043B) An operation is being attempted that requires the display adapter to be in a quiescent state.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED",0xC01E043B,"An operation is being attempted that requires the display adapter to be in a quiescent state.")
STATUS_GRAPHICS_OPM_NOT_SUPPORTED =

(0xC01E0500) The driver does not support OPM.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_NOT_SUPPORTED",0xC01E0500,"The driver does not support OPM.")
STATUS_GRAPHICS_COPP_NOT_SUPPORTED =

(0xC01E0501) The driver does not support COPP.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_COPP_NOT_SUPPORTED",0xC01E0501,"The driver does not support COPP.")
STATUS_GRAPHICS_UAB_NOT_SUPPORTED =

(0xC01E0502) The driver does not support UAB.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_UAB_NOT_SUPPORTED",0xC01E0502,"The driver does not support UAB.")
STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS =

(0xC01E0503) The specified encrypted parameters are invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS",0xC01E0503,"The specified encrypted parameters are invalid.")
STATUS_GRAPHICS_OPM_PARAMETER_ARRAY_TOO_SMALL =

(0xC01E0504) An array passed to a function cannot hold all of the data that the function wants to put in it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_PARAMETER_ARRAY_TOO_SMALL",0xC01E0504,"An array passed to a function cannot hold all of the data that the function wants to put in it.")
STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST =

(0xC01E0505) The GDI display device passed to this function does not have any active protected outputs.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST",0xC01E0505,"The GDI display device passed to this function does not have any active protected outputs.")
STATUS_GRAPHICS_PVP_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME =

(0xC01E0506) The PVP cannot find an actual GDI display device that corresponds to the passed-in GDI display device name.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PVP_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME",0xC01E0506,"The PVP cannot find an actual GDI display device that corresponds to the passed-in GDI display device name.")
STATUS_GRAPHICS_PVP_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP =

(0xC01E0507) This function failed because the GDI display device passed to it was not attached to the Windows desktop.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PVP_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP",0xC01E0507,"This function failed because the GDI display device passed to it was not attached to the Windows desktop.")
STATUS_GRAPHICS_PVP_MIRRORING_DEVICES_NOT_SUPPORTED =

(0xC01E0508) The PVP does not support mirroring display devices because they do not have any protected outputs.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PVP_MIRRORING_DEVICES_NOT_SUPPORTED",0xC01E0508,"The PVP does not support mirroring display devices because they do not have any protected outputs.")
STATUS_GRAPHICS_OPM_INVALID_POINTER =

(0xC01E050A) The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is null, is not correctly aligned, or it points to an invalid address or a kernel mode address.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_INVALID_POINTER",0xC01E050A,"The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is null, is not correctly aligned, or it points to an invalid address or a kernel mode address.")
STATUS_GRAPHICS_OPM_INTERNAL_ERROR =

(0xC01E050B) An internal error caused an operation to fail.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_INTERNAL_ERROR",0xC01E050B,"An internal error caused an operation to fail.")
STATUS_GRAPHICS_OPM_INVALID_HANDLE =

(0xC01E050C) The function failed because the caller passed in an invalid OPM user-mode handle.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_INVALID_HANDLE",0xC01E050C,"The function failed because the caller passed in an invalid OPM user-mode handle.")
STATUS_GRAPHICS_PVP_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE =

(0xC01E050D) This function failed because the GDI device passed to it did not have any monitors associated with it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PVP_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE",0xC01E050D,"This function failed because the GDI device passed to it did not have any monitors associated with it.")
STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH =

(0xC01E050E) A certificate could not be returned because the certificate buffer passed to the function was too small.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH",0xC01E050E,"A certificate could not be returned because the certificate buffer passed to the function was too small.")
STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED =

(0xC01E050F) DxgkDdiOpmCreateProtectedOutput() could not create a protected output because the video present yarget is in spanning mode.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED",0xC01E050F,"DxgkDdiOpmCreateProtectedOutput() could not create a protected output because the video present yarget is in spanning mode.")
STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED =

(0xC01E0510) DxgkDdiOpmCreateProtectedOutput() could not create a protected output because the video present target is in theater mode.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED",0xC01E0510,"DxgkDdiOpmCreateProtectedOutput() could not create a protected output because the video present target is in theater mode.")
STATUS_GRAPHICS_PVP_HFS_FAILED =

(0xC01E0511) The function call failed because the display adapter’s hardware functionality scan (HFS) failed to validate the graphics hardware.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PVP_HFS_FAILED",0xC01E0511,"The function call failed because the display adapter's hardware functionality scan (HFS) failed to validate the graphics hardware.")
STATUS_GRAPHICS_OPM_INVALID_SRM =

(0xC01E0512) The HDCP SRM passed to this function did not comply with section 5 of the HDCP 1.1 specification.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_INVALID_SRM",0xC01E0512,"The HDCP SRM passed to this function did not comply with section 5 of the HDCP 1.1 specification.")
STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP =

(0xC01E0513) The protected output cannot enable the HDCP system because it does not support it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP",0xC01E0513,"The protected output cannot enable the HDCP system because it does not support it.")
STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP =

(0xC01E0514) The protected output cannot enable analog copy protection because it does not support it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP",0xC01E0514,"The protected output cannot enable analog copy protection because it does not support it.")
STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA =

(0xC01E0515) The protected output cannot enable the CGMS-A protection technology because it does not support it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA",0xC01E0515,"The protected output cannot enable the CGMS-A protection technology because it does not support it.")
STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET =

(0xC01E0516) DxgkDdiOPMGetInformation() cannot return the version of the SRM being used because the application never successfully passed an SRM to the protected output.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET",0xC01E0516,"DxgkDdiOPMGetInformation() 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_HIGH =

(0xC01E0517) DxgkDdiOPMConfigureProtectedOutput() cannot enable the specified output protection technology because the output’s screen resolution is too high.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH",0xC01E0517,"DxgkDdiOPMConfigureProtectedOutput() cannot enable the specified output protection technology because the output's screen resolution is too high.")
STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE =

(0xC01E0518) DxgkDdiOPMConfigureProtectedOutput() cannot enable HDCP because other physical outputs are using the display adapter’s HDCP hardware.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE",0xC01E0518,"DxgkDdiOPMConfigureProtectedOutput() cannot enable HDCP because other physical outputs are using the display adapter's HDCP hardware.")
STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS =

(0xC01E051A) The operating system asynchronously destroyed this OPM-protected output because the operating system state changed. This error typically occurs because the monitor PDO associated with this protected output was removed or stopped, the protected output’s session became a nonconsole session, or the protected output’s desktop became inactive.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS",0xC01E051A,"The operating system asynchronously destroyed this OPM-protected output because the operating system state changed. This error typically occurs because the monitor PDO associated with this protected output was removed or stopped, the protected output's session became a nonconsole session, or the protected output's desktop became inactive.")
STATUS_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS =

(0xC01E051B) OPM functions cannot be called when a session is changing its type. Three types of sessions currently exist: console, disconnected, and remote (RDP or ICA).

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS",0xC01E051B,"OPM functions cannot be called when a session is changing its type. Three types of sessions currently exist: console, disconnected, and remote (RDP or ICA).")
STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS =

(0xC01E051C) The DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned only if a protected output has OPM semantics.DxgkDdiOPMGetCOPPCompatibleInformation always returns this error if a protected output has OPM semantics.DxgkDdiOPMGetInformation returns this error code if the caller requested COPP-specific information.DxgkDdiOPMConfigureProtectedOutput returns this error when the caller tries to use a COPP-specific command.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS",0xC01E051C,"The DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned only if a protected output has OPM semantics.""DxgkDdiOPMGetCOPPCompatibleInformation always returns this error if a protected output has OPM semantics.""DxgkDdiOPMGetInformation returns this error code if the caller requested COPP-specific information.""DxgkDdiOPMConfigureProtectedOutput returns this error when the caller tries to use a COPP-specific command.")
STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST =

(0xC01E051D) The 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.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST",0xC01E051D,"The 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_ERROR =

(0xC01E051E) The function failed because an unexpected error occurred inside a display driver.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR",0xC01E051E,"The function failed because an unexpected error occurred inside a display driver.")
STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS =

(0xC01E051F) The DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned only if a protected output has COPP semantics.DxgkDdiOPMGetCOPPCompatibleInformation returns this error code if the caller requested OPM-specific information.DxgkDdiOPMGetInformation always returns this error if a protected output has COPP semantics.DxgkDdiOPMConfigureProtectedOutput returns this error when the caller tries to use an OPM-specific command.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS",0xC01E051F,"The DxgkDdiOPMGetCOPPCompatibleInformation, DxgkDdiOPMGetInformation, or DxgkDdiOPMConfigureProtectedOutput function failed. This error is returned only if a protected output has COPP semantics.""DxgkDdiOPMGetCOPPCompatibleInformation returns this error code if the caller requested OPM-specific information.""DxgkDdiOPMGetInformation always returns this error if a protected output has COPP semantics.""DxgkDdiOPMConfigureProtectedOutput returns this error when the caller tries to use an OPM-specific command.")
STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED =

(0xC01E0520) The 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.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED",0xC01E0520,"The 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_REQUEST =

(0xC01E0521) The 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.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST",0xC01E0521,"The 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_SUPPORTED =

(0xC01E0580) The monitor connected to the specified video output does not have an I2C bus.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_I2C_NOT_SUPPORTED",0xC01E0580,"The monitor connected to the specified video output does not have an I2C bus.")
STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST =

(0xC01E0581) No device on the I2C bus has the specified address.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST",0xC01E0581,"No device on the I2C bus has the specified address.")
STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA =

(0xC01E0582) An error occurred while transmitting data to the device on the I2C bus.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA",0xC01E0582,"An error occurred while transmitting data to the device on the I2C bus.")
STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA =

(0xC01E0583) An error occurred while receiving data from the device on the I2C bus.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA",0xC01E0583,"An error occurred while receiving data from the device on the I2C bus.")
STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED =

(0xC01E0584) The monitor does not support the specified VCP code.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED",0xC01E0584,"The monitor does not support the specified VCP code.")
STATUS_GRAPHICS_DDCCI_INVALID_DATA =

(0xC01E0585) The data received from the monitor is invalid.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DDCCI_INVALID_DATA",0xC01E0585,"The data received from the monitor is invalid.")
STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE =

(0xC01E0586) A function call failed because a monitor returned an invalid timing status byte when the operating system used the DDC/CI get timing report and timing message command to get a timing report from a monitor.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE",0xC01E0586,"A function call failed because a monitor returned an invalid timing status byte when the operating system used the DDC/CI get timing report and timing message command to get a timing report from a monitor.")
STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING =

(0xC01E0587) A monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING",0xC01E0587,"A monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.")
STATUS_GRAPHICS_MCA_INTERNAL_ERROR =

(0xC01E0588) An internal error caused an operation to fail.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MCA_INTERNAL_ERROR",0xC01E0588,"An internal error caused an operation to fail.")
STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND =

(0xC01E0589) An operation failed because a DDC/CI message had an invalid value in its command field.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND",0xC01E0589,"An operation failed because a DDC/CI message had an invalid value in its command field.")
STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH =

(0xC01E058A) This error occurred because a DDC/CI message had an invalid value in its length field.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH",0xC01E058A,"This error occurred because a DDC/CI message had an invalid value in its length field.")
STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM =

(0xC01E058B) This error occurred because the value in a DDC/CI message’s checksum field 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.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM",0xC01E058B,"This error occurred because the value in a DDC/CI message's checksum field 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_HANDLE =

(0xC01E058C) This function failed because an invalid monitor handle was passed to it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE",0xC01E058C,"This function failed because an invalid monitor handle was passed to it.")
STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS =

(0xC01E058D) The operating system asynchronously destroyed the monitor that 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 or stopped, or a display mode change occurred. A display mode change occurs when Windows sends a WM_DISPLAYCHANGE message to applications.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS",0xC01E058D,"The operating system asynchronously destroyed the monitor that 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 or stopped, or a display mode change occurred. A display mode change occurs when Windows sends a WM_DISPLAYCHANGE message to applications.")
STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED =

(0xC01E05E0) This function can be used only 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.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED",0xC01E05E0,"This function can be used only 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_NAME =

(0xC01E05E1) This function cannot find an actual GDI display device that corresponds to the specified GDI display device name.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME",0xC01E05E1,"This function cannot find an actual GDI display device that corresponds to the specified GDI display device name.")
STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP =

(0xC01E05E2) The function failed because the specified GDI display device was not attached to the Windows desktop.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP",0xC01E05E2,"The function failed because the specified GDI display device was not attached to the Windows desktop.")
STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED =

(0xC01E05E3) This function does not support GDI mirroring display devices because GDI mirroring display devices do not have any physical monitors associated with them.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED",0xC01E05E3,"This 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_POINTER =

(0xC01E05E4) The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is null, is not correctly aligned, or points to an invalid address or to a kernel mode address.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INVALID_POINTER",0xC01E05E4,"The function failed because an invalid pointer parameter was passed to it. A pointer parameter is invalid if it is null, is not correctly aligned, or points to an invalid address or to a kernel mode address.")
STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE =

(0xC01E05E5) This function failed because the GDI device passed to it did not have a monitor associated with it.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE",0xC01E05E5,"This function failed because the GDI device passed to it did not have a monitor associated with it.")
STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL =

(0xC01E05E6) An array passed to the function cannot hold all of the data that the function must copy into the array.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL",0xC01E05E6,"An array passed to the function cannot hold all of the data that the function must copy into the array.")
STATUS_GRAPHICS_INTERNAL_ERROR =

(0xC01E05E7) An internal error caused an operation to fail.

WindowsError::ErrorCode.new("STATUS_GRAPHICS_INTERNAL_ERROR",0xC01E05E7,"An internal error caused an operation to fail.")
STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS =

(0xC01E05E8) The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. Three types of sessions currently exist: console, disconnected, and remote (RDP or ICA).

WindowsError::ErrorCode.new("STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS",0xC01E05E8,"The function failed because the current session is changing its type. This function cannot be called when the current session is changing its type. Three types of sessions currently exist: console, disconnected, and remote (RDP or ICA).")
STATUS_FVE_LOCKED_VOLUME =

(0xC0210000) The volume must be unlocked before it can be used.

WindowsError::ErrorCode.new("STATUS_FVE_LOCKED_VOLUME",0xC0210000,"The volume must be unlocked before it can be used.")
STATUS_FVE_NOT_ENCRYPTED =

(0xC0210001) The volume is fully decrypted and no key is available.

WindowsError::ErrorCode.new("STATUS_FVE_NOT_ENCRYPTED",0xC0210001,"The volume is fully decrypted and no key is available.")
STATUS_FVE_BAD_INFORMATION =

(0xC0210002) The control block for the encrypted volume is not valid.

WindowsError::ErrorCode.new("STATUS_FVE_BAD_INFORMATION",0xC0210002,"The control block for the encrypted volume is not valid.")
STATUS_FVE_TOO_SMALL =

(0xC0210003) Not enough free space remains on the volume to allow encryption.

WindowsError::ErrorCode.new("STATUS_FVE_TOO_SMALL",0xC0210003,"Not enough free space remains on the volume to allow encryption.")
STATUS_FVE_FAILED_WRONG_FS =

(0xC0210004) The partition cannot be encrypted because the file system is not supported.

WindowsError::ErrorCode.new("STATUS_FVE_FAILED_WRONG_FS",0xC0210004,"The partition cannot be encrypted because the file system is not supported.")
STATUS_FVE_FAILED_BAD_FS =

(0xC0210005) The file system is inconsistent. Run the Check Disk utility.

WindowsError::ErrorCode.new("STATUS_FVE_FAILED_BAD_FS",0xC0210005,"The file system is inconsistent. Run the Check Disk utility.")
STATUS_FVE_FS_NOT_EXTENDED =

(0xC0210006) The file system does not extend to the end of the volume.

WindowsError::ErrorCode.new("STATUS_FVE_FS_NOT_EXTENDED",0xC0210006,"The file system does not extend to the end of the volume.")
STATUS_FVE_FS_MOUNTED =

(0xC0210007) This operation cannot be performed while a file system is mounted on the volume.

WindowsError::ErrorCode.new("STATUS_FVE_FS_MOUNTED",0xC0210007,"This operation cannot be performed while a file system is mounted on the volume.")
STATUS_FVE_NO_LICENSE =

(0xC0210008) BitLocker Drive Encryption is not included with this version of Windows.

WindowsError::ErrorCode.new("STATUS_FVE_NO_LICENSE",0xC0210008,"BitLocker Drive Encryption is not included with this version of Windows.")
STATUS_FVE_ACTION_NOT_ALLOWED =

(0xC0210009) The requested action was denied by the FVE control engine.

WindowsError::ErrorCode.new("STATUS_FVE_ACTION_NOT_ALLOWED",0xC0210009,"The requested action was denied by the FVE control engine.")
STATUS_FVE_BAD_DATA =

(0xC021000A) The data supplied is malformed.

WindowsError::ErrorCode.new("STATUS_FVE_BAD_DATA",0xC021000A,"The data supplied is malformed.")
STATUS_FVE_VOLUME_NOT_BOUND =

(0xC021000B) The volume is not bound to the system.

WindowsError::ErrorCode.new("STATUS_FVE_VOLUME_NOT_BOUND",0xC021000B,"The volume is not bound to the system.")
STATUS_FVE_NOT_DATA_VOLUME =

(0xC021000C) The volume specified is not a data volume.

WindowsError::ErrorCode.new("STATUS_FVE_NOT_DATA_VOLUME",0xC021000C,"The volume specified is not a data volume.")
STATUS_FVE_CONV_READ_ERROR =

(0xC021000D) A read operation failed while converting the volume.

WindowsError::ErrorCode.new("STATUS_FVE_CONV_READ_ERROR",0xC021000D,"A read operation failed while converting the volume.")
STATUS_FVE_CONV_WRITE_ERROR =

(0xC021000E) A write operation failed while converting the volume.

WindowsError::ErrorCode.new("STATUS_FVE_CONV_WRITE_ERROR",0xC021000E,"A write operation failed while converting the volume.")
STATUS_FVE_OVERLAPPED_UPDATE =

(0xC021000F) The control block for the encrypted volume was updated by another thread. Try again.

WindowsError::ErrorCode.new("STATUS_FVE_OVERLAPPED_UPDATE",0xC021000F,"The control block for the encrypted volume was updated by another thread. Try again.")
STATUS_FVE_FAILED_SECTOR_SIZE =

(0xC0210010) The volume encryption algorithm cannot be used on this sector size.

WindowsError::ErrorCode.new("STATUS_FVE_FAILED_SECTOR_SIZE",0xC0210010,"The volume encryption algorithm cannot be used on this sector size.")
STATUS_FVE_FAILED_AUTHENTICATION =

(0xC0210011) BitLocker recovery authentication failed.

WindowsError::ErrorCode.new("STATUS_FVE_FAILED_AUTHENTICATION",0xC0210011,"BitLocker recovery authentication failed.")
STATUS_FVE_NOT_OS_VOLUME =

(0xC0210012) The volume specified is not the boot operating system volume.

WindowsError::ErrorCode.new("STATUS_FVE_NOT_OS_VOLUME",0xC0210012,"The volume specified is not the boot operating system volume.")
STATUS_FVE_KEYFILE_NOT_FOUND =

(0xC0210013) The BitLocker startup key or recovery password could not be read from external media.

WindowsError::ErrorCode.new("STATUS_FVE_KEYFILE_NOT_FOUND",0xC0210013,"The BitLocker startup key or recovery password could not be read from external media.")
STATUS_FVE_KEYFILE_INVALID =

(0xC0210014) The BitLocker startup key or recovery password file is corrupt or invalid.

WindowsError::ErrorCode.new("STATUS_FVE_KEYFILE_INVALID",0xC0210014,"The BitLocker startup key or recovery password file is corrupt or invalid.")
STATUS_FVE_KEYFILE_NO_VMK =

(0xC0210015) The BitLocker encryption key could not be obtained from the startup key or the recovery password.

WindowsError::ErrorCode.new("STATUS_FVE_KEYFILE_NO_VMK",0xC0210015,"The BitLocker encryption key could not be obtained from the startup key or the recovery password.")
STATUS_FVE_TPM_DISABLED =

(0xC0210016) The TPM is disabled.

WindowsError::ErrorCode.new("STATUS_FVE_TPM_DISABLED",0xC0210016,"The TPM is disabled.")
STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO =

(0xC0210017) The authorization data for the SRK of the TPM is not zero.

WindowsError::ErrorCode.new("STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO",0xC0210017,"The authorization data for the SRK of the TPM is not zero.")
STATUS_FVE_TPM_INVALID_PCR =

(0xC0210018) The system boot information changed or the TPM locked out access to BitLocker encryption keys until the computer is restarted.

WindowsError::ErrorCode.new("STATUS_FVE_TPM_INVALID_PCR",0xC0210018,"The system boot information changed or the TPM locked out access to BitLocker encryption keys until the computer is restarted.")
STATUS_FVE_TPM_NO_VMK =

(0xC0210019) The BitLocker encryption key could not be obtained from the TPM.

WindowsError::ErrorCode.new("STATUS_FVE_TPM_NO_VMK",0xC0210019,"The BitLocker encryption key could not be obtained from the TPM.")
STATUS_FVE_PIN_INVALID =

(0xC021001A) The BitLocker encryption key could not be obtained from the TPM and PIN.

WindowsError::ErrorCode.new("STATUS_FVE_PIN_INVALID",0xC021001A,"The BitLocker encryption key could not be obtained from the TPM and PIN.")
STATUS_FVE_AUTH_INVALID_APPLICATION =

(0xC021001B) A boot application hash does not match the hash computed when BitLocker was turned on.

WindowsError::ErrorCode.new("STATUS_FVE_AUTH_INVALID_APPLICATION",0xC021001B,"A boot application hash does not match the hash computed when BitLocker was turned on.")
STATUS_FVE_AUTH_INVALID_CONFIG =

(0xC021001C) The Boot Configuration Data (BCD) settings are not supported or have changed because BitLocker was enabled.

WindowsError::ErrorCode.new("STATUS_FVE_AUTH_INVALID_CONFIG",0xC021001C,"The Boot Configuration Data (BCD) settings are not supported or have changed because BitLocker was enabled.")
STATUS_FVE_DEBUGGER_ENABLED =

(0xC021001D) Boot debugging is enabled. Run Windows Boot Configuration Data Store Editor (bcdedit.exe) to turn it off.

WindowsError::ErrorCode.new("STATUS_FVE_DEBUGGER_ENABLED",0xC021001D,"Boot debugging is enabled. Run Windows Boot Configuration Data Store Editor (bcdedit.exe) to turn it off.")
STATUS_FVE_DRY_RUN_FAILED =

(0xC021001E) The BitLocker encryption key could not be obtained.

WindowsError::ErrorCode.new("STATUS_FVE_DRY_RUN_FAILED",0xC021001E,"The BitLocker encryption key could not be obtained.")
STATUS_FVE_BAD_METADATA_POINTER =

(0xC021001F) The metadata disk region pointer is incorrect.

WindowsError::ErrorCode.new("STATUS_FVE_BAD_METADATA_POINTER",0xC021001F,"The metadata disk region pointer is incorrect.")
STATUS_FVE_OLD_METADATA_COPY =

(0xC0210020) The backup copy of the metadata is out of date.

WindowsError::ErrorCode.new("STATUS_FVE_OLD_METADATA_COPY",0xC0210020,"The backup copy of the metadata is out of date.")
STATUS_FVE_REBOOT_REQUIRED =

(0xC0210021) No action was taken because a system restart is required.

WindowsError::ErrorCode.new("STATUS_FVE_REBOOT_REQUIRED",0xC0210021,"No action was taken because a system restart is required.")
STATUS_FVE_RAW_ACCESS =

(0xC0210022) No action was taken because BitLocker Drive Encryption is in RAW access mode.

WindowsError::ErrorCode.new("STATUS_FVE_RAW_ACCESS",0xC0210022,"No action was taken because BitLocker Drive Encryption is in RAW access mode.")
STATUS_FVE_RAW_BLOCKED =

(0xC0210023) BitLocker Drive Encryption cannot enter RAW access mode for this volume.

WindowsError::ErrorCode.new("STATUS_FVE_RAW_BLOCKED",0xC0210023,"BitLocker Drive Encryption cannot enter RAW access mode for this volume.")
STATUS_FVE_NO_FEATURE_LICENSE =

(0xC0210026) This feature of BitLocker Drive Encryption is not included with this version of Windows.

WindowsError::ErrorCode.new("STATUS_FVE_NO_FEATURE_LICENSE",0xC0210026,"This feature of BitLocker Drive Encryption is not included with this version of Windows.")
STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED =

(0xC0210027) Group policy does not permit turning off BitLocker Drive Encryption on roaming data volumes.

WindowsError::ErrorCode.new("STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED",0xC0210027,"Group policy does not permit turning off BitLocker Drive Encryption on roaming data volumes.")
STATUS_FVE_CONV_RECOVERY_FAILED =

(0xC0210028) Bitlocker 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.

WindowsError::ErrorCode.new("STATUS_FVE_CONV_RECOVERY_FAILED",0xC0210028,"Bitlocker 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_BIG =

(0xC0210029) The requested virtualization size is too big.

WindowsError::ErrorCode.new("STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG",0xC0210029,"The requested virtualization size is too big.")
STATUS_FVE_VOLUME_TOO_SMALL =

(0xC0210030) The drive is too small to be protected using BitLocker Drive Encryption.

WindowsError::ErrorCode.new("STATUS_FVE_VOLUME_TOO_SMALL",0xC0210030,"The drive is too small to be protected using BitLocker Drive Encryption.")
STATUS_FWP_CALLOUT_NOT_FOUND =

(0xC0220001) The callout does not exist.

WindowsError::ErrorCode.new("STATUS_FWP_CALLOUT_NOT_FOUND",0xC0220001,"The callout does not exist.")
STATUS_FWP_CONDITION_NOT_FOUND =

(0xC0220002) The filter condition does not exist.

WindowsError::ErrorCode.new("STATUS_FWP_CONDITION_NOT_FOUND",0xC0220002,"The filter condition does not exist.")
STATUS_FWP_FILTER_NOT_FOUND =

(0xC0220003) The filter does not exist.

WindowsError::ErrorCode.new("STATUS_FWP_FILTER_NOT_FOUND",0xC0220003,"The filter does not exist.")
STATUS_FWP_LAYER_NOT_FOUND =

(0xC0220004) The layer does not exist.

WindowsError::ErrorCode.new("STATUS_FWP_LAYER_NOT_FOUND",0xC0220004,"The layer does not exist.")
STATUS_FWP_PROVIDER_NOT_FOUND =

(0xC0220005) The provider does not exist.

WindowsError::ErrorCode.new("STATUS_FWP_PROVIDER_NOT_FOUND",0xC0220005,"The provider does not exist.")
STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND =

(0xC0220006) The provider context does not exist.

WindowsError::ErrorCode.new("STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND",0xC0220006,"The provider context does not exist.")
STATUS_FWP_SUBLAYER_NOT_FOUND =

(0xC0220007) The sublayer does not exist.

WindowsError::ErrorCode.new("STATUS_FWP_SUBLAYER_NOT_FOUND",0xC0220007,"The sublayer does not exist.")
STATUS_FWP_NOT_FOUND =

(0xC0220008) The object does not exist.

WindowsError::ErrorCode.new("STATUS_FWP_NOT_FOUND",0xC0220008,"The object does not exist.")
STATUS_FWP_ALREADY_EXISTS =

(0xC0220009) An object with that GUID or LUID already exists.

WindowsError::ErrorCode.new("STATUS_FWP_ALREADY_EXISTS",0xC0220009,"An object with that GUID or LUID already exists.")
STATUS_FWP_IN_USE =

(0xC022000A) The object is referenced by other objects and cannot be deleted.

WindowsError::ErrorCode.new("STATUS_FWP_IN_USE",0xC022000A,"The object is referenced by other objects and cannot be deleted.")
STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS =

(0xC022000B) The call is not allowed from within a dynamic session.

WindowsError::ErrorCode.new("STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS",0xC022000B,"The call is not allowed from within a dynamic session.")
STATUS_FWP_WRONG_SESSION =

(0xC022000C) The call was made from the wrong session and cannot be completed.

WindowsError::ErrorCode.new("STATUS_FWP_WRONG_SESSION",0xC022000C,"The call was made from the wrong session and cannot be completed.")
STATUS_FWP_NO_TXN_IN_PROGRESS =

(0xC022000D) The call must be made from within an explicit transaction.

WindowsError::ErrorCode.new("STATUS_FWP_NO_TXN_IN_PROGRESS",0xC022000D,"The call must be made from within an explicit transaction.")
STATUS_FWP_TXN_IN_PROGRESS =

(0xC022000E) The call is not allowed from within an explicit transaction.

WindowsError::ErrorCode.new("STATUS_FWP_TXN_IN_PROGRESS",0xC022000E,"The call is not allowed from within an explicit transaction.")
STATUS_FWP_TXN_ABORTED =

(0xC022000F) The explicit transaction has been forcibly canceled.

WindowsError::ErrorCode.new("STATUS_FWP_TXN_ABORTED",0xC022000F,"The explicit transaction has been forcibly canceled.")
STATUS_FWP_SESSION_ABORTED =

(0xC0220010) The session has been canceled.

WindowsError::ErrorCode.new("STATUS_FWP_SESSION_ABORTED",0xC0220010,"The session has been canceled.")
STATUS_FWP_INCOMPATIBLE_TXN =

(0xC0220011) The call is not allowed from within a read-only transaction.

WindowsError::ErrorCode.new("STATUS_FWP_INCOMPATIBLE_TXN",0xC0220011,"The call is not allowed from within a read-only transaction.")
STATUS_FWP_TIMEOUT =

(0xC0220012) The call timed out while waiting to acquire the transaction lock.

WindowsError::ErrorCode.new("STATUS_FWP_TIMEOUT",0xC0220012,"The call timed out while waiting to acquire the transaction lock.")
STATUS_FWP_NET_EVENTS_DISABLED =

(0xC0220013) The collection of network diagnostic events is disabled.

WindowsError::ErrorCode.new("STATUS_FWP_NET_EVENTS_DISABLED",0xC0220013,"The collection of network diagnostic events is disabled.")
STATUS_FWP_INCOMPATIBLE_LAYER =

(0xC0220014) The operation is not supported by the specified layer.

WindowsError::ErrorCode.new("STATUS_FWP_INCOMPATIBLE_LAYER",0xC0220014,"The operation is not supported by the specified layer.")
STATUS_FWP_KM_CLIENTS_ONLY =

(0xC0220015) The call is allowed for kernel-mode callers only.

WindowsError::ErrorCode.new("STATUS_FWP_KM_CLIENTS_ONLY",0xC0220015,"The call is allowed for kernel-mode callers only.")
STATUS_FWP_LIFETIME_MISMATCH =

(0xC0220016) The call tried to associate two objects with incompatible lifetimes.

WindowsError::ErrorCode.new("STATUS_FWP_LIFETIME_MISMATCH",0xC0220016,"The call tried to associate two objects with incompatible lifetimes.")
STATUS_FWP_BUILTIN_OBJECT =

(0xC0220017) The object is built-in and cannot be deleted.

WindowsError::ErrorCode.new("STATUS_FWP_BUILTIN_OBJECT",0xC0220017,"The object is built-in and cannot be deleted.")
STATUS_FWP_TOO_MANY_BOOTTIME_FILTERS =

(0xC0220018) The maximum number of boot-time filters has been reached.

WindowsError::ErrorCode.new("STATUS_FWP_TOO_MANY_BOOTTIME_FILTERS",0xC0220018,"The maximum number of boot-time filters has been reached.")
STATUS_FWP_TOO_MANY_CALLOUTS =

(0xC0220018) The maximum number of callouts has been reached.

WindowsError::ErrorCode.new("STATUS_FWP_TOO_MANY_CALLOUTS",0xC0220018,"The maximum number of callouts has been reached.")
STATUS_FWP_NOTIFICATION_DROPPED =

(0xC0220019) A notification could not be delivered because a message queue has reached maximum capacity.

WindowsError::ErrorCode.new("STATUS_FWP_NOTIFICATION_DROPPED",0xC0220019,"A notification could not be delivered because a message queue has reached maximum capacity.")
STATUS_FWP_TRAFFIC_MISMATCH =

(0xC022001A) The traffic parameters do not match those for the security association context.

WindowsError::ErrorCode.new("STATUS_FWP_TRAFFIC_MISMATCH",0xC022001A,"The traffic parameters do not match those for the security association context.")
STATUS_FWP_INCOMPATIBLE_SA_STATE =

(0xC022001B) The call is not allowed for the current security association state.

WindowsError::ErrorCode.new("STATUS_FWP_INCOMPATIBLE_SA_STATE",0xC022001B,"The call is not allowed for the current security association state.")
STATUS_FWP_NULL_POINTER =

(0xC022001C) A required pointer is null.

WindowsError::ErrorCode.new("STATUS_FWP_NULL_POINTER",0xC022001C,"A required pointer is null.")
STATUS_FWP_INVALID_ENUMERATOR =

(0xC022001D) An enumerator is not valid.

WindowsError::ErrorCode.new("STATUS_FWP_INVALID_ENUMERATOR",0xC022001D,"An enumerator is not valid.")
STATUS_FWP_INVALID_FLAGS =

(0xC022001E) The flags field contains an invalid value.

WindowsError::ErrorCode.new("STATUS_FWP_INVALID_FLAGS",0xC022001E,"The flags field contains an invalid value.")
STATUS_FWP_INVALID_NET_MASK =

(0xC022001F) A network mask is not valid.

WindowsError::ErrorCode.new("STATUS_FWP_INVALID_NET_MASK",0xC022001F,"A network mask is not valid.")
STATUS_FWP_INVALID_RANGE =

(0xC0220020) An FWP_RANGE is not valid.

WindowsError::ErrorCode.new("STATUS_FWP_INVALID_RANGE",0xC0220020,"An FWP_RANGE is not valid.")
STATUS_FWP_INVALID_INTERVAL =

(0xC0220021) The time interval is not valid.

WindowsError::ErrorCode.new("STATUS_FWP_INVALID_INTERVAL",0xC0220021,"The time interval is not valid.")
STATUS_FWP_ZERO_LENGTH_ARRAY =

(0xC0220022) An array that must contain at least one element has a zero length.

WindowsError::ErrorCode.new("STATUS_FWP_ZERO_LENGTH_ARRAY",0xC0220022,"An array that must contain at least one element has a zero length.")
STATUS_FWP_NULL_DISPLAY_NAME =

(0xC0220023) The displayData.name field cannot be null.

WindowsError::ErrorCode.new("STATUS_FWP_NULL_DISPLAY_NAME",0xC0220023,"The displayData.name field cannot be null.")
STATUS_FWP_INVALID_ACTION_TYPE =

(0xC0220024) The action type is not one of the allowed action types for a filter.

WindowsError::ErrorCode.new("STATUS_FWP_INVALID_ACTION_TYPE",0xC0220024,"The action type is not one of the allowed action types for a filter.")
STATUS_FWP_INVALID_WEIGHT =

(0xC0220025) The filter weight is not valid.

WindowsError::ErrorCode.new("STATUS_FWP_INVALID_WEIGHT",0xC0220025,"The filter weight is not valid.")
STATUS_FWP_MATCH_TYPE_MISMATCH =

(0xC0220026) A filter condition contains a match type that is not compatible with the operands.

WindowsError::ErrorCode.new("STATUS_FWP_MATCH_TYPE_MISMATCH",0xC0220026,"A filter condition contains a match type that is not compatible with the operands.")
STATUS_FWP_TYPE_MISMATCH =

(0xC0220027) An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.

WindowsError::ErrorCode.new("STATUS_FWP_TYPE_MISMATCH",0xC0220027,"An FWP_VALUE or FWPM_CONDITION_VALUE is of the wrong type.")
STATUS_FWP_OUT_OF_BOUNDS =

(0xC0220028) An integer value is outside the allowed range.

WindowsError::ErrorCode.new("STATUS_FWP_OUT_OF_BOUNDS",0xC0220028,"An integer value is outside the allowed range.")
STATUS_FWP_RESERVED =

(0xC0220029) A reserved field is nonzero.

WindowsError::ErrorCode.new("STATUS_FWP_RESERVED",0xC0220029,"A reserved field is nonzero.")
STATUS_FWP_DUPLICATE_CONDITION =

(0xC022002A) A filter cannot contain multiple conditions operating on a single field.

WindowsError::ErrorCode.new("STATUS_FWP_DUPLICATE_CONDITION",0xC022002A,"A filter cannot contain multiple conditions operating on a single field.")
STATUS_FWP_DUPLICATE_KEYMOD =

(0xC022002B) A policy cannot contain the same keying module more than once.

WindowsError::ErrorCode.new("STATUS_FWP_DUPLICATE_KEYMOD",0xC022002B,"A policy cannot contain the same keying module more than once.")
STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER =

(0xC022002C) The action type is not compatible with the layer.

WindowsError::ErrorCode.new("STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER",0xC022002C,"The action type is not compatible with the layer.")
STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER =

(0xC022002D) The action type is not compatible with the sublayer.

WindowsError::ErrorCode.new("STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER",0xC022002D,"The action type is not compatible with the sublayer.")
STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER =

(0xC022002E) The raw context or the provider context is not compatible with the layer.

WindowsError::ErrorCode.new("STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER",0xC022002E,"The raw context or the provider context is not compatible with the layer.")
STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT =

(0xC022002F) The raw context or the provider context is not compatible with the callout.

WindowsError::ErrorCode.new("STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT",0xC022002F,"The raw context or the provider context is not compatible with the callout.")
STATUS_FWP_INCOMPATIBLE_AUTH_METHOD =

(0xC0220030) The authentication method is not compatible with the policy type.

WindowsError::ErrorCode.new("STATUS_FWP_INCOMPATIBLE_AUTH_METHOD",0xC0220030,"The authentication method is not compatible with the policy type.")
STATUS_FWP_INCOMPATIBLE_DH_GROUP =

(0xC0220031) The Diffie-Hellman group is not compatible with the policy type.

WindowsError::ErrorCode.new("STATUS_FWP_INCOMPATIBLE_DH_GROUP",0xC0220031,"The Diffie-Hellman group is not compatible with the policy type.")
STATUS_FWP_EM_NOT_SUPPORTED =

(0xC0220032) An IKE policy cannot contain an Extended Mode policy.

WindowsError::ErrorCode.new("STATUS_FWP_EM_NOT_SUPPORTED",0xC0220032,"An IKE policy cannot contain an Extended Mode policy.")
STATUS_FWP_NEVER_MATCH =

(0xC0220033) The enumeration template or subscription will never match any objects.

WindowsError::ErrorCode.new("STATUS_FWP_NEVER_MATCH",0xC0220033,"The enumeration template or subscription will never match any objects.")
STATUS_FWP_PROVIDER_CONTEXT_MISMATCH =

(0xC0220034) The provider context is of the wrong type.

WindowsError::ErrorCode.new("STATUS_FWP_PROVIDER_CONTEXT_MISMATCH",0xC0220034,"The provider context is of the wrong type.")
STATUS_FWP_INVALID_PARAMETER =

(0xC0220035) The parameter is incorrect.

WindowsError::ErrorCode.new("STATUS_FWP_INVALID_PARAMETER",0xC0220035,"The parameter is incorrect.")
STATUS_FWP_TOO_MANY_SUBLAYERS =

(0xC0220036) The maximum number of sublayers has been reached.

WindowsError::ErrorCode.new("STATUS_FWP_TOO_MANY_SUBLAYERS",0xC0220036,"The maximum number of sublayers has been reached.")
STATUS_FWP_CALLOUT_NOTIFICATION_FAILED =

(0xC0220037) The notification function for a callout returned an error.

WindowsError::ErrorCode.new("STATUS_FWP_CALLOUT_NOTIFICATION_FAILED",0xC0220037,"The notification function for a callout returned an error.")
STATUS_FWP_INCOMPATIBLE_AUTH_CONFIG =

(0xC0220038) The IPsec authentication configuration is not compatible with the authentication type.

WindowsError::ErrorCode.new("STATUS_FWP_INCOMPATIBLE_AUTH_CONFIG",0xC0220038,"The IPsec authentication configuration is not compatible with the authentication type.")
STATUS_FWP_INCOMPATIBLE_CIPHER_CONFIG =

(0xC0220039) The IPsec cipher configuration is not compatible with the cipher type.

WindowsError::ErrorCode.new("STATUS_FWP_INCOMPATIBLE_CIPHER_CONFIG",0xC0220039,"The IPsec cipher configuration is not compatible with the cipher type.")
STATUS_FWP_DUPLICATE_AUTH_METHOD =

(0xC022003C) A policy cannot contain the same auth method more than once.

WindowsError::ErrorCode.new("STATUS_FWP_DUPLICATE_AUTH_METHOD",0xC022003C,"A policy cannot contain the same auth method more than once.")
STATUS_FWP_TCPIP_NOT_READY =

(0xC0220100) The TCP/IP stack is not ready.

WindowsError::ErrorCode.new("STATUS_FWP_TCPIP_NOT_READY",0xC0220100,"The TCP/IP stack is not ready.")
STATUS_FWP_INJECT_HANDLE_CLOSING =

(0xC0220101) The injection handle is being closed by another thread.

WindowsError::ErrorCode.new("STATUS_FWP_INJECT_HANDLE_CLOSING",0xC0220101,"The injection handle is being closed by another thread.")
STATUS_FWP_INJECT_HANDLE_STALE =

(0xC0220102) The injection handle is stale.

WindowsError::ErrorCode.new("STATUS_FWP_INJECT_HANDLE_STALE",0xC0220102,"The injection handle is stale.")
STATUS_FWP_CANNOT_PEND =

(0xC0220103) The classify cannot be pended.

WindowsError::ErrorCode.new("STATUS_FWP_CANNOT_PEND",0xC0220103,"The classify cannot be pended.")
STATUS_NDIS_CLOSING =

(0xC0230002) The binding to the network interface is being closed.

WindowsError::ErrorCode.new("STATUS_NDIS_CLOSING",0xC0230002,"The binding to the network interface is being closed.")
STATUS_NDIS_BAD_VERSION =

(0xC0230004) An invalid version was specified.

WindowsError::ErrorCode.new("STATUS_NDIS_BAD_VERSION",0xC0230004,"An invalid version was specified.")
STATUS_NDIS_BAD_CHARACTERISTICS =

(0xC0230005) An invalid characteristics table was used.

WindowsError::ErrorCode.new("STATUS_NDIS_BAD_CHARACTERISTICS",0xC0230005,"An invalid characteristics table was used.")
STATUS_NDIS_ADAPTER_NOT_FOUND =

(0xC0230006) Failed to find the network interface or the network interface is not ready.

WindowsError::ErrorCode.new("STATUS_NDIS_ADAPTER_NOT_FOUND",0xC0230006,"Failed to find the network interface or the network interface is not ready.")
STATUS_NDIS_OPEN_FAILED =

(0xC0230007) Failed to open the network interface.

WindowsError::ErrorCode.new("STATUS_NDIS_OPEN_FAILED",0xC0230007,"Failed to open the network interface.")
STATUS_NDIS_DEVICE_FAILED =

(0xC0230008) The network interface has encountered an internal unrecoverable failure.

WindowsError::ErrorCode.new("STATUS_NDIS_DEVICE_FAILED",0xC0230008,"The network interface has encountered an internal unrecoverable failure.")
STATUS_NDIS_MULTICAST_FULL =

(0xC0230009) The multicast list on the network interface is full.

WindowsError::ErrorCode.new("STATUS_NDIS_MULTICAST_FULL",0xC0230009,"The multicast list on the network interface is full.")
STATUS_NDIS_MULTICAST_EXISTS =

(0xC023000A) An attempt was made to add a duplicate multicast address to the list.

WindowsError::ErrorCode.new("STATUS_NDIS_MULTICAST_EXISTS",0xC023000A,"An attempt was made to add a duplicate multicast address to the list.")
STATUS_NDIS_MULTICAST_NOT_FOUND =

(0xC023000B) At attempt was made to remove a multicast address that was never added.

WindowsError::ErrorCode.new("STATUS_NDIS_MULTICAST_NOT_FOUND",0xC023000B,"At attempt was made to remove a multicast address that was never added.")
STATUS_NDIS_REQUEST_ABORTED =

(0xC023000C) The network interface aborted the request.

WindowsError::ErrorCode.new("STATUS_NDIS_REQUEST_ABORTED",0xC023000C,"The network interface aborted the request.")
STATUS_NDIS_RESET_IN_PROGRESS =

(0xC023000D) The network interface cannot process the request because it is being reset.

WindowsError::ErrorCode.new("STATUS_NDIS_RESET_IN_PROGRESS",0xC023000D,"The network interface cannot process the request because it is being reset.")
STATUS_NDIS_INVALID_PACKET =

(0xC023000F) An attempt was made to send an invalid packet on a network interface.

WindowsError::ErrorCode.new("STATUS_NDIS_INVALID_PACKET",0xC023000F,"An attempt was made to send an invalid packet on a network interface.")
STATUS_NDIS_INVALID_DEVICE_REQUEST =

(0xC0230010) The specified request is not a valid operation for the target device.

WindowsError::ErrorCode.new("STATUS_NDIS_INVALID_DEVICE_REQUEST",0xC0230010,"The specified request is not a valid operation for the target device.")
STATUS_NDIS_ADAPTER_NOT_READY =

(0xC0230011) The network interface is not ready to complete this operation.

WindowsError::ErrorCode.new("STATUS_NDIS_ADAPTER_NOT_READY",0xC0230011,"The network interface is not ready to complete this operation.")
STATUS_NDIS_INVALID_LENGTH =

(0xC0230014) The length of the buffer submitted for this operation is not valid.

WindowsError::ErrorCode.new("STATUS_NDIS_INVALID_LENGTH",0xC0230014,"The length of the buffer submitted for this operation is not valid.")
STATUS_NDIS_INVALID_DATA =

(0xC0230015) The data used for this operation is not valid.

WindowsError::ErrorCode.new("STATUS_NDIS_INVALID_DATA",0xC0230015,"The data used for this operation is not valid.")
STATUS_NDIS_BUFFER_TOO_SHORT =

(0xC0230016) The length of the submitted buffer for this operation is too small.

WindowsError::ErrorCode.new("STATUS_NDIS_BUFFER_TOO_SHORT",0xC0230016,"The length of the submitted buffer for this operation is too small.")
STATUS_NDIS_INVALID_OID =

(0xC0230017) The network interface does not support this object identifier.

WindowsError::ErrorCode.new("STATUS_NDIS_INVALID_OID",0xC0230017,"The network interface does not support this object identifier.")
STATUS_NDIS_ADAPTER_REMOVED =

(0xC0230018) The network interface has been removed.

WindowsError::ErrorCode.new("STATUS_NDIS_ADAPTER_REMOVED",0xC0230018,"The network interface has been removed.")
STATUS_NDIS_UNSUPPORTED_MEDIA =

(0xC0230019) The network interface does not support this media type.

WindowsError::ErrorCode.new("STATUS_NDIS_UNSUPPORTED_MEDIA",0xC0230019,"The network interface does not support this media type.")
STATUS_NDIS_GROUP_ADDRESS_IN_USE =

(0xC023001A) An attempt was made to remove a token ring group address that is in use by other components.

WindowsError::ErrorCode.new("STATUS_NDIS_GROUP_ADDRESS_IN_USE",0xC023001A,"An attempt was made to remove a token ring group address that is in use by other components.")
STATUS_NDIS_FILE_NOT_FOUND =

(0xC023001B) An attempt was made to map a file that cannot be found.

WindowsError::ErrorCode.new("STATUS_NDIS_FILE_NOT_FOUND",0xC023001B,"An attempt was made to map a file that cannot be found.")
STATUS_NDIS_ERROR_READING_FILE =

(0xC023001C) An error occurred while NDIS tried to map the file.

WindowsError::ErrorCode.new("STATUS_NDIS_ERROR_READING_FILE",0xC023001C,"An error occurred while NDIS tried to map the file.")
STATUS_NDIS_ALREADY_MAPPED =

(0xC023001D) An attempt was made to map a file that is already mapped.

WindowsError::ErrorCode.new("STATUS_NDIS_ALREADY_MAPPED",0xC023001D,"An attempt was made to map a file that is already mapped.")
STATUS_NDIS_RESOURCE_CONFLICT =

(0xC023001E) An attempt to allocate a hardware resource failed because the resource is used by another component.

WindowsError::ErrorCode.new("STATUS_NDIS_RESOURCE_CONFLICT",0xC023001E,"An attempt to allocate a hardware resource failed because the resource is used by another component.")
STATUS_NDIS_MEDIA_DISCONNECTED =

(0xC023001F) The I/O operation failed because the network media is disconnected or the wireless access point is out of range.

WindowsError::ErrorCode.new("STATUS_NDIS_MEDIA_DISCONNECTED",0xC023001F,"The I/O operation failed because the network media is disconnected or the wireless access point is out of range.")
STATUS_NDIS_INVALID_ADDRESS =

(0xC0230022) The network address used in the request is invalid.

WindowsError::ErrorCode.new("STATUS_NDIS_INVALID_ADDRESS",0xC0230022,"The network address used in the request is invalid.")
STATUS_NDIS_PAUSED =

(0xC023002A) The offload operation on the network interface has been paused.

WindowsError::ErrorCode.new("STATUS_NDIS_PAUSED",0xC023002A,"The offload operation on the network interface has been paused.")
STATUS_NDIS_INTERFACE_NOT_FOUND =

(0xC023002B) The network interface was not found.

WindowsError::ErrorCode.new("STATUS_NDIS_INTERFACE_NOT_FOUND",0xC023002B,"The network interface was not found.")
STATUS_NDIS_UNSUPPORTED_REVISION =

(0xC023002C) The revision number specified in the structure is not supported.

WindowsError::ErrorCode.new("STATUS_NDIS_UNSUPPORTED_REVISION",0xC023002C,"The revision number specified in the structure is not supported.")
STATUS_NDIS_INVALID_PORT =

(0xC023002D) The specified port does not exist on this network interface.

WindowsError::ErrorCode.new("STATUS_NDIS_INVALID_PORT",0xC023002D,"The specified port does not exist on this network interface.")
STATUS_NDIS_INVALID_PORT_STATE =

(0xC023002E) The current state of the specified port on this network interface does not support the requested operation.

WindowsError::ErrorCode.new("STATUS_NDIS_INVALID_PORT_STATE",0xC023002E,"The current state of the specified port on this network interface does not support the requested operation.")
STATUS_NDIS_LOW_POWER_STATE =

(0xC023002F) The miniport adapter is in a lower power state.

WindowsError::ErrorCode.new("STATUS_NDIS_LOW_POWER_STATE",0xC023002F,"The miniport adapter is in a lower power state.")
STATUS_NDIS_NOT_SUPPORTED =

(0xC02300BB) The network interface does not support this request.

WindowsError::ErrorCode.new("STATUS_NDIS_NOT_SUPPORTED",0xC02300BB,"The network interface does not support this request.")
STATUS_NDIS_OFFLOAD_POLICY =

(0xC023100F) The TCP connection is not offloadable because of a local policy setting.

WindowsError::ErrorCode.new("STATUS_NDIS_OFFLOAD_POLICY",0xC023100F,"The TCP connection is not offloadable because of a local policy setting.")
STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED =

(0xC0231012) The TCP connection is not offloadable by the Chimney offload target.

WindowsError::ErrorCode.new("STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED",0xC0231012,"The TCP connection is not offloadable by the Chimney offload target.")
STATUS_NDIS_OFFLOAD_PATH_REJECTED =

(0xC0231013) The IP Path object is not in an offloadable state.

WindowsError::ErrorCode.new("STATUS_NDIS_OFFLOAD_PATH_REJECTED",0xC0231013,"The IP Path object is not in an offloadable state.")
STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED =

(0xC0232000) The wireless LAN interface is in auto-configuration mode and does not support the requested parameter change operation.

WindowsError::ErrorCode.new("STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED",0xC0232000,"The wireless LAN interface is in auto-configuration mode and does not support the requested parameter change operation.")
STATUS_NDIS_DOT11_MEDIA_IN_USE =

(0xC0232001) The wireless LAN interface is busy and cannot perform the requested operation.

WindowsError::ErrorCode.new("STATUS_NDIS_DOT11_MEDIA_IN_USE",0xC0232001,"The wireless LAN interface is busy and cannot perform the requested operation.")
STATUS_NDIS_DOT11_POWER_STATE_INVALID =

(0xC0232002) The wireless LAN interface is power down and does not support the requested operation.

WindowsError::ErrorCode.new("STATUS_NDIS_DOT11_POWER_STATE_INVALID",0xC0232002,"The wireless LAN interface is power down and does not support the requested operation.")
STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL =

(0xC0232003) The list of wake on LAN patterns is full.

WindowsError::ErrorCode.new("STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL",0xC0232003,"The list of wake on LAN patterns is full.")
STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL =

(0xC0232004) The list of low power protocol offloads is full.

WindowsError::ErrorCode.new("STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL",0xC0232004,"The list of low power protocol offloads is full.")
STATUS_IPSEC_BAD_SPI =

(0xC0360001) The SPI in the packet does not match a valid IPsec SA.

WindowsError::ErrorCode.new("STATUS_IPSEC_BAD_SPI",0xC0360001,"The SPI in the packet does not match a valid IPsec SA.")
STATUS_IPSEC_SA_LIFETIME_EXPIRED =

(0xC0360002) The packet was received on an IPsec SA whose lifetime has expired.

WindowsError::ErrorCode.new("STATUS_IPSEC_SA_LIFETIME_EXPIRED",0xC0360002,"The packet was received on an IPsec SA whose lifetime has expired.")
STATUS_IPSEC_WRONG_SA =

(0xC0360003) The packet was received on an IPsec SA that does not match the packet characteristics.

WindowsError::ErrorCode.new("STATUS_IPSEC_WRONG_SA",0xC0360003,"The packet was received on an IPsec SA that does not match the packet characteristics.")
STATUS_IPSEC_REPLAY_CHECK_FAILED =

(0xC0360004) The packet sequence number replay check failed.

WindowsError::ErrorCode.new("STATUS_IPSEC_REPLAY_CHECK_FAILED",0xC0360004,"The packet sequence number replay check failed.")
STATUS_IPSEC_INVALID_PACKET =

(0xC0360005) The IPsec header and/or trailer in the packet is invalid.

WindowsError::ErrorCode.new("STATUS_IPSEC_INVALID_PACKET",0xC0360005,"The IPsec header and/or trailer in the packet is invalid.")
STATUS_IPSEC_INTEGRITY_CHECK_FAILED =

(0xC0360006) The IPsec integrity check failed.

WindowsError::ErrorCode.new("STATUS_IPSEC_INTEGRITY_CHECK_FAILED",0xC0360006,"The IPsec integrity check failed.")
STATUS_IPSEC_CLEAR_TEXT_DROP =

(0xC0360007) IPsec dropped a clear text packet.

WindowsError::ErrorCode.new("STATUS_IPSEC_CLEAR_TEXT_DROP",0xC0360007,"IPsec dropped a clear text packet.")
STATUS_IPSEC_AUTH_FIREWALL_DROP =

(0xC0360008) IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.

WindowsError::ErrorCode.new("STATUS_IPSEC_AUTH_FIREWALL_DROP",0xC0360008,"IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.")
STATUS_IPSEC_THROTTLE_DROP =

(0xC0360009) IPsec dropped a packet due to DOS throttle.

WindowsError::ErrorCode.new("STATUS_IPSEC_THROTTLE_DROP",0xC0360009,"IPsec dropped a packet due to DOS throttle.")
STATUS_IPSEC_DOSP_BLOCK =

(0xC0368000) IPsec Dos Protection matched an explicit block rule.

WindowsError::ErrorCode.new("STATUS_IPSEC_DOSP_BLOCK",0xC0368000,"IPsec Dos Protection matched an explicit block rule.")
STATUS_IPSEC_DOSP_RECEIVED_MULTICAST =

(0xC0368001) IPsec Dos Protection received an IPsec specific multicast packet which is not allowed.

WindowsError::ErrorCode.new("STATUS_IPSEC_DOSP_RECEIVED_MULTICAST",0xC0368001,"IPsec Dos Protection received an IPsec specific multicast packet which is not allowed.")
STATUS_IPSEC_DOSP_INVALID_PACKET =

(0xC0368002) IPsec Dos Protection received an incorrectly formatted packet.

WindowsError::ErrorCode.new("STATUS_IPSEC_DOSP_INVALID_PACKET",0xC0368002,"IPsec Dos Protection received an incorrectly formatted packet.")
STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED =

(0xC0368003) IPsec Dos Protection failed to lookup state.

WindowsError::ErrorCode.new("STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED",0xC0368003,"IPsec Dos Protection failed to lookup state.")
STATUS_IPSEC_DOSP_MAX_ENTRIES =

(0xC0368004) IPsec Dos Protection failed to create state because there are already maximum number of entries allowed by policy.

WindowsError::ErrorCode.new("STATUS_IPSEC_DOSP_MAX_ENTRIES",0xC0368004,"IPsec Dos Protection failed to create state because there are already maximum number of entries allowed by policy.")
STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED =

(0xC0368005) IPsec Dos Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.

WindowsError::ErrorCode.new("STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED",0xC0368005,"IPsec Dos Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.")
STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES =

(0xC0368006) IPsec Dos Protection failed to create per internal IP ratelimit queue because there is already maximum number of queues allowed by policy.

WindowsError::ErrorCode.new("STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES",0xC0368006,"IPsec Dos Protection failed to create per internal IP ratelimit queue because there is already maximum number of queues allowed by policy.")
STATUS_VOLMGR_MIRROR_NOT_SUPPORTED =

(0xC038005B) The system does not support mirrored volumes.

WindowsError::ErrorCode.new("STATUS_VOLMGR_MIRROR_NOT_SUPPORTED",0xC038005B,"The system does not support mirrored volumes.")
STATUS_VOLMGR_RAID5_NOT_SUPPORTED =

(0xC038005C) The system does not support RAID-5 volumes.

WindowsError::ErrorCode.new("STATUS_VOLMGR_RAID5_NOT_SUPPORTED",0xC038005C,"The system does not support RAID-5 volumes.")
STATUS_VIRTDISK_PROVIDER_NOT_FOUND =

(0xC03A0014) A virtual disk support provider for the specified file was not found.

WindowsError::ErrorCode.new("STATUS_VIRTDISK_PROVIDER_NOT_FOUND",0xC03A0014,"A virtual disk support provider for the specified file was not found.")
STATUS_VIRTDISK_NOT_VIRTUAL_DISK =

(0xC03A0015) The specified disk is not a virtual disk.

WindowsError::ErrorCode.new("STATUS_VIRTDISK_NOT_VIRTUAL_DISK",0xC03A0015,"The specified disk is not a virtual disk.")
STATUS_VHD_PARENT_VHD_ACCESS_DENIED =

(0xC03A0016) The 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.

WindowsError::ErrorCode.new("STATUS_VHD_PARENT_VHD_ACCESS_DENIED",0xC03A0016,"The 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_MISMATCH =

(0xC03A0017) The chain of virtual hard disks is corrupted. There is a mismatch in the virtual sizes of the parent virtual hard disk and differencing disk.

WindowsError::ErrorCode.new("STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH",0xC03A0017,"The 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_DETECTED =

(0xC03A0018) The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.

WindowsError::ErrorCode.new("STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED",0xC03A0018,"The chain of virtual hard disks is corrupted. A differencing disk is indicated in its own parent chain.")

Class Method Summary collapse

Class Method Details

.find_by_retval(retval) ⇒ Array<WindowsError::ErrorCode>

Returns all the ErrorCode objects that match the return value supplied.

Parameters:

  • retval (Integer)

    the return value you want the error code for

Returns:

Raises:

  • (ArgumentError)

    if something other than a Integer is supplied



14
15
16
17
18
19
20
21
22
23
24
# File 'lib/windows_error/nt_status.rb', line 14

def self.find_by_retval(retval)
  raise ArgumentError, "Invalid Return Code!" unless retval.kind_of? Integer
  error_codes = []
  self.constants.each do |constant_name|
    error_code = self.const_get(constant_name)
    if error_code == retval
      error_codes << error_code
    end
  end
  error_codes
end