📄 ntstatus.inc
字号:
; {I/O Bus Reset}
; An I/O bus reset was detected.
;
STATUS_BUS_RESET equ 8000001Dh
;
; MessageId: STATUS_END_OF_MEDIA
;
; MessageText:
;
; {End of Media}
; The end of the media was encountered.
;
STATUS_END_OF_MEDIA equ 8000001Eh
;
; MessageId: STATUS_BEGINNING_OF_MEDIA
;
; MessageText:
;
; Beginning of tape or partition has been detected.
;
STATUS_BEGINNING_OF_MEDIA equ 8000001Fh
;
; MessageId: STATUS_MEDIA_CHECK
;
; MessageText:
;
; {Media Changed}
; The media may have changed.
;
STATUS_MEDIA_CHECK equ 80000020h
;
; MessageId: STATUS_SETMARK_DETECTED
;
; MessageText:
;
; A tape access reached a setmark.
;
STATUS_SETMARK_DETECTED equ 80000021h
;
; MessageId: STATUS_NO_DATA_DETECTED
;
; MessageText:
;
; During a tape access, the end of the data written is reached.
;
STATUS_NO_DATA_DETECTED equ 80000022h
;
; MessageId: STATUS_REDIRECTOR_HAS_OPEN_HANDLES
;
; MessageText:
;
; The redirector is in use and cannot be unloaded.
;
STATUS_REDIRECTOR_HAS_OPEN_HANDLES equ 80000023h
;
; MessageId: STATUS_SERVER_HAS_OPEN_HANDLES
;
; MessageText:
;
; The server is in use and cannot be unloaded.
;
STATUS_SERVER_HAS_OPEN_HANDLES equ 80000024h
;
; MessageId: STATUS_ALREADY_DISCONNECTED
;
; MessageText:
;
; The specified connection has already been disconnected.
;
STATUS_ALREADY_DISCONNECTED equ 80000025h
;
; MessageId: STATUS_LONGJUMP
;
; MessageText:
;
; A long jump has been executed.
;
STATUS_LONGJUMP equ 80000026h
;
; MessageId: DBG_EXCEPTION_NOT_HANDLED
;
; MessageText:
;
; Debugger did not handle the exception.
;
DBG_EXCEPTION_NOT_HANDLED equ 80010001h ; winnt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;/
;
; Standard Error values
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;/
;
; MessageId: STATUS_UNSUCCESSFUL
;
; MessageText:
;
; {Operation Failed}
; The requested operation was unsuccessful.
;
STATUS_UNSUCCESSFUL equ 0C0000001h
;
; MessageId: STATUS_NOT_IMPLEMENTED
;
; MessageText:
;
; {Not Implemented}
; The requested operation is not implemented.
STATUS_NOT_IMPLEMENTED equ 0C0000002h
;
; MessageId: STATUS_INVALID_INFO_CLASS
;
; MessageText:
;
; {Invalid Parameter}
; The specified information class is not a valid information class for the specified object.
;
STATUS_INVALID_INFO_CLASS equ 0C0000003h ; ntsubauth
;
; MessageId: STATUS_INFO_LENGTH_MISMATCH
;
; MessageText:
;
; The specified information record length does not match the length required for the specified information class.
;
STATUS_INFO_LENGTH_MISMATCH equ 0C0000004h
;
; MessageId: STATUS_ACCESS_VIOLATION
;
; MessageText:
;
; The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
;
STATUS_ACCESS_VIOLATION equ 0C0000005h ; winnt
;
; MessageId: STATUS_IN_PAGE_ERROR
;
; MessageText:
;
; The instruction at "0x%08lx" referenced memory at "0x%08lx". The required data was not placed into memory because of an I/O error status of "0x%08lx".
;
STATUS_IN_PAGE_ERROR equ 0C0000006h ; winnt
;
; MessageId: STATUS_PAGEFILE_QUOTA
;
; MessageText:
;
; The pagefile quota for the process has been exhausted.
;
STATUS_PAGEFILE_QUOTA equ 0C0000007h
;
; MessageId: STATUS_INVALID_HANDLE
;
; MessageText:
;
; An invalid HANDLE was specified.
;
STATUS_INVALID_HANDLE equ 0C0000008h ; winnt
;
; MessageId: STATUS_BAD_INITIAL_STACK
;
; MessageText:
;
; An invalid initial stack was specified in a call to NtCreateThread.
;
STATUS_BAD_INITIAL_STACK equ 0C0000009h
;
; MessageId: STATUS_BAD_INITIAL_PC
;
; MessageText:
;
; An invalid initial start address was specified in a call to NtCreateThread.
;
STATUS_BAD_INITIAL_PC equ 0C000000Ah
;
; MessageId: STATUS_INVALID_CID
;
; MessageText:
;
; An invalid Client ID was specified.
;
STATUS_INVALID_CID equ 0C000000Bh
;
; MessageId: STATUS_TIMER_NOT_CANCELED
;
; MessageText:
;
; An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
;
STATUS_TIMER_NOT_CANCELED equ 0C000000Ch
;
; MessageId: STATUS_INVALID_PARAMETER
;
; MessageText:
;
; An invalid parameter was passed to a service or function.
;
STATUS_INVALID_PARAMETER equ 0C000000Dh
;
; MessageId: STATUS_NO_SUCH_DEVICE
;
; MessageText:
;
; A device which does not exist was specified.
;
STATUS_NO_SUCH_DEVICE equ 0C000000Eh
;
; MessageId: STATUS_NO_SUCH_FILE
;
; MessageText:
;
; {File Not Found}
; The file %hs does not exist.
;
STATUS_NO_SUCH_FILE equ 0C000000Fh
; MessageId: STATUS_INVALID_DEVICE_REQUEST
;
; MessageText:
;
; The specified request is not a valid operation for the target device.
STATUS_INVALID_DEVICE_REQUEST equ 00C0000010h
; MessageId: STATUS_END_OF_FILE
;
; MessageText:
;
; The end-of-file marker has been reached. There is no valid data in the file beyond this marker.
STATUS_END_OF_FILE equ 0C0000011h
;
; MessageId: STATUS_WRONG_VOLUME
;
; MessageText:
;
; {Wrong Volume}
; The wrong volume is in the drive.
; Please insert volume %hs into drive %hs.
;
STATUS_WRONG_VOLUME equ 0C0000012h
;
; MessageId: STATUS_NO_MEDIA_IN_DEVICE
;
; MessageText:
;
; {No Disk}
; There is no disk in the drive.
; Please insert a disk into drive %hs.
;
STATUS_NO_MEDIA_IN_DEVICE equ 0C0000013h
;
; MessageId: STATUS_UNRECOGNIZED_MEDIA
;
; MessageText:
;
; {Unknown Disk Format}
; The disk in drive %hs is not formatted properly.
; Please check the disk, and reformat if necessary.
;
STATUS_UNRECOGNIZED_MEDIA equ 0C0000014h
;
; MessageId: STATUS_NONEXISTENT_SECTOR
;
; MessageText:
;
; {Sector Not Found}
; The specified sector does not exist.
;
STATUS_NONEXISTENT_SECTOR equ 0C0000015h
;
; MessageId: STATUS_MORE_PROCESSING_REQUIRED
;
; MessageText:
;
; {Still Busy}
; The specified I/O request packet (IRP) cannot be disposed of because the I/O operation is not complete.
;
STATUS_MORE_PROCESSING_REQUIRED equ 0C0000016h
;
; MessageId: STATUS_NO_MEMORY
;
; MessageText:
;
; {Not Enough Quota}
; Not enough virtual memory or paging file quota is available to complete the specified operation.
;
STATUS_NO_MEMORY equ 0C0000017h ; winnt
;
; MessageId: STATUS_CONFLICTING_ADDRESSES
;
; MessageText:
;
; {Conflicting Address Range}
; The specified address range conflicts with the address space.
;
STATUS_CONFLICTING_ADDRESSES equ 0C0000018h
;
; MessageId: STATUS_NOT_MAPPED_VIEW
;
; MessageText:
;
; Address range to unmap is not a mapped view.
;
STATUS_NOT_MAPPED_VIEW equ 0C0000019h
;
; MessageId: STATUS_UNABLE_TO_FREE_VM
;
; MessageText:
;
; Virtual memory cannot be freed.
;
STATUS_UNABLE_TO_FREE_VM equ 0C000001Ah
;
; MessageId: STATUS_UNABLE_TO_DELETE_SECTION
;
; MessageText:
;
; Specified section cannot be deleted.
;
STATUS_UNABLE_TO_DELETE_SECTION equ 0C000001Bh
;
; MessageId: STATUS_INVALID_SYSTEM_SERVICE
;
; MessageText:
;
; An invalid system service was specified in a system service call.
;
STATUS_INVALID_SYSTEM_SERVICE equ 0C000001Ch
;
; MessageId: STATUS_ILLEGAL_INSTRUCTION
;
; MessageText:
;
; {EXCEPTION}
; Illegal Instruction
; An attempt was made to execute an illegal instruction.
;
STATUS_ILLEGAL_INSTRUCTION equ 0C000001Dh ; winnt
;
; MessageId: STATUS_INVALID_LOCK_SEQUENCE
;
; MessageText:
;
; {Invalid Lock Sequence}
; An attempt was made to execute an invalid lock sequence.
;
STATUS_INVALID_LOCK_SEQUENCE equ 0C000001Eh
;
; MessageId: STATUS_INVALID_VIEW_SIZE
;
; MessageText:
;
; {Invalid Mapping}
; An attempt was made to create a view for a section which is bigger than the section.
;
STATUS_INVALID_VIEW_SIZE equ 0C000001Fh
;
; MessageId: STATUS_INVALID_FILE_FOR_SECTION
;
; MessageText:
;
; {Bad File}
; The attributes of the specified mapping file for a section of memory cannot be read.
;
STATUS_INVALID_FILE_FOR_SECTION equ 0C0000020h
;
; MessageId: STATUS_ALREADY_COMMITTED
;
; MessageText:
;
; {Already Committed}
; The specified address range is already committed.
;
STATUS_ALREADY_COMMITTED equ 0C0000021h
;
; MessageId: STATUS_ACCESS_DENIED
;
; MessageText:
;
; {Access Denied}
; A process has requested access to an object, but has not been granted those access rights.
;
STATUS_ACCESS_DENIED equ 0C0000022h
;
; MessageId: STATUS_BUFFER_TOO_SMALL
;
; MessageText:
;
; {Buffer Too Small}
; The buffer is too small to contain the entry. No information has been written to the buffer.
STATUS_BUFFER_TOO_SMALL equ 0C0000023h
; MessageId: STATUS_OBJECT_TYPE_MISMATCH
;
; MessageText:
;
; {Wrong Type}
; There is a mismatch between the type of object required by the requested operation and the type of object that is specified in the request.
STATUS_OBJECT_TYPE_MISMATCH equ 0C0000024h
; MessageId: STATUS_NONCONTINUABLE_EXCEPTION
;
; MessageText:
;
; {EXCEPTION}
; Cannot Continue
; Windows cannot continue from this exception.
STATUS_NONCONTINUABLE_EXCEPTION equ 0C0000025h ; winnt
; MessageId: STATUS_INVALID_DISPOSITION
;
; MessageText:
;
; An invalid exception disposition was returned by an exception handler.
STATUS_INVALID_DISPOSITION equ 0C0000026h ; winnt
;
; MessageId: STATUS_UNWIND
;
; MessageText:
;
; Unwind exception code.
;
STATUS_UNWIND equ 0C0000027h
;
; MessageId: STATUS_BAD_STACK
;
; MessageText:
;
; An invalid or unaligned stack was encountered during an unwind operation.
;
STATUS_BAD_STACK equ 0C0000028h
;
; MessageId: STATUS_INVALID_UNWIND_TARGET
;
; MessageText:
;
; An invalid unwind target was encountered during an unwind operation.
;
STATUS_INVALID_UNWIND_TARGET equ 0C0000029h
;
; MessageId: STATUS_NOT_LOCKED
;
; MessageText:
;
; An attempt was made to unlock a page of memory which was not locked.
;
STATUS_NOT_LOCKED equ 0C000002Ah
;
; MessageId: STATUS_PARITY_ERROR
;
; MessageText:
;
; Device parity error on I/O operation.
;
STATUS_PARITY_ERROR equ 0C000002Bh
;
; MessageId: STATUS_UNABLE_TO_DECOMMIT_VM
;
; MessageText:
;
; An attempt was made to decommit uncommitted virtual memory.
;
STATUS_UNABLE_TO_DECOMMIT_VM equ 0C000002Ch
;
; MessageId: STATUS_NOT_COMMITTED
;
; MessageText:
;
; An attempt was made to change the attributes on memory that has not been committed.
;
STATUS_NOT_COMMITTED equ 0C000002Dh
;
; MessageId: STATUS_INVALID_PORT_ATTRIBUTES
;
; MessageText:
;
; Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
;
STATUS_INVALID_PORT_ATTRIBUTES equ 0C000002Eh
;
; MessageId: STATUS_PORT_MESSAGE_TOO_LONG
;
; MessageText:
;
; Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
;
STATUS_PORT_MESSAGE_TOO_LONG equ 0C000002Fh
;
; MessageId: STATUS_INVALID_PARAMETER_MIX
;
; MessageText:
;
; An invalid combination of parameters was specified.
;
STATUS_INVALID_PARAMETER_MIX equ 0C0000030h
;
; MessageId: STATUS_INVALID_QUOTA_LOWER
;
; MessageText:
;
; An attempt was made to lower a quota limit below the current usage.
;
STATUS_INVALID_QUOTA_LOWER equ 0C0000031h
;
; MessageId: STATUS_DISK_CORRUPT_ERROR
;
; MessageText:
;
; {Corrupt Disk}
; The file system structure on the disk is corrupt and unusable.
; Please run the Chkdsk utility on the volume %hs.
;
STATUS_DISK_CORRUPT_ERROR equ 0C0000032h
;
; MessageId: STATUS_OBJECT_NAME_INVALID
;
; MessageText:
;
; Object Name invalid.
;
STATUS_OBJECT_NAME_INVALID equ 0C0000033h
;
; MessageId: STATUS_OBJECT_NAME_NOT_FOUND
;
; MessageText:
;
; Object Name not found.
;
STATUS_OBJECT_NAME_NOT_FOUND equ 0C0000034h
;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -