Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/winapi/src/shared/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 160 kB image not shown  

Quelle  ntstatus.rs   Sprache: unbekannt

 
// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
// All files in the project carrying such notice may not be copied, modified, or distributed
// except according to those terms.
//! Constant definitions for the NTSTATUS values.
use shared::ntdef::NTSTATUS;
pub const STATUS_WAIT_0: NTSTATUS = 0x00000000;
pub const FACILITY_VSM: NTSTATUS = 0x45;
pub const FACILITY_VOLSNAP: NTSTATUS = 0x50;
pub const FACILITY_VOLMGR: NTSTATUS = 0x38;
pub const FACILITY_VIRTUALIZATION: NTSTATUS = 0x37;
pub const FACILITY_VIDEO: NTSTATUS = 0x1B;
pub const FACILITY_USB_ERROR_CODE: NTSTATUS = 0x10;
pub const FACILITY_TRANSACTION: NTSTATUS = 0x19;
pub const FACILITY_TPM: NTSTATUS = 0x29;
pub const FACILITY_TERMINAL_SERVER: NTSTATUS = 0xA;
pub const FACILITY_SXS_ERROR_CODE: NTSTATUS = 0x15;
pub const FACILITY_NTSSPI: NTSTATUS = 0x9;
pub const FACILITY_SPACES: NTSTATUS = 0xE7;
pub const FACILITY_SMB: NTSTATUS = 0x5D;
pub const FACILITY_SYSTEM_INTEGRITY: NTSTATUS = 0xE9;
pub const FACILITY_SHARED_VHDX: NTSTATUS = 0x5C;
pub const FACILITY_SECUREBOOT: NTSTATUS = 0x43;
pub const FACILITY_SECURITY_CORE: NTSTATUS = 0xE8;
pub const FACILITY_SDBUS: NTSTATUS = 0x51;
pub const FACILITY_RTPM: NTSTATUS = 0x2A;
pub const FACILITY_RPC_STUBS: NTSTATUS = 0x3;
pub const FACILITY_RPC_RUNTIME: NTSTATUS = 0x2;
pub const FACILITY_RESUME_KEY_FILTER: NTSTATUS = 0x40;
pub const FACILITY_RDBSS: NTSTATUS = 0x41;
pub const FACILITY_PLATFORM_MANIFEST: NTSTATUS = 0xEB;
pub const FACILITY_NTWIN32: NTSTATUS = 0x7;
pub const FACILITY_WIN32K_NTUSER: NTSTATUS = 0x3E;
pub const FACILITY_WIN32K_NTGDI: NTSTATUS = 0x3F;
pub const FACILITY_NDIS_ERROR_CODE: NTSTATUS = 0x23;
pub const FACILTIY_MUI_ERROR_CODE: NTSTATUS = 0xB;
pub const FACILITY_MONITOR: NTSTATUS = 0x1D;
pub const FACILITY_MAXIMUM_VALUE: NTSTATUS = 0xEC;
pub const FACILITY_LICENSING: NTSTATUS = 0xEA;
pub const FACILITY_IPSEC: NTSTATUS = 0x36;
pub const FACILITY_IO_ERROR_CODE: NTSTATUS = 0x4;
pub const FACILITY_INTERIX: NTSTATUS = 0x99;
pub const FACILITY_HYPERVISOR: NTSTATUS = 0x35;
pub const FACILITY_HID_ERROR_CODE: NTSTATUS = 0x11;
pub const FACILITY_GRAPHICS_KERNEL: NTSTATUS = 0x1E;
pub const FACILITY_FWP_ERROR_CODE: NTSTATUS = 0x22;
pub const FACILITY_FVE_ERROR_CODE: NTSTATUS = 0x21;
pub const FACILITY_FIREWIRE_ERROR_CODE: NTSTATUS = 0x12;
pub const FACILITY_FILTER_MANAGER: NTSTATUS = 0x1C;
pub const FACILITY_DRIVER_FRAMEWORK: NTSTATUS = 0x20;
pub const FACILITY_DEBUGGER: NTSTATUS = 0x1;
pub const FACILITY_COMMONLOG: NTSTATUS = 0x1A;
pub const FACILITY_CODCLASS_ERROR_CODE: NTSTATUS = 0x6;
pub const FACILITY_CLUSTER_ERROR_CODE: NTSTATUS = 0x13;
pub const FACILITY_NTCERT: NTSTATUS = 0x8;
pub const FACILITY_BTH_ATT: NTSTATUS = 0x42;
pub const FACILITY_BCD_ERROR_CODE: NTSTATUS = 0x39;
pub const FACILITY_AUDIO_KERNEL: NTSTATUS = 0x44;
pub const FACILITY_ACPI_ERROR_CODE: NTSTATUS = 0x14;
pub const STATUS_SEVERITY_WARNING: NTSTATUS = 0x2;
pub const STATUS_SEVERITY_SUCCESS: NTSTATUS = 0x0;
pub const STATUS_SEVERITY_INFORMATIONAL: NTSTATUS = 0x1;
pub const STATUS_SEVERITY_ERROR: NTSTATUS = 0x3;
pub const STATUS_SUCCESS: NTSTATUS = 0x00000000;
pub const STATUS_WAIT_1: NTSTATUS = 0x00000001;
pub const STATUS_WAIT_2: NTSTATUS = 0x00000002;
pub const STATUS_WAIT_3: NTSTATUS = 0x00000003;
pub const STATUS_WAIT_63: NTSTATUS = 0x0000003F;
pub const STATUS_ABANDONED: NTSTATUS = 0x00000080;
pub const STATUS_ABANDONED_WAIT_0: NTSTATUS = 0x00000080;
pub const STATUS_ABANDONED_WAIT_63: NTSTATUS = 0x000000BF;
pub const STATUS_USER_APC: NTSTATUS = 0x000000C0;
pub const STATUS_ALREADY_COMPLETE: NTSTATUS = 0x000000FF;
pub const STATUS_KERNEL_APC: NTSTATUS = 0x00000100;
pub const STATUS_ALERTED: NTSTATUS = 0x00000101;
pub const STATUS_TIMEOUT: NTSTATUS = 0x00000102;
pub const STATUS_PENDING: NTSTATUS = 0x00000103;
pub const STATUS_REPARSE: NTSTATUS = 0x00000104;
pub const STATUS_MORE_ENTRIES: NTSTATUS = 0x00000105;
pub const STATUS_NOT_ALL_ASSIGNED: NTSTATUS = 0x00000106;
pub const STATUS_SOME_NOT_MAPPED: NTSTATUS = 0x00000107;
pub const STATUS_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = 0x00000108;
pub const STATUS_VOLUME_MOUNTED: NTSTATUS = 0x00000109;
pub const STATUS_RXACT_COMMITTED: NTSTATUS = 0x0000010A;
pub const STATUS_NOTIFY_CLEANUP: NTSTATUS = 0x0000010B;
pub const STATUS_NOTIFY_ENUM_DIR: NTSTATUS = 0x0000010C;
pub const STATUS_NO_QUOTAS_FOR_ACCOUNT: NTSTATUS = 0x0000010D;
pub const STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED: NTSTATUS = 0x0000010E;
pub const STATUS_PAGE_FAULT_TRANSITION: NTSTATUS = 0x00000110;
pub const STATUS_PAGE_FAULT_DEMAND_ZERO: NTSTATUS = 0x00000111;
pub const STATUS_PAGE_FAULT_COPY_ON_WRITE: NTSTATUS = 0x00000112;
pub const STATUS_PAGE_FAULT_GUARD_PAGE: NTSTATUS = 0x00000113;
pub const STATUS_PAGE_FAULT_PAGING_FILE: NTSTATUS = 0x00000114;
pub const STATUS_CACHE_PAGE_LOCKED: NTSTATUS = 0x00000115;
pub const STATUS_CRASH_DUMP: NTSTATUS = 0x00000116;
pub const STATUS_BUFFER_ALL_ZEROS: NTSTATUS = 0x00000117;
pub const STATUS_REPARSE_OBJECT: NTSTATUS = 0x00000118;
pub const STATUS_RESOURCE_REQUIREMENTS_CHANGED: NTSTATUS = 0x00000119;
pub const STATUS_TRANSLATION_COMPLETE: NTSTATUS = 0x00000120;
pub const STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY: NTSTATUS = 0x00000121;
pub const STATUS_NOTHING_TO_TERMINATE: NTSTATUS = 0x00000122;
pub const STATUS_PROCESS_NOT_IN_JOB: NTSTATUS = 0x00000123;
pub const STATUS_PROCESS_IN_JOB: NTSTATUS = 0x00000124;
pub const STATUS_VOLSNAP_HIBERNATE_READY: NTSTATUS = 0x00000125;
pub const STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY: NTSTATUS = 0x00000126;
pub const STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED: NTSTATUS = 0x00000127;
pub const STATUS_INTERRUPT_STILL_CONNECTED: NTSTATUS = 0x00000128;
pub const STATUS_PROCESS_CLONED: NTSTATUS = 0x00000129;
pub const STATUS_FILE_LOCKED_WITH_ONLY_READERS: NTSTATUS = 0x0000012A;
pub const STATUS_FILE_LOCKED_WITH_WRITERS: NTSTATUS = 0x0000012B;
pub const STATUS_VALID_IMAGE_HASH: NTSTATUS = 0x0000012C;
pub const STATUS_VALID_CATALOG_HASH: NTSTATUS = 0x0000012D;
pub const STATUS_VALID_STRONG_CODE_HASH: NTSTATUS = 0x0000012E;
pub const STATUS_GHOSTED: NTSTATUS = 0x0000012F;
pub const STATUS_RESOURCEMANAGER_READ_ONLY: NTSTATUS = 0x00000202;
pub const STATUS_RING_PREVIOUSLY_EMPTY: NTSTATUS = 0x00000210;
pub const STATUS_RING_PREVIOUSLY_FULL: NTSTATUS = 0x00000211;
pub const STATUS_RING_PREVIOUSLY_ABOVE_QUOTA: NTSTATUS = 0x00000212;
pub const STATUS_RING_NEWLY_EMPTY: NTSTATUS = 0x00000213;
pub const STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT: NTSTATUS = 0x00000214;
pub const STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE: NTSTATUS = 0x00000215;
pub const STATUS_OPLOCK_HANDLE_CLOSED: NTSTATUS = 0x00000216;
pub const STATUS_WAIT_FOR_OPLOCK: NTSTATUS = 0x00000367;
pub const STATUS_REPARSE_GLOBAL: NTSTATUS = 0x00000368;
pub const DBG_EXCEPTION_HANDLED: NTSTATUS = 0x00010001;
pub const DBG_CONTINUE: NTSTATUS = 0x00010002;
pub const STATUS_FLT_IO_COMPLETE: NTSTATUS = 0x001C0001;
pub const STATUS_OBJECT_NAME_EXISTS: NTSTATUS = 0x40000000;
pub const STATUS_THREAD_WAS_SUSPENDED: NTSTATUS = 0x40000001;
pub const STATUS_WORKING_SET_LIMIT_RANGE: NTSTATUS = 0x40000002;
pub const STATUS_IMAGE_NOT_AT_BASE: NTSTATUS = 0x40000003;
pub const STATUS_RXACT_STATE_CREATED: NTSTATUS = 0x40000004;
pub const STATUS_SEGMENT_NOTIFICATION: NTSTATUS = 0x40000005;
pub const STATUS_LOCAL_USER_SESSION_KEY: NTSTATUS = 0x40000006;
pub const STATUS_BAD_CURRENT_DIRECTORY: NTSTATUS = 0x40000007;
pub const STATUS_SERIAL_MORE_WRITES: NTSTATUS = 0x40000008;
pub const STATUS_REGISTRY_RECOVERED: NTSTATUS = 0x40000009;
pub const STATUS_FT_READ_RECOVERY_FROM_BACKUP: NTSTATUS = 0x4000000A;
pub const STATUS_FT_WRITE_RECOVERY: NTSTATUS = 0x4000000B;
pub const STATUS_SERIAL_COUNTER_TIMEOUT: NTSTATUS = 0x4000000C;
pub const STATUS_NULL_LM_PASSWORD: NTSTATUS = 0x4000000D;
pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH: NTSTATUS = 0x4000000E;
pub const STATUS_RECEIVE_PARTIAL: NTSTATUS = 0x4000000F;
pub const STATUS_RECEIVE_EXPEDITED: NTSTATUS = 0x40000010;
pub const STATUS_RECEIVE_PARTIAL_EXPEDITED: NTSTATUS = 0x40000011;
pub const STATUS_EVENT_DONE: NTSTATUS = 0x40000012;
pub const STATUS_EVENT_PENDING: NTSTATUS = 0x40000013;
pub const STATUS_CHECKING_FILE_SYSTEM: NTSTATUS = 0x40000014;
pub const STATUS_FATAL_APP_EXIT: NTSTATUS = 0x40000015;
pub const STATUS_PREDEFINED_HANDLE: NTSTATUS = 0x40000016;
pub const STATUS_WAS_UNLOCKED: NTSTATUS = 0x40000017;
pub const STATUS_SERVICE_NOTIFICATION: NTSTATUS = 0x40000018;
pub const STATUS_WAS_LOCKED: NTSTATUS = 0x40000019;
pub const STATUS_LOG_HARD_ERROR: NTSTATUS = 0x4000001A;
pub const STATUS_ALREADY_WIN32: NTSTATUS = 0x4000001B;
pub const STATUS_WX86_UNSIMULATE: NTSTATUS = 0x4000001C;
pub const STATUS_WX86_CONTINUE: NTSTATUS = 0x4000001D;
pub const STATUS_WX86_SINGLE_STEP: NTSTATUS = 0x4000001E;
pub const STATUS_WX86_BREAKPOINT: NTSTATUS = 0x4000001F;
pub const STATUS_WX86_EXCEPTION_CONTINUE: NTSTATUS = 0x40000020;
pub const STATUS_WX86_EXCEPTION_LASTCHANCE: NTSTATUS = 0x40000021;
pub const STATUS_WX86_EXCEPTION_CHAIN: NTSTATUS = 0x40000022;
pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE: NTSTATUS = 0x40000023;
pub const STATUS_NO_YIELD_PERFORMED: NTSTATUS = 0x40000024;
pub const STATUS_TIMER_RESUME_IGNORED: NTSTATUS = 0x40000025;
pub const STATUS_ARBITRATION_UNHANDLED: NTSTATUS = 0x40000026;
pub const STATUS_CARDBUS_NOT_SUPPORTED: NTSTATUS = 0x40000027;
pub const STATUS_WX86_CREATEWX86TIB: NTSTATUS = 0x40000028;
pub const STATUS_MP_PROCESSOR_MISMATCH: NTSTATUS = 0x40000029;
pub const STATUS_HIBERNATED: NTSTATUS = 0x4000002A;
pub const STATUS_RESUME_HIBERNATION: NTSTATUS = 0x4000002B;
pub const STATUS_FIRMWARE_UPDATED: NTSTATUS = 0x4000002C;
pub const STATUS_DRIVERS_LEAKING_LOCKED_PAGES: NTSTATUS = 0x4000002D;
pub const STATUS_MESSAGE_RETRIEVED: NTSTATUS = 0x4000002E;
pub const STATUS_SYSTEM_POWERSTATE_TRANSITION: NTSTATUS = 0x4000002F;
pub const STATUS_ALPC_CHECK_COMPLETION_LIST: NTSTATUS = 0x40000030;
pub const STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION: NTSTATUS = 0x40000031;
pub const STATUS_ACCESS_AUDIT_BY_POLICY: NTSTATUS = 0x40000032;
pub const STATUS_ABANDON_HIBERFILE: NTSTATUS = 0x40000033;
pub const STATUS_BIZRULES_NOT_ENABLED: NTSTATUS = 0x40000034;
pub const STATUS_FT_READ_FROM_COPY: NTSTATUS = 0x40000035;
pub const STATUS_IMAGE_AT_DIFFERENT_BASE: NTSTATUS = 0x40000036;
pub const DBG_REPLY_LATER: NTSTATUS = 0x40010001;
pub const DBG_UNABLE_TO_PROVIDE_HANDLE: NTSTATUS = 0x40010002;
pub const DBG_TERMINATE_THREAD: NTSTATUS = 0x40010003;
pub const DBG_TERMINATE_PROCESS: NTSTATUS = 0x40010004;
pub const DBG_CONTROL_C: NTSTATUS = 0x40010005;
pub const DBG_PRINTEXCEPTION_C: NTSTATUS = 0x40010006;
pub const DBG_RIPEXCEPTION: NTSTATUS = 0x40010007;
pub const DBG_CONTROL_BREAK: NTSTATUS = 0x40010008;
pub const DBG_COMMAND_EXCEPTION: NTSTATUS = 0x40010009;
pub const DBG_PRINTEXCEPTION_WIDE_C: NTSTATUS = 0x4001000A;
pub const STATUS_HEURISTIC_DAMAGE_POSSIBLE: NTSTATUS = 0x40190001;
pub const STATUS_GUARD_PAGE_VIOLATION: NTSTATUS = 0x80000001;
pub const STATUS_DATATYPE_MISALIGNMENT: NTSTATUS = 0x80000002;
pub const STATUS_BREAKPOINT: NTSTATUS = 0x80000003;
pub const STATUS_SINGLE_STEP: NTSTATUS = 0x80000004;
pub const STATUS_BUFFER_OVERFLOW: NTSTATUS = 0x80000005;
pub const STATUS_NO_MORE_FILES: NTSTATUS = 0x80000006;
pub const STATUS_WAKE_SYSTEM_DEBUGGER: NTSTATUS = 0x80000007;
pub const STATUS_HANDLES_CLOSED: NTSTATUS = 0x8000000A;
pub const STATUS_NO_INHERITANCE: NTSTATUS = 0x8000000B;
pub const STATUS_GUID_SUBSTITUTION_MADE: NTSTATUS = 0x8000000C;
pub const STATUS_PARTIAL_COPY: NTSTATUS = 0x8000000D;
pub const STATUS_DEVICE_PAPER_EMPTY: NTSTATUS = 0x8000000E;
pub const STATUS_DEVICE_POWERED_OFF: NTSTATUS = 0x8000000F;
pub const STATUS_DEVICE_OFF_LINE: NTSTATUS = 0x80000010;
pub const STATUS_DEVICE_BUSY: NTSTATUS = 0x80000011;
pub const STATUS_NO_MORE_EAS: NTSTATUS = 0x80000012;
pub const STATUS_INVALID_EA_NAME: NTSTATUS = 0x80000013;
pub const STATUS_EA_LIST_INCONSISTENT: NTSTATUS = 0x80000014;
pub const STATUS_INVALID_EA_FLAG: NTSTATUS = 0x80000015;
pub const STATUS_VERIFY_REQUIRED: NTSTATUS = 0x80000016;
pub const STATUS_EXTRANEOUS_INFORMATION: NTSTATUS = 0x80000017;
pub const STATUS_RXACT_COMMIT_NECESSARY: NTSTATUS = 0x80000018;
pub const STATUS_NO_MORE_ENTRIES: NTSTATUS = 0x8000001A;
pub const STATUS_FILEMARK_DETECTED: NTSTATUS = 0x8000001B;
pub const STATUS_MEDIA_CHANGED: NTSTATUS = 0x8000001C;
pub const STATUS_BUS_RESET: NTSTATUS = 0x8000001D;
pub const STATUS_END_OF_MEDIA: NTSTATUS = 0x8000001E;
pub const STATUS_BEGINNING_OF_MEDIA: NTSTATUS = 0x8000001F;
pub const STATUS_MEDIA_CHECK: NTSTATUS = 0x80000020;
pub const STATUS_SETMARK_DETECTED: NTSTATUS = 0x80000021;
pub const STATUS_NO_DATA_DETECTED: NTSTATUS = 0x80000022;
pub const STATUS_REDIRECTOR_HAS_OPEN_HANDLES: NTSTATUS = 0x80000023;
pub const STATUS_SERVER_HAS_OPEN_HANDLES: NTSTATUS = 0x80000024;
pub const STATUS_ALREADY_DISCONNECTED: NTSTATUS = 0x80000025;
pub const STATUS_LONGJUMP: NTSTATUS = 0x80000026;
pub const STATUS_CLEANER_CARTRIDGE_INSTALLED: NTSTATUS = 0x80000027;
pub const STATUS_PLUGPLAY_QUERY_VETOED: NTSTATUS = 0x80000028;
pub const STATUS_UNWIND_CONSOLIDATE: NTSTATUS = 0x80000029;
pub const STATUS_REGISTRY_HIVE_RECOVERED: NTSTATUS = 0x8000002A;
pub const STATUS_DLL_MIGHT_BE_INSECURE: NTSTATUS = 0x8000002B;
pub const STATUS_DLL_MIGHT_BE_INCOMPATIBLE: NTSTATUS = 0x8000002C;
pub const STATUS_STOPPED_ON_SYMLINK: NTSTATUS = 0x8000002D;
pub const STATUS_CANNOT_GRANT_REQUESTED_OPLOCK: NTSTATUS = 0x8000002E;
pub const STATUS_NO_ACE_CONDITION: NTSTATUS = 0x8000002F;
pub const STATUS_DEVICE_SUPPORT_IN_PROGRESS: NTSTATUS = 0x80000030;
pub const STATUS_DEVICE_POWER_CYCLE_REQUIRED: NTSTATUS = 0x80000031;
pub const STATUS_NO_WORK_DONE: NTSTATUS = 0x80000032;
pub const DBG_EXCEPTION_NOT_HANDLED: NTSTATUS = 0x80010001;
pub const STATUS_CLUSTER_NODE_ALREADY_UP: NTSTATUS = 0x80130001;
pub const STATUS_CLUSTER_NODE_ALREADY_DOWN: NTSTATUS = 0x80130002;
pub const STATUS_CLUSTER_NETWORK_ALREADY_ONLINE: NTSTATUS = 0x80130003;
pub const STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE: NTSTATUS = 0x80130004;
pub const STATUS_CLUSTER_NODE_ALREADY_MEMBER: NTSTATUS = 0x80130005;
pub const STATUS_FLT_BUFFER_TOO_SMALL: NTSTATUS = 0x801C0001;
pub const STATUS_FVE_PARTIAL_METADATA: NTSTATUS = 0x80210001;
pub const STATUS_FVE_TRANSIENT_STATE: NTSTATUS = 0x80210002;
pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: NTSTATUS = 0x8000CF00;
pub const STATUS_UNSUCCESSFUL: NTSTATUS = 0xC0000001;
pub const STATUS_NOT_IMPLEMENTED: NTSTATUS = 0xC0000002;
pub const STATUS_INVALID_INFO_CLASS: NTSTATUS = 0xC0000003;
pub const STATUS_INFO_LENGTH_MISMATCH: NTSTATUS = 0xC0000004;
pub const STATUS_ACCESS_VIOLATION: NTSTATUS = 0xC0000005;
pub const STATUS_IN_PAGE_ERROR: NTSTATUS = 0xC0000006;
pub const STATUS_PAGEFILE_QUOTA: NTSTATUS = 0xC0000007;
pub const STATUS_INVALID_HANDLE: NTSTATUS = 0xC0000008;
pub const STATUS_BAD_INITIAL_STACK: NTSTATUS = 0xC0000009;
pub const STATUS_BAD_INITIAL_PC: NTSTATUS = 0xC000000A;
pub const STATUS_INVALID_CID: NTSTATUS = 0xC000000B;
pub const STATUS_TIMER_NOT_CANCELED: NTSTATUS = 0xC000000C;
pub const STATUS_INVALID_PARAMETER: NTSTATUS = 0xC000000D;
pub const STATUS_NO_SUCH_DEVICE: NTSTATUS = 0xC000000E;
pub const STATUS_NO_SUCH_FILE: NTSTATUS = 0xC000000F;
pub const STATUS_INVALID_DEVICE_REQUEST: NTSTATUS = 0xC0000010;
pub const STATUS_END_OF_FILE: NTSTATUS = 0xC0000011;
pub const STATUS_WRONG_VOLUME: NTSTATUS = 0xC0000012;
pub const STATUS_NO_MEDIA_IN_DEVICE: NTSTATUS = 0xC0000013;
pub const STATUS_UNRECOGNIZED_MEDIA: NTSTATUS = 0xC0000014;
pub const STATUS_NONEXISTENT_SECTOR: NTSTATUS = 0xC0000015;
pub const STATUS_MORE_PROCESSING_REQUIRED: NTSTATUS = 0xC0000016;
pub const STATUS_NO_MEMORY: NTSTATUS = 0xC0000017;
pub const STATUS_CONFLICTING_ADDRESSES: NTSTATUS = 0xC0000018;
pub const STATUS_NOT_MAPPED_VIEW: NTSTATUS = 0xC0000019;
pub const STATUS_UNABLE_TO_FREE_VM: NTSTATUS = 0xC000001A;
pub const STATUS_UNABLE_TO_DELETE_SECTION: NTSTATUS = 0xC000001B;
pub const STATUS_INVALID_SYSTEM_SERVICE: NTSTATUS = 0xC000001C;
pub const STATUS_ILLEGAL_INSTRUCTION: NTSTATUS = 0xC000001D;
pub const STATUS_INVALID_LOCK_SEQUENCE: NTSTATUS = 0xC000001E;
pub const STATUS_INVALID_VIEW_SIZE: NTSTATUS = 0xC000001F;
pub const STATUS_INVALID_FILE_FOR_SECTION: NTSTATUS = 0xC0000020;
pub const STATUS_ALREADY_COMMITTED: NTSTATUS = 0xC0000021;
pub const STATUS_ACCESS_DENIED: NTSTATUS = 0xC0000022;
pub const STATUS_BUFFER_TOO_SMALL: NTSTATUS = 0xC0000023;
pub const STATUS_OBJECT_TYPE_MISMATCH: NTSTATUS = 0xC0000024;
pub const STATUS_NONCONTINUABLE_EXCEPTION: NTSTATUS = 0xC0000025;
pub const STATUS_INVALID_DISPOSITION: NTSTATUS = 0xC0000026;
pub const STATUS_UNWIND: NTSTATUS = 0xC0000027;
pub const STATUS_BAD_STACK: NTSTATUS = 0xC0000028;
pub const STATUS_INVALID_UNWIND_TARGET: NTSTATUS = 0xC0000029;
pub const STATUS_NOT_LOCKED: NTSTATUS = 0xC000002A;
pub const STATUS_PARITY_ERROR: NTSTATUS = 0xC000002B;
pub const STATUS_UNABLE_TO_DECOMMIT_VM: NTSTATUS = 0xC000002C;
pub const STATUS_NOT_COMMITTED: NTSTATUS = 0xC000002D;
pub const STATUS_INVALID_PORT_ATTRIBUTES: NTSTATUS = 0xC000002E;
pub const STATUS_PORT_MESSAGE_TOO_LONG: NTSTATUS = 0xC000002F;
pub const STATUS_INVALID_PARAMETER_MIX: NTSTATUS = 0xC0000030;
pub const STATUS_INVALID_QUOTA_LOWER: NTSTATUS = 0xC0000031;
pub const STATUS_DISK_CORRUPT_ERROR: NTSTATUS = 0xC0000032;
pub const STATUS_OBJECT_NAME_INVALID: NTSTATUS = 0xC0000033;
pub const STATUS_OBJECT_NAME_NOT_FOUND: NTSTATUS = 0xC0000034;
pub const STATUS_OBJECT_NAME_COLLISION: NTSTATUS = 0xC0000035;
pub const STATUS_PORT_DO_NOT_DISTURB: NTSTATUS = 0xC0000036;
pub const STATUS_PORT_DISCONNECTED: NTSTATUS = 0xC0000037;
pub const STATUS_DEVICE_ALREADY_ATTACHED: NTSTATUS = 0xC0000038;
pub const STATUS_OBJECT_PATH_INVALID: NTSTATUS = 0xC0000039;
pub const STATUS_OBJECT_PATH_NOT_FOUND: NTSTATUS = 0xC000003A;
pub const STATUS_OBJECT_PATH_SYNTAX_BAD: NTSTATUS = 0xC000003B;
pub const STATUS_DATA_OVERRUN: NTSTATUS = 0xC000003C;
pub const STATUS_DATA_LATE_ERROR: NTSTATUS = 0xC000003D;
pub const STATUS_DATA_ERROR: NTSTATUS = 0xC000003E;
pub const STATUS_CRC_ERROR: NTSTATUS = 0xC000003F;
pub const STATUS_SECTION_TOO_BIG: NTSTATUS = 0xC0000040;
pub const STATUS_PORT_CONNECTION_REFUSED: NTSTATUS = 0xC0000041;
pub const STATUS_INVALID_PORT_HANDLE: NTSTATUS = 0xC0000042;
pub const STATUS_SHARING_VIOLATION: NTSTATUS = 0xC0000043;
pub const STATUS_QUOTA_EXCEEDED: NTSTATUS = 0xC0000044;
pub const STATUS_INVALID_PAGE_PROTECTION: NTSTATUS = 0xC0000045;
pub const STATUS_MUTANT_NOT_OWNED: NTSTATUS = 0xC0000046;
pub const STATUS_SEMAPHORE_LIMIT_EXCEEDED: NTSTATUS = 0xC0000047;
pub const STATUS_PORT_ALREADY_SET: NTSTATUS = 0xC0000048;
pub const STATUS_SECTION_NOT_IMAGE: NTSTATUS = 0xC0000049;
pub const STATUS_SUSPEND_COUNT_EXCEEDED: NTSTATUS = 0xC000004A;
pub const STATUS_THREAD_IS_TERMINATING: NTSTATUS = 0xC000004B;
pub const STATUS_BAD_WORKING_SET_LIMIT: NTSTATUS = 0xC000004C;
pub const STATUS_INCOMPATIBLE_FILE_MAP: NTSTATUS = 0xC000004D;
pub const STATUS_SECTION_PROTECTION: NTSTATUS = 0xC000004E;
pub const STATUS_EAS_NOT_SUPPORTED: NTSTATUS = 0xC000004F;
pub const STATUS_EA_TOO_LARGE: NTSTATUS = 0xC0000050;
pub const STATUS_NONEXISTENT_EA_ENTRY: NTSTATUS = 0xC0000051;
pub const STATUS_NO_EAS_ON_FILE: NTSTATUS = 0xC0000052;
pub const STATUS_EA_CORRUPT_ERROR: NTSTATUS = 0xC0000053;
pub const STATUS_FILE_LOCK_CONFLICT: NTSTATUS = 0xC0000054;
pub const STATUS_LOCK_NOT_GRANTED: NTSTATUS = 0xC0000055;
pub const STATUS_DELETE_PENDING: NTSTATUS = 0xC0000056;
pub const STATUS_CTL_FILE_NOT_SUPPORTED: NTSTATUS = 0xC0000057;
pub const STATUS_UNKNOWN_REVISION: NTSTATUS = 0xC0000058;
pub const STATUS_REVISION_MISMATCH: NTSTATUS = 0xC0000059;
pub const STATUS_INVALID_OWNER: NTSTATUS = 0xC000005A;
pub const STATUS_INVALID_PRIMARY_GROUP: NTSTATUS = 0xC000005B;
pub const STATUS_NO_IMPERSONATION_TOKEN: NTSTATUS = 0xC000005C;
pub const STATUS_CANT_DISABLE_MANDATORY: NTSTATUS = 0xC000005D;
pub const STATUS_NO_LOGON_SERVERS: NTSTATUS = 0xC000005E;
pub const STATUS_NO_SUCH_LOGON_SESSION: NTSTATUS = 0xC000005F;
pub const STATUS_NO_SUCH_PRIVILEGE: NTSTATUS = 0xC0000060;
pub const STATUS_PRIVILEGE_NOT_HELD: NTSTATUS = 0xC0000061;
pub const STATUS_INVALID_ACCOUNT_NAME: NTSTATUS = 0xC0000062;
pub const STATUS_USER_EXISTS: NTSTATUS = 0xC0000063;
pub const STATUS_NO_SUCH_USER: NTSTATUS = 0xC0000064;
pub const STATUS_GROUP_EXISTS: NTSTATUS = 0xC0000065;
pub const STATUS_NO_SUCH_GROUP: NTSTATUS = 0xC0000066;
pub const STATUS_MEMBER_IN_GROUP: NTSTATUS = 0xC0000067;
pub const STATUS_MEMBER_NOT_IN_GROUP: NTSTATUS = 0xC0000068;
pub const STATUS_LAST_ADMIN: NTSTATUS = 0xC0000069;
pub const STATUS_WRONG_PASSWORD: NTSTATUS = 0xC000006A;
pub const STATUS_ILL_FORMED_PASSWORD: NTSTATUS = 0xC000006B;
pub const STATUS_PASSWORD_RESTRICTION: NTSTATUS = 0xC000006C;
pub const STATUS_LOGON_FAILURE: NTSTATUS = 0xC000006D;
pub const STATUS_ACCOUNT_RESTRICTION: NTSTATUS = 0xC000006E;
pub const STATUS_INVALID_LOGON_HOURS: NTSTATUS = 0xC000006F;
pub const STATUS_INVALID_WORKSTATION: NTSTATUS = 0xC0000070;
pub const STATUS_PASSWORD_EXPIRED: NTSTATUS = 0xC0000071;
pub const STATUS_ACCOUNT_DISABLED: NTSTATUS = 0xC0000072;
pub const STATUS_NONE_MAPPED: NTSTATUS = 0xC0000073;
pub const STATUS_TOO_MANY_LUIDS_REQUESTED: NTSTATUS = 0xC0000074;
pub const STATUS_LUIDS_EXHAUSTED: NTSTATUS = 0xC0000075;
pub const STATUS_INVALID_SUB_AUTHORITY: NTSTATUS = 0xC0000076;
pub const STATUS_INVALID_ACL: NTSTATUS = 0xC0000077;
pub const STATUS_INVALID_SID: NTSTATUS = 0xC0000078;
pub const STATUS_INVALID_SECURITY_DESCR: NTSTATUS = 0xC0000079;
pub const STATUS_PROCEDURE_NOT_FOUND: NTSTATUS = 0xC000007A;
pub const STATUS_INVALID_IMAGE_FORMAT: NTSTATUS = 0xC000007B;
pub const STATUS_NO_TOKEN: NTSTATUS = 0xC000007C;
pub const STATUS_BAD_INHERITANCE_ACL: NTSTATUS = 0xC000007D;
pub const STATUS_RANGE_NOT_LOCKED: NTSTATUS = 0xC000007E;
pub const STATUS_DISK_FULL: NTSTATUS = 0xC000007F;
pub const STATUS_SERVER_DISABLED: NTSTATUS = 0xC0000080;
pub const STATUS_SERVER_NOT_DISABLED: NTSTATUS = 0xC0000081;
pub const STATUS_TOO_MANY_GUIDS_REQUESTED: NTSTATUS = 0xC0000082;
pub const STATUS_GUIDS_EXHAUSTED: NTSTATUS = 0xC0000083;
pub const STATUS_INVALID_ID_AUTHORITY: NTSTATUS = 0xC0000084;
pub const STATUS_AGENTS_EXHAUSTED: NTSTATUS = 0xC0000085;
pub const STATUS_INVALID_VOLUME_LABEL: NTSTATUS = 0xC0000086;
pub const STATUS_SECTION_NOT_EXTENDED: NTSTATUS = 0xC0000087;
pub const STATUS_NOT_MAPPED_DATA: NTSTATUS = 0xC0000088;
pub const STATUS_RESOURCE_DATA_NOT_FOUND: NTSTATUS = 0xC0000089;
pub const STATUS_RESOURCE_TYPE_NOT_FOUND: NTSTATUS = 0xC000008A;
pub const STATUS_RESOURCE_NAME_NOT_FOUND: NTSTATUS = 0xC000008B;
pub const STATUS_ARRAY_BOUNDS_EXCEEDED: NTSTATUS = 0xC000008C;
pub const STATUS_FLOAT_DENORMAL_OPERAND: NTSTATUS = 0xC000008D;
pub const STATUS_FLOAT_DIVIDE_BY_ZERO: NTSTATUS = 0xC000008E;
pub const STATUS_FLOAT_INEXACT_RESULT: NTSTATUS = 0xC000008F;
pub const STATUS_FLOAT_INVALID_OPERATION: NTSTATUS = 0xC0000090;
pub const STATUS_FLOAT_OVERFLOW: NTSTATUS = 0xC0000091;
pub const STATUS_FLOAT_STACK_CHECK: NTSTATUS = 0xC0000092;
pub const STATUS_FLOAT_UNDERFLOW: NTSTATUS = 0xC0000093;
pub const STATUS_INTEGER_DIVIDE_BY_ZERO: NTSTATUS = 0xC0000094;
pub const STATUS_INTEGER_OVERFLOW: NTSTATUS = 0xC0000095;
pub const STATUS_PRIVILEGED_INSTRUCTION: NTSTATUS = 0xC0000096;
pub const STATUS_TOO_MANY_PAGING_FILES: NTSTATUS = 0xC0000097;
pub const STATUS_FILE_INVALID: NTSTATUS = 0xC0000098;
pub const STATUS_ALLOTTED_SPACE_EXCEEDED: NTSTATUS = 0xC0000099;
pub const STATUS_INSUFFICIENT_RESOURCES: NTSTATUS = 0xC000009A;
pub const STATUS_DFS_EXIT_PATH_FOUND: NTSTATUS = 0xC000009B;
pub const STATUS_DEVICE_DATA_ERROR: NTSTATUS = 0xC000009C;
pub const STATUS_DEVICE_NOT_CONNECTED: NTSTATUS = 0xC000009D;
pub const STATUS_DEVICE_POWER_FAILURE: NTSTATUS = 0xC000009E;
pub const STATUS_FREE_VM_NOT_AT_BASE: NTSTATUS = 0xC000009F;
pub const STATUS_MEMORY_NOT_ALLOCATED: NTSTATUS = 0xC00000A0;
pub const STATUS_WORKING_SET_QUOTA: NTSTATUS = 0xC00000A1;
pub const STATUS_MEDIA_WRITE_PROTECTED: NTSTATUS = 0xC00000A2;
pub const STATUS_DEVICE_NOT_READY: NTSTATUS = 0xC00000A3;
pub const STATUS_INVALID_GROUP_ATTRIBUTES: NTSTATUS = 0xC00000A4;
pub const STATUS_BAD_IMPERSONATION_LEVEL: NTSTATUS = 0xC00000A5;
pub const STATUS_CANT_OPEN_ANONYMOUS: NTSTATUS = 0xC00000A6;
pub const STATUS_BAD_VALIDATION_CLASS: NTSTATUS = 0xC00000A7;
pub const STATUS_BAD_TOKEN_TYPE: NTSTATUS = 0xC00000A8;
pub const STATUS_BAD_MASTER_BOOT_RECORD: NTSTATUS = 0xC00000A9;
pub const STATUS_INSTRUCTION_MISALIGNMENT: NTSTATUS = 0xC00000AA;
pub const STATUS_INSTANCE_NOT_AVAILABLE: NTSTATUS = 0xC00000AB;
pub const STATUS_PIPE_NOT_AVAILABLE: NTSTATUS = 0xC00000AC;
pub const STATUS_INVALID_PIPE_STATE: NTSTATUS = 0xC00000AD;
pub const STATUS_PIPE_BUSY: NTSTATUS = 0xC00000AE;
pub const STATUS_ILLEGAL_FUNCTION: NTSTATUS = 0xC00000AF;
pub const STATUS_PIPE_DISCONNECTED: NTSTATUS = 0xC00000B0;
pub const STATUS_PIPE_CLOSING: NTSTATUS = 0xC00000B1;
pub const STATUS_PIPE_CONNECTED: NTSTATUS = 0xC00000B2;
pub const STATUS_PIPE_LISTENING: NTSTATUS = 0xC00000B3;
pub const STATUS_INVALID_READ_MODE: NTSTATUS = 0xC00000B4;
pub const STATUS_IO_TIMEOUT: NTSTATUS = 0xC00000B5;
pub const STATUS_FILE_FORCED_CLOSED: NTSTATUS = 0xC00000B6;
pub const STATUS_PROFILING_NOT_STARTED: NTSTATUS = 0xC00000B7;
pub const STATUS_PROFILING_NOT_STOPPED: NTSTATUS = 0xC00000B8;
pub const STATUS_COULD_NOT_INTERPRET: NTSTATUS = 0xC00000B9;
pub const STATUS_FILE_IS_A_DIRECTORY: NTSTATUS = 0xC00000BA;
pub const STATUS_NOT_SUPPORTED: NTSTATUS = 0xC00000BB;
pub const STATUS_REMOTE_NOT_LISTENING: NTSTATUS = 0xC00000BC;
pub const STATUS_DUPLICATE_NAME: NTSTATUS = 0xC00000BD;
pub const STATUS_BAD_NETWORK_PATH: NTSTATUS = 0xC00000BE;
pub const STATUS_NETWORK_BUSY: NTSTATUS = 0xC00000BF;
pub const STATUS_DEVICE_DOES_NOT_EXIST: NTSTATUS = 0xC00000C0;
pub const STATUS_TOO_MANY_COMMANDS: NTSTATUS = 0xC00000C1;
pub const STATUS_ADAPTER_HARDWARE_ERROR: NTSTATUS = 0xC00000C2;
pub const STATUS_INVALID_NETWORK_RESPONSE: NTSTATUS = 0xC00000C3;
pub const STATUS_UNEXPECTED_NETWORK_ERROR: NTSTATUS = 0xC00000C4;
pub const STATUS_BAD_REMOTE_ADAPTER: NTSTATUS = 0xC00000C5;
pub const STATUS_PRINT_QUEUE_FULL: NTSTATUS = 0xC00000C6;
pub const STATUS_NO_SPOOL_SPACE: NTSTATUS = 0xC00000C7;
pub const STATUS_PRINT_CANCELLED: NTSTATUS = 0xC00000C8;
pub const STATUS_NETWORK_NAME_DELETED: NTSTATUS = 0xC00000C9;
pub const STATUS_NETWORK_ACCESS_DENIED: NTSTATUS = 0xC00000CA;
pub const STATUS_BAD_DEVICE_TYPE: NTSTATUS = 0xC00000CB;
pub const STATUS_BAD_NETWORK_NAME: NTSTATUS = 0xC00000CC;
pub const STATUS_TOO_MANY_NAMES: NTSTATUS = 0xC00000CD;
pub const STATUS_TOO_MANY_SESSIONS: NTSTATUS = 0xC00000CE;
pub const STATUS_SHARING_PAUSED: NTSTATUS = 0xC00000CF;
pub const STATUS_REQUEST_NOT_ACCEPTED: NTSTATUS = 0xC00000D0;
pub const STATUS_REDIRECTOR_PAUSED: NTSTATUS = 0xC00000D1;
pub const STATUS_NET_WRITE_FAULT: NTSTATUS = 0xC00000D2;
pub const STATUS_PROFILING_AT_LIMIT: NTSTATUS = 0xC00000D3;
pub const STATUS_NOT_SAME_DEVICE: NTSTATUS = 0xC00000D4;
pub const STATUS_FILE_RENAMED: NTSTATUS = 0xC00000D5;
pub const STATUS_VIRTUAL_CIRCUIT_CLOSED: NTSTATUS = 0xC00000D6;
pub const STATUS_NO_SECURITY_ON_OBJECT: NTSTATUS = 0xC00000D7;
pub const STATUS_CANT_WAIT: NTSTATUS = 0xC00000D8;
pub const STATUS_PIPE_EMPTY: NTSTATUS = 0xC00000D9;
pub const STATUS_CANT_ACCESS_DOMAIN_INFO: NTSTATUS = 0xC00000DA;
pub const STATUS_CANT_TERMINATE_SELF: NTSTATUS = 0xC00000DB;
pub const STATUS_INVALID_SERVER_STATE: NTSTATUS = 0xC00000DC;
pub const STATUS_INVALID_DOMAIN_STATE: NTSTATUS = 0xC00000DD;
pub const STATUS_INVALID_DOMAIN_ROLE: NTSTATUS = 0xC00000DE;
pub const STATUS_NO_SUCH_DOMAIN: NTSTATUS = 0xC00000DF;
pub const STATUS_DOMAIN_EXISTS: NTSTATUS = 0xC00000E0;
pub const STATUS_DOMAIN_LIMIT_EXCEEDED: NTSTATUS = 0xC00000E1;
pub const STATUS_OPLOCK_NOT_GRANTED: NTSTATUS = 0xC00000E2;
pub const STATUS_INVALID_OPLOCK_PROTOCOL: NTSTATUS = 0xC00000E3;
pub const STATUS_INTERNAL_DB_CORRUPTION: NTSTATUS = 0xC00000E4;
pub const STATUS_INTERNAL_ERROR: NTSTATUS = 0xC00000E5;
pub const STATUS_GENERIC_NOT_MAPPED: NTSTATUS = 0xC00000E6;
pub const STATUS_BAD_DESCRIPTOR_FORMAT: NTSTATUS = 0xC00000E7;
pub const STATUS_INVALID_USER_BUFFER: NTSTATUS = 0xC00000E8;
pub const STATUS_UNEXPECTED_IO_ERROR: NTSTATUS = 0xC00000E9;
pub const STATUS_UNEXPECTED_MM_CREATE_ERR: NTSTATUS = 0xC00000EA;
pub const STATUS_UNEXPECTED_MM_MAP_ERROR: NTSTATUS = 0xC00000EB;
pub const STATUS_UNEXPECTED_MM_EXTEND_ERR: NTSTATUS = 0xC00000EC;
pub const STATUS_NOT_LOGON_PROCESS: NTSTATUS = 0xC00000ED;
pub const STATUS_LOGON_SESSION_EXISTS: NTSTATUS = 0xC00000EE;
pub const STATUS_INVALID_PARAMETER_1: NTSTATUS = 0xC00000EF;
pub const STATUS_INVALID_PARAMETER_2: NTSTATUS = 0xC00000F0;
pub const STATUS_INVALID_PARAMETER_3: NTSTATUS = 0xC00000F1;
pub const STATUS_INVALID_PARAMETER_4: NTSTATUS = 0xC00000F2;
pub const STATUS_INVALID_PARAMETER_5: NTSTATUS = 0xC00000F3;
pub const STATUS_INVALID_PARAMETER_6: NTSTATUS = 0xC00000F4;
pub const STATUS_INVALID_PARAMETER_7: NTSTATUS = 0xC00000F5;
pub const STATUS_INVALID_PARAMETER_8: NTSTATUS = 0xC00000F6;
pub const STATUS_INVALID_PARAMETER_9: NTSTATUS = 0xC00000F7;
pub const STATUS_INVALID_PARAMETER_10: NTSTATUS = 0xC00000F8;
pub const STATUS_INVALID_PARAMETER_11: NTSTATUS = 0xC00000F9;
pub const STATUS_INVALID_PARAMETER_12: NTSTATUS = 0xC00000FA;
pub const STATUS_REDIRECTOR_NOT_STARTED: NTSTATUS = 0xC00000FB;
pub const STATUS_REDIRECTOR_STARTED: NTSTATUS = 0xC00000FC;
pub const STATUS_STACK_OVERFLOW: NTSTATUS = 0xC00000FD;
pub const STATUS_NO_SUCH_PACKAGE: NTSTATUS = 0xC00000FE;
pub const STATUS_BAD_FUNCTION_TABLE: NTSTATUS = 0xC00000FF;
pub const STATUS_VARIABLE_NOT_FOUND: NTSTATUS = 0xC0000100;
pub const STATUS_DIRECTORY_NOT_EMPTY: NTSTATUS = 0xC0000101;
pub const STATUS_FILE_CORRUPT_ERROR: NTSTATUS = 0xC0000102;
pub const STATUS_NOT_A_DIRECTORY: NTSTATUS = 0xC0000103;
pub const STATUS_BAD_LOGON_SESSION_STATE: NTSTATUS = 0xC0000104;
pub const STATUS_LOGON_SESSION_COLLISION: NTSTATUS = 0xC0000105;
pub const STATUS_NAME_TOO_LONG: NTSTATUS = 0xC0000106;
pub const STATUS_FILES_OPEN: NTSTATUS = 0xC0000107;
pub const STATUS_CONNECTION_IN_USE: NTSTATUS = 0xC0000108;
pub const STATUS_MESSAGE_NOT_FOUND: NTSTATUS = 0xC0000109;
pub const STATUS_PROCESS_IS_TERMINATING: NTSTATUS = 0xC000010A;
pub const STATUS_INVALID_LOGON_TYPE: NTSTATUS = 0xC000010B;
pub const STATUS_NO_GUID_TRANSLATION: NTSTATUS = 0xC000010C;
pub const STATUS_CANNOT_IMPERSONATE: NTSTATUS = 0xC000010D;
pub const STATUS_IMAGE_ALREADY_LOADED: NTSTATUS = 0xC000010E;
pub const STATUS_ABIOS_NOT_PRESENT: NTSTATUS = 0xC000010F;
pub const STATUS_ABIOS_LID_NOT_EXIST: NTSTATUS = 0xC0000110;
pub const STATUS_ABIOS_LID_ALREADY_OWNED: NTSTATUS = 0xC0000111;
pub const STATUS_ABIOS_NOT_LID_OWNER: NTSTATUS = 0xC0000112;
pub const STATUS_ABIOS_INVALID_COMMAND: NTSTATUS = 0xC0000113;
pub const STATUS_ABIOS_INVALID_LID: NTSTATUS = 0xC0000114;
pub const STATUS_ABIOS_SELECTOR_NOT_AVAILABLE: NTSTATUS = 0xC0000115;
pub const STATUS_ABIOS_INVALID_SELECTOR: NTSTATUS = 0xC0000116;
pub const STATUS_NO_LDT: NTSTATUS = 0xC0000117;
pub const STATUS_INVALID_LDT_SIZE: NTSTATUS = 0xC0000118;
pub const STATUS_INVALID_LDT_OFFSET: NTSTATUS = 0xC0000119;
pub const STATUS_INVALID_LDT_DESCRIPTOR: NTSTATUS = 0xC000011A;
pub const STATUS_INVALID_IMAGE_NE_FORMAT: NTSTATUS = 0xC000011B;
pub const STATUS_RXACT_INVALID_STATE: NTSTATUS = 0xC000011C;
pub const STATUS_RXACT_COMMIT_FAILURE: NTSTATUS = 0xC000011D;
pub const STATUS_MAPPED_FILE_SIZE_ZERO: NTSTATUS = 0xC000011E;
pub const STATUS_TOO_MANY_OPENED_FILES: NTSTATUS = 0xC000011F;
pub const STATUS_CANCELLED: NTSTATUS = 0xC0000120;
pub const STATUS_CANNOT_DELETE: NTSTATUS = 0xC0000121;
pub const STATUS_INVALID_COMPUTER_NAME: NTSTATUS = 0xC0000122;
pub const STATUS_FILE_DELETED: NTSTATUS = 0xC0000123;
pub const STATUS_SPECIAL_ACCOUNT: NTSTATUS = 0xC0000124;
pub const STATUS_SPECIAL_GROUP: NTSTATUS = 0xC0000125;
pub const STATUS_SPECIAL_USER: NTSTATUS = 0xC0000126;
pub const STATUS_MEMBERS_PRIMARY_GROUP: NTSTATUS = 0xC0000127;
pub const STATUS_FILE_CLOSED: NTSTATUS = 0xC0000128;
pub const STATUS_TOO_MANY_THREADS: NTSTATUS = 0xC0000129;
pub const STATUS_THREAD_NOT_IN_PROCESS: NTSTATUS = 0xC000012A;
pub const STATUS_TOKEN_ALREADY_IN_USE: NTSTATUS = 0xC000012B;
pub const STATUS_PAGEFILE_QUOTA_EXCEEDED: NTSTATUS = 0xC000012C;
pub const STATUS_COMMITMENT_LIMIT: NTSTATUS = 0xC000012D;
pub const STATUS_INVALID_IMAGE_LE_FORMAT: NTSTATUS = 0xC000012E;
pub const STATUS_INVALID_IMAGE_NOT_MZ: NTSTATUS = 0xC000012F;
pub const STATUS_INVALID_IMAGE_PROTECT: NTSTATUS = 0xC0000130;
pub const STATUS_INVALID_IMAGE_WIN_16: NTSTATUS = 0xC0000131;
pub const STATUS_LOGON_SERVER_CONFLICT: NTSTATUS = 0xC0000132;
pub const STATUS_TIME_DIFFERENCE_AT_DC: NTSTATUS = 0xC0000133;
pub const STATUS_SYNCHRONIZATION_REQUIRED: NTSTATUS = 0xC0000134;
pub const STATUS_DLL_NOT_FOUND: NTSTATUS = 0xC0000135;
pub const STATUS_OPEN_FAILED: NTSTATUS = 0xC0000136;
pub const STATUS_IO_PRIVILEGE_FAILED: NTSTATUS = 0xC0000137;
pub const STATUS_ORDINAL_NOT_FOUND: NTSTATUS = 0xC0000138;
pub const STATUS_ENTRYPOINT_NOT_FOUND: NTSTATUS = 0xC0000139;
pub const STATUS_CONTROL_C_EXIT: NTSTATUS = 0xC000013A;
pub const STATUS_LOCAL_DISCONNECT: NTSTATUS = 0xC000013B;
pub const STATUS_REMOTE_DISCONNECT: NTSTATUS = 0xC000013C;
pub const STATUS_REMOTE_RESOURCES: NTSTATUS = 0xC000013D;
pub const STATUS_LINK_FAILED: NTSTATUS = 0xC000013E;
pub const STATUS_LINK_TIMEOUT: NTSTATUS = 0xC000013F;
pub const STATUS_INVALID_CONNECTION: NTSTATUS = 0xC0000140;
pub const STATUS_INVALID_ADDRESS: NTSTATUS = 0xC0000141;
pub const STATUS_DLL_INIT_FAILED: NTSTATUS = 0xC0000142;
pub const STATUS_MISSING_SYSTEMFILE: NTSTATUS = 0xC0000143;
pub const STATUS_UNHANDLED_EXCEPTION: NTSTATUS = 0xC0000144;
pub const STATUS_APP_INIT_FAILURE: NTSTATUS = 0xC0000145;
pub const STATUS_PAGEFILE_CREATE_FAILED: NTSTATUS = 0xC0000146;
pub const STATUS_NO_PAGEFILE: NTSTATUS = 0xC0000147;
pub const STATUS_INVALID_LEVEL: NTSTATUS = 0xC0000148;
pub const STATUS_WRONG_PASSWORD_CORE: NTSTATUS = 0xC0000149;
pub const STATUS_ILLEGAL_FLOAT_CONTEXT: NTSTATUS = 0xC000014A;
pub const STATUS_PIPE_BROKEN: NTSTATUS = 0xC000014B;
pub const STATUS_REGISTRY_CORRUPT: NTSTATUS = 0xC000014C;
pub const STATUS_REGISTRY_IO_FAILED: NTSTATUS = 0xC000014D;
pub const STATUS_NO_EVENT_PAIR: NTSTATUS = 0xC000014E;
pub const STATUS_UNRECOGNIZED_VOLUME: NTSTATUS = 0xC000014F;
pub const STATUS_SERIAL_NO_DEVICE_INITED: NTSTATUS = 0xC0000150;
pub const STATUS_NO_SUCH_ALIAS: NTSTATUS = 0xC0000151;
pub const STATUS_MEMBER_NOT_IN_ALIAS: NTSTATUS = 0xC0000152;
pub const STATUS_MEMBER_IN_ALIAS: NTSTATUS = 0xC0000153;
pub const STATUS_ALIAS_EXISTS: NTSTATUS = 0xC0000154;
pub const STATUS_LOGON_NOT_GRANTED: NTSTATUS = 0xC0000155;
pub const STATUS_TOO_MANY_SECRETS: NTSTATUS = 0xC0000156;
pub const STATUS_SECRET_TOO_LONG: NTSTATUS = 0xC0000157;
pub const STATUS_INTERNAL_DB_ERROR: NTSTATUS = 0xC0000158;
pub const STATUS_FULLSCREEN_MODE: NTSTATUS = 0xC0000159;
pub const STATUS_TOO_MANY_CONTEXT_IDS: NTSTATUS = 0xC000015A;
pub const STATUS_LOGON_TYPE_NOT_GRANTED: NTSTATUS = 0xC000015B;
pub const STATUS_NOT_REGISTRY_FILE: NTSTATUS = 0xC000015C;
pub const STATUS_NT_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = 0xC000015D;
pub const STATUS_DOMAIN_CTRLR_CONFIG_ERROR: NTSTATUS = 0xC000015E;
pub const STATUS_FT_MISSING_MEMBER: NTSTATUS = 0xC000015F;
pub const STATUS_ILL_FORMED_SERVICE_ENTRY: NTSTATUS = 0xC0000160;
pub const STATUS_ILLEGAL_CHARACTER: NTSTATUS = 0xC0000161;
pub const STATUS_UNMAPPABLE_CHARACTER: NTSTATUS = 0xC0000162;
pub const STATUS_UNDEFINED_CHARACTER: NTSTATUS = 0xC0000163;
pub const STATUS_FLOPPY_VOLUME: NTSTATUS = 0xC0000164;
pub const STATUS_FLOPPY_ID_MARK_NOT_FOUND: NTSTATUS = 0xC0000165;
pub const STATUS_FLOPPY_WRONG_CYLINDER: NTSTATUS = 0xC0000166;
pub const STATUS_FLOPPY_UNKNOWN_ERROR: NTSTATUS = 0xC0000167;
pub const STATUS_FLOPPY_BAD_REGISTERS: NTSTATUS = 0xC0000168;
pub const STATUS_DISK_RECALIBRATE_FAILED: NTSTATUS = 0xC0000169;
pub const STATUS_DISK_OPERATION_FAILED: NTSTATUS = 0xC000016A;
pub const STATUS_DISK_RESET_FAILED: NTSTATUS = 0xC000016B;
pub const STATUS_SHARED_IRQ_BUSY: NTSTATUS = 0xC000016C;
pub const STATUS_FT_ORPHANING: NTSTATUS = 0xC000016D;
pub const STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT: NTSTATUS = 0xC000016E;
pub const STATUS_PARTITION_FAILURE: NTSTATUS = 0xC0000172;
pub const STATUS_INVALID_BLOCK_LENGTH: NTSTATUS = 0xC0000173;
pub const STATUS_DEVICE_NOT_PARTITIONED: NTSTATUS = 0xC0000174;
pub const STATUS_UNABLE_TO_LOCK_MEDIA: NTSTATUS = 0xC0000175;
pub const STATUS_UNABLE_TO_UNLOAD_MEDIA: NTSTATUS = 0xC0000176;
pub const STATUS_EOM_OVERFLOW: NTSTATUS = 0xC0000177;
pub const STATUS_NO_MEDIA: NTSTATUS = 0xC0000178;
pub const STATUS_NO_SUCH_MEMBER: NTSTATUS = 0xC000017A;
pub const STATUS_INVALID_MEMBER: NTSTATUS = 0xC000017B;
pub const STATUS_KEY_DELETED: NTSTATUS = 0xC000017C;
pub const STATUS_NO_LOG_SPACE: NTSTATUS = 0xC000017D;
pub const STATUS_TOO_MANY_SIDS: NTSTATUS = 0xC000017E;
pub const STATUS_LM_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = 0xC000017F;
pub const STATUS_KEY_HAS_CHILDREN: NTSTATUS = 0xC0000180;
pub const STATUS_CHILD_MUST_BE_VOLATILE: NTSTATUS = 0xC0000181;
pub const STATUS_DEVICE_CONFIGURATION_ERROR: NTSTATUS = 0xC0000182;
pub const STATUS_DRIVER_INTERNAL_ERROR: NTSTATUS = 0xC0000183;
pub const STATUS_INVALID_DEVICE_STATE: NTSTATUS = 0xC0000184;
pub const STATUS_IO_DEVICE_ERROR: NTSTATUS = 0xC0000185;
pub const STATUS_DEVICE_PROTOCOL_ERROR: NTSTATUS = 0xC0000186;
pub const STATUS_BACKUP_CONTROLLER: NTSTATUS = 0xC0000187;
pub const STATUS_LOG_FILE_FULL: NTSTATUS = 0xC0000188;
pub const STATUS_TOO_LATE: NTSTATUS = 0xC0000189;
pub const STATUS_NO_TRUST_LSA_SECRET: NTSTATUS = 0xC000018A;
pub const STATUS_NO_TRUST_SAM_ACCOUNT: NTSTATUS = 0xC000018B;
pub const STATUS_TRUSTED_DOMAIN_FAILURE: NTSTATUS = 0xC000018C;
pub const STATUS_TRUSTED_RELATIONSHIP_FAILURE: NTSTATUS = 0xC000018D;
pub const STATUS_EVENTLOG_FILE_CORRUPT: NTSTATUS = 0xC000018E;
pub const STATUS_EVENTLOG_CANT_START: NTSTATUS = 0xC000018F;
pub const STATUS_TRUST_FAILURE: NTSTATUS = 0xC0000190;
pub const STATUS_MUTANT_LIMIT_EXCEEDED: NTSTATUS = 0xC0000191;
pub const STATUS_NETLOGON_NOT_STARTED: NTSTATUS = 0xC0000192;
pub const STATUS_ACCOUNT_EXPIRED: NTSTATUS = 0xC0000193;
pub const STATUS_POSSIBLE_DEADLOCK: NTSTATUS = 0xC0000194;
pub const STATUS_NETWORK_CREDENTIAL_CONFLICT: NTSTATUS = 0xC0000195;
pub const STATUS_REMOTE_SESSION_LIMIT: NTSTATUS = 0xC0000196;
pub const STATUS_EVENTLOG_FILE_CHANGED: NTSTATUS = 0xC0000197;
pub const STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: NTSTATUS = 0xC0000198;
pub const STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT: NTSTATUS = 0xC0000199;
pub const STATUS_NOLOGON_SERVER_TRUST_ACCOUNT: NTSTATUS = 0xC000019A;
pub const STATUS_DOMAIN_TRUST_INCONSISTENT: NTSTATUS = 0xC000019B;
pub const STATUS_FS_DRIVER_REQUIRED: NTSTATUS = 0xC000019C;
pub const STATUS_IMAGE_ALREADY_LOADED_AS_DLL: NTSTATUS = 0xC000019D;
pub const STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: NTSTATUS
    = 0xC000019E;
pub const STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME: NTSTATUS = 0xC000019F;
pub const STATUS_SECURITY_STREAM_IS_INCONSISTENT: NTSTATUS = 0xC00001A0;
pub const STATUS_INVALID_LOCK_RANGE: NTSTATUS = 0xC00001A1;
pub const STATUS_INVALID_ACE_CONDITION: NTSTATUS = 0xC00001A2;
pub const STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT: NTSTATUS = 0xC00001A3;
pub const STATUS_NOTIFICATION_GUID_ALREADY_DEFINED: NTSTATUS = 0xC00001A4;
pub const STATUS_INVALID_EXCEPTION_HANDLER: NTSTATUS = 0xC00001A5;
pub const STATUS_DUPLICATE_PRIVILEGES: NTSTATUS = 0xC00001A6;
pub const STATUS_NOT_ALLOWED_ON_SYSTEM_FILE: NTSTATUS = 0xC00001A7;
pub const STATUS_REPAIR_NEEDED: NTSTATUS = 0xC00001A8;
pub const STATUS_QUOTA_NOT_ENABLED: NTSTATUS = 0xC00001A9;
pub const STATUS_NO_APPLICATION_PACKAGE: NTSTATUS = 0xC00001AA;
pub const STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS: NTSTATUS = 0xC00001AB;
pub const STATUS_NOT_SAME_OBJECT: NTSTATUS = 0xC00001AC;
pub const STATUS_FATAL_MEMORY_EXHAUSTION: NTSTATUS = 0xC00001AD;
pub const STATUS_ERROR_PROCESS_NOT_IN_JOB: NTSTATUS = 0xC00001AE;
pub const STATUS_CPU_SET_INVALID: NTSTATUS = 0xC00001AF;
pub const STATUS_NETWORK_OPEN_RESTRICTION: NTSTATUS = 0xC0000201;
pub const STATUS_NO_USER_SESSION_KEY: NTSTATUS = 0xC0000202;
pub const STATUS_USER_SESSION_DELETED: NTSTATUS = 0xC0000203;
pub const STATUS_RESOURCE_LANG_NOT_FOUND: NTSTATUS = 0xC0000204;
pub const STATUS_INSUFF_SERVER_RESOURCES: NTSTATUS = 0xC0000205;
pub const STATUS_INVALID_BUFFER_SIZE: NTSTATUS = 0xC0000206;
pub const STATUS_INVALID_ADDRESS_COMPONENT: NTSTATUS = 0xC0000207;
pub const STATUS_INVALID_ADDRESS_WILDCARD: NTSTATUS = 0xC0000208;
pub const STATUS_TOO_MANY_ADDRESSES: NTSTATUS = 0xC0000209;
pub const STATUS_ADDRESS_ALREADY_EXISTS: NTSTATUS = 0xC000020A;
pub const STATUS_ADDRESS_CLOSED: NTSTATUS = 0xC000020B;
pub const STATUS_CONNECTION_DISCONNECTED: NTSTATUS = 0xC000020C;
pub const STATUS_CONNECTION_RESET: NTSTATUS = 0xC000020D;
pub const STATUS_TOO_MANY_NODES: NTSTATUS = 0xC000020E;
pub const STATUS_TRANSACTION_ABORTED: NTSTATUS = 0xC000020F;
pub const STATUS_TRANSACTION_TIMED_OUT: NTSTATUS = 0xC0000210;
pub const STATUS_TRANSACTION_NO_RELEASE: NTSTATUS = 0xC0000211;
pub const STATUS_TRANSACTION_NO_MATCH: NTSTATUS = 0xC0000212;
pub const STATUS_TRANSACTION_RESPONDED: NTSTATUS = 0xC0000213;
pub const STATUS_TRANSACTION_INVALID_ID: NTSTATUS = 0xC0000214;
pub const STATUS_TRANSACTION_INVALID_TYPE: NTSTATUS = 0xC0000215;
pub const STATUS_NOT_SERVER_SESSION: NTSTATUS = 0xC0000216;
pub const STATUS_NOT_CLIENT_SESSION: NTSTATUS = 0xC0000217;
pub const STATUS_CANNOT_LOAD_REGISTRY_FILE: NTSTATUS = 0xC0000218;
pub const STATUS_DEBUG_ATTACH_FAILED: NTSTATUS = 0xC0000219;
pub const STATUS_SYSTEM_PROCESS_TERMINATED: NTSTATUS = 0xC000021A;
pub const STATUS_DATA_NOT_ACCEPTED: NTSTATUS = 0xC000021B;
pub const STATUS_NO_BROWSER_SERVERS_FOUND: NTSTATUS = 0xC000021C;
pub const STATUS_VDM_HARD_ERROR: NTSTATUS = 0xC000021D;
pub const STATUS_DRIVER_CANCEL_TIMEOUT: NTSTATUS = 0xC000021E;
pub const STATUS_REPLY_MESSAGE_MISMATCH: NTSTATUS = 0xC000021F;
pub const STATUS_MAPPED_ALIGNMENT: NTSTATUS = 0xC0000220;
pub const STATUS_IMAGE_CHECKSUM_MISMATCH: NTSTATUS = 0xC0000221;
pub const STATUS_LOST_WRITEBEHIND_DATA: NTSTATUS = 0xC0000222;
pub const STATUS_CLIENT_SERVER_PARAMETERS_INVALID: NTSTATUS = 0xC0000223;
pub const STATUS_PASSWORD_MUST_CHANGE: NTSTATUS = 0xC0000224;
pub const STATUS_NOT_FOUND: NTSTATUS = 0xC0000225;
pub const STATUS_NOT_TINY_STREAM: NTSTATUS = 0xC0000226;
pub const STATUS_RECOVERY_FAILURE: NTSTATUS = 0xC0000227;
pub const STATUS_STACK_OVERFLOW_READ: NTSTATUS = 0xC0000228;
pub const STATUS_FAIL_CHECK: NTSTATUS = 0xC0000229;
pub const STATUS_DUPLICATE_OBJECTID: NTSTATUS = 0xC000022A;
pub const STATUS_OBJECTID_EXISTS: NTSTATUS = 0xC000022B;
pub const STATUS_CONVERT_TO_LARGE: NTSTATUS = 0xC000022C;
pub const STATUS_RETRY: NTSTATUS = 0xC000022D;
pub const STATUS_FOUND_OUT_OF_SCOPE: NTSTATUS = 0xC000022E;
pub const STATUS_ALLOCATE_BUCKET: NTSTATUS = 0xC000022F;
pub const STATUS_PROPSET_NOT_FOUND: NTSTATUS = 0xC0000230;
pub const STATUS_MARSHALL_OVERFLOW: NTSTATUS = 0xC0000231;
pub const STATUS_INVALID_VARIANT: NTSTATUS = 0xC0000232;
pub const STATUS_DOMAIN_CONTROLLER_NOT_FOUND: NTSTATUS = 0xC0000233;
pub const STATUS_ACCOUNT_LOCKED_OUT: NTSTATUS = 0xC0000234;
pub const STATUS_HANDLE_NOT_CLOSABLE: NTSTATUS = 0xC0000235;
pub const STATUS_CONNECTION_REFUSED: NTSTATUS = 0xC0000236;
pub const STATUS_GRACEFUL_DISCONNECT: NTSTATUS = 0xC0000237;
pub const STATUS_ADDRESS_ALREADY_ASSOCIATED: NTSTATUS = 0xC0000238;
pub const STATUS_ADDRESS_NOT_ASSOCIATED: NTSTATUS = 0xC0000239;
pub const STATUS_CONNECTION_INVALID: NTSTATUS = 0xC000023A;
pub const STATUS_CONNECTION_ACTIVE: NTSTATUS = 0xC000023B;
pub const STATUS_NETWORK_UNREACHABLE: NTSTATUS = 0xC000023C;
pub const STATUS_HOST_UNREACHABLE: NTSTATUS = 0xC000023D;
pub const STATUS_PROTOCOL_UNREACHABLE: NTSTATUS = 0xC000023E;
pub const STATUS_PORT_UNREACHABLE: NTSTATUS = 0xC000023F;
pub const STATUS_REQUEST_ABORTED: NTSTATUS = 0xC0000240;
pub const STATUS_CONNECTION_ABORTED: NTSTATUS = 0xC0000241;
pub const STATUS_BAD_COMPRESSION_BUFFER: NTSTATUS = 0xC0000242;
pub const STATUS_USER_MAPPED_FILE: NTSTATUS = 0xC0000243;
pub const STATUS_AUDIT_FAILED: NTSTATUS = 0xC0000244;
pub const STATUS_TIMER_RESOLUTION_NOT_SET: NTSTATUS = 0xC0000245;
pub const STATUS_CONNECTION_COUNT_LIMIT: NTSTATUS = 0xC0000246;
pub const STATUS_LOGIN_TIME_RESTRICTION: NTSTATUS = 0xC0000247;
pub const STATUS_LOGIN_WKSTA_RESTRICTION: NTSTATUS = 0xC0000248;
pub const STATUS_IMAGE_MP_UP_MISMATCH: NTSTATUS = 0xC0000249;
pub const STATUS_INSUFFICIENT_LOGON_INFO: NTSTATUS = 0xC0000250;
pub const STATUS_BAD_DLL_ENTRYPOINT: NTSTATUS = 0xC0000251;
pub const STATUS_BAD_SERVICE_ENTRYPOINT: NTSTATUS = 0xC0000252;
pub const STATUS_LPC_REPLY_LOST: NTSTATUS = 0xC0000253;
pub const STATUS_IP_ADDRESS_CONFLICT1: NTSTATUS = 0xC0000254;
pub const STATUS_IP_ADDRESS_CONFLICT2: NTSTATUS = 0xC0000255;
pub const STATUS_REGISTRY_QUOTA_LIMIT: NTSTATUS = 0xC0000256;
pub const STATUS_PATH_NOT_COVERED: NTSTATUS = 0xC0000257;
pub const STATUS_NO_CALLBACK_ACTIVE: NTSTATUS = 0xC0000258;
pub const STATUS_LICENSE_QUOTA_EXCEEDED: NTSTATUS = 0xC0000259;
pub const STATUS_PWD_TOO_SHORT: NTSTATUS = 0xC000025A;
pub const STATUS_PWD_TOO_RECENT: NTSTATUS = 0xC000025B;
pub const STATUS_PWD_HISTORY_CONFLICT: NTSTATUS = 0xC000025C;
pub const STATUS_PLUGPLAY_NO_DEVICE: NTSTATUS = 0xC000025E;
pub const STATUS_UNSUPPORTED_COMPRESSION: NTSTATUS = 0xC000025F;
pub const STATUS_INVALID_HW_PROFILE: NTSTATUS = 0xC0000260;
pub const STATUS_INVALID_PLUGPLAY_DEVICE_PATH: NTSTATUS = 0xC0000261;
pub const STATUS_DRIVER_ORDINAL_NOT_FOUND: NTSTATUS = 0xC0000262;
pub const STATUS_DRIVER_ENTRYPOINT_NOT_FOUND: NTSTATUS = 0xC0000263;
pub const STATUS_RESOURCE_NOT_OWNED: NTSTATUS = 0xC0000264;
pub const STATUS_TOO_MANY_LINKS: NTSTATUS = 0xC0000265;
pub const STATUS_QUOTA_LIST_INCONSISTENT: NTSTATUS = 0xC0000266;
pub const STATUS_FILE_IS_OFFLINE: NTSTATUS = 0xC0000267;
pub const STATUS_EVALUATION_EXPIRATION: NTSTATUS = 0xC0000268;
pub const STATUS_ILLEGAL_DLL_RELOCATION: NTSTATUS = 0xC0000269;
pub const STATUS_LICENSE_VIOLATION: NTSTATUS = 0xC000026A;
pub const STATUS_DLL_INIT_FAILED_LOGOFF: NTSTATUS = 0xC000026B;
pub const STATUS_DRIVER_UNABLE_TO_LOAD: NTSTATUS = 0xC000026C;
pub const STATUS_DFS_UNAVAILABLE: NTSTATUS = 0xC000026D;
pub const STATUS_VOLUME_DISMOUNTED: NTSTATUS = 0xC000026E;
pub const STATUS_WX86_INTERNAL_ERROR: NTSTATUS = 0xC000026F;
pub const STATUS_WX86_FLOAT_STACK_CHECK: NTSTATUS = 0xC0000270;
pub const STATUS_VALIDATE_CONTINUE: NTSTATUS = 0xC0000271;
pub const STATUS_NO_MATCH: NTSTATUS = 0xC0000272;
pub const STATUS_NO_MORE_MATCHES: NTSTATUS = 0xC0000273;
pub const STATUS_NOT_A_REPARSE_POINT: NTSTATUS = 0xC0000275;
pub const STATUS_IO_REPARSE_TAG_INVALID: NTSTATUS = 0xC0000276;
pub const STATUS_IO_REPARSE_TAG_MISMATCH: NTSTATUS = 0xC0000277;
pub const STATUS_IO_REPARSE_DATA_INVALID: NTSTATUS = 0xC0000278;
pub const STATUS_IO_REPARSE_TAG_NOT_HANDLED: NTSTATUS = 0xC0000279;
pub const STATUS_PWD_TOO_LONG: NTSTATUS = 0xC000027A;
pub const STATUS_STOWED_EXCEPTION: NTSTATUS = 0xC000027B;
pub const STATUS_REPARSE_POINT_NOT_RESOLVED: NTSTATUS = 0xC0000280;
pub const STATUS_DIRECTORY_IS_A_REPARSE_POINT: NTSTATUS = 0xC0000281;
pub const STATUS_RANGE_LIST_CONFLICT: NTSTATUS = 0xC0000282;
pub const STATUS_SOURCE_ELEMENT_EMPTY: NTSTATUS = 0xC0000283;
pub const STATUS_DESTINATION_ELEMENT_FULL: NTSTATUS = 0xC0000284;
pub const STATUS_ILLEGAL_ELEMENT_ADDRESS: NTSTATUS = 0xC0000285;
pub const STATUS_MAGAZINE_NOT_PRESENT: NTSTATUS = 0xC0000286;
pub const STATUS_REINITIALIZATION_NEEDED: NTSTATUS = 0xC0000287;
pub const STATUS_DEVICE_REQUIRES_CLEANING: NTSTATUS = 0x80000288;
pub const STATUS_DEVICE_DOOR_OPEN: NTSTATUS = 0x80000289;
pub const STATUS_ENCRYPTION_FAILED: NTSTATUS = 0xC000028A;
pub const STATUS_DECRYPTION_FAILED: NTSTATUS = 0xC000028B;
pub const STATUS_RANGE_NOT_FOUND: NTSTATUS = 0xC000028C;
pub const STATUS_NO_RECOVERY_POLICY: NTSTATUS = 0xC000028D;
pub const STATUS_NO_EFS: NTSTATUS = 0xC000028E;
pub const STATUS_WRONG_EFS: NTSTATUS = 0xC000028F;
pub const STATUS_NO_USER_KEYS: NTSTATUS = 0xC0000290;
pub const STATUS_FILE_NOT_ENCRYPTED: NTSTATUS = 0xC0000291;
pub const STATUS_NOT_EXPORT_FORMAT: NTSTATUS = 0xC0000292;
pub const STATUS_FILE_ENCRYPTED: NTSTATUS = 0xC0000293;
pub const STATUS_WAKE_SYSTEM: NTSTATUS = 0x40000294;
pub const STATUS_WMI_GUID_NOT_FOUND: NTSTATUS = 0xC0000295;
pub const STATUS_WMI_INSTANCE_NOT_FOUND: NTSTATUS = 0xC0000296;
pub const STATUS_WMI_ITEMID_NOT_FOUND: NTSTATUS = 0xC0000297;
pub const STATUS_WMI_TRY_AGAIN: NTSTATUS = 0xC0000298;
pub const STATUS_SHARED_POLICY: NTSTATUS = 0xC0000299;
pub const STATUS_POLICY_OBJECT_NOT_FOUND: NTSTATUS = 0xC000029A;
pub const STATUS_POLICY_ONLY_IN_DS: NTSTATUS = 0xC000029B;
pub const STATUS_VOLUME_NOT_UPGRADED: NTSTATUS = 0xC000029C;
pub const STATUS_REMOTE_STORAGE_NOT_ACTIVE: NTSTATUS = 0xC000029D;
pub const STATUS_REMOTE_STORAGE_MEDIA_ERROR: NTSTATUS = 0xC000029E;
pub const STATUS_NO_TRACKING_SERVICE: NTSTATUS = 0xC000029F;
pub const STATUS_SERVER_SID_MISMATCH: NTSTATUS = 0xC00002A0;
pub const STATUS_DS_NO_ATTRIBUTE_OR_VALUE: NTSTATUS = 0xC00002A1;
pub const STATUS_DS_INVALID_ATTRIBUTE_SYNTAX: NTSTATUS = 0xC00002A2;
pub const STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED: NTSTATUS = 0xC00002A3;
pub const STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS: NTSTATUS = 0xC00002A4;
pub const STATUS_DS_BUSY: NTSTATUS = 0xC00002A5;
pub const STATUS_DS_UNAVAILABLE: NTSTATUS = 0xC00002A6;
pub const STATUS_DS_NO_RIDS_ALLOCATED: NTSTATUS = 0xC00002A7;
pub const STATUS_DS_NO_MORE_RIDS: NTSTATUS = 0xC00002A8;
pub const STATUS_DS_INCORRECT_ROLE_OWNER: NTSTATUS = 0xC00002A9;
pub const STATUS_DS_RIDMGR_INIT_ERROR: NTSTATUS = 0xC00002AA;
pub const STATUS_DS_OBJ_CLASS_VIOLATION: NTSTATUS = 0xC00002AB;
pub const STATUS_DS_CANT_ON_NON_LEAF: NTSTATUS = 0xC00002AC;
pub const STATUS_DS_CANT_ON_RDN: NTSTATUS = 0xC00002AD;
pub const STATUS_DS_CANT_MOD_OBJ_CLASS: NTSTATUS = 0xC00002AE;
pub const STATUS_DS_CROSS_DOM_MOVE_FAILED: NTSTATUS = 0xC00002AF;
pub const STATUS_DS_GC_NOT_AVAILABLE: NTSTATUS = 0xC00002B0;
pub const STATUS_DIRECTORY_SERVICE_REQUIRED: NTSTATUS = 0xC00002B1;
pub const STATUS_REPARSE_ATTRIBUTE_CONFLICT: NTSTATUS = 0xC00002B2;
pub const STATUS_CANT_ENABLE_DENY_ONLY: NTSTATUS = 0xC00002B3;
pub const STATUS_FLOAT_MULTIPLE_FAULTS: NTSTATUS = 0xC00002B4;
pub const STATUS_FLOAT_MULTIPLE_TRAPS: NTSTATUS = 0xC00002B5;
pub const STATUS_DEVICE_REMOVED: NTSTATUS = 0xC00002B6;
pub const STATUS_JOURNAL_DELETE_IN_PROGRESS: NTSTATUS = 0xC00002B7;
pub const STATUS_JOURNAL_NOT_ACTIVE: NTSTATUS = 0xC00002B8;
pub const STATUS_NOINTERFACE: NTSTATUS = 0xC00002B9;
pub const STATUS_DS_RIDMGR_DISABLED: NTSTATUS = 0xC00002BA;
pub const STATUS_DS_ADMIN_LIMIT_EXCEEDED: NTSTATUS = 0xC00002C1;
pub const STATUS_DRIVER_FAILED_SLEEP: NTSTATUS = 0xC00002C2;
pub const STATUS_MUTUAL_AUTHENTICATION_FAILED: NTSTATUS = 0xC00002C3;
pub const STATUS_CORRUPT_SYSTEM_FILE: NTSTATUS = 0xC00002C4;
pub const STATUS_DATATYPE_MISALIGNMENT_ERROR: NTSTATUS = 0xC00002C5;
pub const STATUS_WMI_READ_ONLY: NTSTATUS = 0xC00002C6;
pub const STATUS_WMI_SET_FAILURE: NTSTATUS = 0xC00002C7;
pub const STATUS_COMMITMENT_MINIMUM: NTSTATUS = 0xC00002C8;
pub const STATUS_REG_NAT_CONSUMPTION: NTSTATUS = 0xC00002C9;
pub const STATUS_TRANSPORT_FULL: NTSTATUS = 0xC00002CA;
pub const STATUS_DS_SAM_INIT_FAILURE: NTSTATUS = 0xC00002CB;
pub const STATUS_ONLY_IF_CONNECTED: NTSTATUS = 0xC00002CC;
pub const STATUS_DS_SENSITIVE_GROUP_VIOLATION: NTSTATUS = 0xC00002CD;
pub const STATUS_PNP_RESTART_ENUMERATION: NTSTATUS = 0xC00002CE;
pub const STATUS_JOURNAL_ENTRY_DELETED: NTSTATUS = 0xC00002CF;
pub const STATUS_DS_CANT_MOD_PRIMARYGROUPID: NTSTATUS = 0xC00002D0;
pub const STATUS_SYSTEM_IMAGE_BAD_SIGNATURE: NTSTATUS = 0xC00002D1;
pub const STATUS_PNP_REBOOT_REQUIRED: NTSTATUS = 0xC00002D2;
pub const STATUS_POWER_STATE_INVALID: NTSTATUS = 0xC00002D3;
pub const STATUS_DS_INVALID_GROUP_TYPE: NTSTATUS = 0xC00002D4;
pub const STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: NTSTATUS = 0xC00002D5;
pub const STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: NTSTATUS = 0xC00002D6;
pub const STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = 0xC00002D7;
pub const STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = 0xC00002D8;
pub const STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = 0xC00002D9;
pub const STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: NTSTATUS = 0xC00002DA;
pub const STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: NTSTATUS = 0xC00002DB;
pub const STATUS_DS_HAVE_PRIMARY_MEMBERS: NTSTATUS = 0xC00002DC;
pub const STATUS_WMI_NOT_SUPPORTED: NTSTATUS = 0xC00002DD;
pub const STATUS_INSUFFICIENT_POWER: NTSTATUS = 0xC00002DE;
pub const STATUS_SAM_NEED_BOOTKEY_PASSWORD: NTSTATUS = 0xC00002DF;
pub const STATUS_SAM_NEED_BOOTKEY_FLOPPY: NTSTATUS = 0xC00002E0;
pub const STATUS_DS_CANT_START: NTSTATUS = 0xC00002E1;
pub const STATUS_DS_INIT_FAILURE: NTSTATUS = 0xC00002E2;
pub const STATUS_SAM_INIT_FAILURE: NTSTATUS = 0xC00002E3;
pub const STATUS_DS_GC_REQUIRED: NTSTATUS = 0xC00002E4;
pub const STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY: NTSTATUS = 0xC00002E5;
pub const STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS: NTSTATUS = 0xC00002E6;
pub const STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: NTSTATUS = 0xC00002E7;
pub const STATUS_MULTIPLE_FAULT_VIOLATION: NTSTATUS = 0xC00002E8;
pub const STATUS_CURRENT_DOMAIN_NOT_ALLOWED: NTSTATUS = 0xC00002E9;
pub const STATUS_CANNOT_MAKE: NTSTATUS = 0xC00002EA;
pub const STATUS_SYSTEM_SHUTDOWN: NTSTATUS = 0xC00002EB;
pub const STATUS_DS_INIT_FAILURE_CONSOLE: NTSTATUS = 0xC00002EC;
pub const STATUS_DS_SAM_INIT_FAILURE_CONSOLE: NTSTATUS = 0xC00002ED;
pub const STATUS_UNFINISHED_CONTEXT_DELETED: NTSTATUS = 0xC00002EE;
pub const STATUS_NO_TGT_REPLY: NTSTATUS = 0xC00002EF;
pub const STATUS_OBJECTID_NOT_FOUND: NTSTATUS = 0xC00002F0;
pub const STATUS_NO_IP_ADDRESSES: NTSTATUS = 0xC00002F1;
pub const STATUS_WRONG_CREDENTIAL_HANDLE: NTSTATUS = 0xC00002F2;
pub const STATUS_CRYPTO_SYSTEM_INVALID: NTSTATUS = 0xC00002F3;
pub const STATUS_MAX_REFERRALS_EXCEEDED: NTSTATUS = 0xC00002F4;
pub const STATUS_MUST_BE_KDC: NTSTATUS = 0xC00002F5;
pub const STATUS_STRONG_CRYPTO_NOT_SUPPORTED: NTSTATUS = 0xC00002F6;
pub const STATUS_TOO_MANY_PRINCIPALS: NTSTATUS = 0xC00002F7;
pub const STATUS_NO_PA_DATA: NTSTATUS = 0xC00002F8;
pub const STATUS_PKINIT_NAME_MISMATCH: NTSTATUS = 0xC00002F9;
pub const STATUS_SMARTCARD_LOGON_REQUIRED: NTSTATUS = 0xC00002FA;
pub const STATUS_KDC_INVALID_REQUEST: NTSTATUS = 0xC00002FB;
pub const STATUS_KDC_UNABLE_TO_REFER: NTSTATUS = 0xC00002FC;
pub const STATUS_KDC_UNKNOWN_ETYPE: NTSTATUS = 0xC00002FD;
pub const STATUS_SHUTDOWN_IN_PROGRESS: NTSTATUS = 0xC00002FE;
pub const STATUS_SERVER_SHUTDOWN_IN_PROGRESS: NTSTATUS = 0xC00002FF;
pub const STATUS_NOT_SUPPORTED_ON_SBS: NTSTATUS = 0xC0000300;
pub const STATUS_WMI_GUID_DISCONNECTED: NTSTATUS = 0xC0000301;
pub const STATUS_WMI_ALREADY_DISABLED: NTSTATUS = 0xC0000302;
pub const STATUS_WMI_ALREADY_ENABLED: NTSTATUS = 0xC0000303;
pub const STATUS_MFT_TOO_FRAGMENTED: NTSTATUS = 0xC0000304;
pub const STATUS_COPY_PROTECTION_FAILURE: NTSTATUS = 0xC0000305;
pub const STATUS_CSS_AUTHENTICATION_FAILURE: NTSTATUS = 0xC0000306;
pub const STATUS_CSS_KEY_NOT_PRESENT: NTSTATUS = 0xC0000307;
pub const STATUS_CSS_KEY_NOT_ESTABLISHED: NTSTATUS = 0xC0000308;
pub const STATUS_CSS_SCRAMBLED_SECTOR: NTSTATUS = 0xC0000309;
pub const STATUS_CSS_REGION_MISMATCH: NTSTATUS = 0xC000030A;
pub const STATUS_CSS_RESETS_EXHAUSTED: NTSTATUS = 0xC000030B;
pub const STATUS_PASSWORD_CHANGE_REQUIRED: NTSTATUS = 0xC000030C;
pub const STATUS_PKINIT_FAILURE: NTSTATUS = 0xC0000320;
pub const STATUS_SMARTCARD_SUBSYSTEM_FAILURE: NTSTATUS = 0xC0000321;
pub const STATUS_NO_KERB_KEY: NTSTATUS = 0xC0000322;
pub const STATUS_HOST_DOWN: NTSTATUS = 0xC0000350;
pub const STATUS_UNSUPPORTED_PREAUTH: NTSTATUS = 0xC0000351;
pub const STATUS_EFS_ALG_BLOB_TOO_BIG: NTSTATUS = 0xC0000352;
pub const STATUS_PORT_NOT_SET: NTSTATUS = 0xC0000353;
pub const STATUS_DEBUGGER_INACTIVE: NTSTATUS = 0xC0000354;
pub const STATUS_DS_VERSION_CHECK_FAILURE: NTSTATUS = 0xC0000355;
pub const STATUS_AUDITING_DISABLED: NTSTATUS = 0xC0000356;
pub const STATUS_PRENT4_MACHINE_ACCOUNT: NTSTATUS = 0xC0000357;
pub const STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = 0xC0000358;
pub const STATUS_INVALID_IMAGE_WIN_32: NTSTATUS = 0xC0000359;
pub const STATUS_INVALID_IMAGE_WIN_64: NTSTATUS = 0xC000035A;
pub const STATUS_BAD_BINDINGS: NTSTATUS = 0xC000035B;
pub const STATUS_NETWORK_SESSION_EXPIRED: NTSTATUS = 0xC000035C;
pub const STATUS_APPHELP_BLOCK: NTSTATUS = 0xC000035D;
pub const STATUS_ALL_SIDS_FILTERED: NTSTATUS = 0xC000035E;
pub const STATUS_NOT_SAFE_MODE_DRIVER: NTSTATUS = 0xC000035F;
pub const STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT: NTSTATUS = 0xC0000361;
pub const STATUS_ACCESS_DISABLED_BY_POLICY_PATH: NTSTATUS = 0xC0000362;
pub const STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER: NTSTATUS = 0xC0000363;
pub const STATUS_ACCESS_DISABLED_BY_POLICY_OTHER: NTSTATUS = 0xC0000364;
pub const STATUS_FAILED_DRIVER_ENTRY: NTSTATUS = 0xC0000365;
pub const STATUS_DEVICE_ENUMERATION_ERROR: NTSTATUS = 0xC0000366;
pub const STATUS_MOUNT_POINT_NOT_RESOLVED: NTSTATUS = 0xC0000368;
pub const STATUS_INVALID_DEVICE_OBJECT_PARAMETER: NTSTATUS = 0xC0000369;
pub const STATUS_MCA_OCCURED: NTSTATUS = 0xC000036A;
pub const STATUS_DRIVER_BLOCKED_CRITICAL: NTSTATUS = 0xC000036B;
pub const STATUS_DRIVER_BLOCKED: NTSTATUS = 0xC000036C;
pub const STATUS_DRIVER_DATABASE_ERROR: NTSTATUS = 0xC000036D;
pub const STATUS_SYSTEM_HIVE_TOO_LARGE: NTSTATUS = 0xC000036E;
pub const STATUS_INVALID_IMPORT_OF_NON_DLL: NTSTATUS = 0xC000036F;
pub const STATUS_DS_SHUTTING_DOWN: NTSTATUS = 0x40000370;
pub const STATUS_NO_SECRETS: NTSTATUS = 0xC0000371;
pub const STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: NTSTATUS = 0xC0000372;
pub const STATUS_FAILED_STACK_SWITCH: NTSTATUS = 0xC0000373;
pub const STATUS_HEAP_CORRUPTION: NTSTATUS = 0xC0000374;
pub const STATUS_SMARTCARD_WRONG_PIN: NTSTATUS = 0xC0000380;
pub const STATUS_SMARTCARD_CARD_BLOCKED: NTSTATUS = 0xC0000381;
pub const STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED: NTSTATUS = 0xC0000382;
pub const STATUS_SMARTCARD_NO_CARD: NTSTATUS = 0xC0000383;
pub const STATUS_SMARTCARD_NO_KEY_CONTAINER: NTSTATUS = 0xC0000384;
pub const STATUS_SMARTCARD_NO_CERTIFICATE: NTSTATUS = 0xC0000385;
pub const STATUS_SMARTCARD_NO_KEYSET: NTSTATUS = 0xC0000386;
pub const STATUS_SMARTCARD_IO_ERROR: NTSTATUS = 0xC0000387;
pub const STATUS_DOWNGRADE_DETECTED: NTSTATUS = 0xC0000388;
pub const STATUS_SMARTCARD_CERT_REVOKED: NTSTATUS = 0xC0000389;
pub const STATUS_ISSUING_CA_UNTRUSTED: NTSTATUS = 0xC000038A;
pub const STATUS_REVOCATION_OFFLINE_C: NTSTATUS = 0xC000038B;
pub const STATUS_PKINIT_CLIENT_FAILURE: NTSTATUS = 0xC000038C;
pub const STATUS_SMARTCARD_CERT_EXPIRED: NTSTATUS = 0xC000038D;
pub const STATUS_DRIVER_FAILED_PRIOR_UNLOAD: NTSTATUS = 0xC000038E;
pub const STATUS_SMARTCARD_SILENT_CONTEXT: NTSTATUS = 0xC000038F;
pub const STATUS_PER_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = 0xC0000401;
pub const STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = 0xC0000402;
pub const STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED: NTSTATUS = 0xC0000403;
pub const STATUS_DS_NAME_NOT_UNIQUE: NTSTATUS = 0xC0000404;
pub const STATUS_DS_DUPLICATE_ID_FOUND: NTSTATUS = 0xC0000405;
pub const STATUS_DS_GROUP_CONVERSION_ERROR: NTSTATUS = 0xC0000406;
pub const STATUS_VOLSNAP_PREPARE_HIBERNATE: NTSTATUS = 0xC0000407;
pub const STATUS_USER2USER_REQUIRED: NTSTATUS = 0xC0000408;
pub const STATUS_STACK_BUFFER_OVERRUN: NTSTATUS = 0xC0000409;
pub const STATUS_NO_S4U_PROT_SUPPORT: NTSTATUS = 0xC000040A;
pub const STATUS_CROSSREALM_DELEGATION_FAILURE: NTSTATUS = 0xC000040B;
pub const STATUS_REVOCATION_OFFLINE_KDC: NTSTATUS = 0xC000040C;
pub const STATUS_ISSUING_CA_UNTRUSTED_KDC: NTSTATUS = 0xC000040D;
pub const STATUS_KDC_CERT_EXPIRED: NTSTATUS = 0xC000040E;
pub const STATUS_KDC_CERT_REVOKED: NTSTATUS = 0xC000040F;
pub const STATUS_PARAMETER_QUOTA_EXCEEDED: NTSTATUS = 0xC0000410;
pub const STATUS_HIBERNATION_FAILURE: NTSTATUS = 0xC0000411;
pub const STATUS_DELAY_LOAD_FAILED: NTSTATUS = 0xC0000412;
pub const STATUS_AUTHENTICATION_FIREWALL_FAILED: NTSTATUS = 0xC0000413;
pub const STATUS_VDM_DISALLOWED: NTSTATUS = 0xC0000414;
pub const STATUS_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = 0xC0000415;
pub const STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: NTSTATUS
    = 0xC0000416;
pub const STATUS_INVALID_CRUNTIME_PARAMETER: NTSTATUS = 0xC0000417;
pub const STATUS_NTLM_BLOCKED: NTSTATUS = 0xC0000418;
pub const STATUS_DS_SRC_SID_EXISTS_IN_FOREST: NTSTATUS = 0xC0000419;
pub const STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST: NTSTATUS = 0xC000041A;
pub const STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST: NTSTATUS = 0xC000041B;
pub const STATUS_INVALID_USER_PRINCIPAL_NAME: NTSTATUS = 0xC000041C;
pub const STATUS_FATAL_USER_CALLBACK_EXCEPTION: NTSTATUS = 0xC000041D;
pub const STATUS_ASSERTION_FAILURE: NTSTATUS = 0xC0000420;
pub const STATUS_VERIFIER_STOP: NTSTATUS = 0xC0000421;
pub const STATUS_CALLBACK_POP_STACK: NTSTATUS = 0xC0000423;
pub const STATUS_INCOMPATIBLE_DRIVER_BLOCKED: NTSTATUS = 0xC0000424;
pub const STATUS_HIVE_UNLOADED: NTSTATUS = 0xC0000425;
pub const STATUS_COMPRESSION_DISABLED: NTSTATUS = 0xC0000426;
pub const STATUS_FILE_SYSTEM_LIMITATION: NTSTATUS = 0xC0000427;
pub const STATUS_INVALID_IMAGE_HASH: NTSTATUS = 0xC0000428;
pub const STATUS_NOT_CAPABLE: NTSTATUS = 0xC0000429;
pub const STATUS_REQUEST_OUT_OF_SEQUENCE: NTSTATUS = 0xC000042A;
pub const STATUS_IMPLEMENTATION_LIMIT: NTSTATUS = 0xC000042B;
pub const STATUS_ELEVATION_REQUIRED: NTSTATUS = 0xC000042C;
pub const STATUS_NO_SECURITY_CONTEXT: NTSTATUS = 0xC000042D;
pub const STATUS_PKU2U_CERT_FAILURE: NTSTATUS = 0xC000042F;
pub const STATUS_BEYOND_VDL: NTSTATUS = 0xC0000432;
pub const STATUS_ENCOUNTERED_WRITE_IN_PROGRESS: NTSTATUS = 0xC0000433;
pub const STATUS_PTE_CHANGED: NTSTATUS = 0xC0000434;
pub const STATUS_PURGE_FAILED: NTSTATUS = 0xC0000435;
pub const STATUS_CRED_REQUIRES_CONFIRMATION: NTSTATUS = 0xC0000440;
pub const STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE: NTSTATUS = 0xC0000441;
pub const STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER: NTSTATUS = 0xC0000442;
pub const STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: NTSTATUS = 0xC0000443;
pub const STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE: NTSTATUS = 0xC0000444;
pub const STATUS_CS_ENCRYPTION_FILE_NOT_CSE: NTSTATUS = 0xC0000445;
pub const STATUS_INVALID_LABEL: NTSTATUS = 0xC0000446;
pub const STATUS_DRIVER_PROCESS_TERMINATED: NTSTATUS = 0xC0000450;
pub const STATUS_AMBIGUOUS_SYSTEM_DEVICE: NTSTATUS = 0xC0000451;
pub const STATUS_SYSTEM_DEVICE_NOT_FOUND: NTSTATUS = 0xC0000452;
pub const STATUS_RESTART_BOOT_APPLICATION: NTSTATUS = 0xC0000453;
pub const STATUS_INSUFFICIENT_NVRAM_RESOURCES: NTSTATUS = 0xC0000454;
pub const STATUS_INVALID_SESSION: NTSTATUS = 0xC0000455;
pub const STATUS_THREAD_ALREADY_IN_SESSION: NTSTATUS = 0xC0000456;
pub const STATUS_THREAD_NOT_IN_SESSION: NTSTATUS = 0xC0000457;
pub const STATUS_INVALID_WEIGHT: NTSTATUS = 0xC0000458;
pub const STATUS_REQUEST_PAUSED: NTSTATUS = 0xC0000459;
pub const STATUS_NO_RANGES_PROCESSED: NTSTATUS = 0xC0000460;
pub const STATUS_DISK_RESOURCES_EXHAUSTED: NTSTATUS = 0xC0000461;
pub const STATUS_NEEDS_REMEDIATION: NTSTATUS = 0xC0000462;
pub const STATUS_DEVICE_FEATURE_NOT_SUPPORTED: NTSTATUS = 0xC0000463;
pub const STATUS_DEVICE_UNREACHABLE: NTSTATUS = 0xC0000464;
pub const STATUS_INVALID_TOKEN: NTSTATUS = 0xC0000465;
pub const STATUS_SERVER_UNAVAILABLE: NTSTATUS = 0xC0000466;
pub const STATUS_FILE_NOT_AVAILABLE: NTSTATUS = 0xC0000467;
pub const STATUS_DEVICE_INSUFFICIENT_RESOURCES: NTSTATUS = 0xC0000468;
pub const STATUS_PACKAGE_UPDATING: NTSTATUS = 0xC0000469;
pub const STATUS_NOT_READ_FROM_COPY: NTSTATUS = 0xC000046A;
pub const STATUS_FT_WRITE_FAILURE: NTSTATUS = 0xC000046B;
pub const STATUS_FT_DI_SCAN_REQUIRED: NTSTATUS = 0xC000046C;
pub const STATUS_OBJECT_NOT_EXTERNALLY_BACKED: NTSTATUS = 0xC000046D;
pub const STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN: NTSTATUS = 0xC000046E;
pub const STATUS_COMPRESSION_NOT_BENEFICIAL: NTSTATUS = 0xC000046F;
pub const STATUS_DATA_CHECKSUM_ERROR: NTSTATUS = 0xC0000470;
pub const STATUS_INTERMIXED_KERNEL_EA_OPERATION: NTSTATUS = 0xC0000471;
pub const STATUS_TRIM_READ_ZERO_NOT_SUPPORTED: NTSTATUS = 0xC0000472;
pub const STATUS_TOO_MANY_SEGMENT_DESCRIPTORS: NTSTATUS = 0xC0000473;
pub const STATUS_INVALID_OFFSET_ALIGNMENT: NTSTATUS = 0xC0000474;
pub const STATUS_INVALID_FIELD_IN_PARAMETER_LIST: NTSTATUS = 0xC0000475;
pub const STATUS_OPERATION_IN_PROGRESS: NTSTATUS = 0xC0000476;
pub const STATUS_INVALID_INITIATOR_TARGET_PATH: NTSTATUS = 0xC0000477;
pub const STATUS_SCRUB_DATA_DISABLED: NTSTATUS = 0xC0000478;
pub const STATUS_NOT_REDUNDANT_STORAGE: NTSTATUS = 0xC0000479;
pub const STATUS_RESIDENT_FILE_NOT_SUPPORTED: NTSTATUS = 0xC000047A;
pub const STATUS_COMPRESSED_FILE_NOT_SUPPORTED: NTSTATUS = 0xC000047B;
pub const STATUS_DIRECTORY_NOT_SUPPORTED: NTSTATUS = 0xC000047C;
pub const STATUS_IO_OPERATION_TIMEOUT: NTSTATUS = 0xC000047D;
pub const STATUS_SYSTEM_NEEDS_REMEDIATION: NTSTATUS = 0xC000047E;
pub const STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN: NTSTATUS = 0xC000047F;
pub const STATUS_SHARE_UNAVAILABLE: NTSTATUS = 0xC0000480;
pub const STATUS_APISET_NOT_HOSTED: NTSTATUS = 0xC0000481;
pub const STATUS_APISET_NOT_PRESENT: NTSTATUS = 0xC0000482;
--> --------------------

--> maximum size reached

--> --------------------

[ zur Elbe Produktseite wechseln0.44Quellennavigators  Analyse erneut starten  ]