📄 nterr.h
字号:
/* these are the NT error codes less than 1000. They are here for when we start supporting NT error codes in Samba. They were extracted using a loop in smbclient then printing a netmon sniff to a file */#define NT_STATUS_UNSUCCESSFUL (1)#define NT_STATUS_NOT_IMPLEMENTED (2)#define NT_STATUS_INVALID_INFO_CLASS (3)#define NT_STATUS_INFO_LENGTH_MISMATCH (4)#define NT_STATUS_ACCESS_VIOLATION (5)#define STATUS_BUFFER_OVERFLOW (5)#define NT_STATUS_IN_PAGE_ERROR (6)#define NT_STATUS_PAGEFILE_QUOTA (7)#define NT_STATUS_INVALID_HANDLE (8)#define NT_STATUS_BAD_INITIAL_STACK (9)#define NT_STATUS_BAD_INITIAL_PC (10)#define NT_STATUS_INVALID_CID (11)#define NT_STATUS_TIMER_NOT_CANCELED (12)#define NT_STATUS_INVALID_PARAMETER (13)#define NT_STATUS_NO_SUCH_DEVICE (14)#define NT_STATUS_NO_SUCH_FILE (15)#define NT_STATUS_INVALID_DEVICE_REQUEST (16)#define NT_STATUS_END_OF_FILE (17)#define NT_STATUS_WRONG_VOLUME (18)#define NT_STATUS_NO_MEDIA_IN_DEVICE (19)#define NT_STATUS_UNRECOGNIZED_MEDIA (20)#define NT_STATUS_NONEXISTENT_SECTOR (21)#define NT_STATUS_MORE_PROCESSING_REQUIRED (22)#define NT_STATUS_NO_MEMORY (23)#define NT_STATUS_CONFLICTING_ADDRESSES (24)#define NT_STATUS_NOT_MAPPED_VIEW (25)#define NT_STATUS_UNABLE_TO_FREE_VM (26)#define NT_STATUS_UNABLE_TO_DELETE_SECTION (27)#define NT_STATUS_INVALID_SYSTEM_SERVICE (28)#define NT_STATUS_ILLEGAL_INSTRUCTION (29)#define NT_STATUS_INVALID_LOCK_SEQUENCE (30)#define NT_STATUS_INVALID_VIEW_SIZE (31)#define NT_STATUS_INVALID_FILE_FOR_SECTION (32)#define NT_STATUS_ALREADY_COMMITTED (33)#define NT_STATUS_ACCESS_DENIED (34)#define NT_STATUS_BUFFER_TOO_SMALL (35)#define NT_STATUS_OBJECT_TYPE_MISMATCH (36)#define NT_STATUS_NONCONTINUABLE_EXCEPTION (37)#define NT_STATUS_INVALID_DISPOSITION (38)#define NT_STATUS_UNWIND (39)#define NT_STATUS_BAD_STACK (40)#define NT_STATUS_INVALID_UNWIND_TARGET (41)#define NT_STATUS_NOT_LOCKED (42)#define NT_STATUS_PARITY_ERROR (43)#define NT_STATUS_UNABLE_TO_DECOMMIT_VM (44)#define NT_STATUS_NOT_COMMITTED (45)#define NT_STATUS_INVALID_PORT_ATTRIBUTES (46)#define NT_STATUS_PORT_MESSAGE_TOO_LONG (47)#define NT_STATUS_INVALID_PARAMETER_MIX (48)#define NT_STATUS_INVALID_QUOTA_LOWER (49)#define NT_STATUS_DISK_CORRUPT_ERROR (50)#define NT_STATUS_OBJECT_NAME_INVALID (51)#define NT_STATUS_OBJECT_NAME_NOT_FOUND (52)#define NT_STATUS_OBJECT_NAME_COLLISION (53)#define NT_STATUS_HANDLE_NOT_WAITABLE (54)#define NT_STATUS_PORT_DISCONNECTED (55)#define NT_STATUS_DEVICE_ALREADY_ATTACHED (56)#define NT_STATUS_OBJECT_PATH_INVALID (57)#define NT_STATUS_OBJECT_PATH_NOT_FOUND (58)#define NT_STATUS_OBJECT_PATH_SYNTAX_BAD (59)#define NT_STATUS_DATA_OVERRUN (60)#define NT_STATUS_DATA_LATE_ERROR (61)#define NT_STATUS_DATA_ERROR (62)#define NT_STATUS_CRC_ERROR (63)#define NT_STATUS_SECTION_TOO_BIG (64)#define NT_STATUS_PORT_CONNECTION_REFUSED (65)#define NT_STATUS_INVALID_PORT_HANDLE (66)#define NT_STATUS_SHARING_VIOLATION (67)#define NT_STATUS_QUOTA_EXCEEDED (68)#define NT_STATUS_INVALID_PAGE_PROTECTION (69)#define NT_STATUS_MUTANT_NOT_OWNED (70)#define NT_STATUS_SEMAPHORE_LIMIT_EXCEEDED (71)#define NT_STATUS_PORT_ALREADY_SET (72)#define NT_STATUS_SECTION_NOT_IMAGE (73)#define NT_STATUS_SUSPEND_COUNT_EXCEEDED (74)#define NT_STATUS_THREAD_IS_TERMINATING (75)#define NT_STATUS_BAD_WORKING_SET_LIMIT (76)#define NT_STATUS_INCOMPATIBLE_FILE_MAP (77)#define NT_STATUS_SECTION_PROTECTION (78)#define NT_STATUS_EAS_NOT_SUPPORTED (79)#define NT_STATUS_EA_TOO_LARGE (80)#define NT_STATUS_NONEXISTENT_EA_ENTRY (81)#define NT_STATUS_NO_EAS_ON_FILE (82)#define NT_STATUS_EA_CORRUPT_ERROR (83)#define NT_STATUS_FILE_LOCK_CONFLICT (84)#define NT_STATUS_LOCK_NOT_GRANTED (85)#define NT_STATUS_DELETE_PENDING (86)#define NT_STATUS_CTL_FILE_NOT_SUPPORTED (87)#define NT_STATUS_UNKNOWN_REVISION (88)#define NT_STATUS_REVISION_MISMATCH (89)#define NT_STATUS_INVALID_OWNER (90)#define NT_STATUS_INVALID_PRIMARY_GROUP (91)#define NT_STATUS_NO_IMPERSONATION_TOKEN (92)#define NT_STATUS_CANT_DISABLE_MANDATORY (93)#define NT_STATUS_NO_LOGON_SERVERS (94)#define NT_STATUS_NO_SUCH_LOGON_SESSION (95)#define NT_STATUS_NO_SUCH_PRIVILEGE (96)#define NT_STATUS_PRIVILEGE_NOT_HELD (97)#define NT_STATUS_INVALID_ACCOUNT_NAME (98)#define NT_STATUS_USER_EXISTS (99)#define NT_STATUS_NO_SUCH_USER (100)#define NT_STATUS_GROUP_EXISTS (101)#define NT_STATUS_NO_SUCH_GROUP (102)#define NT_STATUS_MEMBER_IN_GROUP (103)#define NT_STATUS_MEMBER_NOT_IN_GROUP (104)#define NT_STATUS_LAST_ADMIN (105)#define NT_STATUS_WRONG_PASSWORD (106)#define NT_STATUS_ILL_FORMED_PASSWORD (107)#define NT_STATUS_PASSWORD_RESTRICTION (108)#define NT_STATUS_LOGON_FAILURE (109)#define NT_STATUS_ACCOUNT_RESTRICTION (110)#define NT_STATUS_INVALID_LOGON_HOURS (111)#define NT_STATUS_INVALID_WORKSTATION (112)#define NT_STATUS_PASSWORD_EXPIRED (113)#define NT_STATUS_ACCOUNT_DISABLED (114)#define NT_STATUS_NONE_MAPPED (115)#define NT_STATUS_TOO_MANY_LUIDS_REQUESTED (116)#define NT_STATUS_LUIDS_EXHAUSTED (117)#define NT_STATUS_INVALID_SUB_AUTHORITY (118)#define NT_STATUS_INVALID_ACL (119)#define NT_STATUS_INVALID_SID (120)#define NT_STATUS_INVALID_SECURITY_DESCR (121)#define NT_STATUS_PROCEDURE_NOT_FOUND (122)#define NT_STATUS_INVALID_IMAGE_FORMAT (123)#define NT_STATUS_NO_TOKEN (124)#define NT_STATUS_BAD_INHERITANCE_ACL (125)#define NT_STATUS_RANGE_NOT_LOCKED (126)#define NT_STATUS_DISK_FULL (127)#define NT_STATUS_SERVER_DISABLED (128)#define NT_STATUS_SERVER_NOT_DISABLED (129)#define NT_STATUS_TOO_MANY_GUIDS_REQUESTED (130)#define NT_STATUS_GUIDS_EXHAUSTED (131)#define NT_STATUS_INVALID_ID_AUTHORITY (132)#define NT_STATUS_AGENTS_EXHAUSTED (133)#define NT_STATUS_INVALID_VOLUME_LABEL (134)#define NT_STATUS_SECTION_NOT_EXTENDED (135)#define NT_STATUS_NOT_MAPPED_DATA (136)#define NT_STATUS_RESOURCE_DATA_NOT_FOUND (137)#define NT_STATUS_RESOURCE_TYPE_NOT_FOUND (138)#define NT_STATUS_RESOURCE_NAME_NOT_FOUND (139)#define NT_STATUS_ARRAY_BOUNDS_EXCEEDED (140)#define NT_STATUS_FLOAT_DENORMAL_OPERAND (141)#define NT_STATUS_FLOAT_DIVIDE_BY_ZERO (142)#define NT_STATUS_FLOAT_INEXACT_RESULT (143)#define NT_STATUS_FLOAT_INVALID_OPERATION (144)#define NT_STATUS_FLOAT_OVERFLOW (145)#define NT_STATUS_FLOAT_STACK_CHECK (146)#define NT_STATUS_FLOAT_UNDERFLOW (147)#define NT_STATUS_INTEGER_DIVIDE_BY_ZERO (148)#define NT_STATUS_INTEGER_OVERFLOW (149)#define NT_STATUS_PRIVILEGED_INSTRUCTION (150)#define NT_STATUS_TOO_MANY_PAGING_FILES (151)#define NT_STATUS_FILE_INVALID (152)#define NT_STATUS_ALLOTTED_SPACE_EXCEEDED (153)#define NT_STATUS_INSUFFICIENT_RESOURCES (154)#define NT_STATUS_DFS_EXIT_PATH_FOUND (155)#define NT_STATUS_DEVICE_DATA_ERROR (156)#define NT_STATUS_DEVICE_NOT_CONNECTED (157)#define NT_STATUS_DEVICE_POWER_FAILURE (158)#define NT_STATUS_FREE_VM_NOT_AT_BASE (159)#define NT_STATUS_MEMORY_NOT_ALLOCATED (160)#define NT_STATUS_WORKING_SET_QUOTA (161)#define NT_STATUS_MEDIA_WRITE_PROTECTED (162)#define NT_STATUS_DEVICE_NOT_READY (163)#define NT_STATUS_INVALID_GROUP_ATTRIBUTES (164)#define NT_STATUS_BAD_IMPERSONATION_LEVEL (165)#define NT_STATUS_CANT_OPEN_ANONYMOUS (166)#define NT_STATUS_BAD_VALIDATION_CLASS (167)#define NT_STATUS_BAD_TOKEN_TYPE (168)#define NT_STATUS_BAD_MASTER_BOOT_RECORD (169)#define NT_STATUS_INSTRUCTION_MISALIGNMENT (170)#define NT_STATUS_INSTANCE_NOT_AVAILABLE (171)#define NT_STATUS_PIPE_NOT_AVAILABLE (172)#define NT_STATUS_INVALID_PIPE_STATE (173)#define NT_STATUS_PIPE_BUSY (174)#define NT_STATUS_ILLEGAL_FUNCTION (175)#define NT_STATUS_PIPE_DISCONNECTED (176)#define NT_STATUS_PIPE_CLOSING (177)#define NT_STATUS_PIPE_CONNECTED (178)#define NT_STATUS_PIPE_LISTENING (179)#define NT_STATUS_INVALID_READ_MODE (180)#define NT_STATUS_IO_TIMEOUT (181)#define NT_STATUS_FILE_FORCED_CLOSED (182)#define NT_STATUS_PROFILING_NOT_STARTED (183)#define NT_STATUS_PROFILING_NOT_STOPPED (184)#define NT_STATUS_COULD_NOT_INTERPRET (185)#define NT_STATUS_FILE_IS_A_DIRECTORY (186)#define NT_STATUS_NOT_SUPPORTED (187)#define NT_STATUS_REMOTE_NOT_LISTENING (188)#define NT_STATUS_DUPLICATE_NAME (189)#define NT_STATUS_BAD_NETWORK_PATH (190)#define NT_STATUS_NETWORK_BUSY (191)#define NT_STATUS_DEVICE_DOES_NOT_EXIST (192)#define NT_STATUS_TOO_MANY_COMMANDS (193)#define NT_STATUS_ADAPTER_HARDWARE_ERROR (194)#define NT_STATUS_INVALID_NETWORK_RESPONSE (195)#define NT_STATUS_UNEXPECTED_NETWORK_ERROR (196)#define NT_STATUS_BAD_REMOTE_ADAPTER (197)#define NT_STATUS_PRINT_QUEUE_FULL (198)#define NT_STATUS_NO_SPOOL_SPACE (199)#define NT_STATUS_PRINT_CANCELLED (200)#define NT_STATUS_NETWORK_NAME_DELETED (201)#define NT_STATUS_NETWORK_ACCESS_DENIED (202)#define NT_STATUS_BAD_DEVICE_TYPE (203)#define NT_STATUS_BAD_NETWORK_NAME (204)#define NT_STATUS_TOO_MANY_NAMES (205)#define NT_STATUS_TOO_MANY_SESSIONS (206)#define NT_STATUS_SHARING_PAUSED (207)#define NT_STATUS_REQUEST_NOT_ACCEPTED (208)#define NT_STATUS_REDIRECTOR_PAUSED (209)#define NT_STATUS_NET_WRITE_FAULT (210)#define NT_STATUS_PROFILING_AT_LIMIT (211)#define NT_STATUS_NOT_SAME_DEVICE (212)#define NT_STATUS_FILE_RENAMED (213)#define NT_STATUS_VIRTUAL_CIRCUIT_CLOSED (214)#define NT_STATUS_NO_SECURITY_ON_OBJECT (215)#define NT_STATUS_CANT_WAIT (216)#define NT_STATUS_PIPE_EMPTY (217)#define NT_STATUS_CANT_ACCESS_DOMAIN_INFO (218)#define NT_STATUS_CANT_TERMINATE_SELF (219)#define NT_STATUS_INVALID_SERVER_STATE (220)#define NT_STATUS_INVALID_DOMAIN_STATE (221)#define NT_STATUS_INVALID_DOMAIN_ROLE (222)#define NT_STATUS_NO_SUCH_DOMAIN (223)#define NT_STATUS_DOMAIN_EXISTS (224)#define NT_STATUS_DOMAIN_LIMIT_EXCEEDED (225)#define NT_STATUS_OPLOCK_NOT_GRANTED (226)#define NT_STATUS_INVALID_OPLOCK_PROTOCOL (227)#define NT_STATUS_INTERNAL_DB_CORRUPTION (228)#define NT_STATUS_INTERNAL_ERROR (229)#define NT_STATUS_GENERIC_NOT_MAPPED (230)#define NT_STATUS_BAD_DESCRIPTOR_FORMAT (231)#define NT_STATUS_INVALID_USER_BUFFER (232)#define NT_STATUS_UNEXPECTED_IO_ERROR (233)#define NT_STATUS_UNEXPECTED_MM_CREATE_ERR (234)#define NT_STATUS_UNEXPECTED_MM_MAP_ERROR (235)#define NT_STATUS_UNEXPECTED_MM_EXTEND_ERR (236)#define NT_STATUS_NOT_LOGON_PROCESS (237)#define NT_STATUS_LOGON_SESSION_EXISTS (238)#define NT_STATUS_INVALID_PARAMETER_1 (239)#define NT_STATUS_INVALID_PARAMETER_2 (240)#define NT_STATUS_INVALID_PARAMETER_3 (241)#define NT_STATUS_INVALID_PARAMETER_4 (242)#define NT_STATUS_INVALID_PARAMETER_5 (243)#define NT_STATUS_INVALID_PARAMETER_6 (244)#define NT_STATUS_INVALID_PARAMETER_7 (245)#define NT_STATUS_INVALID_PARAMETER_8 (246)#define NT_STATUS_INVALID_PARAMETER_9 (247)#define NT_STATUS_INVALID_PARAMETER_10 (248)#define NT_STATUS_INVALID_PARAMETER_11 (249)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -