📄 ntstatus.inc
字号:
; MessageId: STATUS_OBJECT_NAME_COLLISION
;
; MessageText:
;
; Object Name already exists.
;
STATUS_OBJECT_NAME_COLLISION equ 0C0000035h
;
; MessageId: STATUS_PORT_DISCONNECTED
;
; MessageText:
;
; Attempt to send a message to a disconnected communication port.
;
STATUS_PORT_DISCONNECTED equ 0C0000037h
;
; MessageId: STATUS_DEVICE_ALREADY_ATTACHED
;
; MessageText:
;
; An attempt was made to attach to a device that was already attached to another device.
;
STATUS_DEVICE_ALREADY_ATTACHED equ 0C0000038h
;
; MessageId: STATUS_OBJECT_PATH_INVALID
;
; MessageText:
;
; Object Path Component was not a directory object.
;
STATUS_OBJECT_PATH_INVALID equ 0C0000039h
;
; MessageId: STATUS_OBJECT_PATH_NOT_FOUND
;
; MessageText:
;
; {Path Not Found}
; The path %hs does not exist.
;
STATUS_OBJECT_PATH_NOT_FOUND equ 0C000003Ah
;
; MessageId: STATUS_OBJECT_PATH_SYNTAX_BAD
;
; MessageText:
;
; Object Path Component was not a directory object.
;
STATUS_OBJECT_PATH_SYNTAX_BAD equ 0C000003Bh
;
; MessageId: STATUS_DATA_OVERRUN
;
; MessageText:
;
; {Data Overrun}
; A data overrun error occurred.
;
STATUS_DATA_OVERRUN equ 0C000003Ch
;
; MessageId: STATUS_DATA_LATE_ERROR
;
; MessageText:
;
; {Data Late}
; A data late error occurred.
;
STATUS_DATA_LATE_ERROR equ 0C000003Dh
;
; MessageId: STATUS_DATA_ERROR
;
; MessageText:
;
; {Data Error}
; An error in reading or writing data occurred.
;
STATUS_DATA_ERROR equ 0C000003Eh
;
; MessageId: STATUS_CRC_ERROR
;
; MessageText:
;
; {Bad CRC}
; A cyclic redundancy check (CRC) checksum error occurred.
;
STATUS_CRC_ERROR equ 0C000003Fh
;
; MessageId: STATUS_SECTION_TOO_BIG
;
; MessageText:
;
; {Section Too Large}
; The specified section is too big to map the file.
;
STATUS_SECTION_TOO_BIG equ 0C0000040h
;
; MessageId: STATUS_PORT_CONNECTION_REFUSED
;
; MessageText:
;
; The NtConnectPort request is refused.
;
STATUS_PORT_CONNECTION_REFUSED equ 0C0000041h
;
; MessageId: STATUS_INVALID_PORT_HANDLE
;
; MessageText:
;
; The type of port handle is invalid for the operation requested.
;
STATUS_INVALID_PORT_HANDLE equ 0C0000042h
;
; MessageId: STATUS_SHARING_VIOLATION
;
; MessageText:
;
; A file cannot be opened because the share access flags are incompatible.
;
STATUS_SHARING_VIOLATION equ 0C0000043h
;
; MessageId: STATUS_QUOTA_EXCEEDED
;
; MessageText:
;
; Insufficient quota exists to complete the operation
;
STATUS_QUOTA_EXCEEDED equ 0C0000044h
;
; MessageId: STATUS_INVALID_PAGE_PROTECTION
;
; MessageText:
;
; The specified page protection was not valid.
;
STATUS_INVALID_PAGE_PROTECTION equ 0C0000045h
;
; MessageId: STATUS_MUTANT_NOT_OWNED
;
; MessageText:
;
; An attempt to release a mutant object was made by a thread that was not the owner of the mutant object.
;
STATUS_MUTANT_NOT_OWNED equ 0C0000046h
;
; MessageId: STATUS_SEMAPHORE_LIMIT_EXCEEDED
;
; MessageText:
;
; An attempt was made to release a semaphore such that its maximum count would have been exceeded.
;
STATUS_SEMAPHORE_LIMIT_EXCEEDED equ 0C0000047h
;
; MessageId: STATUS_PORT_ALREADY_SET
;
; MessageText:
;
; An attempt to set a processes DebugPort or ExceptionPort was made, but a port already exists in the process.
;
STATUS_PORT_ALREADY_SET equ 0C0000048h
;
; MessageId: STATUS_SECTION_NOT_IMAGE
;
; MessageText:
;
; An attempt was made to query image information on a section which does not map an image.
;
STATUS_SECTION_NOT_IMAGE equ 0C0000049h
;
; MessageId: STATUS_SUSPEND_COUNT_EXCEEDED
;
; MessageText:
;
; An attempt was made to suspend a thread whose suspend count was at its maximum.
;
STATUS_SUSPEND_COUNT_EXCEEDED equ 0C000004Ah
;
; MessageId: STATUS_THREAD_IS_TERMINATING
;
; MessageText:
;
; An attempt was made to suspend a thread that has begun termination.
;
STATUS_THREAD_IS_TERMINATING equ 0C000004Bh
;
; MessageId: STATUS_BAD_WORKING_SET_LIMIT
;
; MessageText:
;
; An attempt was made to set the working set limit to an invalid value (minimum greater than maximum, etc).
;
STATUS_BAD_WORKING_SET_LIMIT equ 0C000004Ch
;
; MessageId: STATUS_INCOMPATIBLE_FILE_MAP
;
; MessageText:
;
; A section was created to map a file which is not compatible to an already existing section which maps the same file.
;
STATUS_INCOMPATIBLE_FILE_MAP equ 0C000004Dh
;
; MessageId: STATUS_SECTION_PROTECTION
;
; MessageText:
;
; A view to a section specifies a protection which is incompatible with the initial view's protection.
;
STATUS_SECTION_PROTECTION equ 0C000004Eh
;
; MessageId: STATUS_EAS_NOT_SUPPORTED
;
; MessageText:
;
; An operation involving EAs failed because the file system does not support EAs.
;
STATUS_EAS_NOT_SUPPORTED equ 0C000004Fh
;
; MessageId: STATUS_EA_TOO_LARGE
;
; MessageText:
;
; An EA operation failed because EA set is too large.
;
STATUS_EA_TOO_LARGE equ 0C0000050h
;
; MessageId: STATUS_NONEXISTENT_EA_ENTRY
;
; MessageText:
;
; An EA operation failed because the name or EA index is invalid.
;
STATUS_NONEXISTENT_EA_ENTRY equ 0C0000051h
;
; MessageId: STATUS_NO_EAS_ON_FILE
;
; MessageText:
;
; The file for which EAs were requested has no EAs.
;
STATUS_NO_EAS_ON_FILE equ 0C0000052h
;
; MessageId: STATUS_EA_CORRUPT_ERROR
;
; MessageText:
;
; The EA is corrupt and non-readable.
;
STATUS_EA_CORRUPT_ERROR equ 0C0000053h
;
; MessageId: STATUS_FILE_LOCK_CONFLICT
;
; MessageText:
;
; A requested read/write cannot be granted due to a conflicting file lock.
;
STATUS_FILE_LOCK_CONFLICT equ 0C0000054h
;
; MessageId: STATUS_LOCK_NOT_GRANTED
;
; MessageText:
;
; A requested file lock cannot be granted due to other existing locks.
;
STATUS_LOCK_NOT_GRANTED equ 0C0000055h
;
; MessageId: STATUS_DELETE_PENDING
;
; MessageText:
;
; A non close operation has been requested of a file object with a delete pending.
;
STATUS_DELETE_PENDING equ 0C0000056h
;
; MessageId: STATUS_CTL_FILE_NOT_SUPPORTED
;
; MessageText:
;
; An attempt was made to set the control attribute on a file. This attribute is not supported in the target file system.
;
STATUS_CTL_FILE_NOT_SUPPORTED equ 0C0000057h
;
; MessageId: STATUS_UNKNOWN_REVISION
;
; MessageText:
;
; Indicates a revision number encountered or specified is not one known by the service. It may be a more recent revision than the service is aware of.
;
STATUS_UNKNOWN_REVISION equ 0C0000058h
;
; MessageId: STATUS_REVISION_MISMATCH
;
; MessageText:
;
; Indicates two revision levels are incompatible.
;
STATUS_REVISION_MISMATCH equ 0C0000059h
;
; MessageId: STATUS_INVALID_OWNER
;
; MessageText:
;
; Indicates a particular Security ID may not be assigned as the owner of an object.
;
STATUS_INVALID_OWNER equ 0C000005Ah
;
; MessageId: STATUS_INVALID_PRIMARY_GROUP
;
; MessageText:
;
; Indicates a particular Security ID may not be assigned as the primary group of an object.
;
STATUS_INVALID_PRIMARY_GROUP equ 0C000005Bh
;
; MessageId: STATUS_NO_IMPERSONATION_TOKEN
;
; MessageText:
;
; An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
;
STATUS_NO_IMPERSONATION_TOKEN equ 0C000005Ch
;
; MessageId: STATUS_CANT_DISABLE_MANDATORY
;
; MessageText:
;
; A mandatory group may not be disabled.
;
STATUS_CANT_DISABLE_MANDATORY equ 0C000005Dh
;
; MessageId: STATUS_NO_LOGON_SERVERS
;
; MessageText:
;
; There are currently no logon servers available to service the logon request.
;
STATUS_NO_LOGON_SERVERS equ 0C000005Eh
;
; MessageId: STATUS_NO_SUCH_LOGON_SESSION
;
; MessageText:
;
; A specified logon session does not exist. It may already have been terminated.
;
STATUS_NO_SUCH_LOGON_SESSION equ 0C000005Fh
;
; MessageId: STATUS_NO_SUCH_PRIVILEGE
;
; MessageText:
;
; A specified privilege does not exist.
;
STATUS_NO_SUCH_PRIVILEGE equ 0C0000060h
;
; MessageId: STATUS_PRIVILEGE_NOT_HELD
;
; MessageText:
;
; A required privilege is not held by the client.
;
STATUS_PRIVILEGE_NOT_HELD equ 0C0000061h
;
; MessageId: STATUS_INVALID_ACCOUNT_NAME
;
; MessageText:
;
; The name provided is not a properly formed account name.
;
STATUS_INVALID_ACCOUNT_NAME equ 0C0000062h
;
; MessageId: STATUS_USER_EXISTS
;
; MessageText:
;
; The specified user already exists.
;
STATUS_USER_EXISTS equ 0C0000063h
;
; MessageId: STATUS_NO_SUCH_USER
;
; MessageText:
;
; The specified user does not exist.
;
STATUS_NO_SUCH_USER equ 0C0000064h ; ntsubauth
;
; MessageId: STATUS_GROUP_EXISTS
;
; MessageText:
;
; The specified group already exists.
;
STATUS_GROUP_EXISTS equ 0C0000065h
;
; MessageId: STATUS_NO_SUCH_GROUP
;
; MessageText:
;
; The specified group does not exist.
;
STATUS_NO_SUCH_GROUP equ 0C0000066h
;
; MessageId: STATUS_MEMBER_IN_GROUP
;
; MessageText:
;
; 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_IN_GROUP equ 0C0000067h
;
; MessageId: STATUS_MEMBER_NOT_IN_GROUP
;
; MessageText:
;
; The specified user account is not a member of the specified group account.
;
STATUS_MEMBER_NOT_IN_GROUP equ 0C0000068h
;
; MessageId: STATUS_LAST_ADMIN
;
; MessageText:
;
; 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_LAST_ADMIN equ 0C0000069h
;
; MessageId: STATUS_WRONG_PASSWORD
;
; MessageText:
;
; When trying to update a password, this return status indicates that the value provided as the current password is not correct.
;
STATUS_WRONG_PASSWORD equ 0C000006Ah ; ntsubauth
;
; MessageId: STATUS_ILL_FORMED_PASSWORD
;
; MessageText:
;
; 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_ILL_FORMED_PASSWORD equ 0C000006Bh
;
; MessageId: STATUS_PASSWORD_RESTRICTION
;
; MessageText:
;
; 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_PASSWORD_RESTRICTION equ 0C000006Ch ; ntsubauth
;
; MessageId: STATUS_LOGON_FAILURE
;
; MessageText:
;
; The attempted logon is invalid. This is either due to a bad username or authentication information.
;
STATUS_LOGON_FAILURE equ 0C000006Dh ; ntsubauth
;
; MessageId: STATUS_ACCOUNT_RESTRICTION
;
; MessageText:
;
; 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_ACCOUNT_RESTRICTION equ 0C000006Eh ; ntsubauth
;
; MessageId: STATUS_INVALID_LOGON_HOURS
;
; MessageText:
;
; The user account has time restrictions and may not be logged onto at this time.
;
STATUS_INVALID_LOGON_HOURS equ 0C000006Fh ; ntsubauth
;
; MessageId: STATUS_INVALID_WORKSTATION
;
; MessageText:
;
; The user account is restricted such that it may not be used to log on from the source workstation.
;
STATUS_INVALID_WORKSTATION equ 0C0000070h ; ntsubauth
;
; MessageId: STATUS_PASSWORD_EXPIRED
;
; MessageText:
;
; The user account's password has expired.
;
STATUS_PASSWORD_EXPIRED equ 0C0000071h ; ntsubauth
;
; MessageId: STATUS_ACCOUNT_DISABLED
;
; MessageText:
;
; The referenced account is currently disabled and may not be logged on to.
;
STATUS_ACCOUNT_DISABLED equ 0C0000072h ; ntsubauth
;
; MessageId: STATUS_NONE_MAPPED
;
; MessageText:
;
; None of the information to be translated has been translated.
;
STATUS_NONE_MAPPED equ 0C0000073h
;
; MessageId: STATUS_TOO_MANY_LUIDS_REQUESTED
;
; MessageText:
;
; The number of LUIDs requested may not be allocated with a single allocation.
;
STATUS_TOO_MANY_LUIDS_REQUESTED equ 0C0000074h
;
; MessageId: STATUS_LUIDS_EXHAUSTED
;
; MessageText:
;
; Indicates there are no more LUIDs to allocate.
;
STATUS_LUIDS_EXHAUSTED equ 0C0000075h
;
; MessageId: STATUS_INVALID_SUB_AUTHORITY
;
; MessageText:
;
; Indicates the sub-authority value is invalid for the particular use.
;
STATUS_INVALID_SUB_AUTHORITY equ 0C0000076h
;
; MessageId: STATUS_INVALID_ACL
;
; MessageText:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -