From dc3956d8acade7c1eb2f4056bb82544696b01bda Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 19 Mar 2000 15:57:39 +0000 Subject: [PATCH] Added some more status codes svn path=/trunk/; revision=1086 --- reactos/include/ddk/status.h | 404 ++++++++++++++++++++++------------- 1 file changed, 254 insertions(+), 150 deletions(-) diff --git a/reactos/include/ddk/status.h b/reactos/include/ddk/status.h index 67c6eebe390..60cffe1acd2 100644 --- a/reactos/include/ddk/status.h +++ b/reactos/include/ddk/status.h @@ -28,7 +28,7 @@ #endif #define STATUS_ABANDONED_WAIT_63 (0x000000bf) #ifndef STATUS_USER_APC -#define STATUS_USER_APC (0x000000C0) +#define STATUS_USER_APC (0x000000c0) #endif #define STATUS_KERNEL_APC (0x00000100) #define STATUS_ALERTED (0x00000101) @@ -130,37 +130,37 @@ #define STATUS_ALREADY_DISCONNECTED (0x80000025) #define STATUS_LONGJUMP (0x80000026) -#define STATUS_UNSUCCESSFUL (0xC0000001) -#define STATUS_NOT_IMPLEMENTED (0xC0000002) -#define STATUS_INVALID_INFO_CLASS (0xC0000003) -#define STATUS_INFO_LENGTH_MISMATCH (0xC0000004) -#define STATUS_ACCESS_VIOLATION (0xC0000005) -#define STATUS_IN_PAGE_ERROR (0xC0000006) -#define STATUS_PAGEFILE_QUOTA (0xC0000007) -#define STATUS_INVALID_HANDLE (0xC0000008) -#define STATUS_BAD_INITIAL_STACK (0xC0000009) -#define STATUS_BAD_INITIAL_PC (0xC000000A) -#define STATUS_INVALID_CID (0xC000000B) -#define STATUS_TIMER_NOT_CANCELED (0xC000000C) -#define STATUS_INVALID_PARAMETER (0xC000000D) -#define STATUS_NO_SUCH_DEVICE (0xC000000E) -#define STATUS_NO_SUCH_FILE (0xC000000F) -#define STATUS_INVALID_DEVICE_REQUEST (0xc0000010) -#define STATUS_END_OF_FILE (0xc0000011) -#define STATUS_WRONG_VOLUME (0xc0000012) -#define STATUS_NO_MEDIA_IN_DEVICE (0xc0000013) -#define STATUS_UNRECOGNIZED_MEDIA (0xc0000014) -#define STATUS_NONEXISTENT_SECTOR (0xc0000015) -#define STATUS_MORE_PROCESSING_REQUIRED (0xc0000016) -#define STATUS_NO_MEMORY (0xc0000017) -#define STATUS_CONFLICTING_ADDRESSES (0xc0000018) -#define STATUS_NOT_MAPPED_VIEW (0xc0000019) -#define STATUS_UNABLE_TO_FREE_VM (0xc000001A) -#define STATUS_UNABLE_TO_DELETE_SECTION (0xc000001B) -#define STATUS_INVALID_SYSTEM_SERVICE (0xc000001C) -#define STATUS_ILLEGAL_INSTRUCTION (0xc000001D) -#define STATUS_INVALID_LOCK_SEQUENCE (0xc000001E) -#define STATUS_INVALID_VIEW_SIZE (0xc000001F) +#define STATUS_UNSUCCESSFUL (0xc0000001) +#define STATUS_NOT_IMPLEMENTED (0xc0000002) +#define STATUS_INVALID_INFO_CLASS (0xc0000003) +#define STATUS_INFO_LENGTH_MISMATCH (0xc0000004) +#define STATUS_ACCESS_VIOLATION (0xc0000005) +#define STATUS_IN_PAGE_ERROR (0xc0000006) +#define STATUS_PAGEFILE_QUOTA (0xc0000007) +#define STATUS_INVALID_HANDLE (0xc0000008) +#define STATUS_BAD_INITIAL_STACK (0xc0000009) +#define STATUS_BAD_INITIAL_PC (0xc000000a) +#define STATUS_INVALID_CID (0xc000000b) +#define STATUS_TIMER_NOT_CANCELED (0xc000000c) +#define STATUS_INVALID_PARAMETER (0xc000000d) +#define STATUS_NO_SUCH_DEVICE (0xc000000e) +#define STATUS_NO_SUCH_FILE (0xc000000f) +#define STATUS_INVALID_DEVICE_REQUEST (0xc0000010) +#define STATUS_END_OF_FILE (0xc0000011) +#define STATUS_WRONG_VOLUME (0xc0000012) +#define STATUS_NO_MEDIA_IN_DEVICE (0xc0000013) +#define STATUS_UNRECOGNIZED_MEDIA (0xc0000014) +#define STATUS_NONEXISTENT_SECTOR (0xc0000015) +#define STATUS_MORE_PROCESSING_REQUIRED (0xc0000016) +#define STATUS_NO_MEMORY (0xc0000017) +#define STATUS_CONFLICTING_ADDRESSES (0xc0000018) +#define STATUS_NOT_MAPPED_VIEW (0xc0000019) +#define STATUS_UNABLE_TO_FREE_VM (0xc000001a) +#define STATUS_UNABLE_TO_DELETE_SECTION (0xc000001b) +#define STATUS_INVALID_SYSTEM_SERVICE (0xc000001c) +#define STATUS_ILLEGAL_INSTRUCTION (0xc000001d) +#define STATUS_INVALID_LOCK_SEQUENCE (0xc000001e) +#define STATUS_INVALID_VIEW_SIZE (0xc000001f) #define STATUS_INVALID_FILE_FOR_SECTION (0xc0000020) #define STATUS_ALREADY_COMMITTED (0xc0000021) #define STATUS_ACCESS_DENIED (0xc0000022) @@ -354,118 +354,118 @@ #define STATUS_INVALID_DOMAIN_STATE (0xc00000dd) #define STATUS_INVALID_DOMAIN_ROLE (0xc00000de) #define STATUS_NO_SUCH_DOMAIN (0xc00000df) -#define STATUS_DOMAIN_EXISTS (0xc00000e0) -#define STATUS_DOMAIN_LIMIT_EXCEEDED (0xc00000e1) -#define STATUS_OPLOCK_NOT_GRANTED (0xc00000e2) -#define STATUS_INVALID_OPLOCK_PROTOCOL (0xc00000e3) -#define STATUS_INTERNAL_DB_CORRUPTION (0xc00000e4) -#define STATUS_INTERNAL_ERROR (0xc00000e5) -#define STATUS_GENERIC_NOT_MAPPED (0xc00000e6) -#define STATUS_BAD_DESCRIPTOR_FORMAT (0xc00000e7) -#define STATUS_INVALID_USER_BUFFER (0xc00000e8) -#define STATUS_UNEXPECTED_IO_ERROR (0xc00000e9) -#define STATUS_UNEXPECTED_MM_CREATE_ERR (0xc00000ea) -#define STATUS_UNEXPECTED_MM_MAP_ERROR (0xc00000eb) -#define STATUS_UNEXPECTED_MM_EXTEND_ERR (0xc00000ec) -#define STATUS_NOT_LOGON_PROCESS (0xc00000ed) -#define STATUS_LOGON_SESSION_EXISTS (0xc00000ee) -#define STATUS_INVALID_PARAMETER_1 (0xc00000ef) -#define STATUS_INVALID_PARAMETER_2 (0xc00000f0) -#define STATUS_INVALID_PARAMETER_3 (0xc00000f1) -#define STATUS_INVALID_PARAMETER_4 (0xc00000f2) -#define STATUS_INVALID_PARAMETER_5 (0xc00000f3) -#define STATUS_INVALID_PARAMETER_6 (0xc00000f4) -#define STATUS_INVALID_PARAMETER_7 (0xc00000f5) -#define STATUS_INVALID_PARAMETER_8 (0xc00000f6) -#define STATUS_INVALID_PARAMETER_9 (0xc00000f7) -#define STATUS_INVALID_PARAMETER_10 (0xc00000f8) -#define STATUS_INVALID_PARAMETER_11 (0xc00000f9) -#define STATUS_INVALID_PARAMETER_12 (0xc00000fa) -#define STATUS_REDIRECTOR_NOT_STARTED (0xc00000fb) -#define STATUS_REDIRECTOR_STARTED (0xc00000fc) -#define STATUS_STACK_OVERFLOW (0xc00000fd) -#define STATUS_NO_SUCH_PACKAGE (0xc00000fe) -#define STATUS_BAD_FUNCTION_TABLE (0xc00000ff) -#define STATUS_VARIABLE_NOT_FOUND (0xc0000100) -#define STATUS_DIRECTORY_NOT_EMPTY (0xc0000101) -#define STATUS_FILE_CORRUPT_ERROR (0xc0000102) -#define STATUS_NOT_A_DIRECTORY (0xc0000103) -#define STATUS_BAD_LOGON_SESSION_STATE (0xc0000104) -#define STATUS_LOGON_SESSION_COLLISION (0xc0000105) -#define STATUS_NAME_TOO_LONG (0xc0000106) -#define STATUS_FILES_OPEN (0xc0000107) -#define STATUS_CONNECTION_IN_USE (0xc0000108) -#define STATUS_MESSAGE_NOT_FOUND (0xc0000109) -#define STATUS_PROCESS_IS_TERMINATING (0xc000010a) -#define STATUS_INVALID_LOGON_TYPE (0xc000010b) -#define STATUS_NO_GUID_TRANSLATION (0xc000010c) -#define STATUS_CANNOT_IMPERSONATE (0xc000010d) -#define STATUS_IMAGE_ALREADY_LOADED (0xc000010e) -#define STATUS_ABIOS_NOT_PRESENT (0xc000010f) -#define STATUS_ABIOS_LID_NOT_EXIST (0xc0000110) -#define STATUS_ABIOS_LID_ALREADY_OWNED (0xc0000111) -#define STATUS_ABIOS_NOT_LID_OWNER (0xc0000112) -#define STATUS_ABIOS_INVALID_COMMAND (0xc0000113) -#define STATUS_ABIOS_INVALID_LID (0xc0000114) -#define STATUS_ABIOS_SELECTOR_NOT_AVAILABLE (0xc0000115) -#define STATUS_ABIOS_INVALID_SELECTOR (0xc0000116) -#define STATUS_NO_LDT (0xc0000117) -#define STATUS_INVALID_LDT_SIZE (0xc0000118) -#define STATUS_INVALID_LDT_OFFSET (0xc0000119) -#define STATUS_INVALID_LDT_DESCRIPTOR (0xc000011a) -#define STATUS_INVALID_IMAGE_NE_FORMAT (0xc000011b) -#define STATUS_RXACT_INVALID_STATE (0xc000011c) -#define STATUS_RXACT_COMMIT_FAILURE (0xc000011d) -#define STATUS_MAPPED_FILE_SIZE_ZERO (0xc000011e) -#define STATUS_TOO_MANY_OPENED_FILES (0xc000011f) -#define STATUS_CANCELLED (0xc0000120) -#define STATUS_CANNOT_DELETE (0xc0000121) -#define STATUS_INVALID_COMPUTER_NAME (0xc0000122) -#define STATUS_FILE_DELETED (0xc0000123) -#define STATUS_SPECIAL_ACCOUNT (0xc0000124) -#define STATUS_SPECIAL_GROUP (0xc0000125) -#define STATUS_SPECIAL_USER (0xc0000126) -#define STATUS_MEMBERS_PRIMARY_GROUP (0xc0000127) -#define STATUS_FILE_CLOSED (0xc0000128) -#define STATUS_TOO_MANY_THREADS (0xc0000129) -#define STATUS_THREAD_NOT_IN_PROCESS (0xc000012a) -#define STATUS_TOKEN_ALREADY_IN_USE (0xc000012b) -#define STATUS_PAGEFILE_QUOTA_EXCEEDED (0xc000012c) -#define STATUS_COMMITMENT_LIMIT (0xc000012d) -#define STATUS_INVALID_IMAGE_LE_FORMAT (0xc000012e) -#define STATUS_INVALID_IMAGE_NOT_MZ (0xc000012f) -#define STATUS_INVALID_IMAGE_PROTECT (0xc0000130) -#define STATUS_INVALID_IMAGE_WIN_16 (0xc0000131) -#define STATUS_LOGON_SERVER_CONFLICT (0xc0000132) -#define STATUS_TIME_DIFFERENCE_AT_DC (0xc0000133) -#define STATUS_SYNCHRONIZATION_REQUIRED (0xc0000134) -#define STATUS_DLL_NOT_FOUND (0xc0000135) -#define STATUS_OPEN_FAILED (0xc0000136) -#define STATUS_IO_PRIVILEGE_FAILED (0xc0000137) -#define STATUS_ORDINAL_NOT_FOUND (0xc0000138) -#define STATUS_ENTRYPOINT_NOT_FOUND (0xc0000139) -#define STATUS_CONTROL_C_EXIT (0xc000013a) -#define STATUS_LOCAL_DISCONNECT (0xc000013b) -#define STATUS_REMOTE_DISCONNECT (0xc000013c) -#define STATUS_REMOTE_RESOURCES (0xc000013d) -#define STATUS_LINK_FAILED (0xc000013e) -#define STATUS_LINK_TIMEOUT (0xc000013f) -#define STATUS_INVALID_CONNECTION (0xc0000140) -#define STATUS_INVALID_ADDRESS (0xc0000141) -#define STATUS_DLL_INIT_FAILED (0xc0000142) -#define STATUS_MISSING_SYSTEMFILE (0xc0000143) -#define STATUS_UNHANDLED_EXCEPTION (0xc0000144) -#define STATUS_APP_INIT_FAILURE (0xc0000145) -#define STATUS_PAGEFILE_CREATE_FAILED (0xc0000146) -#define STATUS_NO_PAGEFILE (0xc0000147) -#define STATUS_INVALID_LEVEL (0xc0000148) -#define STATUS_WRONG_PASSWORD_CORE (0xc0000149) -#define STATUS_ILLEGAL_FLOAT_CONTEXT (0xc000014a) -#define STATUS_PIPE_BROKEN (0xc000014b) -#define STATUS_REGISTRY_CORRUPT (0xc000014c) -#define STATUS_REGISTRY_IO_FAILED (0xc000014d) -#define STATUS_NO_EVENT_PAIR (0xc000014e) -#define STATUS_UNRECOGNIZED_VOLUME (0xc000014f) +#define STATUS_DOMAIN_EXISTS (0xc00000e0) +#define STATUS_DOMAIN_LIMIT_EXCEEDED (0xc00000e1) +#define STATUS_OPLOCK_NOT_GRANTED (0xc00000e2) +#define STATUS_INVALID_OPLOCK_PROTOCOL (0xc00000e3) +#define STATUS_INTERNAL_DB_CORRUPTION (0xc00000e4) +#define STATUS_INTERNAL_ERROR (0xc00000e5) +#define STATUS_GENERIC_NOT_MAPPED (0xc00000e6) +#define STATUS_BAD_DESCRIPTOR_FORMAT (0xc00000e7) +#define STATUS_INVALID_USER_BUFFER (0xc00000e8) +#define STATUS_UNEXPECTED_IO_ERROR (0xc00000e9) +#define STATUS_UNEXPECTED_MM_CREATE_ERR (0xc00000ea) +#define STATUS_UNEXPECTED_MM_MAP_ERROR (0xc00000eb) +#define STATUS_UNEXPECTED_MM_EXTEND_ERR (0xc00000ec) +#define STATUS_NOT_LOGON_PROCESS (0xc00000ed) +#define STATUS_LOGON_SESSION_EXISTS (0xc00000ee) +#define STATUS_INVALID_PARAMETER_1 (0xc00000ef) +#define STATUS_INVALID_PARAMETER_2 (0xc00000f0) +#define STATUS_INVALID_PARAMETER_3 (0xc00000f1) +#define STATUS_INVALID_PARAMETER_4 (0xc00000f2) +#define STATUS_INVALID_PARAMETER_5 (0xc00000f3) +#define STATUS_INVALID_PARAMETER_6 (0xc00000f4) +#define STATUS_INVALID_PARAMETER_7 (0xc00000f5) +#define STATUS_INVALID_PARAMETER_8 (0xc00000f6) +#define STATUS_INVALID_PARAMETER_9 (0xc00000f7) +#define STATUS_INVALID_PARAMETER_10 (0xc00000f8) +#define STATUS_INVALID_PARAMETER_11 (0xc00000f9) +#define STATUS_INVALID_PARAMETER_12 (0xc00000fa) +#define STATUS_REDIRECTOR_NOT_STARTED (0xc00000fb) +#define STATUS_REDIRECTOR_STARTED (0xc00000fc) +#define STATUS_STACK_OVERFLOW (0xc00000fd) +#define STATUS_NO_SUCH_PACKAGE (0xc00000fe) +#define STATUS_BAD_FUNCTION_TABLE (0xc00000ff) +#define STATUS_VARIABLE_NOT_FOUND (0xc0000100) +#define STATUS_DIRECTORY_NOT_EMPTY (0xc0000101) +#define STATUS_FILE_CORRUPT_ERROR (0xc0000102) +#define STATUS_NOT_A_DIRECTORY (0xc0000103) +#define STATUS_BAD_LOGON_SESSION_STATE (0xc0000104) +#define STATUS_LOGON_SESSION_COLLISION (0xc0000105) +#define STATUS_NAME_TOO_LONG (0xc0000106) +#define STATUS_FILES_OPEN (0xc0000107) +#define STATUS_CONNECTION_IN_USE (0xc0000108) +#define STATUS_MESSAGE_NOT_FOUND (0xc0000109) +#define STATUS_PROCESS_IS_TERMINATING (0xc000010a) +#define STATUS_INVALID_LOGON_TYPE (0xc000010b) +#define STATUS_NO_GUID_TRANSLATION (0xc000010c) +#define STATUS_CANNOT_IMPERSONATE (0xc000010d) +#define STATUS_IMAGE_ALREADY_LOADED (0xc000010e) +#define STATUS_ABIOS_NOT_PRESENT (0xc000010f) +#define STATUS_ABIOS_LID_NOT_EXIST (0xc0000110) +#define STATUS_ABIOS_LID_ALREADY_OWNED (0xc0000111) +#define STATUS_ABIOS_NOT_LID_OWNER (0xc0000112) +#define STATUS_ABIOS_INVALID_COMMAND (0xc0000113) +#define STATUS_ABIOS_INVALID_LID (0xc0000114) +#define STATUS_ABIOS_SELECTOR_NOT_AVAILABLE (0xc0000115) +#define STATUS_ABIOS_INVALID_SELECTOR (0xc0000116) +#define STATUS_NO_LDT (0xc0000117) +#define STATUS_INVALID_LDT_SIZE (0xc0000118) +#define STATUS_INVALID_LDT_OFFSET (0xc0000119) +#define STATUS_INVALID_LDT_DESCRIPTOR (0xc000011a) +#define STATUS_INVALID_IMAGE_NE_FORMAT (0xc000011b) +#define STATUS_RXACT_INVALID_STATE (0xc000011c) +#define STATUS_RXACT_COMMIT_FAILURE (0xc000011d) +#define STATUS_MAPPED_FILE_SIZE_ZERO (0xc000011e) +#define STATUS_TOO_MANY_OPENED_FILES (0xc000011f) +#define STATUS_CANCELLED (0xc0000120) +#define STATUS_CANNOT_DELETE (0xc0000121) +#define STATUS_INVALID_COMPUTER_NAME (0xc0000122) +#define STATUS_FILE_DELETED (0xc0000123) +#define STATUS_SPECIAL_ACCOUNT (0xc0000124) +#define STATUS_SPECIAL_GROUP (0xc0000125) +#define STATUS_SPECIAL_USER (0xc0000126) +#define STATUS_MEMBERS_PRIMARY_GROUP (0xc0000127) +#define STATUS_FILE_CLOSED (0xc0000128) +#define STATUS_TOO_MANY_THREADS (0xc0000129) +#define STATUS_THREAD_NOT_IN_PROCESS (0xc000012a) +#define STATUS_TOKEN_ALREADY_IN_USE (0xc000012b) +#define STATUS_PAGEFILE_QUOTA_EXCEEDED (0xc000012c) +#define STATUS_COMMITMENT_LIMIT (0xc000012d) +#define STATUS_INVALID_IMAGE_LE_FORMAT (0xc000012e) +#define STATUS_INVALID_IMAGE_NOT_MZ (0xc000012f) +#define STATUS_INVALID_IMAGE_PROTECT (0xc0000130) +#define STATUS_INVALID_IMAGE_WIN_16 (0xc0000131) +#define STATUS_LOGON_SERVER_CONFLICT (0xc0000132) +#define STATUS_TIME_DIFFERENCE_AT_DC (0xc0000133) +#define STATUS_SYNCHRONIZATION_REQUIRED (0xc0000134) +#define STATUS_DLL_NOT_FOUND (0xc0000135) +#define STATUS_OPEN_FAILED (0xc0000136) +#define STATUS_IO_PRIVILEGE_FAILED (0xc0000137) +#define STATUS_ORDINAL_NOT_FOUND (0xc0000138) +#define STATUS_ENTRYPOINT_NOT_FOUND (0xc0000139) +#define STATUS_CONTROL_C_EXIT (0xc000013a) +#define STATUS_LOCAL_DISCONNECT (0xc000013b) +#define STATUS_REMOTE_DISCONNECT (0xc000013c) +#define STATUS_REMOTE_RESOURCES (0xc000013d) +#define STATUS_LINK_FAILED (0xc000013e) +#define STATUS_LINK_TIMEOUT (0xc000013f) +#define STATUS_INVALID_CONNECTION (0xc0000140) +#define STATUS_INVALID_ADDRESS (0xc0000141) +#define STATUS_DLL_INIT_FAILED (0xc0000142) +#define STATUS_MISSING_SYSTEMFILE (0xc0000143) +#define STATUS_UNHANDLED_EXCEPTION (0xc0000144) +#define STATUS_APP_INIT_FAILURE (0xc0000145) +#define STATUS_PAGEFILE_CREATE_FAILED (0xc0000146) +#define STATUS_NO_PAGEFILE (0xc0000147) +#define STATUS_INVALID_LEVEL (0xc0000148) +#define STATUS_WRONG_PASSWORD_CORE (0xc0000149) +#define STATUS_ILLEGAL_FLOAT_CONTEXT (0xc000014a) +#define STATUS_PIPE_BROKEN (0xc000014b) +#define STATUS_REGISTRY_CORRUPT (0xc000014c) +#define STATUS_REGISTRY_IO_FAILED (0xc000014d) +#define STATUS_NO_EVENT_PAIR (0xc000014e) +#define STATUS_UNRECOGNIZED_VOLUME (0xc000014f) #define STATUS_SERIAL_NO_DEVICE_INITED (0xc0000150) #define STATUS_NO_SUCH_ALIAS (0xc0000151) #define STATUS_MEMBER_NOT_IN_ALIAS (0xc0000152) @@ -550,12 +550,116 @@ #define STATUS_INVALID_ADDRESS_COMPONENT (0xc0000207) #define STATUS_INVALID_ADDRESS_WILDCARD (0xc0000208) #define STATUS_TOO_MANY_ADDRESSES (0xc0000209) -#define STATUS_ADDRESS_ALREADY_EXISTS (0xc000020A) -#define STATUS_ADDRESS_CLOSED (0xc000020B) -#define STATUS_CONNECTION_DISCONNECTED (0xc000020C) -#define STATUS_CONNECTION_RESET (0xc000020D) -#define STATUS_TOO_MANY_NODES (0xc000020E) -#define STATUS_TRANSACTION_ABORTED (0xc000020F) +#define STATUS_ADDRESS_ALREADY_EXISTS (0xc000020a) +#define STATUS_ADDRESS_CLOSED (0xc000020b) +#define STATUS_CONNECTION_DISCONNECTED (0xc000020c) +#define STATUS_CONNECTION_RESET (0xc000020d) +#define STATUS_TOO_MANY_NODES (0xc000020e) +#define STATUS_TRANSACTION_ABORTED (0xc000020f) +#define STATUS_TRANSACTION_TIMED_OUT (0xc0000210) +#define STATUS_TRANSACTION_NO_RELEASE (0xc0000211) +#define STATUS_TRANSACTION_NO_MATCH (0xc0000212) +#define STATUS_TRANSACTION_RESPONDED (0xc0000213) +#define STATUS_TRANSACTION_INVALID_ID (0xc0000214) +#define STATUS_TRANSACTION_INVALID_TYPE (0xc0000215) +#define STATUS_NOT_SERVER_SESSION (0xc0000216) +#define STATUS_NOT_CLIENT_SESSION (0xc0000217) +#define STATUS_CANNOT_LOAD_REGISTRY_FILE (0xc0000218) +#define STATUS_DEBUG_ATTACH_FAILED (0xc0000219) +#define STATUS_SYSTEM_PROCESS_TERMINATED (0xc000021a) +#define STATUS_DATA_NOT_ACCEPTED (0xc000021b) +#define STATUS_NO_BROWSER_SERVERS_FOUND (0xc000021c) +#define STATUS_VDM_HARD_ERROR (0xc000021d) +#define STATUS_DRIVER_CANCEL_TIMEOUT (0xc000021e) +#define STATUS_REPLY_MESSAGE_MISMATCH (0xc000021f) +#define STATUS_MAPPED_ALIGNMENT (0xc0000220) +#define STATUS_IMAGE_CHECKSUM_MISMATCH (0xc0000221) +#define STATUS_LOST_WRITEBEHIND_DATA (0xc0000222) +#define STATUS_CLIENT_SERVER_PARAMETERS_INVALID (0xc0000223) +#define STATUS_PASSWORD_MUST_CHANGE (0xc0000224) +#define STATUS_NOT_FOUND (0xc0000225) +#define STATUS_NOT_TINY_STREAM (0xc0000226) +#define STATUS_RECOVERY_FAILURE (0xc0000227) +#define STATUS_STACK_OVERFLOW_READ (0xc0000228) +#define STATUS_FAIL_CHECK (0xc0000229) +#define STATUS_DUPLICATE_OBJECTID (0xc000022a) +#define STATUS_OBJECTID_EXISTS (0xc000022b) +#define STATUS_CONVERT_TO_LARGE (0xc000022c) +#define STATUS_RETRY (0xc000022d) +#define STATUS_FOUND_OUT_OF_SCOPE (0xc000022e) +#define STATUS_ALLOCATE_BUCKET (0xc000022f) +#define STATUS_PROPSET_NOT_FOUND (0xc0000230) +#define STATUS_MARSHALL_OVERFLOW (0xc0000231) + +#define STATUS_INVALID_VARIANT (0xc0000232) +#define STATUS_DOMAIN_CONTROLLER_NOT_FOUND (0xc0000233) +#define STATUS_ACCOUNT_LOCKED_OUT (0xc0000234) +#define STATUS_HANDLE_NOT_CLOSABLE (0xc0000235) +#define STATUS_CONNECTION_REFUSED (0xc0000236) +#define STATUS_GRACEFUL_DISCONNECT (0xc0000237) +#define STATUS_ADDRESS_ALREADY_ASSOCIATED (0xc0000238) +#define STATUS_ADDRESS_NOT_ASSOCIATED (0xc0000239) +#define STATUS_CONNECTION_INVALID (0xc000023a) +#define STATUS_CONNECTION_ACTIVE (0xc000023b) +#define STATUS_NETWORK_UNREACHABLE (0xc000023c) +#define STATUS_HOST_UNREACHABLE (0xc000023d) +#define STATUS_PROTOCOL_UNREACHABLE (0xc000023e) +#define STATUS_PORT_UNREACHABLE (0xc000023f) +#define STATUS_REQUEST_ABORTED (0xc0000240) +#define STATUS_CONNECTION_ABORTED (0xc0000241) +#define STATUS_BAD_COMPRESSION_BUFFER (0xc0000242) +#define STATUS_USER_MAPPED_FILE (0xc0000243) +#define STATUS_AUDIT_FAILED (0xc0000244) +#define STATUS_TIMER_RESOLUTION_NOT_SET (0xc0000245) +#define STATUS_CONNECTION_COUNT_LIMIT (0xc0000246) +#define STATUS_LOGIN_TIME_RESTRICTION (0xc0000247) +#define STATUS_LOGIN_WKSTA_RESTRICTION (0xc0000248) +#define STATUS_IMAGE_MP_UP_MISMATCH (0xc0000249) + +#define STATUS_INSUFFICIENT_LOGON_INFO (0xc0000250) +#define STATUS_BAD_DLL_ENTRYPOINT (0xc0000251) +#define STATUS_BAD_SERVICE_ENTRYPOINT (0xc0000252) +#define STATUS_LPC_REPLY_LOST (0xc0000253) +#define STATUS_IP_ADDRESS_CONFLICT1 (0xc0000254) +#define STATUS_IP_ADDRESS_CONFLICT2 (0xc0000255) +#define STATUS_REGISTRY_QUOTA_LIMIT (0xc0000256) +#define STATUS_PATH_NOT_COVERED (0xc0000257) +#define STATUS_NO_CALLBACK_ACTIVE (0xc0000258) +#define STATUS_LICENSE_QUOTA_EXCEEDED (0xc0000259) +#define STATUS_PWD_TOO_SHORT (0xc000025a) +#define STATUS_PWD_TOO_RECENT (0xc000025b) +#define STATUS_PWD_HISTORY_CONFLICT (0xc000025c) +#define STATUS_PLUGPLAY_NO_DEVICE (0xc000025e) +#define STATUS_UNSUPPORTED_COMPRESSION (0xc000025f) +#define STATUS_INVALID_HW_PROFILE (0xc0000260) +#define STATUS_INVALID_PLUGPLAY_DEVICE_PATH (0xc0000261) +#define STATUS_DRIVER_ORDINAL_NOT_FOUND (0xc0000262) +#define STATUS_DRIVER_ENTRYPOINT_NOT_FOUND (0xc0000263) +#define STATUS_RESOURCE_NOT_OWNED (0xc0000264) +#define STATUS_TOO_MANY_LINKS (0xc0000265) +#define STATUS_QUOTA_LIST_INCONSISTENT (0xc0000266) +#define STATUS_FILE_IS_OFFLINE (0xc0000267) +#define STATUS_EVALUATION_EXPIRATION (0xc0000268) +#define STATUS_ILLEGAL_DLL_RELOCATION (0xc0000269) +#define STATUS_LICENSE_VIOLATION (0xc000026a) +#define STATUS_DLL_INIT_FAILED_LOGOFF (0xc000026b) +#define STATUS_DRIVER_UNABLE_TO_LOAD (0xc000026c) +#define STATUS_DFS_UNAVAILABLE (0xc000026d) +#define STATUS_VOLUME_DISMOUNTED (0xc000026e) +#define STATUS_WX86_INTERNAL_ERROR (0xc000026f) +#define STATUS_WX86_FLOAT_STACK_CHECK (0xc0000270) +#define STATUS_VALIDATE_CONTINUE (0xc0000271) +#define STATUS_NO_MATCH (0xc0000272) +#define STATUS_NO_MORE_MATCHES (0xc0000273) +#define STATUS_INVALID_VLM_OPERATION (0xc0000274) +#define STATUS_NOT_A_REPARSE_POINT (0xc0000275) +#define STATUS_IO_REPARSE_TAG_INVALID (0xc0000276) +#define STATUS_IO_REPARSE_TAG_MISMATCH (0xc0000277) +#define STATUS_IO_REPARSE_DATA_INVALID (0xc0000278) +#define STATUS_IO_REPARSE_TAG_NOT_HANDLED (0xc0000279) + + +#define STATUS_SAM_INIT_FAILURE (0xc00002cb) #define STATUS_FS_QUERY_REQUIRED (0xC1000001)