📄 ntstatus.inc
字号:
;
; MessageText:
;
; {Partial Data Received}
; The network transport returned partial data to its client. The remaining data will be sent later.
;
STATUS_RECEIVE_PARTIAL equ 4000000Fh
;
; MessageId: STATUS_RECEIVE_EXPEDITED
;
; MessageText:
;
; {Expedited Data Received}
; The network transport returned data to its client that was marked as expedited by the remote system.
;
STATUS_RECEIVE_EXPEDITED equ 40000010h
;
; MessageId: STATUS_RECEIVE_PARTIAL_EXPEDITED
;
; MessageText:
;
; {Partial Expedited Data Received}
; The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
;
STATUS_RECEIVE_PARTIAL_EXPEDITED equ 40000011h
;
; MessageId: STATUS_EVENT_DONE
;
; MessageText:
;
; {TDI Event Done}
; The TDI indication has completed successfully.
;
STATUS_EVENT_DONE equ 40000012h
;
; MessageId: STATUS_EVENT_PENDING
;
; MessageText:
;
; {TDI Event Pending}
; The TDI indication has entered the pending state.
;
STATUS_EVENT_PENDING equ 40000013h
;
; MessageId: STATUS_CHECKING_FILE_SYSTEM
;
; MessageText:
;
; Checking file system on %wZ
;
STATUS_CHECKING_FILE_SYSTEM equ 40000014h
;
; MessageId: STATUS_FATAL_APP_EXIT
;
; MessageText:
;
; {Fatal Application Exit}
; %hs
;
STATUS_FATAL_APP_EXIT equ 40000015h
;
; MessageId: STATUS_PREDEFINED_HANDLE
;
; MessageText:
;
; The specified registry key is referenced by a predefined handle.
;
STATUS_PREDEFINED_HANDLE equ 40000016h
;
; MessageId: STATUS_WAS_UNLOCKED
;
; MessageText:
;
; {Page Unlocked}
; The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
;
STATUS_WAS_UNLOCKED equ 40000017h
;
; MessageId: STATUS_SERVICE_NOTIFICATION
;
; MessageText:
;
; %hs
;
STATUS_SERVICE_NOTIFICATION equ 40000018h
;
; MessageId: STATUS_WAS_LOCKED
;
; MessageText:
;
; {Page Locked}
; One of the pages to lock was already locked.
;
STATUS_WAS_LOCKED equ 40000019h
;
; MessageId: STATUS_LOG_HARD_ERROR
;
; MessageText:
;
; Application popup: %1 : %2
;
STATUS_LOG_HARD_ERROR equ 4000001Ah
;
; MessageId: STATUS_ALREADY_WIN32
;
; MessageText:
;
; STATUS_ALREADY_WIN32
;
STATUS_ALREADY_WIN32 equ 4000001Bh
;
; MessageId: STATUS_WX86_UNSIMULATE
;
; MessageText:
;
; Exception status code used by Win32 x86 emulation subsystem.
;
STATUS_WX86_UNSIMULATE equ 4000001Ch
;
; MessageId: STATUS_WX86_CONTINUE
;
; MessageText:
;
; Exception status code used by Win32 x86 emulation subsystem.
;
STATUS_WX86_CONTINUE equ 4000001Dh
;
; MessageId: STATUS_WX86_SINGLE_STEP
;
; MessageText:
;
; Exception status code used by Win32 x86 emulation subsystem.
;
STATUS_WX86_SINGLE_STEP equ 4000001Eh
;
; MessageId: STATUS_WX86_BREAKPOINT
;
; MessageText:
;
; Exception status code used by Win32 x86 emulation subsystem.
;
STATUS_WX86_BREAKPOINT equ 4000001Fh
;
; MessageId: STATUS_WX86_EXCEPTION_CONTINUE
;
; MessageText:
;
; Exception status code used by Win32 x86 emulation subsystem.
;
STATUS_WX86_EXCEPTION_CONTINUE equ 40000020h
;
; MessageId: STATUS_WX86_EXCEPTION_LASTCHANCE
;
; MessageText:
;
; Exception status code used by Win32 x86 emulation subsystem.
;
STATUS_WX86_EXCEPTION_LASTCHANCE equ 40000021h
;
; MessageId: STATUS_WX86_EXCEPTION_CHAIN
;
; MessageText:
;
; Exception status code used by Win32 x86 emulation subsystem.
;
STATUS_WX86_EXCEPTION_CHAIN equ 40000022h
;
; MessageId: STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE
;
; MessageText:
;
; {Machine Type Mismatch}
; The image file %hs is valid, but is for a machine type other than the current machine.
;
STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE equ 40000023h
;
; MessageId: STATUS_NO_YIELD_PERFORMED
;
; MessageText:
;
; A yield execution was performed and no thread was available to run.
;
STATUS_NO_YIELD_PERFORMED equ 40000024h
;
; MessageId: STATUS_TIMER_RESUME_IGNORED
;
; MessageText:
;
; The resumable flag to a timer API was ignored.
;
STATUS_TIMER_RESUME_IGNORED equ 40000025h
;
; MessageId: STATUS_ARBITRATION_UNHANDLED
;
; MessageText:
;
; The arbiter has deferred arbitration of these resources to its parent
;
STATUS_ARBITRATION_UNHANDLED equ 40000026h
;
; MessageId: STATUS_CARDBUS_NOT_SUPPORTED
;
; MessageText:
;
; The device "%hs" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode.
; The operating system will currently accept only 16-bit (R2) pc-cards on this controller.
;
STATUS_CARDBUS_NOT_SUPPORTED equ 40000027h
;
; MessageId: STATUS_WX86_CREATEWX86TIB
;
; MessageText:
;
; Exception status code used by Win32 x86 emulation subsystem.
;
STATUS_WX86_CREATEWX86TIB equ 40000028h
;
; MessageId: STATUS_MP_PROCESSOR_MISMATCH
;
; MessageText:
;
; The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
;
STATUS_MP_PROCESSOR_MISMATCH equ 40000029h
;
; MessageId: DBG_REPLY_LATER
;
; MessageText:
;
; Debugger will reply later.
;
DBG_REPLY_LATER equ 40010001h
;
; MessageId: DBG_UNABLE_TO_PROVIDE_HANDLE
;
; MessageText:
;
; Debugger can not provide handle.
;
DBG_UNABLE_TO_PROVIDE_HANDLE equ 40010002h
;
; MessageId: DBG_TERMINATE_THREAD
;
; MessageText:
;
; Debugger terminated thread.
;
DBG_TERMINATE_THREAD equ 40010003h ; winnt
;
; MessageId: DBG_TERMINATE_PROCESS
;
; MessageText:
;
; Debugger terminated process.
;
DBG_TERMINATE_PROCESS equ 40010004h ; winnt
;
; MessageId: DBG_CONTROL_C
;
; MessageText:
;
; Debugger got control C.
;
DBG_CONTROL_C equ 40010005h ; winnt
;
; MessageId: DBG_PRINTEXCEPTION_C
;
; MessageText:
;
; Debugger printerd exception on control C.
;
DBG_PRINTEXCEPTION_C equ 40010006h
;
; MessageId: DBG_RIPEXCEPTION
;
; MessageText:
;
; Debugger recevice RIP exception.
;
DBG_RIPEXCEPTION equ 40010007h
;
; MessageId: DBG_CONTROL_BREAK
;
; MessageText:
;
; Debugger received control break.
;
DBG_CONTROL_BREAK equ 40010008h ; winnt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;/
;
; Standard Warning values
;
;
; Note: Do NOT use the value 0x80000000L, as this is a non-portable value
; for the NT_SUCCESS macro. Warning values start with a code of 1.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;/
;
; MessageId: STATUS_GUARD_PAGE_VIOLATION
;
; MessageText:
;
; {EXCEPTION}
; Guard Page Exception
; A page of memory that marks the end of a data structure, such as a stack or an array, has been accessed.
;
STATUS_GUARD_PAGE_VIOLATION equ 80000001h ; winnt
;
; MessageId: STATUS_DATATYPE_MISALIGNMENT
;
; MessageText:
;
; {EXCEPTION}
; Alignment Fault
; A datatype misalignment was detected in a load or store instruction.
;
STATUS_DATATYPE_MISALIGNMENT equ 80000002h ; winnt
;
; MessageId: STATUS_BREAKPOINT
;
; MessageText:
;
; {EXCEPTION}
; Breakpoint
; A breakpoint has been reached.
;
STATUS_BREAKPOINT equ 80000003h ; winnt
;
; MessageId: STATUS_SINGLE_STEP
;
; MessageText:
;
; {EXCEPTION}
; Single Step
; A single step or trace operation has just been completed.
;
STATUS_SINGLE_STEP equ 80000004h ; winnt
;
; MessageId: STATUS_BUFFER_OVERFLOW
;
; MessageText:
;
; {Buffer Overflow}
; The data was too large to fit into the specified buffer.
;
STATUS_BUFFER_OVERFLOW equ 80000005h
;
; MessageId: STATUS_NO_MORE_FILES
;
; MessageText:
;
; {No More Files}
; No more files were found which match the file specification.
;
STATUS_NO_MORE_FILES equ 80000006h
;
; MessageId: STATUS_WAKE_SYSTEM_DEBUGGER
;
; MessageText:
;
; {Kernel Debugger Awakened}
; the system debugger was awakened by an interrupt.
;
STATUS_WAKE_SYSTEM_DEBUGGER equ 80000007h
;
; MessageId: STATUS_HANDLES_CLOSED
;
; MessageText:
;
; {Handles Closed}
; Handles to objects have been automatically closed as a result of the requested operation.
;
STATUS_HANDLES_CLOSED equ 8000000Ah
;
; MessageId: STATUS_NO_INHERITANCE
;
; MessageText:
;
; {Non-Inheritable ACL}
; An access control list (ACL) contains no components that can be inherited.
;
STATUS_NO_INHERITANCE equ 8000000Bh
;
; MessageId: STATUS_GUID_SUBSTITUTION_MADE
;
; MessageText:
;
; {GUID Substitution}
; During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found.
; A substitute prefix was used, which will not compromise system security.
; However, this may provide a more restrictive access than intended.
;
STATUS_GUID_SUBSTITUTION_MADE equ 8000000Ch
;
; MessageId: STATUS_PARTIAL_COPY
;
; MessageText:
;
; {Partial Copy}
; Due to protection conflicts not all the requested bytes could be copied.
;
STATUS_PARTIAL_COPY equ 8000000Dh
;
; MessageId: STATUS_DEVICE_PAPER_EMPTY
;
; MessageText:
;
; {Out of Paper}
; The printer is out of paper.
;
STATUS_DEVICE_PAPER_EMPTY equ 8000000Eh
;
; MessageId: STATUS_DEVICE_POWERED_OFF
;
; MessageText:
;
; {Device Power Is Off}
; The printer power has been turned off.
;
STATUS_DEVICE_POWERED_OFF equ 8000000Fh
;
; MessageId: STATUS_DEVICE_OFF_LINE
;
; MessageText:
;
; {Device Offline}
; The printer has been taken offline.
;
STATUS_DEVICE_OFF_LINE equ 80000010h
;
; MessageId: STATUS_DEVICE_BUSY
;
; MessageText:
;
; {Device Busy}
; The device is currently busy.
;
STATUS_DEVICE_BUSY equ 80000011h
;
; MessageId: STATUS_NO_MORE_EAS
;
; MessageText:
;
; {No More EAs}
; No more extended attributes (EAs) were found for the file.
;
STATUS_NO_MORE_EAS equ 80000012h
;
; MessageId: STATUS_INVALID_EA_NAME
;
; MessageText:
;
; {Illegal EA}
; The specified extended attribute (EA) name contains at least one illegal character.
;
STATUS_INVALID_EA_NAME equ 80000013h
;
; MessageId: STATUS_EA_LIST_INCONSISTENT
;
; MessageText:
;
; {Inconsistent EA List}
; The extended attribute (EA) list is inconsistent.
;
STATUS_EA_LIST_INCONSISTENT equ 80000014h
;
; MessageId: STATUS_INVALID_EA_FLAG
;
; MessageText:
;
; {Invalid EA Flag}
; An invalid extended attribute (EA) flag was set.
;
STATUS_INVALID_EA_FLAG equ 80000015h
;
; MessageId: STATUS_VERIFY_REQUIRED
;
; MessageText:
;
; {Verifying Disk}
; The media has changed and a verify operation is in progress so no reads or writes may be performed to the device, except those used in the verify operation.
;
STATUS_VERIFY_REQUIRED equ 80000016h
;
; MessageId: STATUS_EXTRANEOUS_INFORMATION
;
; MessageText:
;
; {Too Much Information}
; The specified access control list (ACL) contained more information than was expected.
;
STATUS_EXTRANEOUS_INFORMATION equ 80000017h
;
; MessageId: STATUS_RXACT_COMMIT_NECESSARY
;
; MessageText:
;
; This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted.
; The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
;
STATUS_RXACT_COMMIT_NECESSARY equ 80000018h
;
; MessageId: STATUS_NO_MORE_ENTRIES
;
; MessageText:
;
; {No More Entries}
; No more entries are available from an enumeration operation.
;
STATUS_NO_MORE_ENTRIES equ 8000001Ah
;
; MessageId: STATUS_FILEMARK_DETECTED
;
; MessageText:
;
; {Filemark Found}
; A filemark was detected.
;
STATUS_FILEMARK_DETECTED equ 8000001Bh
;
; MessageId: STATUS_MEDIA_CHANGED
;
; MessageText:
;
; {Media Changed}
; The media may have changed.
;
STATUS_MEDIA_CHANGED equ 8000001Ch
;
; MessageId: STATUS_BUS_RESET
;
; MessageText:
;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -