Skip to content

Instantly share code, notes, and snippets.

@billziss-gh
Created March 30, 2017 06:30
Show Gist options
  • Save billziss-gh/9a98ac78d788f874a6152a387735a0fc to your computer and use it in GitHub Desktop.
Save billziss-gh/9a98ac78d788f874a6152a387735a0fc to your computer and use it in GitHub Desktop.
#pragma push_macro("STATUS_SUCCESS")
#undef STATUS_SUCCESS
static const NTSTATUS STATUS_SUCCESS = (NTSTATUS)0x00000000;
#pragma pop_macro("STATUS_SUCCESS")
#pragma push_macro("STATUS_WAIT_1")
#undef STATUS_WAIT_1
static const NTSTATUS STATUS_WAIT_1 = (NTSTATUS)0x00000001;
#pragma pop_macro("STATUS_WAIT_1")
#pragma push_macro("STATUS_WAIT_2")
#undef STATUS_WAIT_2
static const NTSTATUS STATUS_WAIT_2 = (NTSTATUS)0x00000002;
#pragma pop_macro("STATUS_WAIT_2")
#pragma push_macro("STATUS_WAIT_3")
#undef STATUS_WAIT_3
static const NTSTATUS STATUS_WAIT_3 = (NTSTATUS)0x00000003;
#pragma pop_macro("STATUS_WAIT_3")
#pragma push_macro("STATUS_WAIT_63")
#undef STATUS_WAIT_63
static const NTSTATUS STATUS_WAIT_63 = (NTSTATUS)0x0000003f;
#pragma pop_macro("STATUS_WAIT_63")
#pragma push_macro("STATUS_ABANDONED")
#undef STATUS_ABANDONED
static const NTSTATUS STATUS_ABANDONED = (NTSTATUS)0x00000080;
#pragma pop_macro("STATUS_ABANDONED")
#pragma push_macro("STATUS_ABANDONED_WAIT_63")
#undef STATUS_ABANDONED_WAIT_63
static const NTSTATUS STATUS_ABANDONED_WAIT_63 = (NTSTATUS)0x000000bf;
#pragma pop_macro("STATUS_ABANDONED_WAIT_63")
#pragma push_macro("STATUS_USER_APC")
#undef STATUS_USER_APC
static const NTSTATUS STATUS_USER_APC = (NTSTATUS)0x000000c0;
#pragma pop_macro("STATUS_USER_APC")
#pragma push_macro("STATUS_KERNEL_APC")
#undef STATUS_KERNEL_APC
static const NTSTATUS STATUS_KERNEL_APC = (NTSTATUS)0x00000100;
#pragma pop_macro("STATUS_KERNEL_APC")
#pragma push_macro("STATUS_ALERTED")
#undef STATUS_ALERTED
static const NTSTATUS STATUS_ALERTED = (NTSTATUS)0x00000101;
#pragma pop_macro("STATUS_ALERTED")
#pragma push_macro("STATUS_TIMEOUT")
#undef STATUS_TIMEOUT
static const NTSTATUS STATUS_TIMEOUT = (NTSTATUS)0x00000102;
#pragma pop_macro("STATUS_TIMEOUT")
#pragma push_macro("STATUS_PENDING")
#undef STATUS_PENDING
static const NTSTATUS STATUS_PENDING = (NTSTATUS)0x00000103;
#pragma pop_macro("STATUS_PENDING")
#pragma push_macro("STATUS_REPARSE")
#undef STATUS_REPARSE
static const NTSTATUS STATUS_REPARSE = (NTSTATUS)0x00000104;
#pragma pop_macro("STATUS_REPARSE")
#pragma push_macro("STATUS_MORE_ENTRIES")
#undef STATUS_MORE_ENTRIES
static const NTSTATUS STATUS_MORE_ENTRIES = (NTSTATUS)0x00000105;
#pragma pop_macro("STATUS_MORE_ENTRIES")
#pragma push_macro("STATUS_NOT_ALL_ASSIGNED")
#undef STATUS_NOT_ALL_ASSIGNED
static const NTSTATUS STATUS_NOT_ALL_ASSIGNED = (NTSTATUS)0x00000106;
#pragma pop_macro("STATUS_NOT_ALL_ASSIGNED")
#pragma push_macro("STATUS_SOME_NOT_MAPPED")
#undef STATUS_SOME_NOT_MAPPED
static const NTSTATUS STATUS_SOME_NOT_MAPPED = (NTSTATUS)0x00000107;
#pragma pop_macro("STATUS_SOME_NOT_MAPPED")
#pragma push_macro("STATUS_OPLOCK_BREAK_IN_PROGRESS")
#undef STATUS_OPLOCK_BREAK_IN_PROGRESS
static const NTSTATUS STATUS_OPLOCK_BREAK_IN_PROGRESS = (NTSTATUS)0x00000108;
#pragma pop_macro("STATUS_OPLOCK_BREAK_IN_PROGRESS")
#pragma push_macro("STATUS_VOLUME_MOUNTED")
#undef STATUS_VOLUME_MOUNTED
static const NTSTATUS STATUS_VOLUME_MOUNTED = (NTSTATUS)0x00000109;
#pragma pop_macro("STATUS_VOLUME_MOUNTED")
#pragma push_macro("STATUS_RXACT_COMMITTED")
#undef STATUS_RXACT_COMMITTED
static const NTSTATUS STATUS_RXACT_COMMITTED = (NTSTATUS)0x0000010a;
#pragma pop_macro("STATUS_RXACT_COMMITTED")
#pragma push_macro("STATUS_NOTIFY_CLEANUP")
#undef STATUS_NOTIFY_CLEANUP
static const NTSTATUS STATUS_NOTIFY_CLEANUP = (NTSTATUS)0x0000010b;
#pragma pop_macro("STATUS_NOTIFY_CLEANUP")
#pragma push_macro("STATUS_NOTIFY_ENUM_DIR")
#undef STATUS_NOTIFY_ENUM_DIR
static const NTSTATUS STATUS_NOTIFY_ENUM_DIR = (NTSTATUS)0x0000010c;
#pragma pop_macro("STATUS_NOTIFY_ENUM_DIR")
#pragma push_macro("STATUS_NO_QUOTAS_FOR_ACCOUNT")
#undef STATUS_NO_QUOTAS_FOR_ACCOUNT
static const NTSTATUS STATUS_NO_QUOTAS_FOR_ACCOUNT = (NTSTATUS)0x0000010d;
#pragma pop_macro("STATUS_NO_QUOTAS_FOR_ACCOUNT")
#pragma push_macro("STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED")
#undef STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED
static const NTSTATUS STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED = (NTSTATUS)0x0000010e;
#pragma pop_macro("STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED")
#pragma push_macro("STATUS_PAGE_FAULT_TRANSITION")
#undef STATUS_PAGE_FAULT_TRANSITION
static const NTSTATUS STATUS_PAGE_FAULT_TRANSITION = (NTSTATUS)0x00000110;
#pragma pop_macro("STATUS_PAGE_FAULT_TRANSITION")
#pragma push_macro("STATUS_PAGE_FAULT_DEMAND_ZERO")
#undef STATUS_PAGE_FAULT_DEMAND_ZERO
static const NTSTATUS STATUS_PAGE_FAULT_DEMAND_ZERO = (NTSTATUS)0x00000111;
#pragma pop_macro("STATUS_PAGE_FAULT_DEMAND_ZERO")
#pragma push_macro("STATUS_PAGE_FAULT_COPY_ON_WRITE")
#undef STATUS_PAGE_FAULT_COPY_ON_WRITE
static const NTSTATUS STATUS_PAGE_FAULT_COPY_ON_WRITE = (NTSTATUS)0x00000112;
#pragma pop_macro("STATUS_PAGE_FAULT_COPY_ON_WRITE")
#pragma push_macro("STATUS_PAGE_FAULT_GUARD_PAGE")
#undef STATUS_PAGE_FAULT_GUARD_PAGE
static const NTSTATUS STATUS_PAGE_FAULT_GUARD_PAGE = (NTSTATUS)0x00000113;
#pragma pop_macro("STATUS_PAGE_FAULT_GUARD_PAGE")
#pragma push_macro("STATUS_PAGE_FAULT_PAGING_FILE")
#undef STATUS_PAGE_FAULT_PAGING_FILE
static const NTSTATUS STATUS_PAGE_FAULT_PAGING_FILE = (NTSTATUS)0x00000114;
#pragma pop_macro("STATUS_PAGE_FAULT_PAGING_FILE")
#pragma push_macro("STATUS_CACHE_PAGE_LOCKED")
#undef STATUS_CACHE_PAGE_LOCKED
static const NTSTATUS STATUS_CACHE_PAGE_LOCKED = (NTSTATUS)0x00000115;
#pragma pop_macro("STATUS_CACHE_PAGE_LOCKED")
#pragma push_macro("STATUS_CRASH_DUMP")
#undef STATUS_CRASH_DUMP
static const NTSTATUS STATUS_CRASH_DUMP = (NTSTATUS)0x00000116;
#pragma pop_macro("STATUS_CRASH_DUMP")
#pragma push_macro("STATUS_BUFFER_ALL_ZEROS")
#undef STATUS_BUFFER_ALL_ZEROS
static const NTSTATUS STATUS_BUFFER_ALL_ZEROS = (NTSTATUS)0x00000117;
#pragma pop_macro("STATUS_BUFFER_ALL_ZEROS")
#pragma push_macro("STATUS_REPARSE_OBJECT")
#undef STATUS_REPARSE_OBJECT
static const NTSTATUS STATUS_REPARSE_OBJECT = (NTSTATUS)0x00000118;
#pragma pop_macro("STATUS_REPARSE_OBJECT")
#pragma push_macro("STATUS_RESOURCE_REQUIREMENTS_CHANGED")
#undef STATUS_RESOURCE_REQUIREMENTS_CHANGED
static const NTSTATUS STATUS_RESOURCE_REQUIREMENTS_CHANGED = (NTSTATUS)0x00000119;
#pragma pop_macro("STATUS_RESOURCE_REQUIREMENTS_CHANGED")
#pragma push_macro("STATUS_TRANSLATION_COMPLETE")
#undef STATUS_TRANSLATION_COMPLETE
static const NTSTATUS STATUS_TRANSLATION_COMPLETE = (NTSTATUS)0x00000120;
#pragma pop_macro("STATUS_TRANSLATION_COMPLETE")
#pragma push_macro("STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY")
#undef STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY
static const NTSTATUS STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY = (NTSTATUS)0x00000121;
#pragma pop_macro("STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY")
#pragma push_macro("STATUS_NOTHING_TO_TERMINATE")
#undef STATUS_NOTHING_TO_TERMINATE
static const NTSTATUS STATUS_NOTHING_TO_TERMINATE = (NTSTATUS)0x00000122;
#pragma pop_macro("STATUS_NOTHING_TO_TERMINATE")
#pragma push_macro("STATUS_PROCESS_NOT_IN_JOB")
#undef STATUS_PROCESS_NOT_IN_JOB
static const NTSTATUS STATUS_PROCESS_NOT_IN_JOB = (NTSTATUS)0x00000123;
#pragma pop_macro("STATUS_PROCESS_NOT_IN_JOB")
#pragma push_macro("STATUS_PROCESS_IN_JOB")
#undef STATUS_PROCESS_IN_JOB
static const NTSTATUS STATUS_PROCESS_IN_JOB = (NTSTATUS)0x00000124;
#pragma pop_macro("STATUS_PROCESS_IN_JOB")
#pragma push_macro("STATUS_VOLSNAP_HIBERNATE_READY")
#undef STATUS_VOLSNAP_HIBERNATE_READY
static const NTSTATUS STATUS_VOLSNAP_HIBERNATE_READY = (NTSTATUS)0x00000125;
#pragma pop_macro("STATUS_VOLSNAP_HIBERNATE_READY")
#pragma push_macro("STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY")
#undef STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY
static const NTSTATUS STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY = (NTSTATUS)0x00000126;
#pragma pop_macro("STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY")
#pragma push_macro("STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED")
#undef STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED
static const NTSTATUS STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED = (NTSTATUS)0x00000127;
#pragma pop_macro("STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED")
#pragma push_macro("STATUS_INTERRUPT_STILL_CONNECTED")
#undef STATUS_INTERRUPT_STILL_CONNECTED
static const NTSTATUS STATUS_INTERRUPT_STILL_CONNECTED = (NTSTATUS)0x00000128;
#pragma pop_macro("STATUS_INTERRUPT_STILL_CONNECTED")
#pragma push_macro("STATUS_PROCESS_CLONED")
#undef STATUS_PROCESS_CLONED
static const NTSTATUS STATUS_PROCESS_CLONED = (NTSTATUS)0x00000129;
#pragma pop_macro("STATUS_PROCESS_CLONED")
#pragma push_macro("STATUS_FILE_LOCKED_WITH_ONLY_READERS")
#undef STATUS_FILE_LOCKED_WITH_ONLY_READERS
static const NTSTATUS STATUS_FILE_LOCKED_WITH_ONLY_READERS = (NTSTATUS)0x0000012a;
#pragma pop_macro("STATUS_FILE_LOCKED_WITH_ONLY_READERS")
#pragma push_macro("STATUS_FILE_LOCKED_WITH_WRITERS")
#undef STATUS_FILE_LOCKED_WITH_WRITERS
static const NTSTATUS STATUS_FILE_LOCKED_WITH_WRITERS = (NTSTATUS)0x0000012b;
#pragma pop_macro("STATUS_FILE_LOCKED_WITH_WRITERS")
#pragma push_macro("STATUS_VALID_IMAGE_HASH")
#undef STATUS_VALID_IMAGE_HASH
static const NTSTATUS STATUS_VALID_IMAGE_HASH = (NTSTATUS)0x0000012c;
#pragma pop_macro("STATUS_VALID_IMAGE_HASH")
#pragma push_macro("STATUS_VALID_CATALOG_HASH")
#undef STATUS_VALID_CATALOG_HASH
static const NTSTATUS STATUS_VALID_CATALOG_HASH = (NTSTATUS)0x0000012d;
#pragma pop_macro("STATUS_VALID_CATALOG_HASH")
#pragma push_macro("STATUS_VALID_STRONG_CODE_HASH")
#undef STATUS_VALID_STRONG_CODE_HASH
static const NTSTATUS STATUS_VALID_STRONG_CODE_HASH = (NTSTATUS)0x0000012e;
#pragma pop_macro("STATUS_VALID_STRONG_CODE_HASH")
#pragma push_macro("STATUS_RESOURCEMANAGER_READ_ONLY")
#undef STATUS_RESOURCEMANAGER_READ_ONLY
static const NTSTATUS STATUS_RESOURCEMANAGER_READ_ONLY = (NTSTATUS)0x00000202;
#pragma pop_macro("STATUS_RESOURCEMANAGER_READ_ONLY")
#pragma push_macro("STATUS_RING_PREVIOUSLY_EMPTY")
#undef STATUS_RING_PREVIOUSLY_EMPTY
static const NTSTATUS STATUS_RING_PREVIOUSLY_EMPTY = (NTSTATUS)0x00000210;
#pragma pop_macro("STATUS_RING_PREVIOUSLY_EMPTY")
#pragma push_macro("STATUS_RING_PREVIOUSLY_FULL")
#undef STATUS_RING_PREVIOUSLY_FULL
static const NTSTATUS STATUS_RING_PREVIOUSLY_FULL = (NTSTATUS)0x00000211;
#pragma pop_macro("STATUS_RING_PREVIOUSLY_FULL")
#pragma push_macro("STATUS_RING_PREVIOUSLY_ABOVE_QUOTA")
#undef STATUS_RING_PREVIOUSLY_ABOVE_QUOTA
static const NTSTATUS STATUS_RING_PREVIOUSLY_ABOVE_QUOTA = (NTSTATUS)0x00000212;
#pragma pop_macro("STATUS_RING_PREVIOUSLY_ABOVE_QUOTA")
#pragma push_macro("STATUS_RING_NEWLY_EMPTY")
#undef STATUS_RING_NEWLY_EMPTY
static const NTSTATUS STATUS_RING_NEWLY_EMPTY = (NTSTATUS)0x00000213;
#pragma pop_macro("STATUS_RING_NEWLY_EMPTY")
#pragma push_macro("STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT")
#undef STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT
static const NTSTATUS STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT = (NTSTATUS)0x00000214;
#pragma pop_macro("STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT")
#pragma push_macro("STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE")
#undef STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE
static const NTSTATUS STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE = (NTSTATUS)0x00000215;
#pragma pop_macro("STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE")
#pragma push_macro("STATUS_OPLOCK_HANDLE_CLOSED")
#undef STATUS_OPLOCK_HANDLE_CLOSED
static const NTSTATUS STATUS_OPLOCK_HANDLE_CLOSED = (NTSTATUS)0x00000216;
#pragma pop_macro("STATUS_OPLOCK_HANDLE_CLOSED")
#pragma push_macro("STATUS_WAIT_FOR_OPLOCK")
#undef STATUS_WAIT_FOR_OPLOCK
static const NTSTATUS STATUS_WAIT_FOR_OPLOCK = (NTSTATUS)0x00000367;
#pragma pop_macro("STATUS_WAIT_FOR_OPLOCK")
#pragma push_macro("STATUS_REPARSE_GLOBAL")
#undef STATUS_REPARSE_GLOBAL
static const NTSTATUS STATUS_REPARSE_GLOBAL = (NTSTATUS)0x00000368;
#pragma pop_macro("STATUS_REPARSE_GLOBAL")
#pragma push_macro("STATUS_FLT_IO_COMPLETE")
#undef STATUS_FLT_IO_COMPLETE
static const NTSTATUS STATUS_FLT_IO_COMPLETE = (NTSTATUS)0x001c0001;
#pragma pop_macro("STATUS_FLT_IO_COMPLETE")
#pragma push_macro("STATUS_OBJECT_NAME_EXISTS")
#undef STATUS_OBJECT_NAME_EXISTS
static const NTSTATUS STATUS_OBJECT_NAME_EXISTS = (NTSTATUS)0x40000000;
#pragma pop_macro("STATUS_OBJECT_NAME_EXISTS")
#pragma push_macro("STATUS_THREAD_WAS_SUSPENDED")
#undef STATUS_THREAD_WAS_SUSPENDED
static const NTSTATUS STATUS_THREAD_WAS_SUSPENDED = (NTSTATUS)0x40000001;
#pragma pop_macro("STATUS_THREAD_WAS_SUSPENDED")
#pragma push_macro("STATUS_WORKING_SET_LIMIT_RANGE")
#undef STATUS_WORKING_SET_LIMIT_RANGE
static const NTSTATUS STATUS_WORKING_SET_LIMIT_RANGE = (NTSTATUS)0x40000002;
#pragma pop_macro("STATUS_WORKING_SET_LIMIT_RANGE")
#pragma push_macro("STATUS_IMAGE_NOT_AT_BASE")
#undef STATUS_IMAGE_NOT_AT_BASE
static const NTSTATUS STATUS_IMAGE_NOT_AT_BASE = (NTSTATUS)0x40000003;
#pragma pop_macro("STATUS_IMAGE_NOT_AT_BASE")
#pragma push_macro("STATUS_RXACT_STATE_CREATED")
#undef STATUS_RXACT_STATE_CREATED
static const NTSTATUS STATUS_RXACT_STATE_CREATED = (NTSTATUS)0x40000004;
#pragma pop_macro("STATUS_RXACT_STATE_CREATED")
#pragma push_macro("STATUS_SEGMENT_NOTIFICATION")
#undef STATUS_SEGMENT_NOTIFICATION
static const NTSTATUS STATUS_SEGMENT_NOTIFICATION = (NTSTATUS)0x40000005;
#pragma pop_macro("STATUS_SEGMENT_NOTIFICATION")
#pragma push_macro("STATUS_LOCAL_USER_SESSION_KEY")
#undef STATUS_LOCAL_USER_SESSION_KEY
static const NTSTATUS STATUS_LOCAL_USER_SESSION_KEY = (NTSTATUS)0x40000006;
#pragma pop_macro("STATUS_LOCAL_USER_SESSION_KEY")
#pragma push_macro("STATUS_BAD_CURRENT_DIRECTORY")
#undef STATUS_BAD_CURRENT_DIRECTORY
static const NTSTATUS STATUS_BAD_CURRENT_DIRECTORY = (NTSTATUS)0x40000007;
#pragma pop_macro("STATUS_BAD_CURRENT_DIRECTORY")
#pragma push_macro("STATUS_SERIAL_MORE_WRITES")
#undef STATUS_SERIAL_MORE_WRITES
static const NTSTATUS STATUS_SERIAL_MORE_WRITES = (NTSTATUS)0x40000008;
#pragma pop_macro("STATUS_SERIAL_MORE_WRITES")
#pragma push_macro("STATUS_REGISTRY_RECOVERED")
#undef STATUS_REGISTRY_RECOVERED
static const NTSTATUS STATUS_REGISTRY_RECOVERED = (NTSTATUS)0x40000009;
#pragma pop_macro("STATUS_REGISTRY_RECOVERED")
#pragma push_macro("STATUS_FT_READ_RECOVERY_FROM_BACKUP")
#undef STATUS_FT_READ_RECOVERY_FROM_BACKUP
static const NTSTATUS STATUS_FT_READ_RECOVERY_FROM_BACKUP = (NTSTATUS)0x4000000a;
#pragma pop_macro("STATUS_FT_READ_RECOVERY_FROM_BACKUP")
#pragma push_macro("STATUS_FT_WRITE_RECOVERY")
#undef STATUS_FT_WRITE_RECOVERY
static const NTSTATUS STATUS_FT_WRITE_RECOVERY = (NTSTATUS)0x4000000b;
#pragma pop_macro("STATUS_FT_WRITE_RECOVERY")
#pragma push_macro("STATUS_SERIAL_COUNTER_TIMEOUT")
#undef STATUS_SERIAL_COUNTER_TIMEOUT
static const NTSTATUS STATUS_SERIAL_COUNTER_TIMEOUT = (NTSTATUS)0x4000000c;
#pragma pop_macro("STATUS_SERIAL_COUNTER_TIMEOUT")
#pragma push_macro("STATUS_NULL_LM_PASSWORD")
#undef STATUS_NULL_LM_PASSWORD
static const NTSTATUS STATUS_NULL_LM_PASSWORD = (NTSTATUS)0x4000000d;
#pragma pop_macro("STATUS_NULL_LM_PASSWORD")
#pragma push_macro("STATUS_IMAGE_MACHINE_TYPE_MISMATCH")
#undef STATUS_IMAGE_MACHINE_TYPE_MISMATCH
static const NTSTATUS STATUS_IMAGE_MACHINE_TYPE_MISMATCH = (NTSTATUS)0x4000000e;
#pragma pop_macro("STATUS_IMAGE_MACHINE_TYPE_MISMATCH")
#pragma push_macro("STATUS_RECEIVE_PARTIAL")
#undef STATUS_RECEIVE_PARTIAL
static const NTSTATUS STATUS_RECEIVE_PARTIAL = (NTSTATUS)0x4000000f;
#pragma pop_macro("STATUS_RECEIVE_PARTIAL")
#pragma push_macro("STATUS_RECEIVE_EXPEDITED")
#undef STATUS_RECEIVE_EXPEDITED
static const NTSTATUS STATUS_RECEIVE_EXPEDITED = (NTSTATUS)0x40000010;
#pragma pop_macro("STATUS_RECEIVE_EXPEDITED")
#pragma push_macro("STATUS_RECEIVE_PARTIAL_EXPEDITED")
#undef STATUS_RECEIVE_PARTIAL_EXPEDITED
static const NTSTATUS STATUS_RECEIVE_PARTIAL_EXPEDITED = (NTSTATUS)0x40000011;
#pragma pop_macro("STATUS_RECEIVE_PARTIAL_EXPEDITED")
#pragma push_macro("STATUS_EVENT_DONE")
#undef STATUS_EVENT_DONE
static const NTSTATUS STATUS_EVENT_DONE = (NTSTATUS)0x40000012;
#pragma pop_macro("STATUS_EVENT_DONE")
#pragma push_macro("STATUS_EVENT_PENDING")
#undef STATUS_EVENT_PENDING
static const NTSTATUS STATUS_EVENT_PENDING = (NTSTATUS)0x40000013;
#pragma pop_macro("STATUS_EVENT_PENDING")
#pragma push_macro("STATUS_CHECKING_FILE_SYSTEM")
#undef STATUS_CHECKING_FILE_SYSTEM
static const NTSTATUS STATUS_CHECKING_FILE_SYSTEM = (NTSTATUS)0x40000014;
#pragma pop_macro("STATUS_CHECKING_FILE_SYSTEM")
#pragma push_macro("STATUS_FATAL_APP_EXIT")
#undef STATUS_FATAL_APP_EXIT
static const NTSTATUS STATUS_FATAL_APP_EXIT = (NTSTATUS)0x40000015;
#pragma pop_macro("STATUS_FATAL_APP_EXIT")
#pragma push_macro("STATUS_PREDEFINED_HANDLE")
#undef STATUS_PREDEFINED_HANDLE
static const NTSTATUS STATUS_PREDEFINED_HANDLE = (NTSTATUS)0x40000016;
#pragma pop_macro("STATUS_PREDEFINED_HANDLE")
#pragma push_macro("STATUS_WAS_UNLOCKED")
#undef STATUS_WAS_UNLOCKED
static const NTSTATUS STATUS_WAS_UNLOCKED = (NTSTATUS)0x40000017;
#pragma pop_macro("STATUS_WAS_UNLOCKED")
#pragma push_macro("STATUS_SERVICE_NOTIFICATION")
#undef STATUS_SERVICE_NOTIFICATION
static const NTSTATUS STATUS_SERVICE_NOTIFICATION = (NTSTATUS)0x40000018;
#pragma pop_macro("STATUS_SERVICE_NOTIFICATION")
#pragma push_macro("STATUS_WAS_LOCKED")
#undef STATUS_WAS_LOCKED
static const NTSTATUS STATUS_WAS_LOCKED = (NTSTATUS)0x40000019;
#pragma pop_macro("STATUS_WAS_LOCKED")
#pragma push_macro("STATUS_LOG_HARD_ERROR")
#undef STATUS_LOG_HARD_ERROR
static const NTSTATUS STATUS_LOG_HARD_ERROR = (NTSTATUS)0x4000001a;
#pragma pop_macro("STATUS_LOG_HARD_ERROR")
#pragma push_macro("STATUS_ALREADY_WIN32")
#undef STATUS_ALREADY_WIN32
static const NTSTATUS STATUS_ALREADY_WIN32 = (NTSTATUS)0x4000001b;
#pragma pop_macro("STATUS_ALREADY_WIN32")
#pragma push_macro("STATUS_WX86_UNSIMULATE")
#undef STATUS_WX86_UNSIMULATE
static const NTSTATUS STATUS_WX86_UNSIMULATE = (NTSTATUS)0x4000001c;
#pragma pop_macro("STATUS_WX86_UNSIMULATE")
#pragma push_macro("STATUS_WX86_CONTINUE")
#undef STATUS_WX86_CONTINUE
static const NTSTATUS STATUS_WX86_CONTINUE = (NTSTATUS)0x4000001d;
#pragma pop_macro("STATUS_WX86_CONTINUE")
#pragma push_macro("STATUS_WX86_SINGLE_STEP")
#undef STATUS_WX86_SINGLE_STEP
static const NTSTATUS STATUS_WX86_SINGLE_STEP = (NTSTATUS)0x4000001e;
#pragma pop_macro("STATUS_WX86_SINGLE_STEP")
#pragma push_macro("STATUS_WX86_BREAKPOINT")
#undef STATUS_WX86_BREAKPOINT
static const NTSTATUS STATUS_WX86_BREAKPOINT = (NTSTATUS)0x4000001f;
#pragma pop_macro("STATUS_WX86_BREAKPOINT")
#pragma push_macro("STATUS_WX86_EXCEPTION_CONTINUE")
#undef STATUS_WX86_EXCEPTION_CONTINUE
static const NTSTATUS STATUS_WX86_EXCEPTION_CONTINUE = (NTSTATUS)0x40000020;
#pragma pop_macro("STATUS_WX86_EXCEPTION_CONTINUE")
#pragma push_macro("STATUS_WX86_EXCEPTION_LASTCHANCE")
#undef STATUS_WX86_EXCEPTION_LASTCHANCE
static const NTSTATUS STATUS_WX86_EXCEPTION_LASTCHANCE = (NTSTATUS)0x40000021;
#pragma pop_macro("STATUS_WX86_EXCEPTION_LASTCHANCE")
#pragma push_macro("STATUS_WX86_EXCEPTION_CHAIN")
#undef STATUS_WX86_EXCEPTION_CHAIN
static const NTSTATUS STATUS_WX86_EXCEPTION_CHAIN = (NTSTATUS)0x40000022;
#pragma pop_macro("STATUS_WX86_EXCEPTION_CHAIN")
#pragma push_macro("STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE")
#undef STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE
static const NTSTATUS STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE = (NTSTATUS)0x40000023;
#pragma pop_macro("STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE")
#pragma push_macro("STATUS_NO_YIELD_PERFORMED")
#undef STATUS_NO_YIELD_PERFORMED
static const NTSTATUS STATUS_NO_YIELD_PERFORMED = (NTSTATUS)0x40000024;
#pragma pop_macro("STATUS_NO_YIELD_PERFORMED")
#pragma push_macro("STATUS_TIMER_RESUME_IGNORED")
#undef STATUS_TIMER_RESUME_IGNORED
static const NTSTATUS STATUS_TIMER_RESUME_IGNORED = (NTSTATUS)0x40000025;
#pragma pop_macro("STATUS_TIMER_RESUME_IGNORED")
#pragma push_macro("STATUS_ARBITRATION_UNHANDLED")
#undef STATUS_ARBITRATION_UNHANDLED
static const NTSTATUS STATUS_ARBITRATION_UNHANDLED = (NTSTATUS)0x40000026;
#pragma pop_macro("STATUS_ARBITRATION_UNHANDLED")
#pragma push_macro("STATUS_CARDBUS_NOT_SUPPORTED")
#undef STATUS_CARDBUS_NOT_SUPPORTED
static const NTSTATUS STATUS_CARDBUS_NOT_SUPPORTED = (NTSTATUS)0x40000027;
#pragma pop_macro("STATUS_CARDBUS_NOT_SUPPORTED")
#pragma push_macro("STATUS_WX86_CREATEWX86TIB")
#undef STATUS_WX86_CREATEWX86TIB
static const NTSTATUS STATUS_WX86_CREATEWX86TIB = (NTSTATUS)0x40000028;
#pragma pop_macro("STATUS_WX86_CREATEWX86TIB")
#pragma push_macro("STATUS_MP_PROCESSOR_MISMATCH")
#undef STATUS_MP_PROCESSOR_MISMATCH
static const NTSTATUS STATUS_MP_PROCESSOR_MISMATCH = (NTSTATUS)0x40000029;
#pragma pop_macro("STATUS_MP_PROCESSOR_MISMATCH")
#pragma push_macro("STATUS_HIBERNATED")
#undef STATUS_HIBERNATED
static const NTSTATUS STATUS_HIBERNATED = (NTSTATUS)0x4000002a;
#pragma pop_macro("STATUS_HIBERNATED")
#pragma push_macro("STATUS_RESUME_HIBERNATION")
#undef STATUS_RESUME_HIBERNATION
static const NTSTATUS STATUS_RESUME_HIBERNATION = (NTSTATUS)0x4000002b;
#pragma pop_macro("STATUS_RESUME_HIBERNATION")
#pragma push_macro("STATUS_FIRMWARE_UPDATED")
#undef STATUS_FIRMWARE_UPDATED
static const NTSTATUS STATUS_FIRMWARE_UPDATED = (NTSTATUS)0x4000002c;
#pragma pop_macro("STATUS_FIRMWARE_UPDATED")
#pragma push_macro("STATUS_DRIVERS_LEAKING_LOCKED_PAGES")
#undef STATUS_DRIVERS_LEAKING_LOCKED_PAGES
static const NTSTATUS STATUS_DRIVERS_LEAKING_LOCKED_PAGES = (NTSTATUS)0x4000002d;
#pragma pop_macro("STATUS_DRIVERS_LEAKING_LOCKED_PAGES")
#pragma push_macro("STATUS_MESSAGE_RETRIEVED")
#undef STATUS_MESSAGE_RETRIEVED
static const NTSTATUS STATUS_MESSAGE_RETRIEVED = (NTSTATUS)0x4000002e;
#pragma pop_macro("STATUS_MESSAGE_RETRIEVED")
#pragma push_macro("STATUS_SYSTEM_POWERSTATE_TRANSITION")
#undef STATUS_SYSTEM_POWERSTATE_TRANSITION
static const NTSTATUS STATUS_SYSTEM_POWERSTATE_TRANSITION = (NTSTATUS)0x4000002f;
#pragma pop_macro("STATUS_SYSTEM_POWERSTATE_TRANSITION")
#pragma push_macro("STATUS_ALPC_CHECK_COMPLETION_LIST")
#undef STATUS_ALPC_CHECK_COMPLETION_LIST
static const NTSTATUS STATUS_ALPC_CHECK_COMPLETION_LIST = (NTSTATUS)0x40000030;
#pragma pop_macro("STATUS_ALPC_CHECK_COMPLETION_LIST")
#pragma push_macro("STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION")
#undef STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION
static const NTSTATUS STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION = (NTSTATUS)0x40000031;
#pragma pop_macro("STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION")
#pragma push_macro("STATUS_ACCESS_AUDIT_BY_POLICY")
#undef STATUS_ACCESS_AUDIT_BY_POLICY
static const NTSTATUS STATUS_ACCESS_AUDIT_BY_POLICY = (NTSTATUS)0x40000032;
#pragma pop_macro("STATUS_ACCESS_AUDIT_BY_POLICY")
#pragma push_macro("STATUS_ABANDON_HIBERFILE")
#undef STATUS_ABANDON_HIBERFILE
static const NTSTATUS STATUS_ABANDON_HIBERFILE = (NTSTATUS)0x40000033;
#pragma pop_macro("STATUS_ABANDON_HIBERFILE")
#pragma push_macro("STATUS_BIZRULES_NOT_ENABLED")
#undef STATUS_BIZRULES_NOT_ENABLED
static const NTSTATUS STATUS_BIZRULES_NOT_ENABLED = (NTSTATUS)0x40000034;
#pragma pop_macro("STATUS_BIZRULES_NOT_ENABLED")
#pragma push_macro("STATUS_FT_READ_FROM_COPY")
#undef STATUS_FT_READ_FROM_COPY
static const NTSTATUS STATUS_FT_READ_FROM_COPY = (NTSTATUS)0x40000035;
#pragma pop_macro("STATUS_FT_READ_FROM_COPY")
#pragma push_macro("STATUS_IMAGE_AT_DIFFERENT_BASE")
#undef STATUS_IMAGE_AT_DIFFERENT_BASE
static const NTSTATUS STATUS_IMAGE_AT_DIFFERENT_BASE = (NTSTATUS)0x40000036;
#pragma pop_macro("STATUS_IMAGE_AT_DIFFERENT_BASE")
#pragma push_macro("STATUS_HEURISTIC_DAMAGE_POSSIBLE")
#undef STATUS_HEURISTIC_DAMAGE_POSSIBLE
static const NTSTATUS STATUS_HEURISTIC_DAMAGE_POSSIBLE = (NTSTATUS)0x40190001;
#pragma pop_macro("STATUS_HEURISTIC_DAMAGE_POSSIBLE")
#pragma push_macro("STATUS_GUARD_PAGE_VIOLATION")
#undef STATUS_GUARD_PAGE_VIOLATION
static const NTSTATUS STATUS_GUARD_PAGE_VIOLATION = (NTSTATUS)0x80000001;
#pragma pop_macro("STATUS_GUARD_PAGE_VIOLATION")
#pragma push_macro("STATUS_DATATYPE_MISALIGNMENT")
#undef STATUS_DATATYPE_MISALIGNMENT
static const NTSTATUS STATUS_DATATYPE_MISALIGNMENT = (NTSTATUS)0x80000002;
#pragma pop_macro("STATUS_DATATYPE_MISALIGNMENT")
#pragma push_macro("STATUS_BREAKPOINT")
#undef STATUS_BREAKPOINT
static const NTSTATUS STATUS_BREAKPOINT = (NTSTATUS)0x80000003;
#pragma pop_macro("STATUS_BREAKPOINT")
#pragma push_macro("STATUS_SINGLE_STEP")
#undef STATUS_SINGLE_STEP
static const NTSTATUS STATUS_SINGLE_STEP = (NTSTATUS)0x80000004;
#pragma pop_macro("STATUS_SINGLE_STEP")
#pragma push_macro("STATUS_BUFFER_OVERFLOW")
#undef STATUS_BUFFER_OVERFLOW
static const NTSTATUS STATUS_BUFFER_OVERFLOW = (NTSTATUS)0x80000005;
#pragma pop_macro("STATUS_BUFFER_OVERFLOW")
#pragma push_macro("STATUS_NO_MORE_FILES")
#undef STATUS_NO_MORE_FILES
static const NTSTATUS STATUS_NO_MORE_FILES = (NTSTATUS)0x80000006;
#pragma pop_macro("STATUS_NO_MORE_FILES")
#pragma push_macro("STATUS_WAKE_SYSTEM_DEBUGGER")
#undef STATUS_WAKE_SYSTEM_DEBUGGER
static const NTSTATUS STATUS_WAKE_SYSTEM_DEBUGGER = (NTSTATUS)0x80000007;
#pragma pop_macro("STATUS_WAKE_SYSTEM_DEBUGGER")
#pragma push_macro("STATUS_HANDLES_CLOSED")
#undef STATUS_HANDLES_CLOSED
static const NTSTATUS STATUS_HANDLES_CLOSED = (NTSTATUS)0x8000000a;
#pragma pop_macro("STATUS_HANDLES_CLOSED")
#pragma push_macro("STATUS_NO_INHERITANCE")
#undef STATUS_NO_INHERITANCE
static const NTSTATUS STATUS_NO_INHERITANCE = (NTSTATUS)0x8000000b;
#pragma pop_macro("STATUS_NO_INHERITANCE")
#pragma push_macro("STATUS_GUID_SUBSTITUTION_MADE")
#undef STATUS_GUID_SUBSTITUTION_MADE
static const NTSTATUS STATUS_GUID_SUBSTITUTION_MADE = (NTSTATUS)0x8000000c;
#pragma pop_macro("STATUS_GUID_SUBSTITUTION_MADE")
#pragma push_macro("STATUS_PARTIAL_COPY")
#undef STATUS_PARTIAL_COPY
static const NTSTATUS STATUS_PARTIAL_COPY = (NTSTATUS)0x8000000d;
#pragma pop_macro("STATUS_PARTIAL_COPY")
#pragma push_macro("STATUS_DEVICE_PAPER_EMPTY")
#undef STATUS_DEVICE_PAPER_EMPTY
static const NTSTATUS STATUS_DEVICE_PAPER_EMPTY = (NTSTATUS)0x8000000e;
#pragma pop_macro("STATUS_DEVICE_PAPER_EMPTY")
#pragma push_macro("STATUS_DEVICE_POWERED_OFF")
#undef STATUS_DEVICE_POWERED_OFF
static const NTSTATUS STATUS_DEVICE_POWERED_OFF = (NTSTATUS)0x8000000f;
#pragma pop_macro("STATUS_DEVICE_POWERED_OFF")
#pragma push_macro("STATUS_DEVICE_OFF_LINE")
#undef STATUS_DEVICE_OFF_LINE
static const NTSTATUS STATUS_DEVICE_OFF_LINE = (NTSTATUS)0x80000010;
#pragma pop_macro("STATUS_DEVICE_OFF_LINE")
#pragma push_macro("STATUS_DEVICE_BUSY")
#undef STATUS_DEVICE_BUSY
static const NTSTATUS STATUS_DEVICE_BUSY = (NTSTATUS)0x80000011;
#pragma pop_macro("STATUS_DEVICE_BUSY")
#pragma push_macro("STATUS_NO_MORE_EAS")
#undef STATUS_NO_MORE_EAS
static const NTSTATUS STATUS_NO_MORE_EAS = (NTSTATUS)0x80000012;
#pragma pop_macro("STATUS_NO_MORE_EAS")
#pragma push_macro("STATUS_INVALID_EA_NAME")
#undef STATUS_INVALID_EA_NAME
static const NTSTATUS STATUS_INVALID_EA_NAME = (NTSTATUS)0x80000013;
#pragma pop_macro("STATUS_INVALID_EA_NAME")
#pragma push_macro("STATUS_EA_LIST_INCONSISTENT")
#undef STATUS_EA_LIST_INCONSISTENT
static const NTSTATUS STATUS_EA_LIST_INCONSISTENT = (NTSTATUS)0x80000014;
#pragma pop_macro("STATUS_EA_LIST_INCONSISTENT")
#pragma push_macro("STATUS_INVALID_EA_FLAG")
#undef STATUS_INVALID_EA_FLAG
static const NTSTATUS STATUS_INVALID_EA_FLAG = (NTSTATUS)0x80000015;
#pragma pop_macro("STATUS_INVALID_EA_FLAG")
#pragma push_macro("STATUS_VERIFY_REQUIRED")
#undef STATUS_VERIFY_REQUIRED
static const NTSTATUS STATUS_VERIFY_REQUIRED = (NTSTATUS)0x80000016;
#pragma pop_macro("STATUS_VERIFY_REQUIRED")
#pragma push_macro("STATUS_EXTRANEOUS_INFORMATION")
#undef STATUS_EXTRANEOUS_INFORMATION
static const NTSTATUS STATUS_EXTRANEOUS_INFORMATION = (NTSTATUS)0x80000017;
#pragma pop_macro("STATUS_EXTRANEOUS_INFORMATION")
#pragma push_macro("STATUS_RXACT_COMMIT_NECESSARY")
#undef STATUS_RXACT_COMMIT_NECESSARY
static const NTSTATUS STATUS_RXACT_COMMIT_NECESSARY = (NTSTATUS)0x80000018;
#pragma pop_macro("STATUS_RXACT_COMMIT_NECESSARY")
#pragma push_macro("STATUS_NO_MORE_ENTRIES")
#undef STATUS_NO_MORE_ENTRIES
static const NTSTATUS STATUS_NO_MORE_ENTRIES = (NTSTATUS)0x8000001a;
#pragma pop_macro("STATUS_NO_MORE_ENTRIES")
#pragma push_macro("STATUS_FILEMARK_DETECTED")
#undef STATUS_FILEMARK_DETECTED
static const NTSTATUS STATUS_FILEMARK_DETECTED = (NTSTATUS)0x8000001b;
#pragma pop_macro("STATUS_FILEMARK_DETECTED")
#pragma push_macro("STATUS_MEDIA_CHANGED")
#undef STATUS_MEDIA_CHANGED
static const NTSTATUS STATUS_MEDIA_CHANGED = (NTSTATUS)0x8000001c;
#pragma pop_macro("STATUS_MEDIA_CHANGED")
#pragma push_macro("STATUS_BUS_RESET")
#undef STATUS_BUS_RESET
static const NTSTATUS STATUS_BUS_RESET = (NTSTATUS)0x8000001d;
#pragma pop_macro("STATUS_BUS_RESET")
#pragma push_macro("STATUS_END_OF_MEDIA")
#undef STATUS_END_OF_MEDIA
static const NTSTATUS STATUS_END_OF_MEDIA = (NTSTATUS)0x8000001e;
#pragma pop_macro("STATUS_END_OF_MEDIA")
#pragma push_macro("STATUS_BEGINNING_OF_MEDIA")
#undef STATUS_BEGINNING_OF_MEDIA
static const NTSTATUS STATUS_BEGINNING_OF_MEDIA = (NTSTATUS)0x8000001f;
#pragma pop_macro("STATUS_BEGINNING_OF_MEDIA")
#pragma push_macro("STATUS_MEDIA_CHECK")
#undef STATUS_MEDIA_CHECK
static const NTSTATUS STATUS_MEDIA_CHECK = (NTSTATUS)0x80000020;
#pragma pop_macro("STATUS_MEDIA_CHECK")
#pragma push_macro("STATUS_SETMARK_DETECTED")
#undef STATUS_SETMARK_DETECTED
static const NTSTATUS STATUS_SETMARK_DETECTED = (NTSTATUS)0x80000021;
#pragma pop_macro("STATUS_SETMARK_DETECTED")
#pragma push_macro("STATUS_NO_DATA_DETECTED")
#undef STATUS_NO_DATA_DETECTED
static const NTSTATUS STATUS_NO_DATA_DETECTED = (NTSTATUS)0x80000022;
#pragma pop_macro("STATUS_NO_DATA_DETECTED")
#pragma push_macro("STATUS_REDIRECTOR_HAS_OPEN_HANDLES")
#undef STATUS_REDIRECTOR_HAS_OPEN_HANDLES
static const NTSTATUS STATUS_REDIRECTOR_HAS_OPEN_HANDLES = (NTSTATUS)0x80000023;
#pragma pop_macro("STATUS_REDIRECTOR_HAS_OPEN_HANDLES")
#pragma push_macro("STATUS_SERVER_HAS_OPEN_HANDLES")
#undef STATUS_SERVER_HAS_OPEN_HANDLES
static const NTSTATUS STATUS_SERVER_HAS_OPEN_HANDLES = (NTSTATUS)0x80000024;
#pragma pop_macro("STATUS_SERVER_HAS_OPEN_HANDLES")
#pragma push_macro("STATUS_ALREADY_DISCONNECTED")
#undef STATUS_ALREADY_DISCONNECTED
static const NTSTATUS STATUS_ALREADY_DISCONNECTED = (NTSTATUS)0x80000025;
#pragma pop_macro("STATUS_ALREADY_DISCONNECTED")
#pragma push_macro("STATUS_LONGJUMP")
#undef STATUS_LONGJUMP
static const NTSTATUS STATUS_LONGJUMP = (NTSTATUS)0x80000026;
#pragma pop_macro("STATUS_LONGJUMP")
#pragma push_macro("STATUS_CLEANER_CARTRIDGE_INSTALLED")
#undef STATUS_CLEANER_CARTRIDGE_INSTALLED
static const NTSTATUS STATUS_CLEANER_CARTRIDGE_INSTALLED = (NTSTATUS)0x80000027;
#pragma pop_macro("STATUS_CLEANER_CARTRIDGE_INSTALLED")
#pragma push_macro("STATUS_PLUGPLAY_QUERY_VETOED")
#undef STATUS_PLUGPLAY_QUERY_VETOED
static const NTSTATUS STATUS_PLUGPLAY_QUERY_VETOED = (NTSTATUS)0x80000028;
#pragma pop_macro("STATUS_PLUGPLAY_QUERY_VETOED")
#pragma push_macro("STATUS_UNWIND_CONSOLIDATE")
#undef STATUS_UNWIND_CONSOLIDATE
static const NTSTATUS STATUS_UNWIND_CONSOLIDATE = (NTSTATUS)0x80000029;
#pragma pop_macro("STATUS_UNWIND_CONSOLIDATE")
#pragma push_macro("STATUS_REGISTRY_HIVE_RECOVERED")
#undef STATUS_REGISTRY_HIVE_RECOVERED
static const NTSTATUS STATUS_REGISTRY_HIVE_RECOVERED = (NTSTATUS)0x8000002a;
#pragma pop_macro("STATUS_REGISTRY_HIVE_RECOVERED")
#pragma push_macro("STATUS_DLL_MIGHT_BE_INSECURE")
#undef STATUS_DLL_MIGHT_BE_INSECURE
static const NTSTATUS STATUS_DLL_MIGHT_BE_INSECURE = (NTSTATUS)0x8000002b;
#pragma pop_macro("STATUS_DLL_MIGHT_BE_INSECURE")
#pragma push_macro("STATUS_DLL_MIGHT_BE_INCOMPATIBLE")
#undef STATUS_DLL_MIGHT_BE_INCOMPATIBLE
static const NTSTATUS STATUS_DLL_MIGHT_BE_INCOMPATIBLE = (NTSTATUS)0x8000002c;
#pragma pop_macro("STATUS_DLL_MIGHT_BE_INCOMPATIBLE")
#pragma push_macro("STATUS_STOPPED_ON_SYMLINK")
#undef STATUS_STOPPED_ON_SYMLINK
static const NTSTATUS STATUS_STOPPED_ON_SYMLINK = (NTSTATUS)0x8000002d;
#pragma pop_macro("STATUS_STOPPED_ON_SYMLINK")
#pragma push_macro("STATUS_CANNOT_GRANT_REQUESTED_OPLOCK")
#undef STATUS_CANNOT_GRANT_REQUESTED_OPLOCK
static const NTSTATUS STATUS_CANNOT_GRANT_REQUESTED_OPLOCK = (NTSTATUS)0x8000002e;
#pragma pop_macro("STATUS_CANNOT_GRANT_REQUESTED_OPLOCK")
#pragma push_macro("STATUS_NO_ACE_CONDITION")
#undef STATUS_NO_ACE_CONDITION
static const NTSTATUS STATUS_NO_ACE_CONDITION = (NTSTATUS)0x8000002f;
#pragma pop_macro("STATUS_NO_ACE_CONDITION")
#pragma push_macro("STATUS_DEVICE_SUPPORT_IN_PROGRESS")
#undef STATUS_DEVICE_SUPPORT_IN_PROGRESS
static const NTSTATUS STATUS_DEVICE_SUPPORT_IN_PROGRESS = (NTSTATUS)0x80000030;
#pragma pop_macro("STATUS_DEVICE_SUPPORT_IN_PROGRESS")
#pragma push_macro("STATUS_DEVICE_POWER_CYCLE_REQUIRED")
#undef STATUS_DEVICE_POWER_CYCLE_REQUIRED
static const NTSTATUS STATUS_DEVICE_POWER_CYCLE_REQUIRED = (NTSTATUS)0x80000031;
#pragma pop_macro("STATUS_DEVICE_POWER_CYCLE_REQUIRED")
#pragma push_macro("STATUS_CLUSTER_NODE_ALREADY_UP")
#undef STATUS_CLUSTER_NODE_ALREADY_UP
static const NTSTATUS STATUS_CLUSTER_NODE_ALREADY_UP = (NTSTATUS)0x80130001;
#pragma pop_macro("STATUS_CLUSTER_NODE_ALREADY_UP")
#pragma push_macro("STATUS_CLUSTER_NODE_ALREADY_DOWN")
#undef STATUS_CLUSTER_NODE_ALREADY_DOWN
static const NTSTATUS STATUS_CLUSTER_NODE_ALREADY_DOWN = (NTSTATUS)0x80130002;
#pragma pop_macro("STATUS_CLUSTER_NODE_ALREADY_DOWN")
#pragma push_macro("STATUS_CLUSTER_NETWORK_ALREADY_ONLINE")
#undef STATUS_CLUSTER_NETWORK_ALREADY_ONLINE
static const NTSTATUS STATUS_CLUSTER_NETWORK_ALREADY_ONLINE = (NTSTATUS)0x80130003;
#pragma pop_macro("STATUS_CLUSTER_NETWORK_ALREADY_ONLINE")
#pragma push_macro("STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE")
#undef STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE
static const NTSTATUS STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE = (NTSTATUS)0x80130004;
#pragma pop_macro("STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE")
#pragma push_macro("STATUS_CLUSTER_NODE_ALREADY_MEMBER")
#undef STATUS_CLUSTER_NODE_ALREADY_MEMBER
static const NTSTATUS STATUS_CLUSTER_NODE_ALREADY_MEMBER = (NTSTATUS)0x80130005;
#pragma pop_macro("STATUS_CLUSTER_NODE_ALREADY_MEMBER")
#pragma push_macro("STATUS_FLT_BUFFER_TOO_SMALL")
#undef STATUS_FLT_BUFFER_TOO_SMALL
static const NTSTATUS STATUS_FLT_BUFFER_TOO_SMALL = (NTSTATUS)0x801c0001;
#pragma pop_macro("STATUS_FLT_BUFFER_TOO_SMALL")
#pragma push_macro("STATUS_FVE_PARTIAL_METADATA")
#undef STATUS_FVE_PARTIAL_METADATA
static const NTSTATUS STATUS_FVE_PARTIAL_METADATA = (NTSTATUS)0x80210001;
#pragma pop_macro("STATUS_FVE_PARTIAL_METADATA")
#pragma push_macro("STATUS_FVE_TRANSIENT_STATE")
#undef STATUS_FVE_TRANSIENT_STATE
static const NTSTATUS STATUS_FVE_TRANSIENT_STATE = (NTSTATUS)0x80210002;
#pragma pop_macro("STATUS_FVE_TRANSIENT_STATE")
#pragma push_macro("STATUS_UNSUCCESSFUL")
#undef STATUS_UNSUCCESSFUL
static const NTSTATUS STATUS_UNSUCCESSFUL = (NTSTATUS)0xc0000001;
#pragma pop_macro("STATUS_UNSUCCESSFUL")
#pragma push_macro("STATUS_NOT_IMPLEMENTED")
#undef STATUS_NOT_IMPLEMENTED
static const NTSTATUS STATUS_NOT_IMPLEMENTED = (NTSTATUS)0xc0000002;
#pragma pop_macro("STATUS_NOT_IMPLEMENTED")
#pragma push_macro("STATUS_INVALID_INFO_CLASS")
#undef STATUS_INVALID_INFO_CLASS
static const NTSTATUS STATUS_INVALID_INFO_CLASS = (NTSTATUS)0xc0000003;
#pragma pop_macro("STATUS_INVALID_INFO_CLASS")
#pragma push_macro("STATUS_INFO_LENGTH_MISMATCH")
#undef STATUS_INFO_LENGTH_MISMATCH
static const NTSTATUS STATUS_INFO_LENGTH_MISMATCH = (NTSTATUS)0xc0000004;
#pragma pop_macro("STATUS_INFO_LENGTH_MISMATCH")
#pragma push_macro("STATUS_ACCESS_VIOLATION")
#undef STATUS_ACCESS_VIOLATION
static const NTSTATUS STATUS_ACCESS_VIOLATION = (NTSTATUS)0xc0000005;
#pragma pop_macro("STATUS_ACCESS_VIOLATION")
#pragma push_macro("STATUS_IN_PAGE_ERROR")
#undef STATUS_IN_PAGE_ERROR
static const NTSTATUS STATUS_IN_PAGE_ERROR = (NTSTATUS)0xc0000006;
#pragma pop_macro("STATUS_IN_PAGE_ERROR")
#pragma push_macro("STATUS_PAGEFILE_QUOTA")
#undef STATUS_PAGEFILE_QUOTA
static const NTSTATUS STATUS_PAGEFILE_QUOTA = (NTSTATUS)0xc0000007;
#pragma pop_macro("STATUS_PAGEFILE_QUOTA")
#pragma push_macro("STATUS_INVALID_HANDLE")
#undef STATUS_INVALID_HANDLE
static const NTSTATUS STATUS_INVALID_HANDLE = (NTSTATUS)0xc0000008;
#pragma pop_macro("STATUS_INVALID_HANDLE")
#pragma push_macro("STATUS_BAD_INITIAL_STACK")
#undef STATUS_BAD_INITIAL_STACK
static const NTSTATUS STATUS_BAD_INITIAL_STACK = (NTSTATUS)0xc0000009;
#pragma pop_macro("STATUS_BAD_INITIAL_STACK")
#pragma push_macro("STATUS_BAD_INITIAL_PC")
#undef STATUS_BAD_INITIAL_PC
static const NTSTATUS STATUS_BAD_INITIAL_PC = (NTSTATUS)0xc000000a;
#pragma pop_macro("STATUS_BAD_INITIAL_PC")
#pragma push_macro("STATUS_INVALID_CID")
#undef STATUS_INVALID_CID
static const NTSTATUS STATUS_INVALID_CID = (NTSTATUS)0xc000000b;
#pragma pop_macro("STATUS_INVALID_CID")
#pragma push_macro("STATUS_TIMER_NOT_CANCELED")
#undef STATUS_TIMER_NOT_CANCELED
static const NTSTATUS STATUS_TIMER_NOT_CANCELED = (NTSTATUS)0xc000000c;
#pragma pop_macro("STATUS_TIMER_NOT_CANCELED")
#pragma push_macro("STATUS_INVALID_PARAMETER")
#undef STATUS_INVALID_PARAMETER
static const NTSTATUS STATUS_INVALID_PARAMETER = (NTSTATUS)0xc000000d;
#pragma pop_macro("STATUS_INVALID_PARAMETER")
#pragma push_macro("STATUS_NO_SUCH_DEVICE")
#undef STATUS_NO_SUCH_DEVICE
static const NTSTATUS STATUS_NO_SUCH_DEVICE = (NTSTATUS)0xc000000e;
#pragma pop_macro("STATUS_NO_SUCH_DEVICE")
#pragma push_macro("STATUS_NO_SUCH_FILE")
#undef STATUS_NO_SUCH_FILE
static const NTSTATUS STATUS_NO_SUCH_FILE = (NTSTATUS)0xc000000f;
#pragma pop_macro("STATUS_NO_SUCH_FILE")
#pragma push_macro("STATUS_INVALID_DEVICE_REQUEST")
#undef STATUS_INVALID_DEVICE_REQUEST
static const NTSTATUS STATUS_INVALID_DEVICE_REQUEST = (NTSTATUS)0xc0000010;
#pragma pop_macro("STATUS_INVALID_DEVICE_REQUEST")
#pragma push_macro("STATUS_END_OF_FILE")
#undef STATUS_END_OF_FILE
static const NTSTATUS STATUS_END_OF_FILE = (NTSTATUS)0xc0000011;
#pragma pop_macro("STATUS_END_OF_FILE")
#pragma push_macro("STATUS_WRONG_VOLUME")
#undef STATUS_WRONG_VOLUME
static const NTSTATUS STATUS_WRONG_VOLUME = (NTSTATUS)0xc0000012;
#pragma pop_macro("STATUS_WRONG_VOLUME")
#pragma push_macro("STATUS_NO_MEDIA_IN_DEVICE")
#undef STATUS_NO_MEDIA_IN_DEVICE
static const NTSTATUS STATUS_NO_MEDIA_IN_DEVICE = (NTSTATUS)0xc0000013;
#pragma pop_macro("STATUS_NO_MEDIA_IN_DEVICE")
#pragma push_macro("STATUS_UNRECOGNIZED_MEDIA")
#undef STATUS_UNRECOGNIZED_MEDIA
static const NTSTATUS STATUS_UNRECOGNIZED_MEDIA = (NTSTATUS)0xc0000014;
#pragma pop_macro("STATUS_UNRECOGNIZED_MEDIA")
#pragma push_macro("STATUS_NONEXISTENT_SECTOR")
#undef STATUS_NONEXISTENT_SECTOR
static const NTSTATUS STATUS_NONEXISTENT_SECTOR = (NTSTATUS)0xc0000015;
#pragma pop_macro("STATUS_NONEXISTENT_SECTOR")
#pragma push_macro("STATUS_MORE_PROCESSING_REQUIRED")
#undef STATUS_MORE_PROCESSING_REQUIRED
static const NTSTATUS STATUS_MORE_PROCESSING_REQUIRED = (NTSTATUS)0xc0000016;
#pragma pop_macro("STATUS_MORE_PROCESSING_REQUIRED")
#pragma push_macro("STATUS_NO_MEMORY")
#undef STATUS_NO_MEMORY
static const NTSTATUS STATUS_NO_MEMORY = (NTSTATUS)0xc0000017;
#pragma pop_macro("STATUS_NO_MEMORY")
#pragma push_macro("STATUS_CONFLICTING_ADDRESSES")
#undef STATUS_CONFLICTING_ADDRESSES
static const NTSTATUS STATUS_CONFLICTING_ADDRESSES = (NTSTATUS)0xc0000018;
#pragma pop_macro("STATUS_CONFLICTING_ADDRESSES")
#pragma push_macro("STATUS_NOT_MAPPED_VIEW")
#undef STATUS_NOT_MAPPED_VIEW
static const NTSTATUS STATUS_NOT_MAPPED_VIEW = (NTSTATUS)0xc0000019;
#pragma pop_macro("STATUS_NOT_MAPPED_VIEW")
#pragma push_macro("STATUS_UNABLE_TO_FREE_VM")
#undef STATUS_UNABLE_TO_FREE_VM
static const NTSTATUS STATUS_UNABLE_TO_FREE_VM = (NTSTATUS)0xc000001a;
#pragma pop_macro("STATUS_UNABLE_TO_FREE_VM")
#pragma push_macro("STATUS_UNABLE_TO_DELETE_SECTION")
#undef STATUS_UNABLE_TO_DELETE_SECTION
static const NTSTATUS STATUS_UNABLE_TO_DELETE_SECTION = (NTSTATUS)0xc000001b;
#pragma pop_macro("STATUS_UNABLE_TO_DELETE_SECTION")
#pragma push_macro("STATUS_INVALID_SYSTEM_SERVICE")
#undef STATUS_INVALID_SYSTEM_SERVICE
static const NTSTATUS STATUS_INVALID_SYSTEM_SERVICE = (NTSTATUS)0xc000001c;
#pragma pop_macro("STATUS_INVALID_SYSTEM_SERVICE")
#pragma push_macro("STATUS_ILLEGAL_INSTRUCTION")
#undef STATUS_ILLEGAL_INSTRUCTION
static const NTSTATUS STATUS_ILLEGAL_INSTRUCTION = (NTSTATUS)0xc000001d;
#pragma pop_macro("STATUS_ILLEGAL_INSTRUCTION")
#pragma push_macro("STATUS_INVALID_LOCK_SEQUENCE")
#undef STATUS_INVALID_LOCK_SEQUENCE
static const NTSTATUS STATUS_INVALID_LOCK_SEQUENCE = (NTSTATUS)0xc000001e;
#pragma pop_macro("STATUS_INVALID_LOCK_SEQUENCE")
#pragma push_macro("STATUS_INVALID_VIEW_SIZE")
#undef STATUS_INVALID_VIEW_SIZE
static const NTSTATUS STATUS_INVALID_VIEW_SIZE = (NTSTATUS)0xc000001f;
#pragma pop_macro("STATUS_INVALID_VIEW_SIZE")
#pragma push_macro("STATUS_INVALID_FILE_FOR_SECTION")
#undef STATUS_INVALID_FILE_FOR_SECTION
static const NTSTATUS STATUS_INVALID_FILE_FOR_SECTION = (NTSTATUS)0xc0000020;
#pragma pop_macro("STATUS_INVALID_FILE_FOR_SECTION")
#pragma push_macro("STATUS_ALREADY_COMMITTED")
#undef STATUS_ALREADY_COMMITTED
static const NTSTATUS STATUS_ALREADY_COMMITTED = (NTSTATUS)0xc0000021;
#pragma pop_macro("STATUS_ALREADY_COMMITTED")
#pragma push_macro("STATUS_ACCESS_DENIED")
#undef STATUS_ACCESS_DENIED
static const NTSTATUS STATUS_ACCESS_DENIED = (NTSTATUS)0xc0000022;
#pragma pop_macro("STATUS_ACCESS_DENIED")
#pragma push_macro("STATUS_BUFFER_TOO_SMALL")
#undef STATUS_BUFFER_TOO_SMALL
static const NTSTATUS STATUS_BUFFER_TOO_SMALL = (NTSTATUS)0xc0000023;
#pragma pop_macro("STATUS_BUFFER_TOO_SMALL")
#pragma push_macro("STATUS_OBJECT_TYPE_MISMATCH")
#undef STATUS_OBJECT_TYPE_MISMATCH
static const NTSTATUS STATUS_OBJECT_TYPE_MISMATCH = (NTSTATUS)0xc0000024;
#pragma pop_macro("STATUS_OBJECT_TYPE_MISMATCH")
#pragma push_macro("STATUS_NONCONTINUABLE_EXCEPTION")
#undef STATUS_NONCONTINUABLE_EXCEPTION
static const NTSTATUS STATUS_NONCONTINUABLE_EXCEPTION = (NTSTATUS)0xc0000025;
#pragma pop_macro("STATUS_NONCONTINUABLE_EXCEPTION")
#pragma push_macro("STATUS_INVALID_DISPOSITION")
#undef STATUS_INVALID_DISPOSITION
static const NTSTATUS STATUS_INVALID_DISPOSITION = (NTSTATUS)0xc0000026;
#pragma pop_macro("STATUS_INVALID_DISPOSITION")
#pragma push_macro("STATUS_UNWIND")
#undef STATUS_UNWIND
static const NTSTATUS STATUS_UNWIND = (NTSTATUS)0xc0000027;
#pragma pop_macro("STATUS_UNWIND")
#pragma push_macro("STATUS_BAD_STACK")
#undef STATUS_BAD_STACK
static const NTSTATUS STATUS_BAD_STACK = (NTSTATUS)0xc0000028;
#pragma pop_macro("STATUS_BAD_STACK")
#pragma push_macro("STATUS_INVALID_UNWIND_TARGET")
#undef STATUS_INVALID_UNWIND_TARGET
static const NTSTATUS STATUS_INVALID_UNWIND_TARGET = (NTSTATUS)0xc0000029;
#pragma pop_macro("STATUS_INVALID_UNWIND_TARGET")
#pragma push_macro("STATUS_NOT_LOCKED")
#undef STATUS_NOT_LOCKED
static const NTSTATUS STATUS_NOT_LOCKED = (NTSTATUS)0xc000002a;
#pragma pop_macro("STATUS_NOT_LOCKED")
#pragma push_macro("STATUS_PARITY_ERROR")
#undef STATUS_PARITY_ERROR
static const NTSTATUS STATUS_PARITY_ERROR = (NTSTATUS)0xc000002b;
#pragma pop_macro("STATUS_PARITY_ERROR")
#pragma push_macro("STATUS_UNABLE_TO_DECOMMIT_VM")
#undef STATUS_UNABLE_TO_DECOMMIT_VM
static const NTSTATUS STATUS_UNABLE_TO_DECOMMIT_VM = (NTSTATUS)0xc000002c;
#pragma pop_macro("STATUS_UNABLE_TO_DECOMMIT_VM")
#pragma push_macro("STATUS_NOT_COMMITTED")
#undef STATUS_NOT_COMMITTED
static const NTSTATUS STATUS_NOT_COMMITTED = (NTSTATUS)0xc000002d;
#pragma pop_macro("STATUS_NOT_COMMITTED")
#pragma push_macro("STATUS_INVALID_PORT_ATTRIBUTES")
#undef STATUS_INVALID_PORT_ATTRIBUTES
static const NTSTATUS STATUS_INVALID_PORT_ATTRIBUTES = (NTSTATUS)0xc000002e;
#pragma pop_macro("STATUS_INVALID_PORT_ATTRIBUTES")
#pragma push_macro("STATUS_PORT_MESSAGE_TOO_LONG")
#undef STATUS_PORT_MESSAGE_TOO_LONG
static const NTSTATUS STATUS_PORT_MESSAGE_TOO_LONG = (NTSTATUS)0xc000002f;
#pragma pop_macro("STATUS_PORT_MESSAGE_TOO_LONG")
#pragma push_macro("STATUS_INVALID_PARAMETER_MIX")
#undef STATUS_INVALID_PARAMETER_MIX
static const NTSTATUS STATUS_INVALID_PARAMETER_MIX = (NTSTATUS)0xc0000030;
#pragma pop_macro("STATUS_INVALID_PARAMETER_MIX")
#pragma push_macro("STATUS_INVALID_QUOTA_LOWER")
#undef STATUS_INVALID_QUOTA_LOWER
static const NTSTATUS STATUS_INVALID_QUOTA_LOWER = (NTSTATUS)0xc0000031;
#pragma pop_macro("STATUS_INVALID_QUOTA_LOWER")
#pragma push_macro("STATUS_DISK_CORRUPT_ERROR")
#undef STATUS_DISK_CORRUPT_ERROR
static const NTSTATUS STATUS_DISK_CORRUPT_ERROR = (NTSTATUS)0xc0000032;
#pragma pop_macro("STATUS_DISK_CORRUPT_ERROR")
#pragma push_macro("STATUS_OBJECT_NAME_INVALID")
#undef STATUS_OBJECT_NAME_INVALID
static const NTSTATUS STATUS_OBJECT_NAME_INVALID = (NTSTATUS)0xc0000033;
#pragma pop_macro("STATUS_OBJECT_NAME_INVALID")
#pragma push_macro("STATUS_OBJECT_NAME_NOT_FOUND")
#undef STATUS_OBJECT_NAME_NOT_FOUND
static const NTSTATUS STATUS_OBJECT_NAME_NOT_FOUND = (NTSTATUS)0xc0000034;
#pragma pop_macro("STATUS_OBJECT_NAME_NOT_FOUND")
#pragma push_macro("STATUS_OBJECT_NAME_COLLISION")
#undef STATUS_OBJECT_NAME_COLLISION
static const NTSTATUS STATUS_OBJECT_NAME_COLLISION = (NTSTATUS)0xc0000035;
#pragma pop_macro("STATUS_OBJECT_NAME_COLLISION")
#pragma push_macro("STATUS_PORT_DO_NOT_DISTURB")
#undef STATUS_PORT_DO_NOT_DISTURB
static const NTSTATUS STATUS_PORT_DO_NOT_DISTURB = (NTSTATUS)0xc0000036;
#pragma pop_macro("STATUS_PORT_DO_NOT_DISTURB")
#pragma push_macro("STATUS_PORT_DISCONNECTED")
#undef STATUS_PORT_DISCONNECTED
static const NTSTATUS STATUS_PORT_DISCONNECTED = (NTSTATUS)0xc0000037;
#pragma pop_macro("STATUS_PORT_DISCONNECTED")
#pragma push_macro("STATUS_DEVICE_ALREADY_ATTACHED")
#undef STATUS_DEVICE_ALREADY_ATTACHED
static const NTSTATUS STATUS_DEVICE_ALREADY_ATTACHED = (NTSTATUS)0xc0000038;
#pragma pop_macro("STATUS_DEVICE_ALREADY_ATTACHED")
#pragma push_macro("STATUS_OBJECT_PATH_INVALID")
#undef STATUS_OBJECT_PATH_INVALID
static const NTSTATUS STATUS_OBJECT_PATH_INVALID = (NTSTATUS)0xc0000039;
#pragma pop_macro("STATUS_OBJECT_PATH_INVALID")
#pragma push_macro("STATUS_OBJECT_PATH_NOT_FOUND")
#undef STATUS_OBJECT_PATH_NOT_FOUND
static const NTSTATUS STATUS_OBJECT_PATH_NOT_FOUND = (NTSTATUS)0xc000003a;
#pragma pop_macro("STATUS_OBJECT_PATH_NOT_FOUND")
#pragma push_macro("STATUS_OBJECT_PATH_SYNTAX_BAD")
#undef STATUS_OBJECT_PATH_SYNTAX_BAD
static const NTSTATUS STATUS_OBJECT_PATH_SYNTAX_BAD = (NTSTATUS)0xc000003b;
#pragma pop_macro("STATUS_OBJECT_PATH_SYNTAX_BAD")
#pragma push_macro("STATUS_DATA_OVERRUN")
#undef STATUS_DATA_OVERRUN
static const NTSTATUS STATUS_DATA_OVERRUN = (NTSTATUS)0xc000003c;
#pragma pop_macro("STATUS_DATA_OVERRUN")
#pragma push_macro("STATUS_DATA_LATE_ERROR")
#undef STATUS_DATA_LATE_ERROR
static const NTSTATUS STATUS_DATA_LATE_ERROR = (NTSTATUS)0xc000003d;
#pragma pop_macro("STATUS_DATA_LATE_ERROR")
#pragma push_macro("STATUS_DATA_ERROR")
#undef STATUS_DATA_ERROR
static const NTSTATUS STATUS_DATA_ERROR = (NTSTATUS)0xc000003e;
#pragma pop_macro("STATUS_DATA_ERROR")
#pragma push_macro("STATUS_CRC_ERROR")
#undef STATUS_CRC_ERROR
static const NTSTATUS STATUS_CRC_ERROR = (NTSTATUS)0xc000003f;
#pragma pop_macro("STATUS_CRC_ERROR")
#pragma push_macro("STATUS_SECTION_TOO_BIG")
#undef STATUS_SECTION_TOO_BIG
static const NTSTATUS STATUS_SECTION_TOO_BIG = (NTSTATUS)0xc0000040;
#pragma pop_macro("STATUS_SECTION_TOO_BIG")
#pragma push_macro("STATUS_PORT_CONNECTION_REFUSED")
#undef STATUS_PORT_CONNECTION_REFUSED
static const NTSTATUS STATUS_PORT_CONNECTION_REFUSED = (NTSTATUS)0xc0000041;
#pragma pop_macro("STATUS_PORT_CONNECTION_REFUSED")
#pragma push_macro("STATUS_INVALID_PORT_HANDLE")
#undef STATUS_INVALID_PORT_HANDLE
static const NTSTATUS STATUS_INVALID_PORT_HANDLE = (NTSTATUS)0xc0000042;
#pragma pop_macro("STATUS_INVALID_PORT_HANDLE")
#pragma push_macro("STATUS_SHARING_VIOLATION")
#undef STATUS_SHARING_VIOLATION
static const NTSTATUS STATUS_SHARING_VIOLATION = (NTSTATUS)0xc0000043;
#pragma pop_macro("STATUS_SHARING_VIOLATION")
#pragma push_macro("STATUS_QUOTA_EXCEEDED")
#undef STATUS_QUOTA_EXCEEDED
static const NTSTATUS STATUS_QUOTA_EXCEEDED = (NTSTATUS)0xc0000044;
#pragma pop_macro("STATUS_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_INVALID_PAGE_PROTECTION")
#undef STATUS_INVALID_PAGE_PROTECTION
static const NTSTATUS STATUS_INVALID_PAGE_PROTECTION = (NTSTATUS)0xc0000045;
#pragma pop_macro("STATUS_INVALID_PAGE_PROTECTION")
#pragma push_macro("STATUS_MUTANT_NOT_OWNED")
#undef STATUS_MUTANT_NOT_OWNED
static const NTSTATUS STATUS_MUTANT_NOT_OWNED = (NTSTATUS)0xc0000046;
#pragma pop_macro("STATUS_MUTANT_NOT_OWNED")
#pragma push_macro("STATUS_SEMAPHORE_LIMIT_EXCEEDED")
#undef STATUS_SEMAPHORE_LIMIT_EXCEEDED
static const NTSTATUS STATUS_SEMAPHORE_LIMIT_EXCEEDED = (NTSTATUS)0xc0000047;
#pragma pop_macro("STATUS_SEMAPHORE_LIMIT_EXCEEDED")
#pragma push_macro("STATUS_PORT_ALREADY_SET")
#undef STATUS_PORT_ALREADY_SET
static const NTSTATUS STATUS_PORT_ALREADY_SET = (NTSTATUS)0xc0000048;
#pragma pop_macro("STATUS_PORT_ALREADY_SET")
#pragma push_macro("STATUS_SECTION_NOT_IMAGE")
#undef STATUS_SECTION_NOT_IMAGE
static const NTSTATUS STATUS_SECTION_NOT_IMAGE = (NTSTATUS)0xc0000049;
#pragma pop_macro("STATUS_SECTION_NOT_IMAGE")
#pragma push_macro("STATUS_SUSPEND_COUNT_EXCEEDED")
#undef STATUS_SUSPEND_COUNT_EXCEEDED
static const NTSTATUS STATUS_SUSPEND_COUNT_EXCEEDED = (NTSTATUS)0xc000004a;
#pragma pop_macro("STATUS_SUSPEND_COUNT_EXCEEDED")
#pragma push_macro("STATUS_THREAD_IS_TERMINATING")
#undef STATUS_THREAD_IS_TERMINATING
static const NTSTATUS STATUS_THREAD_IS_TERMINATING = (NTSTATUS)0xc000004b;
#pragma pop_macro("STATUS_THREAD_IS_TERMINATING")
#pragma push_macro("STATUS_BAD_WORKING_SET_LIMIT")
#undef STATUS_BAD_WORKING_SET_LIMIT
static const NTSTATUS STATUS_BAD_WORKING_SET_LIMIT = (NTSTATUS)0xc000004c;
#pragma pop_macro("STATUS_BAD_WORKING_SET_LIMIT")
#pragma push_macro("STATUS_INCOMPATIBLE_FILE_MAP")
#undef STATUS_INCOMPATIBLE_FILE_MAP
static const NTSTATUS STATUS_INCOMPATIBLE_FILE_MAP = (NTSTATUS)0xc000004d;
#pragma pop_macro("STATUS_INCOMPATIBLE_FILE_MAP")
#pragma push_macro("STATUS_SECTION_PROTECTION")
#undef STATUS_SECTION_PROTECTION
static const NTSTATUS STATUS_SECTION_PROTECTION = (NTSTATUS)0xc000004e;
#pragma pop_macro("STATUS_SECTION_PROTECTION")
#pragma push_macro("STATUS_EAS_NOT_SUPPORTED")
#undef STATUS_EAS_NOT_SUPPORTED
static const NTSTATUS STATUS_EAS_NOT_SUPPORTED = (NTSTATUS)0xc000004f;
#pragma pop_macro("STATUS_EAS_NOT_SUPPORTED")
#pragma push_macro("STATUS_EA_TOO_LARGE")
#undef STATUS_EA_TOO_LARGE
static const NTSTATUS STATUS_EA_TOO_LARGE = (NTSTATUS)0xc0000050;
#pragma pop_macro("STATUS_EA_TOO_LARGE")
#pragma push_macro("STATUS_NONEXISTENT_EA_ENTRY")
#undef STATUS_NONEXISTENT_EA_ENTRY
static const NTSTATUS STATUS_NONEXISTENT_EA_ENTRY = (NTSTATUS)0xc0000051;
#pragma pop_macro("STATUS_NONEXISTENT_EA_ENTRY")
#pragma push_macro("STATUS_NO_EAS_ON_FILE")
#undef STATUS_NO_EAS_ON_FILE
static const NTSTATUS STATUS_NO_EAS_ON_FILE = (NTSTATUS)0xc0000052;
#pragma pop_macro("STATUS_NO_EAS_ON_FILE")
#pragma push_macro("STATUS_EA_CORRUPT_ERROR")
#undef STATUS_EA_CORRUPT_ERROR
static const NTSTATUS STATUS_EA_CORRUPT_ERROR = (NTSTATUS)0xc0000053;
#pragma pop_macro("STATUS_EA_CORRUPT_ERROR")
#pragma push_macro("STATUS_FILE_LOCK_CONFLICT")
#undef STATUS_FILE_LOCK_CONFLICT
static const NTSTATUS STATUS_FILE_LOCK_CONFLICT = (NTSTATUS)0xc0000054;
#pragma pop_macro("STATUS_FILE_LOCK_CONFLICT")
#pragma push_macro("STATUS_LOCK_NOT_GRANTED")
#undef STATUS_LOCK_NOT_GRANTED
static const NTSTATUS STATUS_LOCK_NOT_GRANTED = (NTSTATUS)0xc0000055;
#pragma pop_macro("STATUS_LOCK_NOT_GRANTED")
#pragma push_macro("STATUS_DELETE_PENDING")
#undef STATUS_DELETE_PENDING
static const NTSTATUS STATUS_DELETE_PENDING = (NTSTATUS)0xc0000056;
#pragma pop_macro("STATUS_DELETE_PENDING")
#pragma push_macro("STATUS_CTL_FILE_NOT_SUPPORTED")
#undef STATUS_CTL_FILE_NOT_SUPPORTED
static const NTSTATUS STATUS_CTL_FILE_NOT_SUPPORTED = (NTSTATUS)0xc0000057;
#pragma pop_macro("STATUS_CTL_FILE_NOT_SUPPORTED")
#pragma push_macro("STATUS_UNKNOWN_REVISION")
#undef STATUS_UNKNOWN_REVISION
static const NTSTATUS STATUS_UNKNOWN_REVISION = (NTSTATUS)0xc0000058;
#pragma pop_macro("STATUS_UNKNOWN_REVISION")
#pragma push_macro("STATUS_REVISION_MISMATCH")
#undef STATUS_REVISION_MISMATCH
static const NTSTATUS STATUS_REVISION_MISMATCH = (NTSTATUS)0xc0000059;
#pragma pop_macro("STATUS_REVISION_MISMATCH")
#pragma push_macro("STATUS_INVALID_OWNER")
#undef STATUS_INVALID_OWNER
static const NTSTATUS STATUS_INVALID_OWNER = (NTSTATUS)0xc000005a;
#pragma pop_macro("STATUS_INVALID_OWNER")
#pragma push_macro("STATUS_INVALID_PRIMARY_GROUP")
#undef STATUS_INVALID_PRIMARY_GROUP
static const NTSTATUS STATUS_INVALID_PRIMARY_GROUP = (NTSTATUS)0xc000005b;
#pragma pop_macro("STATUS_INVALID_PRIMARY_GROUP")
#pragma push_macro("STATUS_NO_IMPERSONATION_TOKEN")
#undef STATUS_NO_IMPERSONATION_TOKEN
static const NTSTATUS STATUS_NO_IMPERSONATION_TOKEN = (NTSTATUS)0xc000005c;
#pragma pop_macro("STATUS_NO_IMPERSONATION_TOKEN")
#pragma push_macro("STATUS_CANT_DISABLE_MANDATORY")
#undef STATUS_CANT_DISABLE_MANDATORY
static const NTSTATUS STATUS_CANT_DISABLE_MANDATORY = (NTSTATUS)0xc000005d;
#pragma pop_macro("STATUS_CANT_DISABLE_MANDATORY")
#pragma push_macro("STATUS_NO_LOGON_SERVERS")
#undef STATUS_NO_LOGON_SERVERS
static const NTSTATUS STATUS_NO_LOGON_SERVERS = (NTSTATUS)0xc000005e;
#pragma pop_macro("STATUS_NO_LOGON_SERVERS")
#pragma push_macro("STATUS_NO_SUCH_LOGON_SESSION")
#undef STATUS_NO_SUCH_LOGON_SESSION
static const NTSTATUS STATUS_NO_SUCH_LOGON_SESSION = (NTSTATUS)0xc000005f;
#pragma pop_macro("STATUS_NO_SUCH_LOGON_SESSION")
#pragma push_macro("STATUS_NO_SUCH_PRIVILEGE")
#undef STATUS_NO_SUCH_PRIVILEGE
static const NTSTATUS STATUS_NO_SUCH_PRIVILEGE = (NTSTATUS)0xc0000060;
#pragma pop_macro("STATUS_NO_SUCH_PRIVILEGE")
#pragma push_macro("STATUS_PRIVILEGE_NOT_HELD")
#undef STATUS_PRIVILEGE_NOT_HELD
static const NTSTATUS STATUS_PRIVILEGE_NOT_HELD = (NTSTATUS)0xc0000061;
#pragma pop_macro("STATUS_PRIVILEGE_NOT_HELD")
#pragma push_macro("STATUS_INVALID_ACCOUNT_NAME")
#undef STATUS_INVALID_ACCOUNT_NAME
static const NTSTATUS STATUS_INVALID_ACCOUNT_NAME = (NTSTATUS)0xc0000062;
#pragma pop_macro("STATUS_INVALID_ACCOUNT_NAME")
#pragma push_macro("STATUS_USER_EXISTS")
#undef STATUS_USER_EXISTS
static const NTSTATUS STATUS_USER_EXISTS = (NTSTATUS)0xc0000063;
#pragma pop_macro("STATUS_USER_EXISTS")
#pragma push_macro("STATUS_NO_SUCH_USER")
#undef STATUS_NO_SUCH_USER
static const NTSTATUS STATUS_NO_SUCH_USER = (NTSTATUS)0xc0000064;
#pragma pop_macro("STATUS_NO_SUCH_USER")
#pragma push_macro("STATUS_GROUP_EXISTS")
#undef STATUS_GROUP_EXISTS
static const NTSTATUS STATUS_GROUP_EXISTS = (NTSTATUS)0xc0000065;
#pragma pop_macro("STATUS_GROUP_EXISTS")
#pragma push_macro("STATUS_NO_SUCH_GROUP")
#undef STATUS_NO_SUCH_GROUP
static const NTSTATUS STATUS_NO_SUCH_GROUP = (NTSTATUS)0xc0000066;
#pragma pop_macro("STATUS_NO_SUCH_GROUP")
#pragma push_macro("STATUS_MEMBER_IN_GROUP")
#undef STATUS_MEMBER_IN_GROUP
static const NTSTATUS STATUS_MEMBER_IN_GROUP = (NTSTATUS)0xc0000067;
#pragma pop_macro("STATUS_MEMBER_IN_GROUP")
#pragma push_macro("STATUS_MEMBER_NOT_IN_GROUP")
#undef STATUS_MEMBER_NOT_IN_GROUP
static const NTSTATUS STATUS_MEMBER_NOT_IN_GROUP = (NTSTATUS)0xc0000068;
#pragma pop_macro("STATUS_MEMBER_NOT_IN_GROUP")
#pragma push_macro("STATUS_LAST_ADMIN")
#undef STATUS_LAST_ADMIN
static const NTSTATUS STATUS_LAST_ADMIN = (NTSTATUS)0xc0000069;
#pragma pop_macro("STATUS_LAST_ADMIN")
#pragma push_macro("STATUS_WRONG_PASSWORD")
#undef STATUS_WRONG_PASSWORD
static const NTSTATUS STATUS_WRONG_PASSWORD = (NTSTATUS)0xc000006a;
#pragma pop_macro("STATUS_WRONG_PASSWORD")
#pragma push_macro("STATUS_ILL_FORMED_PASSWORD")
#undef STATUS_ILL_FORMED_PASSWORD
static const NTSTATUS STATUS_ILL_FORMED_PASSWORD = (NTSTATUS)0xc000006b;
#pragma pop_macro("STATUS_ILL_FORMED_PASSWORD")
#pragma push_macro("STATUS_PASSWORD_RESTRICTION")
#undef STATUS_PASSWORD_RESTRICTION
static const NTSTATUS STATUS_PASSWORD_RESTRICTION = (NTSTATUS)0xc000006c;
#pragma pop_macro("STATUS_PASSWORD_RESTRICTION")
#pragma push_macro("STATUS_LOGON_FAILURE")
#undef STATUS_LOGON_FAILURE
static const NTSTATUS STATUS_LOGON_FAILURE = (NTSTATUS)0xc000006d;
#pragma pop_macro("STATUS_LOGON_FAILURE")
#pragma push_macro("STATUS_ACCOUNT_RESTRICTION")
#undef STATUS_ACCOUNT_RESTRICTION
static const NTSTATUS STATUS_ACCOUNT_RESTRICTION = (NTSTATUS)0xc000006e;
#pragma pop_macro("STATUS_ACCOUNT_RESTRICTION")
#pragma push_macro("STATUS_INVALID_LOGON_HOURS")
#undef STATUS_INVALID_LOGON_HOURS
static const NTSTATUS STATUS_INVALID_LOGON_HOURS = (NTSTATUS)0xc000006f;
#pragma pop_macro("STATUS_INVALID_LOGON_HOURS")
#pragma push_macro("STATUS_INVALID_WORKSTATION")
#undef STATUS_INVALID_WORKSTATION
static const NTSTATUS STATUS_INVALID_WORKSTATION = (NTSTATUS)0xc0000070;
#pragma pop_macro("STATUS_INVALID_WORKSTATION")
#pragma push_macro("STATUS_PASSWORD_EXPIRED")
#undef STATUS_PASSWORD_EXPIRED
static const NTSTATUS STATUS_PASSWORD_EXPIRED = (NTSTATUS)0xc0000071;
#pragma pop_macro("STATUS_PASSWORD_EXPIRED")
#pragma push_macro("STATUS_ACCOUNT_DISABLED")
#undef STATUS_ACCOUNT_DISABLED
static const NTSTATUS STATUS_ACCOUNT_DISABLED = (NTSTATUS)0xc0000072;
#pragma pop_macro("STATUS_ACCOUNT_DISABLED")
#pragma push_macro("STATUS_NONE_MAPPED")
#undef STATUS_NONE_MAPPED
static const NTSTATUS STATUS_NONE_MAPPED = (NTSTATUS)0xc0000073;
#pragma pop_macro("STATUS_NONE_MAPPED")
#pragma push_macro("STATUS_TOO_MANY_LUIDS_REQUESTED")
#undef STATUS_TOO_MANY_LUIDS_REQUESTED
static const NTSTATUS STATUS_TOO_MANY_LUIDS_REQUESTED = (NTSTATUS)0xc0000074;
#pragma pop_macro("STATUS_TOO_MANY_LUIDS_REQUESTED")
#pragma push_macro("STATUS_LUIDS_EXHAUSTED")
#undef STATUS_LUIDS_EXHAUSTED
static const NTSTATUS STATUS_LUIDS_EXHAUSTED = (NTSTATUS)0xc0000075;
#pragma pop_macro("STATUS_LUIDS_EXHAUSTED")
#pragma push_macro("STATUS_INVALID_SUB_AUTHORITY")
#undef STATUS_INVALID_SUB_AUTHORITY
static const NTSTATUS STATUS_INVALID_SUB_AUTHORITY = (NTSTATUS)0xc0000076;
#pragma pop_macro("STATUS_INVALID_SUB_AUTHORITY")
#pragma push_macro("STATUS_INVALID_ACL")
#undef STATUS_INVALID_ACL
static const NTSTATUS STATUS_INVALID_ACL = (NTSTATUS)0xc0000077;
#pragma pop_macro("STATUS_INVALID_ACL")
#pragma push_macro("STATUS_INVALID_SID")
#undef STATUS_INVALID_SID
static const NTSTATUS STATUS_INVALID_SID = (NTSTATUS)0xc0000078;
#pragma pop_macro("STATUS_INVALID_SID")
#pragma push_macro("STATUS_INVALID_SECURITY_DESCR")
#undef STATUS_INVALID_SECURITY_DESCR
static const NTSTATUS STATUS_INVALID_SECURITY_DESCR = (NTSTATUS)0xc0000079;
#pragma pop_macro("STATUS_INVALID_SECURITY_DESCR")
#pragma push_macro("STATUS_PROCEDURE_NOT_FOUND")
#undef STATUS_PROCEDURE_NOT_FOUND
static const NTSTATUS STATUS_PROCEDURE_NOT_FOUND = (NTSTATUS)0xc000007a;
#pragma pop_macro("STATUS_PROCEDURE_NOT_FOUND")
#pragma push_macro("STATUS_INVALID_IMAGE_FORMAT")
#undef STATUS_INVALID_IMAGE_FORMAT
static const NTSTATUS STATUS_INVALID_IMAGE_FORMAT = (NTSTATUS)0xc000007b;
#pragma pop_macro("STATUS_INVALID_IMAGE_FORMAT")
#pragma push_macro("STATUS_NO_TOKEN")
#undef STATUS_NO_TOKEN
static const NTSTATUS STATUS_NO_TOKEN = (NTSTATUS)0xc000007c;
#pragma pop_macro("STATUS_NO_TOKEN")
#pragma push_macro("STATUS_BAD_INHERITANCE_ACL")
#undef STATUS_BAD_INHERITANCE_ACL
static const NTSTATUS STATUS_BAD_INHERITANCE_ACL = (NTSTATUS)0xc000007d;
#pragma pop_macro("STATUS_BAD_INHERITANCE_ACL")
#pragma push_macro("STATUS_RANGE_NOT_LOCKED")
#undef STATUS_RANGE_NOT_LOCKED
static const NTSTATUS STATUS_RANGE_NOT_LOCKED = (NTSTATUS)0xc000007e;
#pragma pop_macro("STATUS_RANGE_NOT_LOCKED")
#pragma push_macro("STATUS_DISK_FULL")
#undef STATUS_DISK_FULL
static const NTSTATUS STATUS_DISK_FULL = (NTSTATUS)0xc000007f;
#pragma pop_macro("STATUS_DISK_FULL")
#pragma push_macro("STATUS_SERVER_DISABLED")
#undef STATUS_SERVER_DISABLED
static const NTSTATUS STATUS_SERVER_DISABLED = (NTSTATUS)0xc0000080;
#pragma pop_macro("STATUS_SERVER_DISABLED")
#pragma push_macro("STATUS_SERVER_NOT_DISABLED")
#undef STATUS_SERVER_NOT_DISABLED
static const NTSTATUS STATUS_SERVER_NOT_DISABLED = (NTSTATUS)0xc0000081;
#pragma pop_macro("STATUS_SERVER_NOT_DISABLED")
#pragma push_macro("STATUS_TOO_MANY_GUIDS_REQUESTED")
#undef STATUS_TOO_MANY_GUIDS_REQUESTED
static const NTSTATUS STATUS_TOO_MANY_GUIDS_REQUESTED = (NTSTATUS)0xc0000082;
#pragma pop_macro("STATUS_TOO_MANY_GUIDS_REQUESTED")
#pragma push_macro("STATUS_GUIDS_EXHAUSTED")
#undef STATUS_GUIDS_EXHAUSTED
static const NTSTATUS STATUS_GUIDS_EXHAUSTED = (NTSTATUS)0xc0000083;
#pragma pop_macro("STATUS_GUIDS_EXHAUSTED")
#pragma push_macro("STATUS_INVALID_ID_AUTHORITY")
#undef STATUS_INVALID_ID_AUTHORITY
static const NTSTATUS STATUS_INVALID_ID_AUTHORITY = (NTSTATUS)0xc0000084;
#pragma pop_macro("STATUS_INVALID_ID_AUTHORITY")
#pragma push_macro("STATUS_AGENTS_EXHAUSTED")
#undef STATUS_AGENTS_EXHAUSTED
static const NTSTATUS STATUS_AGENTS_EXHAUSTED = (NTSTATUS)0xc0000085;
#pragma pop_macro("STATUS_AGENTS_EXHAUSTED")
#pragma push_macro("STATUS_INVALID_VOLUME_LABEL")
#undef STATUS_INVALID_VOLUME_LABEL
static const NTSTATUS STATUS_INVALID_VOLUME_LABEL = (NTSTATUS)0xc0000086;
#pragma pop_macro("STATUS_INVALID_VOLUME_LABEL")
#pragma push_macro("STATUS_SECTION_NOT_EXTENDED")
#undef STATUS_SECTION_NOT_EXTENDED
static const NTSTATUS STATUS_SECTION_NOT_EXTENDED = (NTSTATUS)0xc0000087;
#pragma pop_macro("STATUS_SECTION_NOT_EXTENDED")
#pragma push_macro("STATUS_NOT_MAPPED_DATA")
#undef STATUS_NOT_MAPPED_DATA
static const NTSTATUS STATUS_NOT_MAPPED_DATA = (NTSTATUS)0xc0000088;
#pragma pop_macro("STATUS_NOT_MAPPED_DATA")
#pragma push_macro("STATUS_RESOURCE_DATA_NOT_FOUND")
#undef STATUS_RESOURCE_DATA_NOT_FOUND
static const NTSTATUS STATUS_RESOURCE_DATA_NOT_FOUND = (NTSTATUS)0xc0000089;
#pragma pop_macro("STATUS_RESOURCE_DATA_NOT_FOUND")
#pragma push_macro("STATUS_RESOURCE_TYPE_NOT_FOUND")
#undef STATUS_RESOURCE_TYPE_NOT_FOUND
static const NTSTATUS STATUS_RESOURCE_TYPE_NOT_FOUND = (NTSTATUS)0xc000008a;
#pragma pop_macro("STATUS_RESOURCE_TYPE_NOT_FOUND")
#pragma push_macro("STATUS_RESOURCE_NAME_NOT_FOUND")
#undef STATUS_RESOURCE_NAME_NOT_FOUND
static const NTSTATUS STATUS_RESOURCE_NAME_NOT_FOUND = (NTSTATUS)0xc000008b;
#pragma pop_macro("STATUS_RESOURCE_NAME_NOT_FOUND")
#pragma push_macro("STATUS_ARRAY_BOUNDS_EXCEEDED")
#undef STATUS_ARRAY_BOUNDS_EXCEEDED
static const NTSTATUS STATUS_ARRAY_BOUNDS_EXCEEDED = (NTSTATUS)0xc000008c;
#pragma pop_macro("STATUS_ARRAY_BOUNDS_EXCEEDED")
#pragma push_macro("STATUS_FLOAT_DENORMAL_OPERAND")
#undef STATUS_FLOAT_DENORMAL_OPERAND
static const NTSTATUS STATUS_FLOAT_DENORMAL_OPERAND = (NTSTATUS)0xc000008d;
#pragma pop_macro("STATUS_FLOAT_DENORMAL_OPERAND")
#pragma push_macro("STATUS_FLOAT_DIVIDE_BY_ZERO")
#undef STATUS_FLOAT_DIVIDE_BY_ZERO
static const NTSTATUS STATUS_FLOAT_DIVIDE_BY_ZERO = (NTSTATUS)0xc000008e;
#pragma pop_macro("STATUS_FLOAT_DIVIDE_BY_ZERO")
#pragma push_macro("STATUS_FLOAT_INEXACT_RESULT")
#undef STATUS_FLOAT_INEXACT_RESULT
static const NTSTATUS STATUS_FLOAT_INEXACT_RESULT = (NTSTATUS)0xc000008f;
#pragma pop_macro("STATUS_FLOAT_INEXACT_RESULT")
#pragma push_macro("STATUS_FLOAT_INVALID_OPERATION")
#undef STATUS_FLOAT_INVALID_OPERATION
static const NTSTATUS STATUS_FLOAT_INVALID_OPERATION = (NTSTATUS)0xc0000090;
#pragma pop_macro("STATUS_FLOAT_INVALID_OPERATION")
#pragma push_macro("STATUS_FLOAT_OVERFLOW")
#undef STATUS_FLOAT_OVERFLOW
static const NTSTATUS STATUS_FLOAT_OVERFLOW = (NTSTATUS)0xc0000091;
#pragma pop_macro("STATUS_FLOAT_OVERFLOW")
#pragma push_macro("STATUS_FLOAT_STACK_CHECK")
#undef STATUS_FLOAT_STACK_CHECK
static const NTSTATUS STATUS_FLOAT_STACK_CHECK = (NTSTATUS)0xc0000092;
#pragma pop_macro("STATUS_FLOAT_STACK_CHECK")
#pragma push_macro("STATUS_FLOAT_UNDERFLOW")
#undef STATUS_FLOAT_UNDERFLOW
static const NTSTATUS STATUS_FLOAT_UNDERFLOW = (NTSTATUS)0xc0000093;
#pragma pop_macro("STATUS_FLOAT_UNDERFLOW")
#pragma push_macro("STATUS_INTEGER_DIVIDE_BY_ZERO")
#undef STATUS_INTEGER_DIVIDE_BY_ZERO
static const NTSTATUS STATUS_INTEGER_DIVIDE_BY_ZERO = (NTSTATUS)0xc0000094;
#pragma pop_macro("STATUS_INTEGER_DIVIDE_BY_ZERO")
#pragma push_macro("STATUS_INTEGER_OVERFLOW")
#undef STATUS_INTEGER_OVERFLOW
static const NTSTATUS STATUS_INTEGER_OVERFLOW = (NTSTATUS)0xc0000095;
#pragma pop_macro("STATUS_INTEGER_OVERFLOW")
#pragma push_macro("STATUS_PRIVILEGED_INSTRUCTION")
#undef STATUS_PRIVILEGED_INSTRUCTION
static const NTSTATUS STATUS_PRIVILEGED_INSTRUCTION = (NTSTATUS)0xc0000096;
#pragma pop_macro("STATUS_PRIVILEGED_INSTRUCTION")
#pragma push_macro("STATUS_TOO_MANY_PAGING_FILES")
#undef STATUS_TOO_MANY_PAGING_FILES
static const NTSTATUS STATUS_TOO_MANY_PAGING_FILES = (NTSTATUS)0xc0000097;
#pragma pop_macro("STATUS_TOO_MANY_PAGING_FILES")
#pragma push_macro("STATUS_FILE_INVALID")
#undef STATUS_FILE_INVALID
static const NTSTATUS STATUS_FILE_INVALID = (NTSTATUS)0xc0000098;
#pragma pop_macro("STATUS_FILE_INVALID")
#pragma push_macro("STATUS_ALLOTTED_SPACE_EXCEEDED")
#undef STATUS_ALLOTTED_SPACE_EXCEEDED
static const NTSTATUS STATUS_ALLOTTED_SPACE_EXCEEDED = (NTSTATUS)0xc0000099;
#pragma pop_macro("STATUS_ALLOTTED_SPACE_EXCEEDED")
#pragma push_macro("STATUS_INSUFFICIENT_RESOURCES")
#undef STATUS_INSUFFICIENT_RESOURCES
static const NTSTATUS STATUS_INSUFFICIENT_RESOURCES = (NTSTATUS)0xc000009a;
#pragma pop_macro("STATUS_INSUFFICIENT_RESOURCES")
#pragma push_macro("STATUS_DFS_EXIT_PATH_FOUND")
#undef STATUS_DFS_EXIT_PATH_FOUND
static const NTSTATUS STATUS_DFS_EXIT_PATH_FOUND = (NTSTATUS)0xc000009b;
#pragma pop_macro("STATUS_DFS_EXIT_PATH_FOUND")
#pragma push_macro("STATUS_DEVICE_DATA_ERROR")
#undef STATUS_DEVICE_DATA_ERROR
static const NTSTATUS STATUS_DEVICE_DATA_ERROR = (NTSTATUS)0xc000009c;
#pragma pop_macro("STATUS_DEVICE_DATA_ERROR")
#pragma push_macro("STATUS_DEVICE_NOT_CONNECTED")
#undef STATUS_DEVICE_NOT_CONNECTED
static const NTSTATUS STATUS_DEVICE_NOT_CONNECTED = (NTSTATUS)0xc000009d;
#pragma pop_macro("STATUS_DEVICE_NOT_CONNECTED")
#pragma push_macro("STATUS_DEVICE_POWER_FAILURE")
#undef STATUS_DEVICE_POWER_FAILURE
static const NTSTATUS STATUS_DEVICE_POWER_FAILURE = (NTSTATUS)0xc000009e;
#pragma pop_macro("STATUS_DEVICE_POWER_FAILURE")
#pragma push_macro("STATUS_FREE_VM_NOT_AT_BASE")
#undef STATUS_FREE_VM_NOT_AT_BASE
static const NTSTATUS STATUS_FREE_VM_NOT_AT_BASE = (NTSTATUS)0xc000009f;
#pragma pop_macro("STATUS_FREE_VM_NOT_AT_BASE")
#pragma push_macro("STATUS_MEMORY_NOT_ALLOCATED")
#undef STATUS_MEMORY_NOT_ALLOCATED
static const NTSTATUS STATUS_MEMORY_NOT_ALLOCATED = (NTSTATUS)0xc00000a0;
#pragma pop_macro("STATUS_MEMORY_NOT_ALLOCATED")
#pragma push_macro("STATUS_WORKING_SET_QUOTA")
#undef STATUS_WORKING_SET_QUOTA
static const NTSTATUS STATUS_WORKING_SET_QUOTA = (NTSTATUS)0xc00000a1;
#pragma pop_macro("STATUS_WORKING_SET_QUOTA")
#pragma push_macro("STATUS_MEDIA_WRITE_PROTECTED")
#undef STATUS_MEDIA_WRITE_PROTECTED
static const NTSTATUS STATUS_MEDIA_WRITE_PROTECTED = (NTSTATUS)0xc00000a2;
#pragma pop_macro("STATUS_MEDIA_WRITE_PROTECTED")
#pragma push_macro("STATUS_DEVICE_NOT_READY")
#undef STATUS_DEVICE_NOT_READY
static const NTSTATUS STATUS_DEVICE_NOT_READY = (NTSTATUS)0xc00000a3;
#pragma pop_macro("STATUS_DEVICE_NOT_READY")
#pragma push_macro("STATUS_INVALID_GROUP_ATTRIBUTES")
#undef STATUS_INVALID_GROUP_ATTRIBUTES
static const NTSTATUS STATUS_INVALID_GROUP_ATTRIBUTES = (NTSTATUS)0xc00000a4;
#pragma pop_macro("STATUS_INVALID_GROUP_ATTRIBUTES")
#pragma push_macro("STATUS_BAD_IMPERSONATION_LEVEL")
#undef STATUS_BAD_IMPERSONATION_LEVEL
static const NTSTATUS STATUS_BAD_IMPERSONATION_LEVEL = (NTSTATUS)0xc00000a5;
#pragma pop_macro("STATUS_BAD_IMPERSONATION_LEVEL")
#pragma push_macro("STATUS_CANT_OPEN_ANONYMOUS")
#undef STATUS_CANT_OPEN_ANONYMOUS
static const NTSTATUS STATUS_CANT_OPEN_ANONYMOUS = (NTSTATUS)0xc00000a6;
#pragma pop_macro("STATUS_CANT_OPEN_ANONYMOUS")
#pragma push_macro("STATUS_BAD_VALIDATION_CLASS")
#undef STATUS_BAD_VALIDATION_CLASS
static const NTSTATUS STATUS_BAD_VALIDATION_CLASS = (NTSTATUS)0xc00000a7;
#pragma pop_macro("STATUS_BAD_VALIDATION_CLASS")
#pragma push_macro("STATUS_BAD_TOKEN_TYPE")
#undef STATUS_BAD_TOKEN_TYPE
static const NTSTATUS STATUS_BAD_TOKEN_TYPE = (NTSTATUS)0xc00000a8;
#pragma pop_macro("STATUS_BAD_TOKEN_TYPE")
#pragma push_macro("STATUS_BAD_MASTER_BOOT_RECORD")
#undef STATUS_BAD_MASTER_BOOT_RECORD
static const NTSTATUS STATUS_BAD_MASTER_BOOT_RECORD = (NTSTATUS)0xc00000a9;
#pragma pop_macro("STATUS_BAD_MASTER_BOOT_RECORD")
#pragma push_macro("STATUS_INSTRUCTION_MISALIGNMENT")
#undef STATUS_INSTRUCTION_MISALIGNMENT
static const NTSTATUS STATUS_INSTRUCTION_MISALIGNMENT = (NTSTATUS)0xc00000aa;
#pragma pop_macro("STATUS_INSTRUCTION_MISALIGNMENT")
#pragma push_macro("STATUS_INSTANCE_NOT_AVAILABLE")
#undef STATUS_INSTANCE_NOT_AVAILABLE
static const NTSTATUS STATUS_INSTANCE_NOT_AVAILABLE = (NTSTATUS)0xc00000ab;
#pragma pop_macro("STATUS_INSTANCE_NOT_AVAILABLE")
#pragma push_macro("STATUS_PIPE_NOT_AVAILABLE")
#undef STATUS_PIPE_NOT_AVAILABLE
static const NTSTATUS STATUS_PIPE_NOT_AVAILABLE = (NTSTATUS)0xc00000ac;
#pragma pop_macro("STATUS_PIPE_NOT_AVAILABLE")
#pragma push_macro("STATUS_INVALID_PIPE_STATE")
#undef STATUS_INVALID_PIPE_STATE
static const NTSTATUS STATUS_INVALID_PIPE_STATE = (NTSTATUS)0xc00000ad;
#pragma pop_macro("STATUS_INVALID_PIPE_STATE")
#pragma push_macro("STATUS_PIPE_BUSY")
#undef STATUS_PIPE_BUSY
static const NTSTATUS STATUS_PIPE_BUSY = (NTSTATUS)0xc00000ae;
#pragma pop_macro("STATUS_PIPE_BUSY")
#pragma push_macro("STATUS_ILLEGAL_FUNCTION")
#undef STATUS_ILLEGAL_FUNCTION
static const NTSTATUS STATUS_ILLEGAL_FUNCTION = (NTSTATUS)0xc00000af;
#pragma pop_macro("STATUS_ILLEGAL_FUNCTION")
#pragma push_macro("STATUS_PIPE_DISCONNECTED")
#undef STATUS_PIPE_DISCONNECTED
static const NTSTATUS STATUS_PIPE_DISCONNECTED = (NTSTATUS)0xc00000b0;
#pragma pop_macro("STATUS_PIPE_DISCONNECTED")
#pragma push_macro("STATUS_PIPE_CLOSING")
#undef STATUS_PIPE_CLOSING
static const NTSTATUS STATUS_PIPE_CLOSING = (NTSTATUS)0xc00000b1;
#pragma pop_macro("STATUS_PIPE_CLOSING")
#pragma push_macro("STATUS_PIPE_CONNECTED")
#undef STATUS_PIPE_CONNECTED
static const NTSTATUS STATUS_PIPE_CONNECTED = (NTSTATUS)0xc00000b2;
#pragma pop_macro("STATUS_PIPE_CONNECTED")
#pragma push_macro("STATUS_PIPE_LISTENING")
#undef STATUS_PIPE_LISTENING
static const NTSTATUS STATUS_PIPE_LISTENING = (NTSTATUS)0xc00000b3;
#pragma pop_macro("STATUS_PIPE_LISTENING")
#pragma push_macro("STATUS_INVALID_READ_MODE")
#undef STATUS_INVALID_READ_MODE
static const NTSTATUS STATUS_INVALID_READ_MODE = (NTSTATUS)0xc00000b4;
#pragma pop_macro("STATUS_INVALID_READ_MODE")
#pragma push_macro("STATUS_IO_TIMEOUT")
#undef STATUS_IO_TIMEOUT
static const NTSTATUS STATUS_IO_TIMEOUT = (NTSTATUS)0xc00000b5;
#pragma pop_macro("STATUS_IO_TIMEOUT")
#pragma push_macro("STATUS_FILE_FORCED_CLOSED")
#undef STATUS_FILE_FORCED_CLOSED
static const NTSTATUS STATUS_FILE_FORCED_CLOSED = (NTSTATUS)0xc00000b6;
#pragma pop_macro("STATUS_FILE_FORCED_CLOSED")
#pragma push_macro("STATUS_PROFILING_NOT_STARTED")
#undef STATUS_PROFILING_NOT_STARTED
static const NTSTATUS STATUS_PROFILING_NOT_STARTED = (NTSTATUS)0xc00000b7;
#pragma pop_macro("STATUS_PROFILING_NOT_STARTED")
#pragma push_macro("STATUS_PROFILING_NOT_STOPPED")
#undef STATUS_PROFILING_NOT_STOPPED
static const NTSTATUS STATUS_PROFILING_NOT_STOPPED = (NTSTATUS)0xc00000b8;
#pragma pop_macro("STATUS_PROFILING_NOT_STOPPED")
#pragma push_macro("STATUS_COULD_NOT_INTERPRET")
#undef STATUS_COULD_NOT_INTERPRET
static const NTSTATUS STATUS_COULD_NOT_INTERPRET = (NTSTATUS)0xc00000b9;
#pragma pop_macro("STATUS_COULD_NOT_INTERPRET")
#pragma push_macro("STATUS_FILE_IS_A_DIRECTORY")
#undef STATUS_FILE_IS_A_DIRECTORY
static const NTSTATUS STATUS_FILE_IS_A_DIRECTORY = (NTSTATUS)0xc00000ba;
#pragma pop_macro("STATUS_FILE_IS_A_DIRECTORY")
#pragma push_macro("STATUS_NOT_SUPPORTED")
#undef STATUS_NOT_SUPPORTED
static const NTSTATUS STATUS_NOT_SUPPORTED = (NTSTATUS)0xc00000bb;
#pragma pop_macro("STATUS_NOT_SUPPORTED")
#pragma push_macro("STATUS_REMOTE_NOT_LISTENING")
#undef STATUS_REMOTE_NOT_LISTENING
static const NTSTATUS STATUS_REMOTE_NOT_LISTENING = (NTSTATUS)0xc00000bc;
#pragma pop_macro("STATUS_REMOTE_NOT_LISTENING")
#pragma push_macro("STATUS_DUPLICATE_NAME")
#undef STATUS_DUPLICATE_NAME
static const NTSTATUS STATUS_DUPLICATE_NAME = (NTSTATUS)0xc00000bd;
#pragma pop_macro("STATUS_DUPLICATE_NAME")
#pragma push_macro("STATUS_BAD_NETWORK_PATH")
#undef STATUS_BAD_NETWORK_PATH
static const NTSTATUS STATUS_BAD_NETWORK_PATH = (NTSTATUS)0xc00000be;
#pragma pop_macro("STATUS_BAD_NETWORK_PATH")
#pragma push_macro("STATUS_NETWORK_BUSY")
#undef STATUS_NETWORK_BUSY
static const NTSTATUS STATUS_NETWORK_BUSY = (NTSTATUS)0xc00000bf;
#pragma pop_macro("STATUS_NETWORK_BUSY")
#pragma push_macro("STATUS_DEVICE_DOES_NOT_EXIST")
#undef STATUS_DEVICE_DOES_NOT_EXIST
static const NTSTATUS STATUS_DEVICE_DOES_NOT_EXIST = (NTSTATUS)0xc00000c0;
#pragma pop_macro("STATUS_DEVICE_DOES_NOT_EXIST")
#pragma push_macro("STATUS_TOO_MANY_COMMANDS")
#undef STATUS_TOO_MANY_COMMANDS
static const NTSTATUS STATUS_TOO_MANY_COMMANDS = (NTSTATUS)0xc00000c1;
#pragma pop_macro("STATUS_TOO_MANY_COMMANDS")
#pragma push_macro("STATUS_ADAPTER_HARDWARE_ERROR")
#undef STATUS_ADAPTER_HARDWARE_ERROR
static const NTSTATUS STATUS_ADAPTER_HARDWARE_ERROR = (NTSTATUS)0xc00000c2;
#pragma pop_macro("STATUS_ADAPTER_HARDWARE_ERROR")
#pragma push_macro("STATUS_INVALID_NETWORK_RESPONSE")
#undef STATUS_INVALID_NETWORK_RESPONSE
static const NTSTATUS STATUS_INVALID_NETWORK_RESPONSE = (NTSTATUS)0xc00000c3;
#pragma pop_macro("STATUS_INVALID_NETWORK_RESPONSE")
#pragma push_macro("STATUS_UNEXPECTED_NETWORK_ERROR")
#undef STATUS_UNEXPECTED_NETWORK_ERROR
static const NTSTATUS STATUS_UNEXPECTED_NETWORK_ERROR = (NTSTATUS)0xc00000c4;
#pragma pop_macro("STATUS_UNEXPECTED_NETWORK_ERROR")
#pragma push_macro("STATUS_BAD_REMOTE_ADAPTER")
#undef STATUS_BAD_REMOTE_ADAPTER
static const NTSTATUS STATUS_BAD_REMOTE_ADAPTER = (NTSTATUS)0xc00000c5;
#pragma pop_macro("STATUS_BAD_REMOTE_ADAPTER")
#pragma push_macro("STATUS_PRINT_QUEUE_FULL")
#undef STATUS_PRINT_QUEUE_FULL
static const NTSTATUS STATUS_PRINT_QUEUE_FULL = (NTSTATUS)0xc00000c6;
#pragma pop_macro("STATUS_PRINT_QUEUE_FULL")
#pragma push_macro("STATUS_NO_SPOOL_SPACE")
#undef STATUS_NO_SPOOL_SPACE
static const NTSTATUS STATUS_NO_SPOOL_SPACE = (NTSTATUS)0xc00000c7;
#pragma pop_macro("STATUS_NO_SPOOL_SPACE")
#pragma push_macro("STATUS_PRINT_CANCELLED")
#undef STATUS_PRINT_CANCELLED
static const NTSTATUS STATUS_PRINT_CANCELLED = (NTSTATUS)0xc00000c8;
#pragma pop_macro("STATUS_PRINT_CANCELLED")
#pragma push_macro("STATUS_NETWORK_NAME_DELETED")
#undef STATUS_NETWORK_NAME_DELETED
static const NTSTATUS STATUS_NETWORK_NAME_DELETED = (NTSTATUS)0xc00000c9;
#pragma pop_macro("STATUS_NETWORK_NAME_DELETED")
#pragma push_macro("STATUS_NETWORK_ACCESS_DENIED")
#undef STATUS_NETWORK_ACCESS_DENIED
static const NTSTATUS STATUS_NETWORK_ACCESS_DENIED = (NTSTATUS)0xc00000ca;
#pragma pop_macro("STATUS_NETWORK_ACCESS_DENIED")
#pragma push_macro("STATUS_BAD_DEVICE_TYPE")
#undef STATUS_BAD_DEVICE_TYPE
static const NTSTATUS STATUS_BAD_DEVICE_TYPE = (NTSTATUS)0xc00000cb;
#pragma pop_macro("STATUS_BAD_DEVICE_TYPE")
#pragma push_macro("STATUS_BAD_NETWORK_NAME")
#undef STATUS_BAD_NETWORK_NAME
static const NTSTATUS STATUS_BAD_NETWORK_NAME = (NTSTATUS)0xc00000cc;
#pragma pop_macro("STATUS_BAD_NETWORK_NAME")
#pragma push_macro("STATUS_TOO_MANY_NAMES")
#undef STATUS_TOO_MANY_NAMES
static const NTSTATUS STATUS_TOO_MANY_NAMES = (NTSTATUS)0xc00000cd;
#pragma pop_macro("STATUS_TOO_MANY_NAMES")
#pragma push_macro("STATUS_TOO_MANY_SESSIONS")
#undef STATUS_TOO_MANY_SESSIONS
static const NTSTATUS STATUS_TOO_MANY_SESSIONS = (NTSTATUS)0xc00000ce;
#pragma pop_macro("STATUS_TOO_MANY_SESSIONS")
#pragma push_macro("STATUS_SHARING_PAUSED")
#undef STATUS_SHARING_PAUSED
static const NTSTATUS STATUS_SHARING_PAUSED = (NTSTATUS)0xc00000cf;
#pragma pop_macro("STATUS_SHARING_PAUSED")
#pragma push_macro("STATUS_REQUEST_NOT_ACCEPTED")
#undef STATUS_REQUEST_NOT_ACCEPTED
static const NTSTATUS STATUS_REQUEST_NOT_ACCEPTED = (NTSTATUS)0xc00000d0;
#pragma pop_macro("STATUS_REQUEST_NOT_ACCEPTED")
#pragma push_macro("STATUS_REDIRECTOR_PAUSED")
#undef STATUS_REDIRECTOR_PAUSED
static const NTSTATUS STATUS_REDIRECTOR_PAUSED = (NTSTATUS)0xc00000d1;
#pragma pop_macro("STATUS_REDIRECTOR_PAUSED")
#pragma push_macro("STATUS_NET_WRITE_FAULT")
#undef STATUS_NET_WRITE_FAULT
static const NTSTATUS STATUS_NET_WRITE_FAULT = (NTSTATUS)0xc00000d2;
#pragma pop_macro("STATUS_NET_WRITE_FAULT")
#pragma push_macro("STATUS_PROFILING_AT_LIMIT")
#undef STATUS_PROFILING_AT_LIMIT
static const NTSTATUS STATUS_PROFILING_AT_LIMIT = (NTSTATUS)0xc00000d3;
#pragma pop_macro("STATUS_PROFILING_AT_LIMIT")
#pragma push_macro("STATUS_NOT_SAME_DEVICE")
#undef STATUS_NOT_SAME_DEVICE
static const NTSTATUS STATUS_NOT_SAME_DEVICE = (NTSTATUS)0xc00000d4;
#pragma pop_macro("STATUS_NOT_SAME_DEVICE")
#pragma push_macro("STATUS_FILE_RENAMED")
#undef STATUS_FILE_RENAMED
static const NTSTATUS STATUS_FILE_RENAMED = (NTSTATUS)0xc00000d5;
#pragma pop_macro("STATUS_FILE_RENAMED")
#pragma push_macro("STATUS_VIRTUAL_CIRCUIT_CLOSED")
#undef STATUS_VIRTUAL_CIRCUIT_CLOSED
static const NTSTATUS STATUS_VIRTUAL_CIRCUIT_CLOSED = (NTSTATUS)0xc00000d6;
#pragma pop_macro("STATUS_VIRTUAL_CIRCUIT_CLOSED")
#pragma push_macro("STATUS_NO_SECURITY_ON_OBJECT")
#undef STATUS_NO_SECURITY_ON_OBJECT
static const NTSTATUS STATUS_NO_SECURITY_ON_OBJECT = (NTSTATUS)0xc00000d7;
#pragma pop_macro("STATUS_NO_SECURITY_ON_OBJECT")
#pragma push_macro("STATUS_CANT_WAIT")
#undef STATUS_CANT_WAIT
static const NTSTATUS STATUS_CANT_WAIT = (NTSTATUS)0xc00000d8;
#pragma pop_macro("STATUS_CANT_WAIT")
#pragma push_macro("STATUS_PIPE_EMPTY")
#undef STATUS_PIPE_EMPTY
static const NTSTATUS STATUS_PIPE_EMPTY = (NTSTATUS)0xc00000d9;
#pragma pop_macro("STATUS_PIPE_EMPTY")
#pragma push_macro("STATUS_CANT_ACCESS_DOMAIN_INFO")
#undef STATUS_CANT_ACCESS_DOMAIN_INFO
static const NTSTATUS STATUS_CANT_ACCESS_DOMAIN_INFO = (NTSTATUS)0xc00000da;
#pragma pop_macro("STATUS_CANT_ACCESS_DOMAIN_INFO")
#pragma push_macro("STATUS_CANT_TERMINATE_SELF")
#undef STATUS_CANT_TERMINATE_SELF
static const NTSTATUS STATUS_CANT_TERMINATE_SELF = (NTSTATUS)0xc00000db;
#pragma pop_macro("STATUS_CANT_TERMINATE_SELF")
#pragma push_macro("STATUS_INVALID_SERVER_STATE")
#undef STATUS_INVALID_SERVER_STATE
static const NTSTATUS STATUS_INVALID_SERVER_STATE = (NTSTATUS)0xc00000dc;
#pragma pop_macro("STATUS_INVALID_SERVER_STATE")
#pragma push_macro("STATUS_INVALID_DOMAIN_STATE")
#undef STATUS_INVALID_DOMAIN_STATE
static const NTSTATUS STATUS_INVALID_DOMAIN_STATE = (NTSTATUS)0xc00000dd;
#pragma pop_macro("STATUS_INVALID_DOMAIN_STATE")
#pragma push_macro("STATUS_INVALID_DOMAIN_ROLE")
#undef STATUS_INVALID_DOMAIN_ROLE
static const NTSTATUS STATUS_INVALID_DOMAIN_ROLE = (NTSTATUS)0xc00000de;
#pragma pop_macro("STATUS_INVALID_DOMAIN_ROLE")
#pragma push_macro("STATUS_NO_SUCH_DOMAIN")
#undef STATUS_NO_SUCH_DOMAIN
static const NTSTATUS STATUS_NO_SUCH_DOMAIN = (NTSTATUS)0xc00000df;
#pragma pop_macro("STATUS_NO_SUCH_DOMAIN")
#pragma push_macro("STATUS_DOMAIN_EXISTS")
#undef STATUS_DOMAIN_EXISTS
static const NTSTATUS STATUS_DOMAIN_EXISTS = (NTSTATUS)0xc00000e0;
#pragma pop_macro("STATUS_DOMAIN_EXISTS")
#pragma push_macro("STATUS_DOMAIN_LIMIT_EXCEEDED")
#undef STATUS_DOMAIN_LIMIT_EXCEEDED
static const NTSTATUS STATUS_DOMAIN_LIMIT_EXCEEDED = (NTSTATUS)0xc00000e1;
#pragma pop_macro("STATUS_DOMAIN_LIMIT_EXCEEDED")
#pragma push_macro("STATUS_OPLOCK_NOT_GRANTED")
#undef STATUS_OPLOCK_NOT_GRANTED
static const NTSTATUS STATUS_OPLOCK_NOT_GRANTED = (NTSTATUS)0xc00000e2;
#pragma pop_macro("STATUS_OPLOCK_NOT_GRANTED")
#pragma push_macro("STATUS_INVALID_OPLOCK_PROTOCOL")
#undef STATUS_INVALID_OPLOCK_PROTOCOL
static const NTSTATUS STATUS_INVALID_OPLOCK_PROTOCOL = (NTSTATUS)0xc00000e3;
#pragma pop_macro("STATUS_INVALID_OPLOCK_PROTOCOL")
#pragma push_macro("STATUS_INTERNAL_DB_CORRUPTION")
#undef STATUS_INTERNAL_DB_CORRUPTION
static const NTSTATUS STATUS_INTERNAL_DB_CORRUPTION = (NTSTATUS)0xc00000e4;
#pragma pop_macro("STATUS_INTERNAL_DB_CORRUPTION")
#pragma push_macro("STATUS_INTERNAL_ERROR")
#undef STATUS_INTERNAL_ERROR
static const NTSTATUS STATUS_INTERNAL_ERROR = (NTSTATUS)0xc00000e5;
#pragma pop_macro("STATUS_INTERNAL_ERROR")
#pragma push_macro("STATUS_GENERIC_NOT_MAPPED")
#undef STATUS_GENERIC_NOT_MAPPED
static const NTSTATUS STATUS_GENERIC_NOT_MAPPED = (NTSTATUS)0xc00000e6;
#pragma pop_macro("STATUS_GENERIC_NOT_MAPPED")
#pragma push_macro("STATUS_BAD_DESCRIPTOR_FORMAT")
#undef STATUS_BAD_DESCRIPTOR_FORMAT
static const NTSTATUS STATUS_BAD_DESCRIPTOR_FORMAT = (NTSTATUS)0xc00000e7;
#pragma pop_macro("STATUS_BAD_DESCRIPTOR_FORMAT")
#pragma push_macro("STATUS_INVALID_USER_BUFFER")
#undef STATUS_INVALID_USER_BUFFER
static const NTSTATUS STATUS_INVALID_USER_BUFFER = (NTSTATUS)0xc00000e8;
#pragma pop_macro("STATUS_INVALID_USER_BUFFER")
#pragma push_macro("STATUS_UNEXPECTED_IO_ERROR")
#undef STATUS_UNEXPECTED_IO_ERROR
static const NTSTATUS STATUS_UNEXPECTED_IO_ERROR = (NTSTATUS)0xc00000e9;
#pragma pop_macro("STATUS_UNEXPECTED_IO_ERROR")
#pragma push_macro("STATUS_UNEXPECTED_MM_CREATE_ERR")
#undef STATUS_UNEXPECTED_MM_CREATE_ERR
static const NTSTATUS STATUS_UNEXPECTED_MM_CREATE_ERR = (NTSTATUS)0xc00000ea;
#pragma pop_macro("STATUS_UNEXPECTED_MM_CREATE_ERR")
#pragma push_macro("STATUS_UNEXPECTED_MM_MAP_ERROR")
#undef STATUS_UNEXPECTED_MM_MAP_ERROR
static const NTSTATUS STATUS_UNEXPECTED_MM_MAP_ERROR = (NTSTATUS)0xc00000eb;
#pragma pop_macro("STATUS_UNEXPECTED_MM_MAP_ERROR")
#pragma push_macro("STATUS_UNEXPECTED_MM_EXTEND_ERR")
#undef STATUS_UNEXPECTED_MM_EXTEND_ERR
static const NTSTATUS STATUS_UNEXPECTED_MM_EXTEND_ERR = (NTSTATUS)0xc00000ec;
#pragma pop_macro("STATUS_UNEXPECTED_MM_EXTEND_ERR")
#pragma push_macro("STATUS_NOT_LOGON_PROCESS")
#undef STATUS_NOT_LOGON_PROCESS
static const NTSTATUS STATUS_NOT_LOGON_PROCESS = (NTSTATUS)0xc00000ed;
#pragma pop_macro("STATUS_NOT_LOGON_PROCESS")
#pragma push_macro("STATUS_LOGON_SESSION_EXISTS")
#undef STATUS_LOGON_SESSION_EXISTS
static const NTSTATUS STATUS_LOGON_SESSION_EXISTS = (NTSTATUS)0xc00000ee;
#pragma pop_macro("STATUS_LOGON_SESSION_EXISTS")
#pragma push_macro("STATUS_INVALID_PARAMETER_1")
#undef STATUS_INVALID_PARAMETER_1
static const NTSTATUS STATUS_INVALID_PARAMETER_1 = (NTSTATUS)0xc00000ef;
#pragma pop_macro("STATUS_INVALID_PARAMETER_1")
#pragma push_macro("STATUS_INVALID_PARAMETER_2")
#undef STATUS_INVALID_PARAMETER_2
static const NTSTATUS STATUS_INVALID_PARAMETER_2 = (NTSTATUS)0xc00000f0;
#pragma pop_macro("STATUS_INVALID_PARAMETER_2")
#pragma push_macro("STATUS_INVALID_PARAMETER_3")
#undef STATUS_INVALID_PARAMETER_3
static const NTSTATUS STATUS_INVALID_PARAMETER_3 = (NTSTATUS)0xc00000f1;
#pragma pop_macro("STATUS_INVALID_PARAMETER_3")
#pragma push_macro("STATUS_INVALID_PARAMETER_4")
#undef STATUS_INVALID_PARAMETER_4
static const NTSTATUS STATUS_INVALID_PARAMETER_4 = (NTSTATUS)0xc00000f2;
#pragma pop_macro("STATUS_INVALID_PARAMETER_4")
#pragma push_macro("STATUS_INVALID_PARAMETER_5")
#undef STATUS_INVALID_PARAMETER_5
static const NTSTATUS STATUS_INVALID_PARAMETER_5 = (NTSTATUS)0xc00000f3;
#pragma pop_macro("STATUS_INVALID_PARAMETER_5")
#pragma push_macro("STATUS_INVALID_PARAMETER_6")
#undef STATUS_INVALID_PARAMETER_6
static const NTSTATUS STATUS_INVALID_PARAMETER_6 = (NTSTATUS)0xc00000f4;
#pragma pop_macro("STATUS_INVALID_PARAMETER_6")
#pragma push_macro("STATUS_INVALID_PARAMETER_7")
#undef STATUS_INVALID_PARAMETER_7
static const NTSTATUS STATUS_INVALID_PARAMETER_7 = (NTSTATUS)0xc00000f5;
#pragma pop_macro("STATUS_INVALID_PARAMETER_7")
#pragma push_macro("STATUS_INVALID_PARAMETER_8")
#undef STATUS_INVALID_PARAMETER_8
static const NTSTATUS STATUS_INVALID_PARAMETER_8 = (NTSTATUS)0xc00000f6;
#pragma pop_macro("STATUS_INVALID_PARAMETER_8")
#pragma push_macro("STATUS_INVALID_PARAMETER_9")
#undef STATUS_INVALID_PARAMETER_9
static const NTSTATUS STATUS_INVALID_PARAMETER_9 = (NTSTATUS)0xc00000f7;
#pragma pop_macro("STATUS_INVALID_PARAMETER_9")
#pragma push_macro("STATUS_INVALID_PARAMETER_10")
#undef STATUS_INVALID_PARAMETER_10
static const NTSTATUS STATUS_INVALID_PARAMETER_10 = (NTSTATUS)0xc00000f8;
#pragma pop_macro("STATUS_INVALID_PARAMETER_10")
#pragma push_macro("STATUS_INVALID_PARAMETER_11")
#undef STATUS_INVALID_PARAMETER_11
static const NTSTATUS STATUS_INVALID_PARAMETER_11 = (NTSTATUS)0xc00000f9;
#pragma pop_macro("STATUS_INVALID_PARAMETER_11")
#pragma push_macro("STATUS_INVALID_PARAMETER_12")
#undef STATUS_INVALID_PARAMETER_12
static const NTSTATUS STATUS_INVALID_PARAMETER_12 = (NTSTATUS)0xc00000fa;
#pragma pop_macro("STATUS_INVALID_PARAMETER_12")
#pragma push_macro("STATUS_REDIRECTOR_NOT_STARTED")
#undef STATUS_REDIRECTOR_NOT_STARTED
static const NTSTATUS STATUS_REDIRECTOR_NOT_STARTED = (NTSTATUS)0xc00000fb;
#pragma pop_macro("STATUS_REDIRECTOR_NOT_STARTED")
#pragma push_macro("STATUS_REDIRECTOR_STARTED")
#undef STATUS_REDIRECTOR_STARTED
static const NTSTATUS STATUS_REDIRECTOR_STARTED = (NTSTATUS)0xc00000fc;
#pragma pop_macro("STATUS_REDIRECTOR_STARTED")
#pragma push_macro("STATUS_STACK_OVERFLOW")
#undef STATUS_STACK_OVERFLOW
static const NTSTATUS STATUS_STACK_OVERFLOW = (NTSTATUS)0xc00000fd;
#pragma pop_macro("STATUS_STACK_OVERFLOW")
#pragma push_macro("STATUS_NO_SUCH_PACKAGE")
#undef STATUS_NO_SUCH_PACKAGE
static const NTSTATUS STATUS_NO_SUCH_PACKAGE = (NTSTATUS)0xc00000fe;
#pragma pop_macro("STATUS_NO_SUCH_PACKAGE")
#pragma push_macro("STATUS_BAD_FUNCTION_TABLE")
#undef STATUS_BAD_FUNCTION_TABLE
static const NTSTATUS STATUS_BAD_FUNCTION_TABLE = (NTSTATUS)0xc00000ff;
#pragma pop_macro("STATUS_BAD_FUNCTION_TABLE")
#pragma push_macro("STATUS_VARIABLE_NOT_FOUND")
#undef STATUS_VARIABLE_NOT_FOUND
static const NTSTATUS STATUS_VARIABLE_NOT_FOUND = (NTSTATUS)0xc0000100;
#pragma pop_macro("STATUS_VARIABLE_NOT_FOUND")
#pragma push_macro("STATUS_DIRECTORY_NOT_EMPTY")
#undef STATUS_DIRECTORY_NOT_EMPTY
static const NTSTATUS STATUS_DIRECTORY_NOT_EMPTY = (NTSTATUS)0xc0000101;
#pragma pop_macro("STATUS_DIRECTORY_NOT_EMPTY")
#pragma push_macro("STATUS_FILE_CORRUPT_ERROR")
#undef STATUS_FILE_CORRUPT_ERROR
static const NTSTATUS STATUS_FILE_CORRUPT_ERROR = (NTSTATUS)0xc0000102;
#pragma pop_macro("STATUS_FILE_CORRUPT_ERROR")
#pragma push_macro("STATUS_NOT_A_DIRECTORY")
#undef STATUS_NOT_A_DIRECTORY
static const NTSTATUS STATUS_NOT_A_DIRECTORY = (NTSTATUS)0xc0000103;
#pragma pop_macro("STATUS_NOT_A_DIRECTORY")
#pragma push_macro("STATUS_BAD_LOGON_SESSION_STATE")
#undef STATUS_BAD_LOGON_SESSION_STATE
static const NTSTATUS STATUS_BAD_LOGON_SESSION_STATE = (NTSTATUS)0xc0000104;
#pragma pop_macro("STATUS_BAD_LOGON_SESSION_STATE")
#pragma push_macro("STATUS_LOGON_SESSION_COLLISION")
#undef STATUS_LOGON_SESSION_COLLISION
static const NTSTATUS STATUS_LOGON_SESSION_COLLISION = (NTSTATUS)0xc0000105;
#pragma pop_macro("STATUS_LOGON_SESSION_COLLISION")
#pragma push_macro("STATUS_NAME_TOO_LONG")
#undef STATUS_NAME_TOO_LONG
static const NTSTATUS STATUS_NAME_TOO_LONG = (NTSTATUS)0xc0000106;
#pragma pop_macro("STATUS_NAME_TOO_LONG")
#pragma push_macro("STATUS_FILES_OPEN")
#undef STATUS_FILES_OPEN
static const NTSTATUS STATUS_FILES_OPEN = (NTSTATUS)0xc0000107;
#pragma pop_macro("STATUS_FILES_OPEN")
#pragma push_macro("STATUS_CONNECTION_IN_USE")
#undef STATUS_CONNECTION_IN_USE
static const NTSTATUS STATUS_CONNECTION_IN_USE = (NTSTATUS)0xc0000108;
#pragma pop_macro("STATUS_CONNECTION_IN_USE")
#pragma push_macro("STATUS_MESSAGE_NOT_FOUND")
#undef STATUS_MESSAGE_NOT_FOUND
static const NTSTATUS STATUS_MESSAGE_NOT_FOUND = (NTSTATUS)0xc0000109;
#pragma pop_macro("STATUS_MESSAGE_NOT_FOUND")
#pragma push_macro("STATUS_PROCESS_IS_TERMINATING")
#undef STATUS_PROCESS_IS_TERMINATING
static const NTSTATUS STATUS_PROCESS_IS_TERMINATING = (NTSTATUS)0xc000010a;
#pragma pop_macro("STATUS_PROCESS_IS_TERMINATING")
#pragma push_macro("STATUS_INVALID_LOGON_TYPE")
#undef STATUS_INVALID_LOGON_TYPE
static const NTSTATUS STATUS_INVALID_LOGON_TYPE = (NTSTATUS)0xc000010b;
#pragma pop_macro("STATUS_INVALID_LOGON_TYPE")
#pragma push_macro("STATUS_NO_GUID_TRANSLATION")
#undef STATUS_NO_GUID_TRANSLATION
static const NTSTATUS STATUS_NO_GUID_TRANSLATION = (NTSTATUS)0xc000010c;
#pragma pop_macro("STATUS_NO_GUID_TRANSLATION")
#pragma push_macro("STATUS_CANNOT_IMPERSONATE")
#undef STATUS_CANNOT_IMPERSONATE
static const NTSTATUS STATUS_CANNOT_IMPERSONATE = (NTSTATUS)0xc000010d;
#pragma pop_macro("STATUS_CANNOT_IMPERSONATE")
#pragma push_macro("STATUS_IMAGE_ALREADY_LOADED")
#undef STATUS_IMAGE_ALREADY_LOADED
static const NTSTATUS STATUS_IMAGE_ALREADY_LOADED = (NTSTATUS)0xc000010e;
#pragma pop_macro("STATUS_IMAGE_ALREADY_LOADED")
#pragma push_macro("STATUS_ABIOS_NOT_PRESENT")
#undef STATUS_ABIOS_NOT_PRESENT
static const NTSTATUS STATUS_ABIOS_NOT_PRESENT = (NTSTATUS)0xc000010f;
#pragma pop_macro("STATUS_ABIOS_NOT_PRESENT")
#pragma push_macro("STATUS_ABIOS_LID_NOT_EXIST")
#undef STATUS_ABIOS_LID_NOT_EXIST
static const NTSTATUS STATUS_ABIOS_LID_NOT_EXIST = (NTSTATUS)0xc0000110;
#pragma pop_macro("STATUS_ABIOS_LID_NOT_EXIST")
#pragma push_macro("STATUS_ABIOS_LID_ALREADY_OWNED")
#undef STATUS_ABIOS_LID_ALREADY_OWNED
static const NTSTATUS STATUS_ABIOS_LID_ALREADY_OWNED = (NTSTATUS)0xc0000111;
#pragma pop_macro("STATUS_ABIOS_LID_ALREADY_OWNED")
#pragma push_macro("STATUS_ABIOS_NOT_LID_OWNER")
#undef STATUS_ABIOS_NOT_LID_OWNER
static const NTSTATUS STATUS_ABIOS_NOT_LID_OWNER = (NTSTATUS)0xc0000112;
#pragma pop_macro("STATUS_ABIOS_NOT_LID_OWNER")
#pragma push_macro("STATUS_ABIOS_INVALID_COMMAND")
#undef STATUS_ABIOS_INVALID_COMMAND
static const NTSTATUS STATUS_ABIOS_INVALID_COMMAND = (NTSTATUS)0xc0000113;
#pragma pop_macro("STATUS_ABIOS_INVALID_COMMAND")
#pragma push_macro("STATUS_ABIOS_INVALID_LID")
#undef STATUS_ABIOS_INVALID_LID
static const NTSTATUS STATUS_ABIOS_INVALID_LID = (NTSTATUS)0xc0000114;
#pragma pop_macro("STATUS_ABIOS_INVALID_LID")
#pragma push_macro("STATUS_ABIOS_SELECTOR_NOT_AVAILABLE")
#undef STATUS_ABIOS_SELECTOR_NOT_AVAILABLE
static const NTSTATUS STATUS_ABIOS_SELECTOR_NOT_AVAILABLE = (NTSTATUS)0xc0000115;
#pragma pop_macro("STATUS_ABIOS_SELECTOR_NOT_AVAILABLE")
#pragma push_macro("STATUS_ABIOS_INVALID_SELECTOR")
#undef STATUS_ABIOS_INVALID_SELECTOR
static const NTSTATUS STATUS_ABIOS_INVALID_SELECTOR = (NTSTATUS)0xc0000116;
#pragma pop_macro("STATUS_ABIOS_INVALID_SELECTOR")
#pragma push_macro("STATUS_NO_LDT")
#undef STATUS_NO_LDT
static const NTSTATUS STATUS_NO_LDT = (NTSTATUS)0xc0000117;
#pragma pop_macro("STATUS_NO_LDT")
#pragma push_macro("STATUS_INVALID_LDT_SIZE")
#undef STATUS_INVALID_LDT_SIZE
static const NTSTATUS STATUS_INVALID_LDT_SIZE = (NTSTATUS)0xc0000118;
#pragma pop_macro("STATUS_INVALID_LDT_SIZE")
#pragma push_macro("STATUS_INVALID_LDT_OFFSET")
#undef STATUS_INVALID_LDT_OFFSET
static const NTSTATUS STATUS_INVALID_LDT_OFFSET = (NTSTATUS)0xc0000119;
#pragma pop_macro("STATUS_INVALID_LDT_OFFSET")
#pragma push_macro("STATUS_INVALID_LDT_DESCRIPTOR")
#undef STATUS_INVALID_LDT_DESCRIPTOR
static const NTSTATUS STATUS_INVALID_LDT_DESCRIPTOR = (NTSTATUS)0xc000011a;
#pragma pop_macro("STATUS_INVALID_LDT_DESCRIPTOR")
#pragma push_macro("STATUS_INVALID_IMAGE_NE_FORMAT")
#undef STATUS_INVALID_IMAGE_NE_FORMAT
static const NTSTATUS STATUS_INVALID_IMAGE_NE_FORMAT = (NTSTATUS)0xc000011b;
#pragma pop_macro("STATUS_INVALID_IMAGE_NE_FORMAT")
#pragma push_macro("STATUS_RXACT_INVALID_STATE")
#undef STATUS_RXACT_INVALID_STATE
static const NTSTATUS STATUS_RXACT_INVALID_STATE = (NTSTATUS)0xc000011c;
#pragma pop_macro("STATUS_RXACT_INVALID_STATE")
#pragma push_macro("STATUS_RXACT_COMMIT_FAILURE")
#undef STATUS_RXACT_COMMIT_FAILURE
static const NTSTATUS STATUS_RXACT_COMMIT_FAILURE = (NTSTATUS)0xc000011d;
#pragma pop_macro("STATUS_RXACT_COMMIT_FAILURE")
#pragma push_macro("STATUS_MAPPED_FILE_SIZE_ZERO")
#undef STATUS_MAPPED_FILE_SIZE_ZERO
static const NTSTATUS STATUS_MAPPED_FILE_SIZE_ZERO = (NTSTATUS)0xc000011e;
#pragma pop_macro("STATUS_MAPPED_FILE_SIZE_ZERO")
#pragma push_macro("STATUS_TOO_MANY_OPENED_FILES")
#undef STATUS_TOO_MANY_OPENED_FILES
static const NTSTATUS STATUS_TOO_MANY_OPENED_FILES = (NTSTATUS)0xc000011f;
#pragma pop_macro("STATUS_TOO_MANY_OPENED_FILES")
#pragma push_macro("STATUS_CANCELLED")
#undef STATUS_CANCELLED
static const NTSTATUS STATUS_CANCELLED = (NTSTATUS)0xc0000120;
#pragma pop_macro("STATUS_CANCELLED")
#pragma push_macro("STATUS_CANNOT_DELETE")
#undef STATUS_CANNOT_DELETE
static const NTSTATUS STATUS_CANNOT_DELETE = (NTSTATUS)0xc0000121;
#pragma pop_macro("STATUS_CANNOT_DELETE")
#pragma push_macro("STATUS_INVALID_COMPUTER_NAME")
#undef STATUS_INVALID_COMPUTER_NAME
static const NTSTATUS STATUS_INVALID_COMPUTER_NAME = (NTSTATUS)0xc0000122;
#pragma pop_macro("STATUS_INVALID_COMPUTER_NAME")
#pragma push_macro("STATUS_FILE_DELETED")
#undef STATUS_FILE_DELETED
static const NTSTATUS STATUS_FILE_DELETED = (NTSTATUS)0xc0000123;
#pragma pop_macro("STATUS_FILE_DELETED")
#pragma push_macro("STATUS_SPECIAL_ACCOUNT")
#undef STATUS_SPECIAL_ACCOUNT
static const NTSTATUS STATUS_SPECIAL_ACCOUNT = (NTSTATUS)0xc0000124;
#pragma pop_macro("STATUS_SPECIAL_ACCOUNT")
#pragma push_macro("STATUS_SPECIAL_GROUP")
#undef STATUS_SPECIAL_GROUP
static const NTSTATUS STATUS_SPECIAL_GROUP = (NTSTATUS)0xc0000125;
#pragma pop_macro("STATUS_SPECIAL_GROUP")
#pragma push_macro("STATUS_SPECIAL_USER")
#undef STATUS_SPECIAL_USER
static const NTSTATUS STATUS_SPECIAL_USER = (NTSTATUS)0xc0000126;
#pragma pop_macro("STATUS_SPECIAL_USER")
#pragma push_macro("STATUS_MEMBERS_PRIMARY_GROUP")
#undef STATUS_MEMBERS_PRIMARY_GROUP
static const NTSTATUS STATUS_MEMBERS_PRIMARY_GROUP = (NTSTATUS)0xc0000127;
#pragma pop_macro("STATUS_MEMBERS_PRIMARY_GROUP")
#pragma push_macro("STATUS_FILE_CLOSED")
#undef STATUS_FILE_CLOSED
static const NTSTATUS STATUS_FILE_CLOSED = (NTSTATUS)0xc0000128;
#pragma pop_macro("STATUS_FILE_CLOSED")
#pragma push_macro("STATUS_TOO_MANY_THREADS")
#undef STATUS_TOO_MANY_THREADS
static const NTSTATUS STATUS_TOO_MANY_THREADS = (NTSTATUS)0xc0000129;
#pragma pop_macro("STATUS_TOO_MANY_THREADS")
#pragma push_macro("STATUS_THREAD_NOT_IN_PROCESS")
#undef STATUS_THREAD_NOT_IN_PROCESS
static const NTSTATUS STATUS_THREAD_NOT_IN_PROCESS = (NTSTATUS)0xc000012a;
#pragma pop_macro("STATUS_THREAD_NOT_IN_PROCESS")
#pragma push_macro("STATUS_TOKEN_ALREADY_IN_USE")
#undef STATUS_TOKEN_ALREADY_IN_USE
static const NTSTATUS STATUS_TOKEN_ALREADY_IN_USE = (NTSTATUS)0xc000012b;
#pragma pop_macro("STATUS_TOKEN_ALREADY_IN_USE")
#pragma push_macro("STATUS_PAGEFILE_QUOTA_EXCEEDED")
#undef STATUS_PAGEFILE_QUOTA_EXCEEDED
static const NTSTATUS STATUS_PAGEFILE_QUOTA_EXCEEDED = (NTSTATUS)0xc000012c;
#pragma pop_macro("STATUS_PAGEFILE_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_COMMITMENT_LIMIT")
#undef STATUS_COMMITMENT_LIMIT
static const NTSTATUS STATUS_COMMITMENT_LIMIT = (NTSTATUS)0xc000012d;
#pragma pop_macro("STATUS_COMMITMENT_LIMIT")
#pragma push_macro("STATUS_INVALID_IMAGE_LE_FORMAT")
#undef STATUS_INVALID_IMAGE_LE_FORMAT
static const NTSTATUS STATUS_INVALID_IMAGE_LE_FORMAT = (NTSTATUS)0xc000012e;
#pragma pop_macro("STATUS_INVALID_IMAGE_LE_FORMAT")
#pragma push_macro("STATUS_INVALID_IMAGE_NOT_MZ")
#undef STATUS_INVALID_IMAGE_NOT_MZ
static const NTSTATUS STATUS_INVALID_IMAGE_NOT_MZ = (NTSTATUS)0xc000012f;
#pragma pop_macro("STATUS_INVALID_IMAGE_NOT_MZ")
#pragma push_macro("STATUS_INVALID_IMAGE_PROTECT")
#undef STATUS_INVALID_IMAGE_PROTECT
static const NTSTATUS STATUS_INVALID_IMAGE_PROTECT = (NTSTATUS)0xc0000130;
#pragma pop_macro("STATUS_INVALID_IMAGE_PROTECT")
#pragma push_macro("STATUS_INVALID_IMAGE_WIN_16")
#undef STATUS_INVALID_IMAGE_WIN_16
static const NTSTATUS STATUS_INVALID_IMAGE_WIN_16 = (NTSTATUS)0xc0000131;
#pragma pop_macro("STATUS_INVALID_IMAGE_WIN_16")
#pragma push_macro("STATUS_LOGON_SERVER_CONFLICT")
#undef STATUS_LOGON_SERVER_CONFLICT
static const NTSTATUS STATUS_LOGON_SERVER_CONFLICT = (NTSTATUS)0xc0000132;
#pragma pop_macro("STATUS_LOGON_SERVER_CONFLICT")
#pragma push_macro("STATUS_TIME_DIFFERENCE_AT_DC")
#undef STATUS_TIME_DIFFERENCE_AT_DC
static const NTSTATUS STATUS_TIME_DIFFERENCE_AT_DC = (NTSTATUS)0xc0000133;
#pragma pop_macro("STATUS_TIME_DIFFERENCE_AT_DC")
#pragma push_macro("STATUS_SYNCHRONIZATION_REQUIRED")
#undef STATUS_SYNCHRONIZATION_REQUIRED
static const NTSTATUS STATUS_SYNCHRONIZATION_REQUIRED = (NTSTATUS)0xc0000134;
#pragma pop_macro("STATUS_SYNCHRONIZATION_REQUIRED")
#pragma push_macro("STATUS_DLL_NOT_FOUND")
#undef STATUS_DLL_NOT_FOUND
static const NTSTATUS STATUS_DLL_NOT_FOUND = (NTSTATUS)0xc0000135;
#pragma pop_macro("STATUS_DLL_NOT_FOUND")
#pragma push_macro("STATUS_OPEN_FAILED")
#undef STATUS_OPEN_FAILED
static const NTSTATUS STATUS_OPEN_FAILED = (NTSTATUS)0xc0000136;
#pragma pop_macro("STATUS_OPEN_FAILED")
#pragma push_macro("STATUS_IO_PRIVILEGE_FAILED")
#undef STATUS_IO_PRIVILEGE_FAILED
static const NTSTATUS STATUS_IO_PRIVILEGE_FAILED = (NTSTATUS)0xc0000137;
#pragma pop_macro("STATUS_IO_PRIVILEGE_FAILED")
#pragma push_macro("STATUS_ORDINAL_NOT_FOUND")
#undef STATUS_ORDINAL_NOT_FOUND
static const NTSTATUS STATUS_ORDINAL_NOT_FOUND = (NTSTATUS)0xc0000138;
#pragma pop_macro("STATUS_ORDINAL_NOT_FOUND")
#pragma push_macro("STATUS_ENTRYPOINT_NOT_FOUND")
#undef STATUS_ENTRYPOINT_NOT_FOUND
static const NTSTATUS STATUS_ENTRYPOINT_NOT_FOUND = (NTSTATUS)0xc0000139;
#pragma pop_macro("STATUS_ENTRYPOINT_NOT_FOUND")
#pragma push_macro("STATUS_CONTROL_C_EXIT")
#undef STATUS_CONTROL_C_EXIT
static const NTSTATUS STATUS_CONTROL_C_EXIT = (NTSTATUS)0xc000013a;
#pragma pop_macro("STATUS_CONTROL_C_EXIT")
#pragma push_macro("STATUS_LOCAL_DISCONNECT")
#undef STATUS_LOCAL_DISCONNECT
static const NTSTATUS STATUS_LOCAL_DISCONNECT = (NTSTATUS)0xc000013b;
#pragma pop_macro("STATUS_LOCAL_DISCONNECT")
#pragma push_macro("STATUS_REMOTE_DISCONNECT")
#undef STATUS_REMOTE_DISCONNECT
static const NTSTATUS STATUS_REMOTE_DISCONNECT = (NTSTATUS)0xc000013c;
#pragma pop_macro("STATUS_REMOTE_DISCONNECT")
#pragma push_macro("STATUS_REMOTE_RESOURCES")
#undef STATUS_REMOTE_RESOURCES
static const NTSTATUS STATUS_REMOTE_RESOURCES = (NTSTATUS)0xc000013d;
#pragma pop_macro("STATUS_REMOTE_RESOURCES")
#pragma push_macro("STATUS_LINK_FAILED")
#undef STATUS_LINK_FAILED
static const NTSTATUS STATUS_LINK_FAILED = (NTSTATUS)0xc000013e;
#pragma pop_macro("STATUS_LINK_FAILED")
#pragma push_macro("STATUS_LINK_TIMEOUT")
#undef STATUS_LINK_TIMEOUT
static const NTSTATUS STATUS_LINK_TIMEOUT = (NTSTATUS)0xc000013f;
#pragma pop_macro("STATUS_LINK_TIMEOUT")
#pragma push_macro("STATUS_INVALID_CONNECTION")
#undef STATUS_INVALID_CONNECTION
static const NTSTATUS STATUS_INVALID_CONNECTION = (NTSTATUS)0xc0000140;
#pragma pop_macro("STATUS_INVALID_CONNECTION")
#pragma push_macro("STATUS_INVALID_ADDRESS")
#undef STATUS_INVALID_ADDRESS
static const NTSTATUS STATUS_INVALID_ADDRESS = (NTSTATUS)0xc0000141;
#pragma pop_macro("STATUS_INVALID_ADDRESS")
#pragma push_macro("STATUS_DLL_INIT_FAILED")
#undef STATUS_DLL_INIT_FAILED
static const NTSTATUS STATUS_DLL_INIT_FAILED = (NTSTATUS)0xc0000142;
#pragma pop_macro("STATUS_DLL_INIT_FAILED")
#pragma push_macro("STATUS_MISSING_SYSTEMFILE")
#undef STATUS_MISSING_SYSTEMFILE
static const NTSTATUS STATUS_MISSING_SYSTEMFILE = (NTSTATUS)0xc0000143;
#pragma pop_macro("STATUS_MISSING_SYSTEMFILE")
#pragma push_macro("STATUS_UNHANDLED_EXCEPTION")
#undef STATUS_UNHANDLED_EXCEPTION
static const NTSTATUS STATUS_UNHANDLED_EXCEPTION = (NTSTATUS)0xc0000144;
#pragma pop_macro("STATUS_UNHANDLED_EXCEPTION")
#pragma push_macro("STATUS_APP_INIT_FAILURE")
#undef STATUS_APP_INIT_FAILURE
static const NTSTATUS STATUS_APP_INIT_FAILURE = (NTSTATUS)0xc0000145;
#pragma pop_macro("STATUS_APP_INIT_FAILURE")
#pragma push_macro("STATUS_PAGEFILE_CREATE_FAILED")
#undef STATUS_PAGEFILE_CREATE_FAILED
static const NTSTATUS STATUS_PAGEFILE_CREATE_FAILED = (NTSTATUS)0xc0000146;
#pragma pop_macro("STATUS_PAGEFILE_CREATE_FAILED")
#pragma push_macro("STATUS_NO_PAGEFILE")
#undef STATUS_NO_PAGEFILE
static const NTSTATUS STATUS_NO_PAGEFILE = (NTSTATUS)0xc0000147;
#pragma pop_macro("STATUS_NO_PAGEFILE")
#pragma push_macro("STATUS_INVALID_LEVEL")
#undef STATUS_INVALID_LEVEL
static const NTSTATUS STATUS_INVALID_LEVEL = (NTSTATUS)0xc0000148;
#pragma pop_macro("STATUS_INVALID_LEVEL")
#pragma push_macro("STATUS_WRONG_PASSWORD_CORE")
#undef STATUS_WRONG_PASSWORD_CORE
static const NTSTATUS STATUS_WRONG_PASSWORD_CORE = (NTSTATUS)0xc0000149;
#pragma pop_macro("STATUS_WRONG_PASSWORD_CORE")
#pragma push_macro("STATUS_ILLEGAL_FLOAT_CONTEXT")
#undef STATUS_ILLEGAL_FLOAT_CONTEXT
static const NTSTATUS STATUS_ILLEGAL_FLOAT_CONTEXT = (NTSTATUS)0xc000014a;
#pragma pop_macro("STATUS_ILLEGAL_FLOAT_CONTEXT")
#pragma push_macro("STATUS_PIPE_BROKEN")
#undef STATUS_PIPE_BROKEN
static const NTSTATUS STATUS_PIPE_BROKEN = (NTSTATUS)0xc000014b;
#pragma pop_macro("STATUS_PIPE_BROKEN")
#pragma push_macro("STATUS_REGISTRY_CORRUPT")
#undef STATUS_REGISTRY_CORRUPT
static const NTSTATUS STATUS_REGISTRY_CORRUPT = (NTSTATUS)0xc000014c;
#pragma pop_macro("STATUS_REGISTRY_CORRUPT")
#pragma push_macro("STATUS_REGISTRY_IO_FAILED")
#undef STATUS_REGISTRY_IO_FAILED
static const NTSTATUS STATUS_REGISTRY_IO_FAILED = (NTSTATUS)0xc000014d;
#pragma pop_macro("STATUS_REGISTRY_IO_FAILED")
#pragma push_macro("STATUS_NO_EVENT_PAIR")
#undef STATUS_NO_EVENT_PAIR
static const NTSTATUS STATUS_NO_EVENT_PAIR = (NTSTATUS)0xc000014e;
#pragma pop_macro("STATUS_NO_EVENT_PAIR")
#pragma push_macro("STATUS_UNRECOGNIZED_VOLUME")
#undef STATUS_UNRECOGNIZED_VOLUME
static const NTSTATUS STATUS_UNRECOGNIZED_VOLUME = (NTSTATUS)0xc000014f;
#pragma pop_macro("STATUS_UNRECOGNIZED_VOLUME")
#pragma push_macro("STATUS_SERIAL_NO_DEVICE_INITED")
#undef STATUS_SERIAL_NO_DEVICE_INITED
static const NTSTATUS STATUS_SERIAL_NO_DEVICE_INITED = (NTSTATUS)0xc0000150;
#pragma pop_macro("STATUS_SERIAL_NO_DEVICE_INITED")
#pragma push_macro("STATUS_NO_SUCH_ALIAS")
#undef STATUS_NO_SUCH_ALIAS
static const NTSTATUS STATUS_NO_SUCH_ALIAS = (NTSTATUS)0xc0000151;
#pragma pop_macro("STATUS_NO_SUCH_ALIAS")
#pragma push_macro("STATUS_MEMBER_NOT_IN_ALIAS")
#undef STATUS_MEMBER_NOT_IN_ALIAS
static const NTSTATUS STATUS_MEMBER_NOT_IN_ALIAS = (NTSTATUS)0xc0000152;
#pragma pop_macro("STATUS_MEMBER_NOT_IN_ALIAS")
#pragma push_macro("STATUS_MEMBER_IN_ALIAS")
#undef STATUS_MEMBER_IN_ALIAS
static const NTSTATUS STATUS_MEMBER_IN_ALIAS = (NTSTATUS)0xc0000153;
#pragma pop_macro("STATUS_MEMBER_IN_ALIAS")
#pragma push_macro("STATUS_ALIAS_EXISTS")
#undef STATUS_ALIAS_EXISTS
static const NTSTATUS STATUS_ALIAS_EXISTS = (NTSTATUS)0xc0000154;
#pragma pop_macro("STATUS_ALIAS_EXISTS")
#pragma push_macro("STATUS_LOGON_NOT_GRANTED")
#undef STATUS_LOGON_NOT_GRANTED
static const NTSTATUS STATUS_LOGON_NOT_GRANTED = (NTSTATUS)0xc0000155;
#pragma pop_macro("STATUS_LOGON_NOT_GRANTED")
#pragma push_macro("STATUS_TOO_MANY_SECRETS")
#undef STATUS_TOO_MANY_SECRETS
static const NTSTATUS STATUS_TOO_MANY_SECRETS = (NTSTATUS)0xc0000156;
#pragma pop_macro("STATUS_TOO_MANY_SECRETS")
#pragma push_macro("STATUS_SECRET_TOO_LONG")
#undef STATUS_SECRET_TOO_LONG
static const NTSTATUS STATUS_SECRET_TOO_LONG = (NTSTATUS)0xc0000157;
#pragma pop_macro("STATUS_SECRET_TOO_LONG")
#pragma push_macro("STATUS_INTERNAL_DB_ERROR")
#undef STATUS_INTERNAL_DB_ERROR
static const NTSTATUS STATUS_INTERNAL_DB_ERROR = (NTSTATUS)0xc0000158;
#pragma pop_macro("STATUS_INTERNAL_DB_ERROR")
#pragma push_macro("STATUS_FULLSCREEN_MODE")
#undef STATUS_FULLSCREEN_MODE
static const NTSTATUS STATUS_FULLSCREEN_MODE = (NTSTATUS)0xc0000159;
#pragma pop_macro("STATUS_FULLSCREEN_MODE")
#pragma push_macro("STATUS_TOO_MANY_CONTEXT_IDS")
#undef STATUS_TOO_MANY_CONTEXT_IDS
static const NTSTATUS STATUS_TOO_MANY_CONTEXT_IDS = (NTSTATUS)0xc000015a;
#pragma pop_macro("STATUS_TOO_MANY_CONTEXT_IDS")
#pragma push_macro("STATUS_LOGON_TYPE_NOT_GRANTED")
#undef STATUS_LOGON_TYPE_NOT_GRANTED
static const NTSTATUS STATUS_LOGON_TYPE_NOT_GRANTED = (NTSTATUS)0xc000015b;
#pragma pop_macro("STATUS_LOGON_TYPE_NOT_GRANTED")
#pragma push_macro("STATUS_NOT_REGISTRY_FILE")
#undef STATUS_NOT_REGISTRY_FILE
static const NTSTATUS STATUS_NOT_REGISTRY_FILE = (NTSTATUS)0xc000015c;
#pragma pop_macro("STATUS_NOT_REGISTRY_FILE")
#pragma push_macro("STATUS_NT_CROSS_ENCRYPTION_REQUIRED")
#undef STATUS_NT_CROSS_ENCRYPTION_REQUIRED
static const NTSTATUS STATUS_NT_CROSS_ENCRYPTION_REQUIRED = (NTSTATUS)0xc000015d;
#pragma pop_macro("STATUS_NT_CROSS_ENCRYPTION_REQUIRED")
#pragma push_macro("STATUS_DOMAIN_CTRLR_CONFIG_ERROR")
#undef STATUS_DOMAIN_CTRLR_CONFIG_ERROR
static const NTSTATUS STATUS_DOMAIN_CTRLR_CONFIG_ERROR = (NTSTATUS)0xc000015e;
#pragma pop_macro("STATUS_DOMAIN_CTRLR_CONFIG_ERROR")
#pragma push_macro("STATUS_FT_MISSING_MEMBER")
#undef STATUS_FT_MISSING_MEMBER
static const NTSTATUS STATUS_FT_MISSING_MEMBER = (NTSTATUS)0xc000015f;
#pragma pop_macro("STATUS_FT_MISSING_MEMBER")
#pragma push_macro("STATUS_ILL_FORMED_SERVICE_ENTRY")
#undef STATUS_ILL_FORMED_SERVICE_ENTRY
static const NTSTATUS STATUS_ILL_FORMED_SERVICE_ENTRY = (NTSTATUS)0xc0000160;
#pragma pop_macro("STATUS_ILL_FORMED_SERVICE_ENTRY")
#pragma push_macro("STATUS_ILLEGAL_CHARACTER")
#undef STATUS_ILLEGAL_CHARACTER
static const NTSTATUS STATUS_ILLEGAL_CHARACTER = (NTSTATUS)0xc0000161;
#pragma pop_macro("STATUS_ILLEGAL_CHARACTER")
#pragma push_macro("STATUS_UNMAPPABLE_CHARACTER")
#undef STATUS_UNMAPPABLE_CHARACTER
static const NTSTATUS STATUS_UNMAPPABLE_CHARACTER = (NTSTATUS)0xc0000162;
#pragma pop_macro("STATUS_UNMAPPABLE_CHARACTER")
#pragma push_macro("STATUS_UNDEFINED_CHARACTER")
#undef STATUS_UNDEFINED_CHARACTER
static const NTSTATUS STATUS_UNDEFINED_CHARACTER = (NTSTATUS)0xc0000163;
#pragma pop_macro("STATUS_UNDEFINED_CHARACTER")
#pragma push_macro("STATUS_FLOPPY_VOLUME")
#undef STATUS_FLOPPY_VOLUME
static const NTSTATUS STATUS_FLOPPY_VOLUME = (NTSTATUS)0xc0000164;
#pragma pop_macro("STATUS_FLOPPY_VOLUME")
#pragma push_macro("STATUS_FLOPPY_ID_MARK_NOT_FOUND")
#undef STATUS_FLOPPY_ID_MARK_NOT_FOUND
static const NTSTATUS STATUS_FLOPPY_ID_MARK_NOT_FOUND = (NTSTATUS)0xc0000165;
#pragma pop_macro("STATUS_FLOPPY_ID_MARK_NOT_FOUND")
#pragma push_macro("STATUS_FLOPPY_WRONG_CYLINDER")
#undef STATUS_FLOPPY_WRONG_CYLINDER
static const NTSTATUS STATUS_FLOPPY_WRONG_CYLINDER = (NTSTATUS)0xc0000166;
#pragma pop_macro("STATUS_FLOPPY_WRONG_CYLINDER")
#pragma push_macro("STATUS_FLOPPY_UNKNOWN_ERROR")
#undef STATUS_FLOPPY_UNKNOWN_ERROR
static const NTSTATUS STATUS_FLOPPY_UNKNOWN_ERROR = (NTSTATUS)0xc0000167;
#pragma pop_macro("STATUS_FLOPPY_UNKNOWN_ERROR")
#pragma push_macro("STATUS_FLOPPY_BAD_REGISTERS")
#undef STATUS_FLOPPY_BAD_REGISTERS
static const NTSTATUS STATUS_FLOPPY_BAD_REGISTERS = (NTSTATUS)0xc0000168;
#pragma pop_macro("STATUS_FLOPPY_BAD_REGISTERS")
#pragma push_macro("STATUS_DISK_RECALIBRATE_FAILED")
#undef STATUS_DISK_RECALIBRATE_FAILED
static const NTSTATUS STATUS_DISK_RECALIBRATE_FAILED = (NTSTATUS)0xc0000169;
#pragma pop_macro("STATUS_DISK_RECALIBRATE_FAILED")
#pragma push_macro("STATUS_DISK_OPERATION_FAILED")
#undef STATUS_DISK_OPERATION_FAILED
static const NTSTATUS STATUS_DISK_OPERATION_FAILED = (NTSTATUS)0xc000016a;
#pragma pop_macro("STATUS_DISK_OPERATION_FAILED")
#pragma push_macro("STATUS_DISK_RESET_FAILED")
#undef STATUS_DISK_RESET_FAILED
static const NTSTATUS STATUS_DISK_RESET_FAILED = (NTSTATUS)0xc000016b;
#pragma pop_macro("STATUS_DISK_RESET_FAILED")
#pragma push_macro("STATUS_SHARED_IRQ_BUSY")
#undef STATUS_SHARED_IRQ_BUSY
static const NTSTATUS STATUS_SHARED_IRQ_BUSY = (NTSTATUS)0xc000016c;
#pragma pop_macro("STATUS_SHARED_IRQ_BUSY")
#pragma push_macro("STATUS_FT_ORPHANING")
#undef STATUS_FT_ORPHANING
static const NTSTATUS STATUS_FT_ORPHANING = (NTSTATUS)0xc000016d;
#pragma pop_macro("STATUS_FT_ORPHANING")
#pragma push_macro("STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT")
#undef STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT
static const NTSTATUS STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT = (NTSTATUS)0xc000016e;
#pragma pop_macro("STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT")
#pragma push_macro("STATUS_PARTITION_FAILURE")
#undef STATUS_PARTITION_FAILURE
static const NTSTATUS STATUS_PARTITION_FAILURE = (NTSTATUS)0xc0000172;
#pragma pop_macro("STATUS_PARTITION_FAILURE")
#pragma push_macro("STATUS_INVALID_BLOCK_LENGTH")
#undef STATUS_INVALID_BLOCK_LENGTH
static const NTSTATUS STATUS_INVALID_BLOCK_LENGTH = (NTSTATUS)0xc0000173;
#pragma pop_macro("STATUS_INVALID_BLOCK_LENGTH")
#pragma push_macro("STATUS_DEVICE_NOT_PARTITIONED")
#undef STATUS_DEVICE_NOT_PARTITIONED
static const NTSTATUS STATUS_DEVICE_NOT_PARTITIONED = (NTSTATUS)0xc0000174;
#pragma pop_macro("STATUS_DEVICE_NOT_PARTITIONED")
#pragma push_macro("STATUS_UNABLE_TO_LOCK_MEDIA")
#undef STATUS_UNABLE_TO_LOCK_MEDIA
static const NTSTATUS STATUS_UNABLE_TO_LOCK_MEDIA = (NTSTATUS)0xc0000175;
#pragma pop_macro("STATUS_UNABLE_TO_LOCK_MEDIA")
#pragma push_macro("STATUS_UNABLE_TO_UNLOAD_MEDIA")
#undef STATUS_UNABLE_TO_UNLOAD_MEDIA
static const NTSTATUS STATUS_UNABLE_TO_UNLOAD_MEDIA = (NTSTATUS)0xc0000176;
#pragma pop_macro("STATUS_UNABLE_TO_UNLOAD_MEDIA")
#pragma push_macro("STATUS_EOM_OVERFLOW")
#undef STATUS_EOM_OVERFLOW
static const NTSTATUS STATUS_EOM_OVERFLOW = (NTSTATUS)0xc0000177;
#pragma pop_macro("STATUS_EOM_OVERFLOW")
#pragma push_macro("STATUS_NO_MEDIA")
#undef STATUS_NO_MEDIA
static const NTSTATUS STATUS_NO_MEDIA = (NTSTATUS)0xc0000178;
#pragma pop_macro("STATUS_NO_MEDIA")
#pragma push_macro("STATUS_NO_SUCH_MEMBER")
#undef STATUS_NO_SUCH_MEMBER
static const NTSTATUS STATUS_NO_SUCH_MEMBER = (NTSTATUS)0xc000017a;
#pragma pop_macro("STATUS_NO_SUCH_MEMBER")
#pragma push_macro("STATUS_INVALID_MEMBER")
#undef STATUS_INVALID_MEMBER
static const NTSTATUS STATUS_INVALID_MEMBER = (NTSTATUS)0xc000017b;
#pragma pop_macro("STATUS_INVALID_MEMBER")
#pragma push_macro("STATUS_KEY_DELETED")
#undef STATUS_KEY_DELETED
static const NTSTATUS STATUS_KEY_DELETED = (NTSTATUS)0xc000017c;
#pragma pop_macro("STATUS_KEY_DELETED")
#pragma push_macro("STATUS_NO_LOG_SPACE")
#undef STATUS_NO_LOG_SPACE
static const NTSTATUS STATUS_NO_LOG_SPACE = (NTSTATUS)0xc000017d;
#pragma pop_macro("STATUS_NO_LOG_SPACE")
#pragma push_macro("STATUS_TOO_MANY_SIDS")
#undef STATUS_TOO_MANY_SIDS
static const NTSTATUS STATUS_TOO_MANY_SIDS = (NTSTATUS)0xc000017e;
#pragma pop_macro("STATUS_TOO_MANY_SIDS")
#pragma push_macro("STATUS_LM_CROSS_ENCRYPTION_REQUIRED")
#undef STATUS_LM_CROSS_ENCRYPTION_REQUIRED
static const NTSTATUS STATUS_LM_CROSS_ENCRYPTION_REQUIRED = (NTSTATUS)0xc000017f;
#pragma pop_macro("STATUS_LM_CROSS_ENCRYPTION_REQUIRED")
#pragma push_macro("STATUS_KEY_HAS_CHILDREN")
#undef STATUS_KEY_HAS_CHILDREN
static const NTSTATUS STATUS_KEY_HAS_CHILDREN = (NTSTATUS)0xc0000180;
#pragma pop_macro("STATUS_KEY_HAS_CHILDREN")
#pragma push_macro("STATUS_CHILD_MUST_BE_VOLATILE")
#undef STATUS_CHILD_MUST_BE_VOLATILE
static const NTSTATUS STATUS_CHILD_MUST_BE_VOLATILE = (NTSTATUS)0xc0000181;
#pragma pop_macro("STATUS_CHILD_MUST_BE_VOLATILE")
#pragma push_macro("STATUS_DEVICE_CONFIGURATION_ERROR")
#undef STATUS_DEVICE_CONFIGURATION_ERROR
static const NTSTATUS STATUS_DEVICE_CONFIGURATION_ERROR = (NTSTATUS)0xc0000182;
#pragma pop_macro("STATUS_DEVICE_CONFIGURATION_ERROR")
#pragma push_macro("STATUS_DRIVER_INTERNAL_ERROR")
#undef STATUS_DRIVER_INTERNAL_ERROR
static const NTSTATUS STATUS_DRIVER_INTERNAL_ERROR = (NTSTATUS)0xc0000183;
#pragma pop_macro("STATUS_DRIVER_INTERNAL_ERROR")
#pragma push_macro("STATUS_INVALID_DEVICE_STATE")
#undef STATUS_INVALID_DEVICE_STATE
static const NTSTATUS STATUS_INVALID_DEVICE_STATE = (NTSTATUS)0xc0000184;
#pragma pop_macro("STATUS_INVALID_DEVICE_STATE")
#pragma push_macro("STATUS_IO_DEVICE_ERROR")
#undef STATUS_IO_DEVICE_ERROR
static const NTSTATUS STATUS_IO_DEVICE_ERROR = (NTSTATUS)0xc0000185;
#pragma pop_macro("STATUS_IO_DEVICE_ERROR")
#pragma push_macro("STATUS_DEVICE_PROTOCOL_ERROR")
#undef STATUS_DEVICE_PROTOCOL_ERROR
static const NTSTATUS STATUS_DEVICE_PROTOCOL_ERROR = (NTSTATUS)0xc0000186;
#pragma pop_macro("STATUS_DEVICE_PROTOCOL_ERROR")
#pragma push_macro("STATUS_BACKUP_CONTROLLER")
#undef STATUS_BACKUP_CONTROLLER
static const NTSTATUS STATUS_BACKUP_CONTROLLER = (NTSTATUS)0xc0000187;
#pragma pop_macro("STATUS_BACKUP_CONTROLLER")
#pragma push_macro("STATUS_LOG_FILE_FULL")
#undef STATUS_LOG_FILE_FULL
static const NTSTATUS STATUS_LOG_FILE_FULL = (NTSTATUS)0xc0000188;
#pragma pop_macro("STATUS_LOG_FILE_FULL")
#pragma push_macro("STATUS_TOO_LATE")
#undef STATUS_TOO_LATE
static const NTSTATUS STATUS_TOO_LATE = (NTSTATUS)0xc0000189;
#pragma pop_macro("STATUS_TOO_LATE")
#pragma push_macro("STATUS_NO_TRUST_LSA_SECRET")
#undef STATUS_NO_TRUST_LSA_SECRET
static const NTSTATUS STATUS_NO_TRUST_LSA_SECRET = (NTSTATUS)0xc000018a;
#pragma pop_macro("STATUS_NO_TRUST_LSA_SECRET")
#pragma push_macro("STATUS_NO_TRUST_SAM_ACCOUNT")
#undef STATUS_NO_TRUST_SAM_ACCOUNT
static const NTSTATUS STATUS_NO_TRUST_SAM_ACCOUNT = (NTSTATUS)0xc000018b;
#pragma pop_macro("STATUS_NO_TRUST_SAM_ACCOUNT")
#pragma push_macro("STATUS_TRUSTED_DOMAIN_FAILURE")
#undef STATUS_TRUSTED_DOMAIN_FAILURE
static const NTSTATUS STATUS_TRUSTED_DOMAIN_FAILURE = (NTSTATUS)0xc000018c;
#pragma pop_macro("STATUS_TRUSTED_DOMAIN_FAILURE")
#pragma push_macro("STATUS_TRUSTED_RELATIONSHIP_FAILURE")
#undef STATUS_TRUSTED_RELATIONSHIP_FAILURE
static const NTSTATUS STATUS_TRUSTED_RELATIONSHIP_FAILURE = (NTSTATUS)0xc000018d;
#pragma pop_macro("STATUS_TRUSTED_RELATIONSHIP_FAILURE")
#pragma push_macro("STATUS_EVENTLOG_FILE_CORRUPT")
#undef STATUS_EVENTLOG_FILE_CORRUPT
static const NTSTATUS STATUS_EVENTLOG_FILE_CORRUPT = (NTSTATUS)0xc000018e;
#pragma pop_macro("STATUS_EVENTLOG_FILE_CORRUPT")
#pragma push_macro("STATUS_EVENTLOG_CANT_START")
#undef STATUS_EVENTLOG_CANT_START
static const NTSTATUS STATUS_EVENTLOG_CANT_START = (NTSTATUS)0xc000018f;
#pragma pop_macro("STATUS_EVENTLOG_CANT_START")
#pragma push_macro("STATUS_TRUST_FAILURE")
#undef STATUS_TRUST_FAILURE
static const NTSTATUS STATUS_TRUST_FAILURE = (NTSTATUS)0xc0000190;
#pragma pop_macro("STATUS_TRUST_FAILURE")
#pragma push_macro("STATUS_MUTANT_LIMIT_EXCEEDED")
#undef STATUS_MUTANT_LIMIT_EXCEEDED
static const NTSTATUS STATUS_MUTANT_LIMIT_EXCEEDED = (NTSTATUS)0xc0000191;
#pragma pop_macro("STATUS_MUTANT_LIMIT_EXCEEDED")
#pragma push_macro("STATUS_NETLOGON_NOT_STARTED")
#undef STATUS_NETLOGON_NOT_STARTED
static const NTSTATUS STATUS_NETLOGON_NOT_STARTED = (NTSTATUS)0xc0000192;
#pragma pop_macro("STATUS_NETLOGON_NOT_STARTED")
#pragma push_macro("STATUS_ACCOUNT_EXPIRED")
#undef STATUS_ACCOUNT_EXPIRED
static const NTSTATUS STATUS_ACCOUNT_EXPIRED = (NTSTATUS)0xc0000193;
#pragma pop_macro("STATUS_ACCOUNT_EXPIRED")
#pragma push_macro("STATUS_POSSIBLE_DEADLOCK")
#undef STATUS_POSSIBLE_DEADLOCK
static const NTSTATUS STATUS_POSSIBLE_DEADLOCK = (NTSTATUS)0xc0000194;
#pragma pop_macro("STATUS_POSSIBLE_DEADLOCK")
#pragma push_macro("STATUS_NETWORK_CREDENTIAL_CONFLICT")
#undef STATUS_NETWORK_CREDENTIAL_CONFLICT
static const NTSTATUS STATUS_NETWORK_CREDENTIAL_CONFLICT = (NTSTATUS)0xc0000195;
#pragma pop_macro("STATUS_NETWORK_CREDENTIAL_CONFLICT")
#pragma push_macro("STATUS_REMOTE_SESSION_LIMIT")
#undef STATUS_REMOTE_SESSION_LIMIT
static const NTSTATUS STATUS_REMOTE_SESSION_LIMIT = (NTSTATUS)0xc0000196;
#pragma pop_macro("STATUS_REMOTE_SESSION_LIMIT")
#pragma push_macro("STATUS_EVENTLOG_FILE_CHANGED")
#undef STATUS_EVENTLOG_FILE_CHANGED
static const NTSTATUS STATUS_EVENTLOG_FILE_CHANGED = (NTSTATUS)0xc0000197;
#pragma pop_macro("STATUS_EVENTLOG_FILE_CHANGED")
#pragma push_macro("STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT")
#undef STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
static const NTSTATUS STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT = (NTSTATUS)0xc0000198;
#pragma pop_macro("STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT")
#pragma push_macro("STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT")
#undef STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
static const NTSTATUS STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT = (NTSTATUS)0xc0000199;
#pragma pop_macro("STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT")
#pragma push_macro("STATUS_NOLOGON_SERVER_TRUST_ACCOUNT")
#undef STATUS_NOLOGON_SERVER_TRUST_ACCOUNT
static const NTSTATUS STATUS_NOLOGON_SERVER_TRUST_ACCOUNT = (NTSTATUS)0xc000019a;
#pragma pop_macro("STATUS_NOLOGON_SERVER_TRUST_ACCOUNT")
#pragma push_macro("STATUS_DOMAIN_TRUST_INCONSISTENT")
#undef STATUS_DOMAIN_TRUST_INCONSISTENT
static const NTSTATUS STATUS_DOMAIN_TRUST_INCONSISTENT = (NTSTATUS)0xc000019b;
#pragma pop_macro("STATUS_DOMAIN_TRUST_INCONSISTENT")
#pragma push_macro("STATUS_FS_DRIVER_REQUIRED")
#undef STATUS_FS_DRIVER_REQUIRED
static const NTSTATUS STATUS_FS_DRIVER_REQUIRED = (NTSTATUS)0xc000019c;
#pragma pop_macro("STATUS_FS_DRIVER_REQUIRED")
#pragma push_macro("STATUS_IMAGE_ALREADY_LOADED_AS_DLL")
#undef STATUS_IMAGE_ALREADY_LOADED_AS_DLL
static const NTSTATUS STATUS_IMAGE_ALREADY_LOADED_AS_DLL = (NTSTATUS)0xc000019d;
#pragma pop_macro("STATUS_IMAGE_ALREADY_LOADED_AS_DLL")
#pragma push_macro("STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING")
#undef STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING
static const NTSTATUS STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING = (NTSTATUS)0xc000019e;
#pragma pop_macro("STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING")
#pragma push_macro("STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME")
#undef STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME
static const NTSTATUS STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME = (NTSTATUS)0xc000019f;
#pragma pop_macro("STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME")
#pragma push_macro("STATUS_SECURITY_STREAM_IS_INCONSISTENT")
#undef STATUS_SECURITY_STREAM_IS_INCONSISTENT
static const NTSTATUS STATUS_SECURITY_STREAM_IS_INCONSISTENT = (NTSTATUS)0xc00001a0;
#pragma pop_macro("STATUS_SECURITY_STREAM_IS_INCONSISTENT")
#pragma push_macro("STATUS_INVALID_LOCK_RANGE")
#undef STATUS_INVALID_LOCK_RANGE
static const NTSTATUS STATUS_INVALID_LOCK_RANGE = (NTSTATUS)0xc00001a1;
#pragma pop_macro("STATUS_INVALID_LOCK_RANGE")
#pragma push_macro("STATUS_INVALID_ACE_CONDITION")
#undef STATUS_INVALID_ACE_CONDITION
static const NTSTATUS STATUS_INVALID_ACE_CONDITION = (NTSTATUS)0xc00001a2;
#pragma pop_macro("STATUS_INVALID_ACE_CONDITION")
#pragma push_macro("STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT")
#undef STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT
static const NTSTATUS STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT = (NTSTATUS)0xc00001a3;
#pragma pop_macro("STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT")
#pragma push_macro("STATUS_NOTIFICATION_GUID_ALREADY_DEFINED")
#undef STATUS_NOTIFICATION_GUID_ALREADY_DEFINED
static const NTSTATUS STATUS_NOTIFICATION_GUID_ALREADY_DEFINED = (NTSTATUS)0xc00001a4;
#pragma pop_macro("STATUS_NOTIFICATION_GUID_ALREADY_DEFINED")
#pragma push_macro("STATUS_INVALID_EXCEPTION_HANDLER")
#undef STATUS_INVALID_EXCEPTION_HANDLER
static const NTSTATUS STATUS_INVALID_EXCEPTION_HANDLER = (NTSTATUS)0xc00001a5;
#pragma pop_macro("STATUS_INVALID_EXCEPTION_HANDLER")
#pragma push_macro("STATUS_DUPLICATE_PRIVILEGES")
#undef STATUS_DUPLICATE_PRIVILEGES
static const NTSTATUS STATUS_DUPLICATE_PRIVILEGES = (NTSTATUS)0xc00001a6;
#pragma pop_macro("STATUS_DUPLICATE_PRIVILEGES")
#pragma push_macro("STATUS_NOT_ALLOWED_ON_SYSTEM_FILE")
#undef STATUS_NOT_ALLOWED_ON_SYSTEM_FILE
static const NTSTATUS STATUS_NOT_ALLOWED_ON_SYSTEM_FILE = (NTSTATUS)0xc00001a7;
#pragma pop_macro("STATUS_NOT_ALLOWED_ON_SYSTEM_FILE")
#pragma push_macro("STATUS_REPAIR_NEEDED")
#undef STATUS_REPAIR_NEEDED
static const NTSTATUS STATUS_REPAIR_NEEDED = (NTSTATUS)0xc00001a8;
#pragma pop_macro("STATUS_REPAIR_NEEDED")
#pragma push_macro("STATUS_QUOTA_NOT_ENABLED")
#undef STATUS_QUOTA_NOT_ENABLED
static const NTSTATUS STATUS_QUOTA_NOT_ENABLED = (NTSTATUS)0xc00001a9;
#pragma pop_macro("STATUS_QUOTA_NOT_ENABLED")
#pragma push_macro("STATUS_NO_APPLICATION_PACKAGE")
#undef STATUS_NO_APPLICATION_PACKAGE
static const NTSTATUS STATUS_NO_APPLICATION_PACKAGE = (NTSTATUS)0xc00001aa;
#pragma pop_macro("STATUS_NO_APPLICATION_PACKAGE")
#pragma push_macro("STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS")
#undef STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS
static const NTSTATUS STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS = (NTSTATUS)0xc00001ab;
#pragma pop_macro("STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS")
#pragma push_macro("STATUS_NOT_SAME_OBJECT")
#undef STATUS_NOT_SAME_OBJECT
static const NTSTATUS STATUS_NOT_SAME_OBJECT = (NTSTATUS)0xc00001ac;
#pragma pop_macro("STATUS_NOT_SAME_OBJECT")
#pragma push_macro("STATUS_FATAL_MEMORY_EXHAUSTION")
#undef STATUS_FATAL_MEMORY_EXHAUSTION
static const NTSTATUS STATUS_FATAL_MEMORY_EXHAUSTION = (NTSTATUS)0xc00001ad;
#pragma pop_macro("STATUS_FATAL_MEMORY_EXHAUSTION")
#pragma push_macro("STATUS_ERROR_PROCESS_NOT_IN_JOB")
#undef STATUS_ERROR_PROCESS_NOT_IN_JOB
static const NTSTATUS STATUS_ERROR_PROCESS_NOT_IN_JOB = (NTSTATUS)0xc00001ae;
#pragma pop_macro("STATUS_ERROR_PROCESS_NOT_IN_JOB")
#pragma push_macro("STATUS_CPU_SET_INVALID")
#undef STATUS_CPU_SET_INVALID
static const NTSTATUS STATUS_CPU_SET_INVALID = (NTSTATUS)0xc00001af;
#pragma pop_macro("STATUS_CPU_SET_INVALID")
#pragma push_macro("STATUS_NETWORK_OPEN_RESTRICTION")
#undef STATUS_NETWORK_OPEN_RESTRICTION
static const NTSTATUS STATUS_NETWORK_OPEN_RESTRICTION = (NTSTATUS)0xc0000201;
#pragma pop_macro("STATUS_NETWORK_OPEN_RESTRICTION")
#pragma push_macro("STATUS_NO_USER_SESSION_KEY")
#undef STATUS_NO_USER_SESSION_KEY
static const NTSTATUS STATUS_NO_USER_SESSION_KEY = (NTSTATUS)0xc0000202;
#pragma pop_macro("STATUS_NO_USER_SESSION_KEY")
#pragma push_macro("STATUS_USER_SESSION_DELETED")
#undef STATUS_USER_SESSION_DELETED
static const NTSTATUS STATUS_USER_SESSION_DELETED = (NTSTATUS)0xc0000203;
#pragma pop_macro("STATUS_USER_SESSION_DELETED")
#pragma push_macro("STATUS_RESOURCE_LANG_NOT_FOUND")
#undef STATUS_RESOURCE_LANG_NOT_FOUND
static const NTSTATUS STATUS_RESOURCE_LANG_NOT_FOUND = (NTSTATUS)0xc0000204;
#pragma pop_macro("STATUS_RESOURCE_LANG_NOT_FOUND")
#pragma push_macro("STATUS_INSUFF_SERVER_RESOURCES")
#undef STATUS_INSUFF_SERVER_RESOURCES
static const NTSTATUS STATUS_INSUFF_SERVER_RESOURCES = (NTSTATUS)0xc0000205;
#pragma pop_macro("STATUS_INSUFF_SERVER_RESOURCES")
#pragma push_macro("STATUS_INVALID_BUFFER_SIZE")
#undef STATUS_INVALID_BUFFER_SIZE
static const NTSTATUS STATUS_INVALID_BUFFER_SIZE = (NTSTATUS)0xc0000206;
#pragma pop_macro("STATUS_INVALID_BUFFER_SIZE")
#pragma push_macro("STATUS_INVALID_ADDRESS_COMPONENT")
#undef STATUS_INVALID_ADDRESS_COMPONENT
static const NTSTATUS STATUS_INVALID_ADDRESS_COMPONENT = (NTSTATUS)0xc0000207;
#pragma pop_macro("STATUS_INVALID_ADDRESS_COMPONENT")
#pragma push_macro("STATUS_INVALID_ADDRESS_WILDCARD")
#undef STATUS_INVALID_ADDRESS_WILDCARD
static const NTSTATUS STATUS_INVALID_ADDRESS_WILDCARD = (NTSTATUS)0xc0000208;
#pragma pop_macro("STATUS_INVALID_ADDRESS_WILDCARD")
#pragma push_macro("STATUS_TOO_MANY_ADDRESSES")
#undef STATUS_TOO_MANY_ADDRESSES
static const NTSTATUS STATUS_TOO_MANY_ADDRESSES = (NTSTATUS)0xc0000209;
#pragma pop_macro("STATUS_TOO_MANY_ADDRESSES")
#pragma push_macro("STATUS_ADDRESS_ALREADY_EXISTS")
#undef STATUS_ADDRESS_ALREADY_EXISTS
static const NTSTATUS STATUS_ADDRESS_ALREADY_EXISTS = (NTSTATUS)0xc000020a;
#pragma pop_macro("STATUS_ADDRESS_ALREADY_EXISTS")
#pragma push_macro("STATUS_ADDRESS_CLOSED")
#undef STATUS_ADDRESS_CLOSED
static const NTSTATUS STATUS_ADDRESS_CLOSED = (NTSTATUS)0xc000020b;
#pragma pop_macro("STATUS_ADDRESS_CLOSED")
#pragma push_macro("STATUS_CONNECTION_DISCONNECTED")
#undef STATUS_CONNECTION_DISCONNECTED
static const NTSTATUS STATUS_CONNECTION_DISCONNECTED = (NTSTATUS)0xc000020c;
#pragma pop_macro("STATUS_CONNECTION_DISCONNECTED")
#pragma push_macro("STATUS_CONNECTION_RESET")
#undef STATUS_CONNECTION_RESET
static const NTSTATUS STATUS_CONNECTION_RESET = (NTSTATUS)0xc000020d;
#pragma pop_macro("STATUS_CONNECTION_RESET")
#pragma push_macro("STATUS_TOO_MANY_NODES")
#undef STATUS_TOO_MANY_NODES
static const NTSTATUS STATUS_TOO_MANY_NODES = (NTSTATUS)0xc000020e;
#pragma pop_macro("STATUS_TOO_MANY_NODES")
#pragma push_macro("STATUS_TRANSACTION_ABORTED")
#undef STATUS_TRANSACTION_ABORTED
static const NTSTATUS STATUS_TRANSACTION_ABORTED = (NTSTATUS)0xc000020f;
#pragma pop_macro("STATUS_TRANSACTION_ABORTED")
#pragma push_macro("STATUS_TRANSACTION_TIMED_OUT")
#undef STATUS_TRANSACTION_TIMED_OUT
static const NTSTATUS STATUS_TRANSACTION_TIMED_OUT = (NTSTATUS)0xc0000210;
#pragma pop_macro("STATUS_TRANSACTION_TIMED_OUT")
#pragma push_macro("STATUS_TRANSACTION_NO_RELEASE")
#undef STATUS_TRANSACTION_NO_RELEASE
static const NTSTATUS STATUS_TRANSACTION_NO_RELEASE = (NTSTATUS)0xc0000211;
#pragma pop_macro("STATUS_TRANSACTION_NO_RELEASE")
#pragma push_macro("STATUS_TRANSACTION_NO_MATCH")
#undef STATUS_TRANSACTION_NO_MATCH
static const NTSTATUS STATUS_TRANSACTION_NO_MATCH = (NTSTATUS)0xc0000212;
#pragma pop_macro("STATUS_TRANSACTION_NO_MATCH")
#pragma push_macro("STATUS_TRANSACTION_RESPONDED")
#undef STATUS_TRANSACTION_RESPONDED
static const NTSTATUS STATUS_TRANSACTION_RESPONDED = (NTSTATUS)0xc0000213;
#pragma pop_macro("STATUS_TRANSACTION_RESPONDED")
#pragma push_macro("STATUS_TRANSACTION_INVALID_ID")
#undef STATUS_TRANSACTION_INVALID_ID
static const NTSTATUS STATUS_TRANSACTION_INVALID_ID = (NTSTATUS)0xc0000214;
#pragma pop_macro("STATUS_TRANSACTION_INVALID_ID")
#pragma push_macro("STATUS_TRANSACTION_INVALID_TYPE")
#undef STATUS_TRANSACTION_INVALID_TYPE
static const NTSTATUS STATUS_TRANSACTION_INVALID_TYPE = (NTSTATUS)0xc0000215;
#pragma pop_macro("STATUS_TRANSACTION_INVALID_TYPE")
#pragma push_macro("STATUS_NOT_SERVER_SESSION")
#undef STATUS_NOT_SERVER_SESSION
static const NTSTATUS STATUS_NOT_SERVER_SESSION = (NTSTATUS)0xc0000216;
#pragma pop_macro("STATUS_NOT_SERVER_SESSION")
#pragma push_macro("STATUS_NOT_CLIENT_SESSION")
#undef STATUS_NOT_CLIENT_SESSION
static const NTSTATUS STATUS_NOT_CLIENT_SESSION = (NTSTATUS)0xc0000217;
#pragma pop_macro("STATUS_NOT_CLIENT_SESSION")
#pragma push_macro("STATUS_CANNOT_LOAD_REGISTRY_FILE")
#undef STATUS_CANNOT_LOAD_REGISTRY_FILE
static const NTSTATUS STATUS_CANNOT_LOAD_REGISTRY_FILE = (NTSTATUS)0xc0000218;
#pragma pop_macro("STATUS_CANNOT_LOAD_REGISTRY_FILE")
#pragma push_macro("STATUS_DEBUG_ATTACH_FAILED")
#undef STATUS_DEBUG_ATTACH_FAILED
static const NTSTATUS STATUS_DEBUG_ATTACH_FAILED = (NTSTATUS)0xc0000219;
#pragma pop_macro("STATUS_DEBUG_ATTACH_FAILED")
#pragma push_macro("STATUS_SYSTEM_PROCESS_TERMINATED")
#undef STATUS_SYSTEM_PROCESS_TERMINATED
static const NTSTATUS STATUS_SYSTEM_PROCESS_TERMINATED = (NTSTATUS)0xc000021a;
#pragma pop_macro("STATUS_SYSTEM_PROCESS_TERMINATED")
#pragma push_macro("STATUS_DATA_NOT_ACCEPTED")
#undef STATUS_DATA_NOT_ACCEPTED
static const NTSTATUS STATUS_DATA_NOT_ACCEPTED = (NTSTATUS)0xc000021b;
#pragma pop_macro("STATUS_DATA_NOT_ACCEPTED")
#pragma push_macro("STATUS_NO_BROWSER_SERVERS_FOUND")
#undef STATUS_NO_BROWSER_SERVERS_FOUND
static const NTSTATUS STATUS_NO_BROWSER_SERVERS_FOUND = (NTSTATUS)0xc000021c;
#pragma pop_macro("STATUS_NO_BROWSER_SERVERS_FOUND")
#pragma push_macro("STATUS_VDM_HARD_ERROR")
#undef STATUS_VDM_HARD_ERROR
static const NTSTATUS STATUS_VDM_HARD_ERROR = (NTSTATUS)0xc000021d;
#pragma pop_macro("STATUS_VDM_HARD_ERROR")
#pragma push_macro("STATUS_DRIVER_CANCEL_TIMEOUT")
#undef STATUS_DRIVER_CANCEL_TIMEOUT
static const NTSTATUS STATUS_DRIVER_CANCEL_TIMEOUT = (NTSTATUS)0xc000021e;
#pragma pop_macro("STATUS_DRIVER_CANCEL_TIMEOUT")
#pragma push_macro("STATUS_REPLY_MESSAGE_MISMATCH")
#undef STATUS_REPLY_MESSAGE_MISMATCH
static const NTSTATUS STATUS_REPLY_MESSAGE_MISMATCH = (NTSTATUS)0xc000021f;
#pragma pop_macro("STATUS_REPLY_MESSAGE_MISMATCH")
#pragma push_macro("STATUS_MAPPED_ALIGNMENT")
#undef STATUS_MAPPED_ALIGNMENT
static const NTSTATUS STATUS_MAPPED_ALIGNMENT = (NTSTATUS)0xc0000220;
#pragma pop_macro("STATUS_MAPPED_ALIGNMENT")
#pragma push_macro("STATUS_IMAGE_CHECKSUM_MISMATCH")
#undef STATUS_IMAGE_CHECKSUM_MISMATCH
static const NTSTATUS STATUS_IMAGE_CHECKSUM_MISMATCH = (NTSTATUS)0xc0000221;
#pragma pop_macro("STATUS_IMAGE_CHECKSUM_MISMATCH")
#pragma push_macro("STATUS_LOST_WRITEBEHIND_DATA")
#undef STATUS_LOST_WRITEBEHIND_DATA
static const NTSTATUS STATUS_LOST_WRITEBEHIND_DATA = (NTSTATUS)0xc0000222;
#pragma pop_macro("STATUS_LOST_WRITEBEHIND_DATA")
#pragma push_macro("STATUS_CLIENT_SERVER_PARAMETERS_INVALID")
#undef STATUS_CLIENT_SERVER_PARAMETERS_INVALID
static const NTSTATUS STATUS_CLIENT_SERVER_PARAMETERS_INVALID = (NTSTATUS)0xc0000223;
#pragma pop_macro("STATUS_CLIENT_SERVER_PARAMETERS_INVALID")
#pragma push_macro("STATUS_PASSWORD_MUST_CHANGE")
#undef STATUS_PASSWORD_MUST_CHANGE
static const NTSTATUS STATUS_PASSWORD_MUST_CHANGE = (NTSTATUS)0xc0000224;
#pragma pop_macro("STATUS_PASSWORD_MUST_CHANGE")
#pragma push_macro("STATUS_NOT_FOUND")
#undef STATUS_NOT_FOUND
static const NTSTATUS STATUS_NOT_FOUND = (NTSTATUS)0xc0000225;
#pragma pop_macro("STATUS_NOT_FOUND")
#pragma push_macro("STATUS_NOT_TINY_STREAM")
#undef STATUS_NOT_TINY_STREAM
static const NTSTATUS STATUS_NOT_TINY_STREAM = (NTSTATUS)0xc0000226;
#pragma pop_macro("STATUS_NOT_TINY_STREAM")
#pragma push_macro("STATUS_RECOVERY_FAILURE")
#undef STATUS_RECOVERY_FAILURE
static const NTSTATUS STATUS_RECOVERY_FAILURE = (NTSTATUS)0xc0000227;
#pragma pop_macro("STATUS_RECOVERY_FAILURE")
#pragma push_macro("STATUS_STACK_OVERFLOW_READ")
#undef STATUS_STACK_OVERFLOW_READ
static const NTSTATUS STATUS_STACK_OVERFLOW_READ = (NTSTATUS)0xc0000228;
#pragma pop_macro("STATUS_STACK_OVERFLOW_READ")
#pragma push_macro("STATUS_FAIL_CHECK")
#undef STATUS_FAIL_CHECK
static const NTSTATUS STATUS_FAIL_CHECK = (NTSTATUS)0xc0000229;
#pragma pop_macro("STATUS_FAIL_CHECK")
#pragma push_macro("STATUS_DUPLICATE_OBJECTID")
#undef STATUS_DUPLICATE_OBJECTID
static const NTSTATUS STATUS_DUPLICATE_OBJECTID = (NTSTATUS)0xc000022a;
#pragma pop_macro("STATUS_DUPLICATE_OBJECTID")
#pragma push_macro("STATUS_OBJECTID_EXISTS")
#undef STATUS_OBJECTID_EXISTS
static const NTSTATUS STATUS_OBJECTID_EXISTS = (NTSTATUS)0xc000022b;
#pragma pop_macro("STATUS_OBJECTID_EXISTS")
#pragma push_macro("STATUS_CONVERT_TO_LARGE")
#undef STATUS_CONVERT_TO_LARGE
static const NTSTATUS STATUS_CONVERT_TO_LARGE = (NTSTATUS)0xc000022c;
#pragma pop_macro("STATUS_CONVERT_TO_LARGE")
#pragma push_macro("STATUS_RETRY")
#undef STATUS_RETRY
static const NTSTATUS STATUS_RETRY = (NTSTATUS)0xc000022d;
#pragma pop_macro("STATUS_RETRY")
#pragma push_macro("STATUS_FOUND_OUT_OF_SCOPE")
#undef STATUS_FOUND_OUT_OF_SCOPE
static const NTSTATUS STATUS_FOUND_OUT_OF_SCOPE = (NTSTATUS)0xc000022e;
#pragma pop_macro("STATUS_FOUND_OUT_OF_SCOPE")
#pragma push_macro("STATUS_ALLOCATE_BUCKET")
#undef STATUS_ALLOCATE_BUCKET
static const NTSTATUS STATUS_ALLOCATE_BUCKET = (NTSTATUS)0xc000022f;
#pragma pop_macro("STATUS_ALLOCATE_BUCKET")
#pragma push_macro("STATUS_PROPSET_NOT_FOUND")
#undef STATUS_PROPSET_NOT_FOUND
static const NTSTATUS STATUS_PROPSET_NOT_FOUND = (NTSTATUS)0xc0000230;
#pragma pop_macro("STATUS_PROPSET_NOT_FOUND")
#pragma push_macro("STATUS_MARSHALL_OVERFLOW")
#undef STATUS_MARSHALL_OVERFLOW
static const NTSTATUS STATUS_MARSHALL_OVERFLOW = (NTSTATUS)0xc0000231;
#pragma pop_macro("STATUS_MARSHALL_OVERFLOW")
#pragma push_macro("STATUS_INVALID_VARIANT")
#undef STATUS_INVALID_VARIANT
static const NTSTATUS STATUS_INVALID_VARIANT = (NTSTATUS)0xc0000232;
#pragma pop_macro("STATUS_INVALID_VARIANT")
#pragma push_macro("STATUS_DOMAIN_CONTROLLER_NOT_FOUND")
#undef STATUS_DOMAIN_CONTROLLER_NOT_FOUND
static const NTSTATUS STATUS_DOMAIN_CONTROLLER_NOT_FOUND = (NTSTATUS)0xc0000233;
#pragma pop_macro("STATUS_DOMAIN_CONTROLLER_NOT_FOUND")
#pragma push_macro("STATUS_ACCOUNT_LOCKED_OUT")
#undef STATUS_ACCOUNT_LOCKED_OUT
static const NTSTATUS STATUS_ACCOUNT_LOCKED_OUT = (NTSTATUS)0xc0000234;
#pragma pop_macro("STATUS_ACCOUNT_LOCKED_OUT")
#pragma push_macro("STATUS_HANDLE_NOT_CLOSABLE")
#undef STATUS_HANDLE_NOT_CLOSABLE
static const NTSTATUS STATUS_HANDLE_NOT_CLOSABLE = (NTSTATUS)0xc0000235;
#pragma pop_macro("STATUS_HANDLE_NOT_CLOSABLE")
#pragma push_macro("STATUS_CONNECTION_REFUSED")
#undef STATUS_CONNECTION_REFUSED
static const NTSTATUS STATUS_CONNECTION_REFUSED = (NTSTATUS)0xc0000236;
#pragma pop_macro("STATUS_CONNECTION_REFUSED")
#pragma push_macro("STATUS_GRACEFUL_DISCONNECT")
#undef STATUS_GRACEFUL_DISCONNECT
static const NTSTATUS STATUS_GRACEFUL_DISCONNECT = (NTSTATUS)0xc0000237;
#pragma pop_macro("STATUS_GRACEFUL_DISCONNECT")
#pragma push_macro("STATUS_ADDRESS_ALREADY_ASSOCIATED")
#undef STATUS_ADDRESS_ALREADY_ASSOCIATED
static const NTSTATUS STATUS_ADDRESS_ALREADY_ASSOCIATED = (NTSTATUS)0xc0000238;
#pragma pop_macro("STATUS_ADDRESS_ALREADY_ASSOCIATED")
#pragma push_macro("STATUS_ADDRESS_NOT_ASSOCIATED")
#undef STATUS_ADDRESS_NOT_ASSOCIATED
static const NTSTATUS STATUS_ADDRESS_NOT_ASSOCIATED = (NTSTATUS)0xc0000239;
#pragma pop_macro("STATUS_ADDRESS_NOT_ASSOCIATED")
#pragma push_macro("STATUS_CONNECTION_INVALID")
#undef STATUS_CONNECTION_INVALID
static const NTSTATUS STATUS_CONNECTION_INVALID = (NTSTATUS)0xc000023a;
#pragma pop_macro("STATUS_CONNECTION_INVALID")
#pragma push_macro("STATUS_CONNECTION_ACTIVE")
#undef STATUS_CONNECTION_ACTIVE
static const NTSTATUS STATUS_CONNECTION_ACTIVE = (NTSTATUS)0xc000023b;
#pragma pop_macro("STATUS_CONNECTION_ACTIVE")
#pragma push_macro("STATUS_NETWORK_UNREACHABLE")
#undef STATUS_NETWORK_UNREACHABLE
static const NTSTATUS STATUS_NETWORK_UNREACHABLE = (NTSTATUS)0xc000023c;
#pragma pop_macro("STATUS_NETWORK_UNREACHABLE")
#pragma push_macro("STATUS_HOST_UNREACHABLE")
#undef STATUS_HOST_UNREACHABLE
static const NTSTATUS STATUS_HOST_UNREACHABLE = (NTSTATUS)0xc000023d;
#pragma pop_macro("STATUS_HOST_UNREACHABLE")
#pragma push_macro("STATUS_PROTOCOL_UNREACHABLE")
#undef STATUS_PROTOCOL_UNREACHABLE
static const NTSTATUS STATUS_PROTOCOL_UNREACHABLE = (NTSTATUS)0xc000023e;
#pragma pop_macro("STATUS_PROTOCOL_UNREACHABLE")
#pragma push_macro("STATUS_PORT_UNREACHABLE")
#undef STATUS_PORT_UNREACHABLE
static const NTSTATUS STATUS_PORT_UNREACHABLE = (NTSTATUS)0xc000023f;
#pragma pop_macro("STATUS_PORT_UNREACHABLE")
#pragma push_macro("STATUS_REQUEST_ABORTED")
#undef STATUS_REQUEST_ABORTED
static const NTSTATUS STATUS_REQUEST_ABORTED = (NTSTATUS)0xc0000240;
#pragma pop_macro("STATUS_REQUEST_ABORTED")
#pragma push_macro("STATUS_CONNECTION_ABORTED")
#undef STATUS_CONNECTION_ABORTED
static const NTSTATUS STATUS_CONNECTION_ABORTED = (NTSTATUS)0xc0000241;
#pragma pop_macro("STATUS_CONNECTION_ABORTED")
#pragma push_macro("STATUS_BAD_COMPRESSION_BUFFER")
#undef STATUS_BAD_COMPRESSION_BUFFER
static const NTSTATUS STATUS_BAD_COMPRESSION_BUFFER = (NTSTATUS)0xc0000242;
#pragma pop_macro("STATUS_BAD_COMPRESSION_BUFFER")
#pragma push_macro("STATUS_USER_MAPPED_FILE")
#undef STATUS_USER_MAPPED_FILE
static const NTSTATUS STATUS_USER_MAPPED_FILE = (NTSTATUS)0xc0000243;
#pragma pop_macro("STATUS_USER_MAPPED_FILE")
#pragma push_macro("STATUS_AUDIT_FAILED")
#undef STATUS_AUDIT_FAILED
static const NTSTATUS STATUS_AUDIT_FAILED = (NTSTATUS)0xc0000244;
#pragma pop_macro("STATUS_AUDIT_FAILED")
#pragma push_macro("STATUS_TIMER_RESOLUTION_NOT_SET")
#undef STATUS_TIMER_RESOLUTION_NOT_SET
static const NTSTATUS STATUS_TIMER_RESOLUTION_NOT_SET = (NTSTATUS)0xc0000245;
#pragma pop_macro("STATUS_TIMER_RESOLUTION_NOT_SET")
#pragma push_macro("STATUS_CONNECTION_COUNT_LIMIT")
#undef STATUS_CONNECTION_COUNT_LIMIT
static const NTSTATUS STATUS_CONNECTION_COUNT_LIMIT = (NTSTATUS)0xc0000246;
#pragma pop_macro("STATUS_CONNECTION_COUNT_LIMIT")
#pragma push_macro("STATUS_LOGIN_TIME_RESTRICTION")
#undef STATUS_LOGIN_TIME_RESTRICTION
static const NTSTATUS STATUS_LOGIN_TIME_RESTRICTION = (NTSTATUS)0xc0000247;
#pragma pop_macro("STATUS_LOGIN_TIME_RESTRICTION")
#pragma push_macro("STATUS_LOGIN_WKSTA_RESTRICTION")
#undef STATUS_LOGIN_WKSTA_RESTRICTION
static const NTSTATUS STATUS_LOGIN_WKSTA_RESTRICTION = (NTSTATUS)0xc0000248;
#pragma pop_macro("STATUS_LOGIN_WKSTA_RESTRICTION")
#pragma push_macro("STATUS_IMAGE_MP_UP_MISMATCH")
#undef STATUS_IMAGE_MP_UP_MISMATCH
static const NTSTATUS STATUS_IMAGE_MP_UP_MISMATCH = (NTSTATUS)0xc0000249;
#pragma pop_macro("STATUS_IMAGE_MP_UP_MISMATCH")
#pragma push_macro("STATUS_INSUFFICIENT_LOGON_INFO")
#undef STATUS_INSUFFICIENT_LOGON_INFO
static const NTSTATUS STATUS_INSUFFICIENT_LOGON_INFO = (NTSTATUS)0xc0000250;
#pragma pop_macro("STATUS_INSUFFICIENT_LOGON_INFO")
#pragma push_macro("STATUS_BAD_DLL_ENTRYPOINT")
#undef STATUS_BAD_DLL_ENTRYPOINT
static const NTSTATUS STATUS_BAD_DLL_ENTRYPOINT = (NTSTATUS)0xc0000251;
#pragma pop_macro("STATUS_BAD_DLL_ENTRYPOINT")
#pragma push_macro("STATUS_BAD_SERVICE_ENTRYPOINT")
#undef STATUS_BAD_SERVICE_ENTRYPOINT
static const NTSTATUS STATUS_BAD_SERVICE_ENTRYPOINT = (NTSTATUS)0xc0000252;
#pragma pop_macro("STATUS_BAD_SERVICE_ENTRYPOINT")
#pragma push_macro("STATUS_LPC_REPLY_LOST")
#undef STATUS_LPC_REPLY_LOST
static const NTSTATUS STATUS_LPC_REPLY_LOST = (NTSTATUS)0xc0000253;
#pragma pop_macro("STATUS_LPC_REPLY_LOST")
#pragma push_macro("STATUS_IP_ADDRESS_CONFLICT1")
#undef STATUS_IP_ADDRESS_CONFLICT1
static const NTSTATUS STATUS_IP_ADDRESS_CONFLICT1 = (NTSTATUS)0xc0000254;
#pragma pop_macro("STATUS_IP_ADDRESS_CONFLICT1")
#pragma push_macro("STATUS_IP_ADDRESS_CONFLICT2")
#undef STATUS_IP_ADDRESS_CONFLICT2
static const NTSTATUS STATUS_IP_ADDRESS_CONFLICT2 = (NTSTATUS)0xc0000255;
#pragma pop_macro("STATUS_IP_ADDRESS_CONFLICT2")
#pragma push_macro("STATUS_REGISTRY_QUOTA_LIMIT")
#undef STATUS_REGISTRY_QUOTA_LIMIT
static const NTSTATUS STATUS_REGISTRY_QUOTA_LIMIT = (NTSTATUS)0xc0000256;
#pragma pop_macro("STATUS_REGISTRY_QUOTA_LIMIT")
#pragma push_macro("STATUS_PATH_NOT_COVERED")
#undef STATUS_PATH_NOT_COVERED
static const NTSTATUS STATUS_PATH_NOT_COVERED = (NTSTATUS)0xc0000257;
#pragma pop_macro("STATUS_PATH_NOT_COVERED")
#pragma push_macro("STATUS_NO_CALLBACK_ACTIVE")
#undef STATUS_NO_CALLBACK_ACTIVE
static const NTSTATUS STATUS_NO_CALLBACK_ACTIVE = (NTSTATUS)0xc0000258;
#pragma pop_macro("STATUS_NO_CALLBACK_ACTIVE")
#pragma push_macro("STATUS_LICENSE_QUOTA_EXCEEDED")
#undef STATUS_LICENSE_QUOTA_EXCEEDED
static const NTSTATUS STATUS_LICENSE_QUOTA_EXCEEDED = (NTSTATUS)0xc0000259;
#pragma pop_macro("STATUS_LICENSE_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_PWD_TOO_SHORT")
#undef STATUS_PWD_TOO_SHORT
static const NTSTATUS STATUS_PWD_TOO_SHORT = (NTSTATUS)0xc000025a;
#pragma pop_macro("STATUS_PWD_TOO_SHORT")
#pragma push_macro("STATUS_PWD_TOO_RECENT")
#undef STATUS_PWD_TOO_RECENT
static const NTSTATUS STATUS_PWD_TOO_RECENT = (NTSTATUS)0xc000025b;
#pragma pop_macro("STATUS_PWD_TOO_RECENT")
#pragma push_macro("STATUS_PWD_HISTORY_CONFLICT")
#undef STATUS_PWD_HISTORY_CONFLICT
static const NTSTATUS STATUS_PWD_HISTORY_CONFLICT = (NTSTATUS)0xc000025c;
#pragma pop_macro("STATUS_PWD_HISTORY_CONFLICT")
#pragma push_macro("STATUS_PLUGPLAY_NO_DEVICE")
#undef STATUS_PLUGPLAY_NO_DEVICE
static const NTSTATUS STATUS_PLUGPLAY_NO_DEVICE = (NTSTATUS)0xc000025e;
#pragma pop_macro("STATUS_PLUGPLAY_NO_DEVICE")
#pragma push_macro("STATUS_UNSUPPORTED_COMPRESSION")
#undef STATUS_UNSUPPORTED_COMPRESSION
static const NTSTATUS STATUS_UNSUPPORTED_COMPRESSION = (NTSTATUS)0xc000025f;
#pragma pop_macro("STATUS_UNSUPPORTED_COMPRESSION")
#pragma push_macro("STATUS_INVALID_HW_PROFILE")
#undef STATUS_INVALID_HW_PROFILE
static const NTSTATUS STATUS_INVALID_HW_PROFILE = (NTSTATUS)0xc0000260;
#pragma pop_macro("STATUS_INVALID_HW_PROFILE")
#pragma push_macro("STATUS_INVALID_PLUGPLAY_DEVICE_PATH")
#undef STATUS_INVALID_PLUGPLAY_DEVICE_PATH
static const NTSTATUS STATUS_INVALID_PLUGPLAY_DEVICE_PATH = (NTSTATUS)0xc0000261;
#pragma pop_macro("STATUS_INVALID_PLUGPLAY_DEVICE_PATH")
#pragma push_macro("STATUS_DRIVER_ORDINAL_NOT_FOUND")
#undef STATUS_DRIVER_ORDINAL_NOT_FOUND
static const NTSTATUS STATUS_DRIVER_ORDINAL_NOT_FOUND = (NTSTATUS)0xc0000262;
#pragma pop_macro("STATUS_DRIVER_ORDINAL_NOT_FOUND")
#pragma push_macro("STATUS_DRIVER_ENTRYPOINT_NOT_FOUND")
#undef STATUS_DRIVER_ENTRYPOINT_NOT_FOUND
static const NTSTATUS STATUS_DRIVER_ENTRYPOINT_NOT_FOUND = (NTSTATUS)0xc0000263;
#pragma pop_macro("STATUS_DRIVER_ENTRYPOINT_NOT_FOUND")
#pragma push_macro("STATUS_RESOURCE_NOT_OWNED")
#undef STATUS_RESOURCE_NOT_OWNED
static const NTSTATUS STATUS_RESOURCE_NOT_OWNED = (NTSTATUS)0xc0000264;
#pragma pop_macro("STATUS_RESOURCE_NOT_OWNED")
#pragma push_macro("STATUS_TOO_MANY_LINKS")
#undef STATUS_TOO_MANY_LINKS
static const NTSTATUS STATUS_TOO_MANY_LINKS = (NTSTATUS)0xc0000265;
#pragma pop_macro("STATUS_TOO_MANY_LINKS")
#pragma push_macro("STATUS_QUOTA_LIST_INCONSISTENT")
#undef STATUS_QUOTA_LIST_INCONSISTENT
static const NTSTATUS STATUS_QUOTA_LIST_INCONSISTENT = (NTSTATUS)0xc0000266;
#pragma pop_macro("STATUS_QUOTA_LIST_INCONSISTENT")
#pragma push_macro("STATUS_FILE_IS_OFFLINE")
#undef STATUS_FILE_IS_OFFLINE
static const NTSTATUS STATUS_FILE_IS_OFFLINE = (NTSTATUS)0xc0000267;
#pragma pop_macro("STATUS_FILE_IS_OFFLINE")
#pragma push_macro("STATUS_EVALUATION_EXPIRATION")
#undef STATUS_EVALUATION_EXPIRATION
static const NTSTATUS STATUS_EVALUATION_EXPIRATION = (NTSTATUS)0xc0000268;
#pragma pop_macro("STATUS_EVALUATION_EXPIRATION")
#pragma push_macro("STATUS_ILLEGAL_DLL_RELOCATION")
#undef STATUS_ILLEGAL_DLL_RELOCATION
static const NTSTATUS STATUS_ILLEGAL_DLL_RELOCATION = (NTSTATUS)0xc0000269;
#pragma pop_macro("STATUS_ILLEGAL_DLL_RELOCATION")
#pragma push_macro("STATUS_LICENSE_VIOLATION")
#undef STATUS_LICENSE_VIOLATION
static const NTSTATUS STATUS_LICENSE_VIOLATION = (NTSTATUS)0xc000026a;
#pragma pop_macro("STATUS_LICENSE_VIOLATION")
#pragma push_macro("STATUS_DLL_INIT_FAILED_LOGOFF")
#undef STATUS_DLL_INIT_FAILED_LOGOFF
static const NTSTATUS STATUS_DLL_INIT_FAILED_LOGOFF = (NTSTATUS)0xc000026b;
#pragma pop_macro("STATUS_DLL_INIT_FAILED_LOGOFF")
#pragma push_macro("STATUS_DRIVER_UNABLE_TO_LOAD")
#undef STATUS_DRIVER_UNABLE_TO_LOAD
static const NTSTATUS STATUS_DRIVER_UNABLE_TO_LOAD = (NTSTATUS)0xc000026c;
#pragma pop_macro("STATUS_DRIVER_UNABLE_TO_LOAD")
#pragma push_macro("STATUS_DFS_UNAVAILABLE")
#undef STATUS_DFS_UNAVAILABLE
static const NTSTATUS STATUS_DFS_UNAVAILABLE = (NTSTATUS)0xc000026d;
#pragma pop_macro("STATUS_DFS_UNAVAILABLE")
#pragma push_macro("STATUS_VOLUME_DISMOUNTED")
#undef STATUS_VOLUME_DISMOUNTED
static const NTSTATUS STATUS_VOLUME_DISMOUNTED = (NTSTATUS)0xc000026e;
#pragma pop_macro("STATUS_VOLUME_DISMOUNTED")
#pragma push_macro("STATUS_WX86_INTERNAL_ERROR")
#undef STATUS_WX86_INTERNAL_ERROR
static const NTSTATUS STATUS_WX86_INTERNAL_ERROR = (NTSTATUS)0xc000026f;
#pragma pop_macro("STATUS_WX86_INTERNAL_ERROR")
#pragma push_macro("STATUS_WX86_FLOAT_STACK_CHECK")
#undef STATUS_WX86_FLOAT_STACK_CHECK
static const NTSTATUS STATUS_WX86_FLOAT_STACK_CHECK = (NTSTATUS)0xc0000270;
#pragma pop_macro("STATUS_WX86_FLOAT_STACK_CHECK")
#pragma push_macro("STATUS_VALIDATE_CONTINUE")
#undef STATUS_VALIDATE_CONTINUE
static const NTSTATUS STATUS_VALIDATE_CONTINUE = (NTSTATUS)0xc0000271;
#pragma pop_macro("STATUS_VALIDATE_CONTINUE")
#pragma push_macro("STATUS_NO_MATCH")
#undef STATUS_NO_MATCH
static const NTSTATUS STATUS_NO_MATCH = (NTSTATUS)0xc0000272;
#pragma pop_macro("STATUS_NO_MATCH")
#pragma push_macro("STATUS_NO_MORE_MATCHES")
#undef STATUS_NO_MORE_MATCHES
static const NTSTATUS STATUS_NO_MORE_MATCHES = (NTSTATUS)0xc0000273;
#pragma pop_macro("STATUS_NO_MORE_MATCHES")
#pragma push_macro("STATUS_NOT_A_REPARSE_POINT")
#undef STATUS_NOT_A_REPARSE_POINT
static const NTSTATUS STATUS_NOT_A_REPARSE_POINT = (NTSTATUS)0xc0000275;
#pragma pop_macro("STATUS_NOT_A_REPARSE_POINT")
#pragma push_macro("STATUS_IO_REPARSE_TAG_INVALID")
#undef STATUS_IO_REPARSE_TAG_INVALID
static const NTSTATUS STATUS_IO_REPARSE_TAG_INVALID = (NTSTATUS)0xc0000276;
#pragma pop_macro("STATUS_IO_REPARSE_TAG_INVALID")
#pragma push_macro("STATUS_IO_REPARSE_TAG_MISMATCH")
#undef STATUS_IO_REPARSE_TAG_MISMATCH
static const NTSTATUS STATUS_IO_REPARSE_TAG_MISMATCH = (NTSTATUS)0xc0000277;
#pragma pop_macro("STATUS_IO_REPARSE_TAG_MISMATCH")
#pragma push_macro("STATUS_IO_REPARSE_DATA_INVALID")
#undef STATUS_IO_REPARSE_DATA_INVALID
static const NTSTATUS STATUS_IO_REPARSE_DATA_INVALID = (NTSTATUS)0xc0000278;
#pragma pop_macro("STATUS_IO_REPARSE_DATA_INVALID")
#pragma push_macro("STATUS_IO_REPARSE_TAG_NOT_HANDLED")
#undef STATUS_IO_REPARSE_TAG_NOT_HANDLED
static const NTSTATUS STATUS_IO_REPARSE_TAG_NOT_HANDLED = (NTSTATUS)0xc0000279;
#pragma pop_macro("STATUS_IO_REPARSE_TAG_NOT_HANDLED")
#pragma push_macro("STATUS_PWD_TOO_LONG")
#undef STATUS_PWD_TOO_LONG
static const NTSTATUS STATUS_PWD_TOO_LONG = (NTSTATUS)0xc000027a;
#pragma pop_macro("STATUS_PWD_TOO_LONG")
#pragma push_macro("STATUS_STOWED_EXCEPTION")
#undef STATUS_STOWED_EXCEPTION
static const NTSTATUS STATUS_STOWED_EXCEPTION = (NTSTATUS)0xc000027b;
#pragma pop_macro("STATUS_STOWED_EXCEPTION")
#pragma push_macro("STATUS_REPARSE_POINT_NOT_RESOLVED")
#undef STATUS_REPARSE_POINT_NOT_RESOLVED
static const NTSTATUS STATUS_REPARSE_POINT_NOT_RESOLVED = (NTSTATUS)0xc0000280;
#pragma pop_macro("STATUS_REPARSE_POINT_NOT_RESOLVED")
#pragma push_macro("STATUS_DIRECTORY_IS_A_REPARSE_POINT")
#undef STATUS_DIRECTORY_IS_A_REPARSE_POINT
static const NTSTATUS STATUS_DIRECTORY_IS_A_REPARSE_POINT = (NTSTATUS)0xc0000281;
#pragma pop_macro("STATUS_DIRECTORY_IS_A_REPARSE_POINT")
#pragma push_macro("STATUS_RANGE_LIST_CONFLICT")
#undef STATUS_RANGE_LIST_CONFLICT
static const NTSTATUS STATUS_RANGE_LIST_CONFLICT = (NTSTATUS)0xc0000282;
#pragma pop_macro("STATUS_RANGE_LIST_CONFLICT")
#pragma push_macro("STATUS_SOURCE_ELEMENT_EMPTY")
#undef STATUS_SOURCE_ELEMENT_EMPTY
static const NTSTATUS STATUS_SOURCE_ELEMENT_EMPTY = (NTSTATUS)0xc0000283;
#pragma pop_macro("STATUS_SOURCE_ELEMENT_EMPTY")
#pragma push_macro("STATUS_DESTINATION_ELEMENT_FULL")
#undef STATUS_DESTINATION_ELEMENT_FULL
static const NTSTATUS STATUS_DESTINATION_ELEMENT_FULL = (NTSTATUS)0xc0000284;
#pragma pop_macro("STATUS_DESTINATION_ELEMENT_FULL")
#pragma push_macro("STATUS_ILLEGAL_ELEMENT_ADDRESS")
#undef STATUS_ILLEGAL_ELEMENT_ADDRESS
static const NTSTATUS STATUS_ILLEGAL_ELEMENT_ADDRESS = (NTSTATUS)0xc0000285;
#pragma pop_macro("STATUS_ILLEGAL_ELEMENT_ADDRESS")
#pragma push_macro("STATUS_MAGAZINE_NOT_PRESENT")
#undef STATUS_MAGAZINE_NOT_PRESENT
static const NTSTATUS STATUS_MAGAZINE_NOT_PRESENT = (NTSTATUS)0xc0000286;
#pragma pop_macro("STATUS_MAGAZINE_NOT_PRESENT")
#pragma push_macro("STATUS_REINITIALIZATION_NEEDED")
#undef STATUS_REINITIALIZATION_NEEDED
static const NTSTATUS STATUS_REINITIALIZATION_NEEDED = (NTSTATUS)0xc0000287;
#pragma pop_macro("STATUS_REINITIALIZATION_NEEDED")
#pragma push_macro("STATUS_DEVICE_REQUIRES_CLEANING")
#undef STATUS_DEVICE_REQUIRES_CLEANING
static const NTSTATUS STATUS_DEVICE_REQUIRES_CLEANING = (NTSTATUS)0x80000288;
#pragma pop_macro("STATUS_DEVICE_REQUIRES_CLEANING")
#pragma push_macro("STATUS_DEVICE_DOOR_OPEN")
#undef STATUS_DEVICE_DOOR_OPEN
static const NTSTATUS STATUS_DEVICE_DOOR_OPEN = (NTSTATUS)0x80000289;
#pragma pop_macro("STATUS_DEVICE_DOOR_OPEN")
#pragma push_macro("STATUS_ENCRYPTION_FAILED")
#undef STATUS_ENCRYPTION_FAILED
static const NTSTATUS STATUS_ENCRYPTION_FAILED = (NTSTATUS)0xc000028a;
#pragma pop_macro("STATUS_ENCRYPTION_FAILED")
#pragma push_macro("STATUS_DECRYPTION_FAILED")
#undef STATUS_DECRYPTION_FAILED
static const NTSTATUS STATUS_DECRYPTION_FAILED = (NTSTATUS)0xc000028b;
#pragma pop_macro("STATUS_DECRYPTION_FAILED")
#pragma push_macro("STATUS_RANGE_NOT_FOUND")
#undef STATUS_RANGE_NOT_FOUND
static const NTSTATUS STATUS_RANGE_NOT_FOUND = (NTSTATUS)0xc000028c;
#pragma pop_macro("STATUS_RANGE_NOT_FOUND")
#pragma push_macro("STATUS_NO_RECOVERY_POLICY")
#undef STATUS_NO_RECOVERY_POLICY
static const NTSTATUS STATUS_NO_RECOVERY_POLICY = (NTSTATUS)0xc000028d;
#pragma pop_macro("STATUS_NO_RECOVERY_POLICY")
#pragma push_macro("STATUS_NO_EFS")
#undef STATUS_NO_EFS
static const NTSTATUS STATUS_NO_EFS = (NTSTATUS)0xc000028e;
#pragma pop_macro("STATUS_NO_EFS")
#pragma push_macro("STATUS_WRONG_EFS")
#undef STATUS_WRONG_EFS
static const NTSTATUS STATUS_WRONG_EFS = (NTSTATUS)0xc000028f;
#pragma pop_macro("STATUS_WRONG_EFS")
#pragma push_macro("STATUS_NO_USER_KEYS")
#undef STATUS_NO_USER_KEYS
static const NTSTATUS STATUS_NO_USER_KEYS = (NTSTATUS)0xc0000290;
#pragma pop_macro("STATUS_NO_USER_KEYS")
#pragma push_macro("STATUS_FILE_NOT_ENCRYPTED")
#undef STATUS_FILE_NOT_ENCRYPTED
static const NTSTATUS STATUS_FILE_NOT_ENCRYPTED = (NTSTATUS)0xc0000291;
#pragma pop_macro("STATUS_FILE_NOT_ENCRYPTED")
#pragma push_macro("STATUS_NOT_EXPORT_FORMAT")
#undef STATUS_NOT_EXPORT_FORMAT
static const NTSTATUS STATUS_NOT_EXPORT_FORMAT = (NTSTATUS)0xc0000292;
#pragma pop_macro("STATUS_NOT_EXPORT_FORMAT")
#pragma push_macro("STATUS_FILE_ENCRYPTED")
#undef STATUS_FILE_ENCRYPTED
static const NTSTATUS STATUS_FILE_ENCRYPTED = (NTSTATUS)0xc0000293;
#pragma pop_macro("STATUS_FILE_ENCRYPTED")
#pragma push_macro("STATUS_WAKE_SYSTEM")
#undef STATUS_WAKE_SYSTEM
static const NTSTATUS STATUS_WAKE_SYSTEM = (NTSTATUS)0x40000294;
#pragma pop_macro("STATUS_WAKE_SYSTEM")
#pragma push_macro("STATUS_WMI_GUID_NOT_FOUND")
#undef STATUS_WMI_GUID_NOT_FOUND
static const NTSTATUS STATUS_WMI_GUID_NOT_FOUND = (NTSTATUS)0xc0000295;
#pragma pop_macro("STATUS_WMI_GUID_NOT_FOUND")
#pragma push_macro("STATUS_WMI_INSTANCE_NOT_FOUND")
#undef STATUS_WMI_INSTANCE_NOT_FOUND
static const NTSTATUS STATUS_WMI_INSTANCE_NOT_FOUND = (NTSTATUS)0xc0000296;
#pragma pop_macro("STATUS_WMI_INSTANCE_NOT_FOUND")
#pragma push_macro("STATUS_WMI_ITEMID_NOT_FOUND")
#undef STATUS_WMI_ITEMID_NOT_FOUND
static const NTSTATUS STATUS_WMI_ITEMID_NOT_FOUND = (NTSTATUS)0xc0000297;
#pragma pop_macro("STATUS_WMI_ITEMID_NOT_FOUND")
#pragma push_macro("STATUS_WMI_TRY_AGAIN")
#undef STATUS_WMI_TRY_AGAIN
static const NTSTATUS STATUS_WMI_TRY_AGAIN = (NTSTATUS)0xc0000298;
#pragma pop_macro("STATUS_WMI_TRY_AGAIN")
#pragma push_macro("STATUS_SHARED_POLICY")
#undef STATUS_SHARED_POLICY
static const NTSTATUS STATUS_SHARED_POLICY = (NTSTATUS)0xc0000299;
#pragma pop_macro("STATUS_SHARED_POLICY")
#pragma push_macro("STATUS_POLICY_OBJECT_NOT_FOUND")
#undef STATUS_POLICY_OBJECT_NOT_FOUND
static const NTSTATUS STATUS_POLICY_OBJECT_NOT_FOUND = (NTSTATUS)0xc000029a;
#pragma pop_macro("STATUS_POLICY_OBJECT_NOT_FOUND")
#pragma push_macro("STATUS_POLICY_ONLY_IN_DS")
#undef STATUS_POLICY_ONLY_IN_DS
static const NTSTATUS STATUS_POLICY_ONLY_IN_DS = (NTSTATUS)0xc000029b;
#pragma pop_macro("STATUS_POLICY_ONLY_IN_DS")
#pragma push_macro("STATUS_VOLUME_NOT_UPGRADED")
#undef STATUS_VOLUME_NOT_UPGRADED
static const NTSTATUS STATUS_VOLUME_NOT_UPGRADED = (NTSTATUS)0xc000029c;
#pragma pop_macro("STATUS_VOLUME_NOT_UPGRADED")
#pragma push_macro("STATUS_REMOTE_STORAGE_NOT_ACTIVE")
#undef STATUS_REMOTE_STORAGE_NOT_ACTIVE
static const NTSTATUS STATUS_REMOTE_STORAGE_NOT_ACTIVE = (NTSTATUS)0xc000029d;
#pragma pop_macro("STATUS_REMOTE_STORAGE_NOT_ACTIVE")
#pragma push_macro("STATUS_REMOTE_STORAGE_MEDIA_ERROR")
#undef STATUS_REMOTE_STORAGE_MEDIA_ERROR
static const NTSTATUS STATUS_REMOTE_STORAGE_MEDIA_ERROR = (NTSTATUS)0xc000029e;
#pragma pop_macro("STATUS_REMOTE_STORAGE_MEDIA_ERROR")
#pragma push_macro("STATUS_NO_TRACKING_SERVICE")
#undef STATUS_NO_TRACKING_SERVICE
static const NTSTATUS STATUS_NO_TRACKING_SERVICE = (NTSTATUS)0xc000029f;
#pragma pop_macro("STATUS_NO_TRACKING_SERVICE")
#pragma push_macro("STATUS_SERVER_SID_MISMATCH")
#undef STATUS_SERVER_SID_MISMATCH
static const NTSTATUS STATUS_SERVER_SID_MISMATCH = (NTSTATUS)0xc00002a0;
#pragma pop_macro("STATUS_SERVER_SID_MISMATCH")
#pragma push_macro("STATUS_DS_NO_ATTRIBUTE_OR_VALUE")
#undef STATUS_DS_NO_ATTRIBUTE_OR_VALUE
static const NTSTATUS STATUS_DS_NO_ATTRIBUTE_OR_VALUE = (NTSTATUS)0xc00002a1;
#pragma pop_macro("STATUS_DS_NO_ATTRIBUTE_OR_VALUE")
#pragma push_macro("STATUS_DS_INVALID_ATTRIBUTE_SYNTAX")
#undef STATUS_DS_INVALID_ATTRIBUTE_SYNTAX
static const NTSTATUS STATUS_DS_INVALID_ATTRIBUTE_SYNTAX = (NTSTATUS)0xc00002a2;
#pragma pop_macro("STATUS_DS_INVALID_ATTRIBUTE_SYNTAX")
#pragma push_macro("STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED")
#undef STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED
static const NTSTATUS STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED = (NTSTATUS)0xc00002a3;
#pragma pop_macro("STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED")
#pragma push_macro("STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS")
#undef STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS
static const NTSTATUS STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS = (NTSTATUS)0xc00002a4;
#pragma pop_macro("STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS")
#pragma push_macro("STATUS_DS_BUSY")
#undef STATUS_DS_BUSY
static const NTSTATUS STATUS_DS_BUSY = (NTSTATUS)0xc00002a5;
#pragma pop_macro("STATUS_DS_BUSY")
#pragma push_macro("STATUS_DS_UNAVAILABLE")
#undef STATUS_DS_UNAVAILABLE
static const NTSTATUS STATUS_DS_UNAVAILABLE = (NTSTATUS)0xc00002a6;
#pragma pop_macro("STATUS_DS_UNAVAILABLE")
#pragma push_macro("STATUS_DS_NO_RIDS_ALLOCATED")
#undef STATUS_DS_NO_RIDS_ALLOCATED
static const NTSTATUS STATUS_DS_NO_RIDS_ALLOCATED = (NTSTATUS)0xc00002a7;
#pragma pop_macro("STATUS_DS_NO_RIDS_ALLOCATED")
#pragma push_macro("STATUS_DS_NO_MORE_RIDS")
#undef STATUS_DS_NO_MORE_RIDS
static const NTSTATUS STATUS_DS_NO_MORE_RIDS = (NTSTATUS)0xc00002a8;
#pragma pop_macro("STATUS_DS_NO_MORE_RIDS")
#pragma push_macro("STATUS_DS_INCORRECT_ROLE_OWNER")
#undef STATUS_DS_INCORRECT_ROLE_OWNER
static const NTSTATUS STATUS_DS_INCORRECT_ROLE_OWNER = (NTSTATUS)0xc00002a9;
#pragma pop_macro("STATUS_DS_INCORRECT_ROLE_OWNER")
#pragma push_macro("STATUS_DS_RIDMGR_INIT_ERROR")
#undef STATUS_DS_RIDMGR_INIT_ERROR
static const NTSTATUS STATUS_DS_RIDMGR_INIT_ERROR = (NTSTATUS)0xc00002aa;
#pragma pop_macro("STATUS_DS_RIDMGR_INIT_ERROR")
#pragma push_macro("STATUS_DS_OBJ_CLASS_VIOLATION")
#undef STATUS_DS_OBJ_CLASS_VIOLATION
static const NTSTATUS STATUS_DS_OBJ_CLASS_VIOLATION = (NTSTATUS)0xc00002ab;
#pragma pop_macro("STATUS_DS_OBJ_CLASS_VIOLATION")
#pragma push_macro("STATUS_DS_CANT_ON_NON_LEAF")
#undef STATUS_DS_CANT_ON_NON_LEAF
static const NTSTATUS STATUS_DS_CANT_ON_NON_LEAF = (NTSTATUS)0xc00002ac;
#pragma pop_macro("STATUS_DS_CANT_ON_NON_LEAF")
#pragma push_macro("STATUS_DS_CANT_ON_RDN")
#undef STATUS_DS_CANT_ON_RDN
static const NTSTATUS STATUS_DS_CANT_ON_RDN = (NTSTATUS)0xc00002ad;
#pragma pop_macro("STATUS_DS_CANT_ON_RDN")
#pragma push_macro("STATUS_DS_CANT_MOD_OBJ_CLASS")
#undef STATUS_DS_CANT_MOD_OBJ_CLASS
static const NTSTATUS STATUS_DS_CANT_MOD_OBJ_CLASS = (NTSTATUS)0xc00002ae;
#pragma pop_macro("STATUS_DS_CANT_MOD_OBJ_CLASS")
#pragma push_macro("STATUS_DS_CROSS_DOM_MOVE_FAILED")
#undef STATUS_DS_CROSS_DOM_MOVE_FAILED
static const NTSTATUS STATUS_DS_CROSS_DOM_MOVE_FAILED = (NTSTATUS)0xc00002af;
#pragma pop_macro("STATUS_DS_CROSS_DOM_MOVE_FAILED")
#pragma push_macro("STATUS_DS_GC_NOT_AVAILABLE")
#undef STATUS_DS_GC_NOT_AVAILABLE
static const NTSTATUS STATUS_DS_GC_NOT_AVAILABLE = (NTSTATUS)0xc00002b0;
#pragma pop_macro("STATUS_DS_GC_NOT_AVAILABLE")
#pragma push_macro("STATUS_DIRECTORY_SERVICE_REQUIRED")
#undef STATUS_DIRECTORY_SERVICE_REQUIRED
static const NTSTATUS STATUS_DIRECTORY_SERVICE_REQUIRED = (NTSTATUS)0xc00002b1;
#pragma pop_macro("STATUS_DIRECTORY_SERVICE_REQUIRED")
#pragma push_macro("STATUS_REPARSE_ATTRIBUTE_CONFLICT")
#undef STATUS_REPARSE_ATTRIBUTE_CONFLICT
static const NTSTATUS STATUS_REPARSE_ATTRIBUTE_CONFLICT = (NTSTATUS)0xc00002b2;
#pragma pop_macro("STATUS_REPARSE_ATTRIBUTE_CONFLICT")
#pragma push_macro("STATUS_CANT_ENABLE_DENY_ONLY")
#undef STATUS_CANT_ENABLE_DENY_ONLY
static const NTSTATUS STATUS_CANT_ENABLE_DENY_ONLY = (NTSTATUS)0xc00002b3;
#pragma pop_macro("STATUS_CANT_ENABLE_DENY_ONLY")
#pragma push_macro("STATUS_FLOAT_MULTIPLE_FAULTS")
#undef STATUS_FLOAT_MULTIPLE_FAULTS
static const NTSTATUS STATUS_FLOAT_MULTIPLE_FAULTS = (NTSTATUS)0xc00002b4;
#pragma pop_macro("STATUS_FLOAT_MULTIPLE_FAULTS")
#pragma push_macro("STATUS_FLOAT_MULTIPLE_TRAPS")
#undef STATUS_FLOAT_MULTIPLE_TRAPS
static const NTSTATUS STATUS_FLOAT_MULTIPLE_TRAPS = (NTSTATUS)0xc00002b5;
#pragma pop_macro("STATUS_FLOAT_MULTIPLE_TRAPS")
#pragma push_macro("STATUS_DEVICE_REMOVED")
#undef STATUS_DEVICE_REMOVED
static const NTSTATUS STATUS_DEVICE_REMOVED = (NTSTATUS)0xc00002b6;
#pragma pop_macro("STATUS_DEVICE_REMOVED")
#pragma push_macro("STATUS_JOURNAL_DELETE_IN_PROGRESS")
#undef STATUS_JOURNAL_DELETE_IN_PROGRESS
static const NTSTATUS STATUS_JOURNAL_DELETE_IN_PROGRESS = (NTSTATUS)0xc00002b7;
#pragma pop_macro("STATUS_JOURNAL_DELETE_IN_PROGRESS")
#pragma push_macro("STATUS_JOURNAL_NOT_ACTIVE")
#undef STATUS_JOURNAL_NOT_ACTIVE
static const NTSTATUS STATUS_JOURNAL_NOT_ACTIVE = (NTSTATUS)0xc00002b8;
#pragma pop_macro("STATUS_JOURNAL_NOT_ACTIVE")
#pragma push_macro("STATUS_NOINTERFACE")
#undef STATUS_NOINTERFACE
static const NTSTATUS STATUS_NOINTERFACE = (NTSTATUS)0xc00002b9;
#pragma pop_macro("STATUS_NOINTERFACE")
#pragma push_macro("STATUS_DS_RIDMGR_DISABLED")
#undef STATUS_DS_RIDMGR_DISABLED
static const NTSTATUS STATUS_DS_RIDMGR_DISABLED = (NTSTATUS)0xc00002ba;
#pragma pop_macro("STATUS_DS_RIDMGR_DISABLED")
#pragma push_macro("STATUS_DS_ADMIN_LIMIT_EXCEEDED")
#undef STATUS_DS_ADMIN_LIMIT_EXCEEDED
static const NTSTATUS STATUS_DS_ADMIN_LIMIT_EXCEEDED = (NTSTATUS)0xc00002c1;
#pragma pop_macro("STATUS_DS_ADMIN_LIMIT_EXCEEDED")
#pragma push_macro("STATUS_DRIVER_FAILED_SLEEP")
#undef STATUS_DRIVER_FAILED_SLEEP
static const NTSTATUS STATUS_DRIVER_FAILED_SLEEP = (NTSTATUS)0xc00002c2;
#pragma pop_macro("STATUS_DRIVER_FAILED_SLEEP")
#pragma push_macro("STATUS_MUTUAL_AUTHENTICATION_FAILED")
#undef STATUS_MUTUAL_AUTHENTICATION_FAILED
static const NTSTATUS STATUS_MUTUAL_AUTHENTICATION_FAILED = (NTSTATUS)0xc00002c3;
#pragma pop_macro("STATUS_MUTUAL_AUTHENTICATION_FAILED")
#pragma push_macro("STATUS_CORRUPT_SYSTEM_FILE")
#undef STATUS_CORRUPT_SYSTEM_FILE
static const NTSTATUS STATUS_CORRUPT_SYSTEM_FILE = (NTSTATUS)0xc00002c4;
#pragma pop_macro("STATUS_CORRUPT_SYSTEM_FILE")
#pragma push_macro("STATUS_DATATYPE_MISALIGNMENT_ERROR")
#undef STATUS_DATATYPE_MISALIGNMENT_ERROR
static const NTSTATUS STATUS_DATATYPE_MISALIGNMENT_ERROR = (NTSTATUS)0xc00002c5;
#pragma pop_macro("STATUS_DATATYPE_MISALIGNMENT_ERROR")
#pragma push_macro("STATUS_WMI_READ_ONLY")
#undef STATUS_WMI_READ_ONLY
static const NTSTATUS STATUS_WMI_READ_ONLY = (NTSTATUS)0xc00002c6;
#pragma pop_macro("STATUS_WMI_READ_ONLY")
#pragma push_macro("STATUS_WMI_SET_FAILURE")
#undef STATUS_WMI_SET_FAILURE
static const NTSTATUS STATUS_WMI_SET_FAILURE = (NTSTATUS)0xc00002c7;
#pragma pop_macro("STATUS_WMI_SET_FAILURE")
#pragma push_macro("STATUS_COMMITMENT_MINIMUM")
#undef STATUS_COMMITMENT_MINIMUM
static const NTSTATUS STATUS_COMMITMENT_MINIMUM = (NTSTATUS)0xc00002c8;
#pragma pop_macro("STATUS_COMMITMENT_MINIMUM")
#pragma push_macro("STATUS_REG_NAT_CONSUMPTION")
#undef STATUS_REG_NAT_CONSUMPTION
static const NTSTATUS STATUS_REG_NAT_CONSUMPTION = (NTSTATUS)0xc00002c9;
#pragma pop_macro("STATUS_REG_NAT_CONSUMPTION")
#pragma push_macro("STATUS_TRANSPORT_FULL")
#undef STATUS_TRANSPORT_FULL
static const NTSTATUS STATUS_TRANSPORT_FULL = (NTSTATUS)0xc00002ca;
#pragma pop_macro("STATUS_TRANSPORT_FULL")
#pragma push_macro("STATUS_DS_SAM_INIT_FAILURE")
#undef STATUS_DS_SAM_INIT_FAILURE
static const NTSTATUS STATUS_DS_SAM_INIT_FAILURE = (NTSTATUS)0xc00002cb;
#pragma pop_macro("STATUS_DS_SAM_INIT_FAILURE")
#pragma push_macro("STATUS_ONLY_IF_CONNECTED")
#undef STATUS_ONLY_IF_CONNECTED
static const NTSTATUS STATUS_ONLY_IF_CONNECTED = (NTSTATUS)0xc00002cc;
#pragma pop_macro("STATUS_ONLY_IF_CONNECTED")
#pragma push_macro("STATUS_DS_SENSITIVE_GROUP_VIOLATION")
#undef STATUS_DS_SENSITIVE_GROUP_VIOLATION
static const NTSTATUS STATUS_DS_SENSITIVE_GROUP_VIOLATION = (NTSTATUS)0xc00002cd;
#pragma pop_macro("STATUS_DS_SENSITIVE_GROUP_VIOLATION")
#pragma push_macro("STATUS_PNP_RESTART_ENUMERATION")
#undef STATUS_PNP_RESTART_ENUMERATION
static const NTSTATUS STATUS_PNP_RESTART_ENUMERATION = (NTSTATUS)0xc00002ce;
#pragma pop_macro("STATUS_PNP_RESTART_ENUMERATION")
#pragma push_macro("STATUS_JOURNAL_ENTRY_DELETED")
#undef STATUS_JOURNAL_ENTRY_DELETED
static const NTSTATUS STATUS_JOURNAL_ENTRY_DELETED = (NTSTATUS)0xc00002cf;
#pragma pop_macro("STATUS_JOURNAL_ENTRY_DELETED")
#pragma push_macro("STATUS_DS_CANT_MOD_PRIMARYGROUPID")
#undef STATUS_DS_CANT_MOD_PRIMARYGROUPID
static const NTSTATUS STATUS_DS_CANT_MOD_PRIMARYGROUPID = (NTSTATUS)0xc00002d0;
#pragma pop_macro("STATUS_DS_CANT_MOD_PRIMARYGROUPID")
#pragma push_macro("STATUS_SYSTEM_IMAGE_BAD_SIGNATURE")
#undef STATUS_SYSTEM_IMAGE_BAD_SIGNATURE
static const NTSTATUS STATUS_SYSTEM_IMAGE_BAD_SIGNATURE = (NTSTATUS)0xc00002d1;
#pragma pop_macro("STATUS_SYSTEM_IMAGE_BAD_SIGNATURE")
#pragma push_macro("STATUS_PNP_REBOOT_REQUIRED")
#undef STATUS_PNP_REBOOT_REQUIRED
static const NTSTATUS STATUS_PNP_REBOOT_REQUIRED = (NTSTATUS)0xc00002d2;
#pragma pop_macro("STATUS_PNP_REBOOT_REQUIRED")
#pragma push_macro("STATUS_POWER_STATE_INVALID")
#undef STATUS_POWER_STATE_INVALID
static const NTSTATUS STATUS_POWER_STATE_INVALID = (NTSTATUS)0xc00002d3;
#pragma pop_macro("STATUS_POWER_STATE_INVALID")
#pragma push_macro("STATUS_DS_INVALID_GROUP_TYPE")
#undef STATUS_DS_INVALID_GROUP_TYPE
static const NTSTATUS STATUS_DS_INVALID_GROUP_TYPE = (NTSTATUS)0xc00002d4;
#pragma pop_macro("STATUS_DS_INVALID_GROUP_TYPE")
#pragma push_macro("STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN")
#undef STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
static const NTSTATUS STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN = (NTSTATUS)0xc00002d5;
#pragma pop_macro("STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN")
#pragma push_macro("STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN")
#undef STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
static const NTSTATUS STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN = (NTSTATUS)0xc00002d6;
#pragma pop_macro("STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN")
#pragma push_macro("STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER")
#undef STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
static const NTSTATUS STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER = (NTSTATUS)0xc00002d7;
#pragma pop_macro("STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER")
#pragma push_macro("STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER")
#undef STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
static const NTSTATUS STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER = (NTSTATUS)0xc00002d8;
#pragma pop_macro("STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER")
#pragma push_macro("STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER")
#undef STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
static const NTSTATUS STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER = (NTSTATUS)0xc00002d9;
#pragma pop_macro("STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER")
#pragma push_macro("STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER")
#undef STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
static const NTSTATUS STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER = (NTSTATUS)0xc00002da;
#pragma pop_macro("STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER")
#pragma push_macro("STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER")
#undef STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
static const NTSTATUS STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER = (NTSTATUS)0xc00002db;
#pragma pop_macro("STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER")
#pragma push_macro("STATUS_DS_HAVE_PRIMARY_MEMBERS")
#undef STATUS_DS_HAVE_PRIMARY_MEMBERS
static const NTSTATUS STATUS_DS_HAVE_PRIMARY_MEMBERS = (NTSTATUS)0xc00002dc;
#pragma pop_macro("STATUS_DS_HAVE_PRIMARY_MEMBERS")
#pragma push_macro("STATUS_WMI_NOT_SUPPORTED")
#undef STATUS_WMI_NOT_SUPPORTED
static const NTSTATUS STATUS_WMI_NOT_SUPPORTED = (NTSTATUS)0xc00002dd;
#pragma pop_macro("STATUS_WMI_NOT_SUPPORTED")
#pragma push_macro("STATUS_INSUFFICIENT_POWER")
#undef STATUS_INSUFFICIENT_POWER
static const NTSTATUS STATUS_INSUFFICIENT_POWER = (NTSTATUS)0xc00002de;
#pragma pop_macro("STATUS_INSUFFICIENT_POWER")
#pragma push_macro("STATUS_SAM_NEED_BOOTKEY_PASSWORD")
#undef STATUS_SAM_NEED_BOOTKEY_PASSWORD
static const NTSTATUS STATUS_SAM_NEED_BOOTKEY_PASSWORD = (NTSTATUS)0xc00002df;
#pragma pop_macro("STATUS_SAM_NEED_BOOTKEY_PASSWORD")
#pragma push_macro("STATUS_SAM_NEED_BOOTKEY_FLOPPY")
#undef STATUS_SAM_NEED_BOOTKEY_FLOPPY
static const NTSTATUS STATUS_SAM_NEED_BOOTKEY_FLOPPY = (NTSTATUS)0xc00002e0;
#pragma pop_macro("STATUS_SAM_NEED_BOOTKEY_FLOPPY")
#pragma push_macro("STATUS_DS_CANT_START")
#undef STATUS_DS_CANT_START
static const NTSTATUS STATUS_DS_CANT_START = (NTSTATUS)0xc00002e1;
#pragma pop_macro("STATUS_DS_CANT_START")
#pragma push_macro("STATUS_DS_INIT_FAILURE")
#undef STATUS_DS_INIT_FAILURE
static const NTSTATUS STATUS_DS_INIT_FAILURE = (NTSTATUS)0xc00002e2;
#pragma pop_macro("STATUS_DS_INIT_FAILURE")
#pragma push_macro("STATUS_SAM_INIT_FAILURE")
#undef STATUS_SAM_INIT_FAILURE
static const NTSTATUS STATUS_SAM_INIT_FAILURE = (NTSTATUS)0xc00002e3;
#pragma pop_macro("STATUS_SAM_INIT_FAILURE")
#pragma push_macro("STATUS_DS_GC_REQUIRED")
#undef STATUS_DS_GC_REQUIRED
static const NTSTATUS STATUS_DS_GC_REQUIRED = (NTSTATUS)0xc00002e4;
#pragma pop_macro("STATUS_DS_GC_REQUIRED")
#pragma push_macro("STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY")
#undef STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
static const NTSTATUS STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY = (NTSTATUS)0xc00002e5;
#pragma pop_macro("STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY")
#pragma push_macro("STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS")
#undef STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS
static const NTSTATUS STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS = (NTSTATUS)0xc00002e6;
#pragma pop_macro("STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS")
#pragma push_macro("STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED")
#undef STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
static const NTSTATUS STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED = (NTSTATUS)0xc00002e7;
#pragma pop_macro("STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_MULTIPLE_FAULT_VIOLATION")
#undef STATUS_MULTIPLE_FAULT_VIOLATION
static const NTSTATUS STATUS_MULTIPLE_FAULT_VIOLATION = (NTSTATUS)0xc00002e8;
#pragma pop_macro("STATUS_MULTIPLE_FAULT_VIOLATION")
#pragma push_macro("STATUS_CURRENT_DOMAIN_NOT_ALLOWED")
#undef STATUS_CURRENT_DOMAIN_NOT_ALLOWED
static const NTSTATUS STATUS_CURRENT_DOMAIN_NOT_ALLOWED = (NTSTATUS)0xc00002e9;
#pragma pop_macro("STATUS_CURRENT_DOMAIN_NOT_ALLOWED")
#pragma push_macro("STATUS_CANNOT_MAKE")
#undef STATUS_CANNOT_MAKE
static const NTSTATUS STATUS_CANNOT_MAKE = (NTSTATUS)0xc00002ea;
#pragma pop_macro("STATUS_CANNOT_MAKE")
#pragma push_macro("STATUS_SYSTEM_SHUTDOWN")
#undef STATUS_SYSTEM_SHUTDOWN
static const NTSTATUS STATUS_SYSTEM_SHUTDOWN = (NTSTATUS)0xc00002eb;
#pragma pop_macro("STATUS_SYSTEM_SHUTDOWN")
#pragma push_macro("STATUS_DS_INIT_FAILURE_CONSOLE")
#undef STATUS_DS_INIT_FAILURE_CONSOLE
static const NTSTATUS STATUS_DS_INIT_FAILURE_CONSOLE = (NTSTATUS)0xc00002ec;
#pragma pop_macro("STATUS_DS_INIT_FAILURE_CONSOLE")
#pragma push_macro("STATUS_DS_SAM_INIT_FAILURE_CONSOLE")
#undef STATUS_DS_SAM_INIT_FAILURE_CONSOLE
static const NTSTATUS STATUS_DS_SAM_INIT_FAILURE_CONSOLE = (NTSTATUS)0xc00002ed;
#pragma pop_macro("STATUS_DS_SAM_INIT_FAILURE_CONSOLE")
#pragma push_macro("STATUS_UNFINISHED_CONTEXT_DELETED")
#undef STATUS_UNFINISHED_CONTEXT_DELETED
static const NTSTATUS STATUS_UNFINISHED_CONTEXT_DELETED = (NTSTATUS)0xc00002ee;
#pragma pop_macro("STATUS_UNFINISHED_CONTEXT_DELETED")
#pragma push_macro("STATUS_NO_TGT_REPLY")
#undef STATUS_NO_TGT_REPLY
static const NTSTATUS STATUS_NO_TGT_REPLY = (NTSTATUS)0xc00002ef;
#pragma pop_macro("STATUS_NO_TGT_REPLY")
#pragma push_macro("STATUS_OBJECTID_NOT_FOUND")
#undef STATUS_OBJECTID_NOT_FOUND
static const NTSTATUS STATUS_OBJECTID_NOT_FOUND = (NTSTATUS)0xc00002f0;
#pragma pop_macro("STATUS_OBJECTID_NOT_FOUND")
#pragma push_macro("STATUS_NO_IP_ADDRESSES")
#undef STATUS_NO_IP_ADDRESSES
static const NTSTATUS STATUS_NO_IP_ADDRESSES = (NTSTATUS)0xc00002f1;
#pragma pop_macro("STATUS_NO_IP_ADDRESSES")
#pragma push_macro("STATUS_WRONG_CREDENTIAL_HANDLE")
#undef STATUS_WRONG_CREDENTIAL_HANDLE
static const NTSTATUS STATUS_WRONG_CREDENTIAL_HANDLE = (NTSTATUS)0xc00002f2;
#pragma pop_macro("STATUS_WRONG_CREDENTIAL_HANDLE")
#pragma push_macro("STATUS_CRYPTO_SYSTEM_INVALID")
#undef STATUS_CRYPTO_SYSTEM_INVALID
static const NTSTATUS STATUS_CRYPTO_SYSTEM_INVALID = (NTSTATUS)0xc00002f3;
#pragma pop_macro("STATUS_CRYPTO_SYSTEM_INVALID")
#pragma push_macro("STATUS_MAX_REFERRALS_EXCEEDED")
#undef STATUS_MAX_REFERRALS_EXCEEDED
static const NTSTATUS STATUS_MAX_REFERRALS_EXCEEDED = (NTSTATUS)0xc00002f4;
#pragma pop_macro("STATUS_MAX_REFERRALS_EXCEEDED")
#pragma push_macro("STATUS_MUST_BE_KDC")
#undef STATUS_MUST_BE_KDC
static const NTSTATUS STATUS_MUST_BE_KDC = (NTSTATUS)0xc00002f5;
#pragma pop_macro("STATUS_MUST_BE_KDC")
#pragma push_macro("STATUS_STRONG_CRYPTO_NOT_SUPPORTED")
#undef STATUS_STRONG_CRYPTO_NOT_SUPPORTED
static const NTSTATUS STATUS_STRONG_CRYPTO_NOT_SUPPORTED = (NTSTATUS)0xc00002f6;
#pragma pop_macro("STATUS_STRONG_CRYPTO_NOT_SUPPORTED")
#pragma push_macro("STATUS_TOO_MANY_PRINCIPALS")
#undef STATUS_TOO_MANY_PRINCIPALS
static const NTSTATUS STATUS_TOO_MANY_PRINCIPALS = (NTSTATUS)0xc00002f7;
#pragma pop_macro("STATUS_TOO_MANY_PRINCIPALS")
#pragma push_macro("STATUS_NO_PA_DATA")
#undef STATUS_NO_PA_DATA
static const NTSTATUS STATUS_NO_PA_DATA = (NTSTATUS)0xc00002f8;
#pragma pop_macro("STATUS_NO_PA_DATA")
#pragma push_macro("STATUS_PKINIT_NAME_MISMATCH")
#undef STATUS_PKINIT_NAME_MISMATCH
static const NTSTATUS STATUS_PKINIT_NAME_MISMATCH = (NTSTATUS)0xc00002f9;
#pragma pop_macro("STATUS_PKINIT_NAME_MISMATCH")
#pragma push_macro("STATUS_SMARTCARD_LOGON_REQUIRED")
#undef STATUS_SMARTCARD_LOGON_REQUIRED
static const NTSTATUS STATUS_SMARTCARD_LOGON_REQUIRED = (NTSTATUS)0xc00002fa;
#pragma pop_macro("STATUS_SMARTCARD_LOGON_REQUIRED")
#pragma push_macro("STATUS_KDC_INVALID_REQUEST")
#undef STATUS_KDC_INVALID_REQUEST
static const NTSTATUS STATUS_KDC_INVALID_REQUEST = (NTSTATUS)0xc00002fb;
#pragma pop_macro("STATUS_KDC_INVALID_REQUEST")
#pragma push_macro("STATUS_KDC_UNABLE_TO_REFER")
#undef STATUS_KDC_UNABLE_TO_REFER
static const NTSTATUS STATUS_KDC_UNABLE_TO_REFER = (NTSTATUS)0xc00002fc;
#pragma pop_macro("STATUS_KDC_UNABLE_TO_REFER")
#pragma push_macro("STATUS_KDC_UNKNOWN_ETYPE")
#undef STATUS_KDC_UNKNOWN_ETYPE
static const NTSTATUS STATUS_KDC_UNKNOWN_ETYPE = (NTSTATUS)0xc00002fd;
#pragma pop_macro("STATUS_KDC_UNKNOWN_ETYPE")
#pragma push_macro("STATUS_SHUTDOWN_IN_PROGRESS")
#undef STATUS_SHUTDOWN_IN_PROGRESS
static const NTSTATUS STATUS_SHUTDOWN_IN_PROGRESS = (NTSTATUS)0xc00002fe;
#pragma pop_macro("STATUS_SHUTDOWN_IN_PROGRESS")
#pragma push_macro("STATUS_SERVER_SHUTDOWN_IN_PROGRESS")
#undef STATUS_SERVER_SHUTDOWN_IN_PROGRESS
static const NTSTATUS STATUS_SERVER_SHUTDOWN_IN_PROGRESS = (NTSTATUS)0xc00002ff;
#pragma pop_macro("STATUS_SERVER_SHUTDOWN_IN_PROGRESS")
#pragma push_macro("STATUS_NOT_SUPPORTED_ON_SBS")
#undef STATUS_NOT_SUPPORTED_ON_SBS
static const NTSTATUS STATUS_NOT_SUPPORTED_ON_SBS = (NTSTATUS)0xc0000300;
#pragma pop_macro("STATUS_NOT_SUPPORTED_ON_SBS")
#pragma push_macro("STATUS_WMI_GUID_DISCONNECTED")
#undef STATUS_WMI_GUID_DISCONNECTED
static const NTSTATUS STATUS_WMI_GUID_DISCONNECTED = (NTSTATUS)0xc0000301;
#pragma pop_macro("STATUS_WMI_GUID_DISCONNECTED")
#pragma push_macro("STATUS_WMI_ALREADY_DISABLED")
#undef STATUS_WMI_ALREADY_DISABLED
static const NTSTATUS STATUS_WMI_ALREADY_DISABLED = (NTSTATUS)0xc0000302;
#pragma pop_macro("STATUS_WMI_ALREADY_DISABLED")
#pragma push_macro("STATUS_WMI_ALREADY_ENABLED")
#undef STATUS_WMI_ALREADY_ENABLED
static const NTSTATUS STATUS_WMI_ALREADY_ENABLED = (NTSTATUS)0xc0000303;
#pragma pop_macro("STATUS_WMI_ALREADY_ENABLED")
#pragma push_macro("STATUS_MFT_TOO_FRAGMENTED")
#undef STATUS_MFT_TOO_FRAGMENTED
static const NTSTATUS STATUS_MFT_TOO_FRAGMENTED = (NTSTATUS)0xc0000304;
#pragma pop_macro("STATUS_MFT_TOO_FRAGMENTED")
#pragma push_macro("STATUS_COPY_PROTECTION_FAILURE")
#undef STATUS_COPY_PROTECTION_FAILURE
static const NTSTATUS STATUS_COPY_PROTECTION_FAILURE = (NTSTATUS)0xc0000305;
#pragma pop_macro("STATUS_COPY_PROTECTION_FAILURE")
#pragma push_macro("STATUS_CSS_AUTHENTICATION_FAILURE")
#undef STATUS_CSS_AUTHENTICATION_FAILURE
static const NTSTATUS STATUS_CSS_AUTHENTICATION_FAILURE = (NTSTATUS)0xc0000306;
#pragma pop_macro("STATUS_CSS_AUTHENTICATION_FAILURE")
#pragma push_macro("STATUS_CSS_KEY_NOT_PRESENT")
#undef STATUS_CSS_KEY_NOT_PRESENT
static const NTSTATUS STATUS_CSS_KEY_NOT_PRESENT = (NTSTATUS)0xc0000307;
#pragma pop_macro("STATUS_CSS_KEY_NOT_PRESENT")
#pragma push_macro("STATUS_CSS_KEY_NOT_ESTABLISHED")
#undef STATUS_CSS_KEY_NOT_ESTABLISHED
static const NTSTATUS STATUS_CSS_KEY_NOT_ESTABLISHED = (NTSTATUS)0xc0000308;
#pragma pop_macro("STATUS_CSS_KEY_NOT_ESTABLISHED")
#pragma push_macro("STATUS_CSS_SCRAMBLED_SECTOR")
#undef STATUS_CSS_SCRAMBLED_SECTOR
static const NTSTATUS STATUS_CSS_SCRAMBLED_SECTOR = (NTSTATUS)0xc0000309;
#pragma pop_macro("STATUS_CSS_SCRAMBLED_SECTOR")
#pragma push_macro("STATUS_CSS_REGION_MISMATCH")
#undef STATUS_CSS_REGION_MISMATCH
static const NTSTATUS STATUS_CSS_REGION_MISMATCH = (NTSTATUS)0xc000030a;
#pragma pop_macro("STATUS_CSS_REGION_MISMATCH")
#pragma push_macro("STATUS_CSS_RESETS_EXHAUSTED")
#undef STATUS_CSS_RESETS_EXHAUSTED
static const NTSTATUS STATUS_CSS_RESETS_EXHAUSTED = (NTSTATUS)0xc000030b;
#pragma pop_macro("STATUS_CSS_RESETS_EXHAUSTED")
#pragma push_macro("STATUS_PASSWORD_CHANGE_REQUIRED")
#undef STATUS_PASSWORD_CHANGE_REQUIRED
static const NTSTATUS STATUS_PASSWORD_CHANGE_REQUIRED = (NTSTATUS)0xc000030c;
#pragma pop_macro("STATUS_PASSWORD_CHANGE_REQUIRED")
#pragma push_macro("STATUS_PKINIT_FAILURE")
#undef STATUS_PKINIT_FAILURE
static const NTSTATUS STATUS_PKINIT_FAILURE = (NTSTATUS)0xc0000320;
#pragma pop_macro("STATUS_PKINIT_FAILURE")
#pragma push_macro("STATUS_SMARTCARD_SUBSYSTEM_FAILURE")
#undef STATUS_SMARTCARD_SUBSYSTEM_FAILURE
static const NTSTATUS STATUS_SMARTCARD_SUBSYSTEM_FAILURE = (NTSTATUS)0xc0000321;
#pragma pop_macro("STATUS_SMARTCARD_SUBSYSTEM_FAILURE")
#pragma push_macro("STATUS_NO_KERB_KEY")
#undef STATUS_NO_KERB_KEY
static const NTSTATUS STATUS_NO_KERB_KEY = (NTSTATUS)0xc0000322;
#pragma pop_macro("STATUS_NO_KERB_KEY")
#pragma push_macro("STATUS_HOST_DOWN")
#undef STATUS_HOST_DOWN
static const NTSTATUS STATUS_HOST_DOWN = (NTSTATUS)0xc0000350;
#pragma pop_macro("STATUS_HOST_DOWN")
#pragma push_macro("STATUS_UNSUPPORTED_PREAUTH")
#undef STATUS_UNSUPPORTED_PREAUTH
static const NTSTATUS STATUS_UNSUPPORTED_PREAUTH = (NTSTATUS)0xc0000351;
#pragma pop_macro("STATUS_UNSUPPORTED_PREAUTH")
#pragma push_macro("STATUS_EFS_ALG_BLOB_TOO_BIG")
#undef STATUS_EFS_ALG_BLOB_TOO_BIG
static const NTSTATUS STATUS_EFS_ALG_BLOB_TOO_BIG = (NTSTATUS)0xc0000352;
#pragma pop_macro("STATUS_EFS_ALG_BLOB_TOO_BIG")
#pragma push_macro("STATUS_PORT_NOT_SET")
#undef STATUS_PORT_NOT_SET
static const NTSTATUS STATUS_PORT_NOT_SET = (NTSTATUS)0xc0000353;
#pragma pop_macro("STATUS_PORT_NOT_SET")
#pragma push_macro("STATUS_DEBUGGER_INACTIVE")
#undef STATUS_DEBUGGER_INACTIVE
static const NTSTATUS STATUS_DEBUGGER_INACTIVE = (NTSTATUS)0xc0000354;
#pragma pop_macro("STATUS_DEBUGGER_INACTIVE")
#pragma push_macro("STATUS_DS_VERSION_CHECK_FAILURE")
#undef STATUS_DS_VERSION_CHECK_FAILURE
static const NTSTATUS STATUS_DS_VERSION_CHECK_FAILURE = (NTSTATUS)0xc0000355;
#pragma pop_macro("STATUS_DS_VERSION_CHECK_FAILURE")
#pragma push_macro("STATUS_AUDITING_DISABLED")
#undef STATUS_AUDITING_DISABLED
static const NTSTATUS STATUS_AUDITING_DISABLED = (NTSTATUS)0xc0000356;
#pragma pop_macro("STATUS_AUDITING_DISABLED")
#pragma push_macro("STATUS_PRENT4_MACHINE_ACCOUNT")
#undef STATUS_PRENT4_MACHINE_ACCOUNT
static const NTSTATUS STATUS_PRENT4_MACHINE_ACCOUNT = (NTSTATUS)0xc0000357;
#pragma pop_macro("STATUS_PRENT4_MACHINE_ACCOUNT")
#pragma push_macro("STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER")
#undef STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
static const NTSTATUS STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER = (NTSTATUS)0xc0000358;
#pragma pop_macro("STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER")
#pragma push_macro("STATUS_INVALID_IMAGE_WIN_32")
#undef STATUS_INVALID_IMAGE_WIN_32
static const NTSTATUS STATUS_INVALID_IMAGE_WIN_32 = (NTSTATUS)0xc0000359;
#pragma pop_macro("STATUS_INVALID_IMAGE_WIN_32")
#pragma push_macro("STATUS_INVALID_IMAGE_WIN_64")
#undef STATUS_INVALID_IMAGE_WIN_64
static const NTSTATUS STATUS_INVALID_IMAGE_WIN_64 = (NTSTATUS)0xc000035a;
#pragma pop_macro("STATUS_INVALID_IMAGE_WIN_64")
#pragma push_macro("STATUS_BAD_BINDINGS")
#undef STATUS_BAD_BINDINGS
static const NTSTATUS STATUS_BAD_BINDINGS = (NTSTATUS)0xc000035b;
#pragma pop_macro("STATUS_BAD_BINDINGS")
#pragma push_macro("STATUS_NETWORK_SESSION_EXPIRED")
#undef STATUS_NETWORK_SESSION_EXPIRED
static const NTSTATUS STATUS_NETWORK_SESSION_EXPIRED = (NTSTATUS)0xc000035c;
#pragma pop_macro("STATUS_NETWORK_SESSION_EXPIRED")
#pragma push_macro("STATUS_APPHELP_BLOCK")
#undef STATUS_APPHELP_BLOCK
static const NTSTATUS STATUS_APPHELP_BLOCK = (NTSTATUS)0xc000035d;
#pragma pop_macro("STATUS_APPHELP_BLOCK")
#pragma push_macro("STATUS_ALL_SIDS_FILTERED")
#undef STATUS_ALL_SIDS_FILTERED
static const NTSTATUS STATUS_ALL_SIDS_FILTERED = (NTSTATUS)0xc000035e;
#pragma pop_macro("STATUS_ALL_SIDS_FILTERED")
#pragma push_macro("STATUS_NOT_SAFE_MODE_DRIVER")
#undef STATUS_NOT_SAFE_MODE_DRIVER
static const NTSTATUS STATUS_NOT_SAFE_MODE_DRIVER = (NTSTATUS)0xc000035f;
#pragma pop_macro("STATUS_NOT_SAFE_MODE_DRIVER")
#pragma push_macro("STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT")
#undef STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT
static const NTSTATUS STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT = (NTSTATUS)0xc0000361;
#pragma pop_macro("STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT")
#pragma push_macro("STATUS_ACCESS_DISABLED_BY_POLICY_PATH")
#undef STATUS_ACCESS_DISABLED_BY_POLICY_PATH
static const NTSTATUS STATUS_ACCESS_DISABLED_BY_POLICY_PATH = (NTSTATUS)0xc0000362;
#pragma pop_macro("STATUS_ACCESS_DISABLED_BY_POLICY_PATH")
#pragma push_macro("STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER")
#undef STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER
static const NTSTATUS STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER = (NTSTATUS)0xc0000363;
#pragma pop_macro("STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER")
#pragma push_macro("STATUS_ACCESS_DISABLED_BY_POLICY_OTHER")
#undef STATUS_ACCESS_DISABLED_BY_POLICY_OTHER
static const NTSTATUS STATUS_ACCESS_DISABLED_BY_POLICY_OTHER = (NTSTATUS)0xc0000364;
#pragma pop_macro("STATUS_ACCESS_DISABLED_BY_POLICY_OTHER")
#pragma push_macro("STATUS_FAILED_DRIVER_ENTRY")
#undef STATUS_FAILED_DRIVER_ENTRY
static const NTSTATUS STATUS_FAILED_DRIVER_ENTRY = (NTSTATUS)0xc0000365;
#pragma pop_macro("STATUS_FAILED_DRIVER_ENTRY")
#pragma push_macro("STATUS_DEVICE_ENUMERATION_ERROR")
#undef STATUS_DEVICE_ENUMERATION_ERROR
static const NTSTATUS STATUS_DEVICE_ENUMERATION_ERROR = (NTSTATUS)0xc0000366;
#pragma pop_macro("STATUS_DEVICE_ENUMERATION_ERROR")
#pragma push_macro("STATUS_MOUNT_POINT_NOT_RESOLVED")
#undef STATUS_MOUNT_POINT_NOT_RESOLVED
static const NTSTATUS STATUS_MOUNT_POINT_NOT_RESOLVED = (NTSTATUS)0xc0000368;
#pragma pop_macro("STATUS_MOUNT_POINT_NOT_RESOLVED")
#pragma push_macro("STATUS_INVALID_DEVICE_OBJECT_PARAMETER")
#undef STATUS_INVALID_DEVICE_OBJECT_PARAMETER
static const NTSTATUS STATUS_INVALID_DEVICE_OBJECT_PARAMETER = (NTSTATUS)0xc0000369;
#pragma pop_macro("STATUS_INVALID_DEVICE_OBJECT_PARAMETER")
#pragma push_macro("STATUS_MCA_OCCURED")
#undef STATUS_MCA_OCCURED
static const NTSTATUS STATUS_MCA_OCCURED = (NTSTATUS)0xc000036a;
#pragma pop_macro("STATUS_MCA_OCCURED")
#pragma push_macro("STATUS_DRIVER_BLOCKED_CRITICAL")
#undef STATUS_DRIVER_BLOCKED_CRITICAL
static const NTSTATUS STATUS_DRIVER_BLOCKED_CRITICAL = (NTSTATUS)0xc000036b;
#pragma pop_macro("STATUS_DRIVER_BLOCKED_CRITICAL")
#pragma push_macro("STATUS_DRIVER_BLOCKED")
#undef STATUS_DRIVER_BLOCKED
static const NTSTATUS STATUS_DRIVER_BLOCKED = (NTSTATUS)0xc000036c;
#pragma pop_macro("STATUS_DRIVER_BLOCKED")
#pragma push_macro("STATUS_DRIVER_DATABASE_ERROR")
#undef STATUS_DRIVER_DATABASE_ERROR
static const NTSTATUS STATUS_DRIVER_DATABASE_ERROR = (NTSTATUS)0xc000036d;
#pragma pop_macro("STATUS_DRIVER_DATABASE_ERROR")
#pragma push_macro("STATUS_SYSTEM_HIVE_TOO_LARGE")
#undef STATUS_SYSTEM_HIVE_TOO_LARGE
static const NTSTATUS STATUS_SYSTEM_HIVE_TOO_LARGE = (NTSTATUS)0xc000036e;
#pragma pop_macro("STATUS_SYSTEM_HIVE_TOO_LARGE")
#pragma push_macro("STATUS_INVALID_IMPORT_OF_NON_DLL")
#undef STATUS_INVALID_IMPORT_OF_NON_DLL
static const NTSTATUS STATUS_INVALID_IMPORT_OF_NON_DLL = (NTSTATUS)0xc000036f;
#pragma pop_macro("STATUS_INVALID_IMPORT_OF_NON_DLL")
#pragma push_macro("STATUS_DS_SHUTTING_DOWN")
#undef STATUS_DS_SHUTTING_DOWN
static const NTSTATUS STATUS_DS_SHUTTING_DOWN = (NTSTATUS)0x40000370;
#pragma pop_macro("STATUS_DS_SHUTTING_DOWN")
#pragma push_macro("STATUS_NO_SECRETS")
#undef STATUS_NO_SECRETS
static const NTSTATUS STATUS_NO_SECRETS = (NTSTATUS)0xc0000371;
#pragma pop_macro("STATUS_NO_SECRETS")
#pragma push_macro("STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY")
#undef STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY
static const NTSTATUS STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY = (NTSTATUS)0xc0000372;
#pragma pop_macro("STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY")
#pragma push_macro("STATUS_FAILED_STACK_SWITCH")
#undef STATUS_FAILED_STACK_SWITCH
static const NTSTATUS STATUS_FAILED_STACK_SWITCH = (NTSTATUS)0xc0000373;
#pragma pop_macro("STATUS_FAILED_STACK_SWITCH")
#pragma push_macro("STATUS_HEAP_CORRUPTION")
#undef STATUS_HEAP_CORRUPTION
static const NTSTATUS STATUS_HEAP_CORRUPTION = (NTSTATUS)0xc0000374;
#pragma pop_macro("STATUS_HEAP_CORRUPTION")
#pragma push_macro("STATUS_SMARTCARD_WRONG_PIN")
#undef STATUS_SMARTCARD_WRONG_PIN
static const NTSTATUS STATUS_SMARTCARD_WRONG_PIN = (NTSTATUS)0xc0000380;
#pragma pop_macro("STATUS_SMARTCARD_WRONG_PIN")
#pragma push_macro("STATUS_SMARTCARD_CARD_BLOCKED")
#undef STATUS_SMARTCARD_CARD_BLOCKED
static const NTSTATUS STATUS_SMARTCARD_CARD_BLOCKED = (NTSTATUS)0xc0000381;
#pragma pop_macro("STATUS_SMARTCARD_CARD_BLOCKED")
#pragma push_macro("STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED")
#undef STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED
static const NTSTATUS STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED = (NTSTATUS)0xc0000382;
#pragma pop_macro("STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED")
#pragma push_macro("STATUS_SMARTCARD_NO_CARD")
#undef STATUS_SMARTCARD_NO_CARD
static const NTSTATUS STATUS_SMARTCARD_NO_CARD = (NTSTATUS)0xc0000383;
#pragma pop_macro("STATUS_SMARTCARD_NO_CARD")
#pragma push_macro("STATUS_SMARTCARD_NO_KEY_CONTAINER")
#undef STATUS_SMARTCARD_NO_KEY_CONTAINER
static const NTSTATUS STATUS_SMARTCARD_NO_KEY_CONTAINER = (NTSTATUS)0xc0000384;
#pragma pop_macro("STATUS_SMARTCARD_NO_KEY_CONTAINER")
#pragma push_macro("STATUS_SMARTCARD_NO_CERTIFICATE")
#undef STATUS_SMARTCARD_NO_CERTIFICATE
static const NTSTATUS STATUS_SMARTCARD_NO_CERTIFICATE = (NTSTATUS)0xc0000385;
#pragma pop_macro("STATUS_SMARTCARD_NO_CERTIFICATE")
#pragma push_macro("STATUS_SMARTCARD_NO_KEYSET")
#undef STATUS_SMARTCARD_NO_KEYSET
static const NTSTATUS STATUS_SMARTCARD_NO_KEYSET = (NTSTATUS)0xc0000386;
#pragma pop_macro("STATUS_SMARTCARD_NO_KEYSET")
#pragma push_macro("STATUS_SMARTCARD_IO_ERROR")
#undef STATUS_SMARTCARD_IO_ERROR
static const NTSTATUS STATUS_SMARTCARD_IO_ERROR = (NTSTATUS)0xc0000387;
#pragma pop_macro("STATUS_SMARTCARD_IO_ERROR")
#pragma push_macro("STATUS_DOWNGRADE_DETECTED")
#undef STATUS_DOWNGRADE_DETECTED
static const NTSTATUS STATUS_DOWNGRADE_DETECTED = (NTSTATUS)0xc0000388;
#pragma pop_macro("STATUS_DOWNGRADE_DETECTED")
#pragma push_macro("STATUS_SMARTCARD_CERT_REVOKED")
#undef STATUS_SMARTCARD_CERT_REVOKED
static const NTSTATUS STATUS_SMARTCARD_CERT_REVOKED = (NTSTATUS)0xc0000389;
#pragma pop_macro("STATUS_SMARTCARD_CERT_REVOKED")
#pragma push_macro("STATUS_ISSUING_CA_UNTRUSTED")
#undef STATUS_ISSUING_CA_UNTRUSTED
static const NTSTATUS STATUS_ISSUING_CA_UNTRUSTED = (NTSTATUS)0xc000038a;
#pragma pop_macro("STATUS_ISSUING_CA_UNTRUSTED")
#pragma push_macro("STATUS_REVOCATION_OFFLINE_C")
#undef STATUS_REVOCATION_OFFLINE_C
static const NTSTATUS STATUS_REVOCATION_OFFLINE_C = (NTSTATUS)0xc000038b;
#pragma pop_macro("STATUS_REVOCATION_OFFLINE_C")
#pragma push_macro("STATUS_PKINIT_CLIENT_FAILURE")
#undef STATUS_PKINIT_CLIENT_FAILURE
static const NTSTATUS STATUS_PKINIT_CLIENT_FAILURE = (NTSTATUS)0xc000038c;
#pragma pop_macro("STATUS_PKINIT_CLIENT_FAILURE")
#pragma push_macro("STATUS_SMARTCARD_CERT_EXPIRED")
#undef STATUS_SMARTCARD_CERT_EXPIRED
static const NTSTATUS STATUS_SMARTCARD_CERT_EXPIRED = (NTSTATUS)0xc000038d;
#pragma pop_macro("STATUS_SMARTCARD_CERT_EXPIRED")
#pragma push_macro("STATUS_DRIVER_FAILED_PRIOR_UNLOAD")
#undef STATUS_DRIVER_FAILED_PRIOR_UNLOAD
static const NTSTATUS STATUS_DRIVER_FAILED_PRIOR_UNLOAD = (NTSTATUS)0xc000038e;
#pragma pop_macro("STATUS_DRIVER_FAILED_PRIOR_UNLOAD")
#pragma push_macro("STATUS_SMARTCARD_SILENT_CONTEXT")
#undef STATUS_SMARTCARD_SILENT_CONTEXT
static const NTSTATUS STATUS_SMARTCARD_SILENT_CONTEXT = (NTSTATUS)0xc000038f;
#pragma pop_macro("STATUS_SMARTCARD_SILENT_CONTEXT")
#pragma push_macro("STATUS_PER_USER_TRUST_QUOTA_EXCEEDED")
#undef STATUS_PER_USER_TRUST_QUOTA_EXCEEDED
static const NTSTATUS STATUS_PER_USER_TRUST_QUOTA_EXCEEDED = (NTSTATUS)0xc0000401;
#pragma pop_macro("STATUS_PER_USER_TRUST_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED")
#undef STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED
static const NTSTATUS STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED = (NTSTATUS)0xc0000402;
#pragma pop_macro("STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED")
#undef STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED
static const NTSTATUS STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED = (NTSTATUS)0xc0000403;
#pragma pop_macro("STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_DS_NAME_NOT_UNIQUE")
#undef STATUS_DS_NAME_NOT_UNIQUE
static const NTSTATUS STATUS_DS_NAME_NOT_UNIQUE = (NTSTATUS)0xc0000404;
#pragma pop_macro("STATUS_DS_NAME_NOT_UNIQUE")
#pragma push_macro("STATUS_DS_DUPLICATE_ID_FOUND")
#undef STATUS_DS_DUPLICATE_ID_FOUND
static const NTSTATUS STATUS_DS_DUPLICATE_ID_FOUND = (NTSTATUS)0xc0000405;
#pragma pop_macro("STATUS_DS_DUPLICATE_ID_FOUND")
#pragma push_macro("STATUS_DS_GROUP_CONVERSION_ERROR")
#undef STATUS_DS_GROUP_CONVERSION_ERROR
static const NTSTATUS STATUS_DS_GROUP_CONVERSION_ERROR = (NTSTATUS)0xc0000406;
#pragma pop_macro("STATUS_DS_GROUP_CONVERSION_ERROR")
#pragma push_macro("STATUS_VOLSNAP_PREPARE_HIBERNATE")
#undef STATUS_VOLSNAP_PREPARE_HIBERNATE
static const NTSTATUS STATUS_VOLSNAP_PREPARE_HIBERNATE = (NTSTATUS)0xc0000407;
#pragma pop_macro("STATUS_VOLSNAP_PREPARE_HIBERNATE")
#pragma push_macro("STATUS_USER2USER_REQUIRED")
#undef STATUS_USER2USER_REQUIRED
static const NTSTATUS STATUS_USER2USER_REQUIRED = (NTSTATUS)0xc0000408;
#pragma pop_macro("STATUS_USER2USER_REQUIRED")
#pragma push_macro("STATUS_STACK_BUFFER_OVERRUN")
#undef STATUS_STACK_BUFFER_OVERRUN
static const NTSTATUS STATUS_STACK_BUFFER_OVERRUN = (NTSTATUS)0xc0000409;
#pragma pop_macro("STATUS_STACK_BUFFER_OVERRUN")
#pragma push_macro("STATUS_NO_S4U_PROT_SUPPORT")
#undef STATUS_NO_S4U_PROT_SUPPORT
static const NTSTATUS STATUS_NO_S4U_PROT_SUPPORT = (NTSTATUS)0xc000040a;
#pragma pop_macro("STATUS_NO_S4U_PROT_SUPPORT")
#pragma push_macro("STATUS_CROSSREALM_DELEGATION_FAILURE")
#undef STATUS_CROSSREALM_DELEGATION_FAILURE
static const NTSTATUS STATUS_CROSSREALM_DELEGATION_FAILURE = (NTSTATUS)0xc000040b;
#pragma pop_macro("STATUS_CROSSREALM_DELEGATION_FAILURE")
#pragma push_macro("STATUS_REVOCATION_OFFLINE_KDC")
#undef STATUS_REVOCATION_OFFLINE_KDC
static const NTSTATUS STATUS_REVOCATION_OFFLINE_KDC = (NTSTATUS)0xc000040c;
#pragma pop_macro("STATUS_REVOCATION_OFFLINE_KDC")
#pragma push_macro("STATUS_ISSUING_CA_UNTRUSTED_KDC")
#undef STATUS_ISSUING_CA_UNTRUSTED_KDC
static const NTSTATUS STATUS_ISSUING_CA_UNTRUSTED_KDC = (NTSTATUS)0xc000040d;
#pragma pop_macro("STATUS_ISSUING_CA_UNTRUSTED_KDC")
#pragma push_macro("STATUS_KDC_CERT_EXPIRED")
#undef STATUS_KDC_CERT_EXPIRED
static const NTSTATUS STATUS_KDC_CERT_EXPIRED = (NTSTATUS)0xc000040e;
#pragma pop_macro("STATUS_KDC_CERT_EXPIRED")
#pragma push_macro("STATUS_KDC_CERT_REVOKED")
#undef STATUS_KDC_CERT_REVOKED
static const NTSTATUS STATUS_KDC_CERT_REVOKED = (NTSTATUS)0xc000040f;
#pragma pop_macro("STATUS_KDC_CERT_REVOKED")
#pragma push_macro("STATUS_PARAMETER_QUOTA_EXCEEDED")
#undef STATUS_PARAMETER_QUOTA_EXCEEDED
static const NTSTATUS STATUS_PARAMETER_QUOTA_EXCEEDED = (NTSTATUS)0xc0000410;
#pragma pop_macro("STATUS_PARAMETER_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_HIBERNATION_FAILURE")
#undef STATUS_HIBERNATION_FAILURE
static const NTSTATUS STATUS_HIBERNATION_FAILURE = (NTSTATUS)0xc0000411;
#pragma pop_macro("STATUS_HIBERNATION_FAILURE")
#pragma push_macro("STATUS_DELAY_LOAD_FAILED")
#undef STATUS_DELAY_LOAD_FAILED
static const NTSTATUS STATUS_DELAY_LOAD_FAILED = (NTSTATUS)0xc0000412;
#pragma pop_macro("STATUS_DELAY_LOAD_FAILED")
#pragma push_macro("STATUS_AUTHENTICATION_FIREWALL_FAILED")
#undef STATUS_AUTHENTICATION_FIREWALL_FAILED
static const NTSTATUS STATUS_AUTHENTICATION_FIREWALL_FAILED = (NTSTATUS)0xc0000413;
#pragma pop_macro("STATUS_AUTHENTICATION_FIREWALL_FAILED")
#pragma push_macro("STATUS_VDM_DISALLOWED")
#undef STATUS_VDM_DISALLOWED
static const NTSTATUS STATUS_VDM_DISALLOWED = (NTSTATUS)0xc0000414;
#pragma pop_macro("STATUS_VDM_DISALLOWED")
#pragma push_macro("STATUS_HUNG_DISPLAY_DRIVER_THREAD")
#undef STATUS_HUNG_DISPLAY_DRIVER_THREAD
static const NTSTATUS STATUS_HUNG_DISPLAY_DRIVER_THREAD = (NTSTATUS)0xc0000415;
#pragma pop_macro("STATUS_HUNG_DISPLAY_DRIVER_THREAD")
#pragma push_macro("STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE")
#undef STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE
static const NTSTATUS STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE = (NTSTATUS)0xc0000416;
#pragma pop_macro("STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE")
#pragma push_macro("STATUS_INVALID_CRUNTIME_PARAMETER")
#undef STATUS_INVALID_CRUNTIME_PARAMETER
static const NTSTATUS STATUS_INVALID_CRUNTIME_PARAMETER = (NTSTATUS)0xc0000417;
#pragma pop_macro("STATUS_INVALID_CRUNTIME_PARAMETER")
#pragma push_macro("STATUS_NTLM_BLOCKED")
#undef STATUS_NTLM_BLOCKED
static const NTSTATUS STATUS_NTLM_BLOCKED = (NTSTATUS)0xc0000418;
#pragma pop_macro("STATUS_NTLM_BLOCKED")
#pragma push_macro("STATUS_DS_SRC_SID_EXISTS_IN_FOREST")
#undef STATUS_DS_SRC_SID_EXISTS_IN_FOREST
static const NTSTATUS STATUS_DS_SRC_SID_EXISTS_IN_FOREST = (NTSTATUS)0xc0000419;
#pragma pop_macro("STATUS_DS_SRC_SID_EXISTS_IN_FOREST")
#pragma push_macro("STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST")
#undef STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST
static const NTSTATUS STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST = (NTSTATUS)0xc000041a;
#pragma pop_macro("STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST")
#pragma push_macro("STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST")
#undef STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST
static const NTSTATUS STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST = (NTSTATUS)0xc000041b;
#pragma pop_macro("STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST")
#pragma push_macro("STATUS_INVALID_USER_PRINCIPAL_NAME")
#undef STATUS_INVALID_USER_PRINCIPAL_NAME
static const NTSTATUS STATUS_INVALID_USER_PRINCIPAL_NAME = (NTSTATUS)0xc000041c;
#pragma pop_macro("STATUS_INVALID_USER_PRINCIPAL_NAME")
#pragma push_macro("STATUS_FATAL_USER_CALLBACK_EXCEPTION")
#undef STATUS_FATAL_USER_CALLBACK_EXCEPTION
static const NTSTATUS STATUS_FATAL_USER_CALLBACK_EXCEPTION = (NTSTATUS)0xc000041d;
#pragma pop_macro("STATUS_FATAL_USER_CALLBACK_EXCEPTION")
#pragma push_macro("STATUS_ASSERTION_FAILURE")
#undef STATUS_ASSERTION_FAILURE
static const NTSTATUS STATUS_ASSERTION_FAILURE = (NTSTATUS)0xc0000420;
#pragma pop_macro("STATUS_ASSERTION_FAILURE")
#pragma push_macro("STATUS_VERIFIER_STOP")
#undef STATUS_VERIFIER_STOP
static const NTSTATUS STATUS_VERIFIER_STOP = (NTSTATUS)0xc0000421;
#pragma pop_macro("STATUS_VERIFIER_STOP")
#pragma push_macro("STATUS_CALLBACK_POP_STACK")
#undef STATUS_CALLBACK_POP_STACK
static const NTSTATUS STATUS_CALLBACK_POP_STACK = (NTSTATUS)0xc0000423;
#pragma pop_macro("STATUS_CALLBACK_POP_STACK")
#pragma push_macro("STATUS_INCOMPATIBLE_DRIVER_BLOCKED")
#undef STATUS_INCOMPATIBLE_DRIVER_BLOCKED
static const NTSTATUS STATUS_INCOMPATIBLE_DRIVER_BLOCKED = (NTSTATUS)0xc0000424;
#pragma pop_macro("STATUS_INCOMPATIBLE_DRIVER_BLOCKED")
#pragma push_macro("STATUS_HIVE_UNLOADED")
#undef STATUS_HIVE_UNLOADED
static const NTSTATUS STATUS_HIVE_UNLOADED = (NTSTATUS)0xc0000425;
#pragma pop_macro("STATUS_HIVE_UNLOADED")
#pragma push_macro("STATUS_COMPRESSION_DISABLED")
#undef STATUS_COMPRESSION_DISABLED
static const NTSTATUS STATUS_COMPRESSION_DISABLED = (NTSTATUS)0xc0000426;
#pragma pop_macro("STATUS_COMPRESSION_DISABLED")
#pragma push_macro("STATUS_FILE_SYSTEM_LIMITATION")
#undef STATUS_FILE_SYSTEM_LIMITATION
static const NTSTATUS STATUS_FILE_SYSTEM_LIMITATION = (NTSTATUS)0xc0000427;
#pragma pop_macro("STATUS_FILE_SYSTEM_LIMITATION")
#pragma push_macro("STATUS_INVALID_IMAGE_HASH")
#undef STATUS_INVALID_IMAGE_HASH
static const NTSTATUS STATUS_INVALID_IMAGE_HASH = (NTSTATUS)0xc0000428;
#pragma pop_macro("STATUS_INVALID_IMAGE_HASH")
#pragma push_macro("STATUS_NOT_CAPABLE")
#undef STATUS_NOT_CAPABLE
static const NTSTATUS STATUS_NOT_CAPABLE = (NTSTATUS)0xc0000429;
#pragma pop_macro("STATUS_NOT_CAPABLE")
#pragma push_macro("STATUS_REQUEST_OUT_OF_SEQUENCE")
#undef STATUS_REQUEST_OUT_OF_SEQUENCE
static const NTSTATUS STATUS_REQUEST_OUT_OF_SEQUENCE = (NTSTATUS)0xc000042a;
#pragma pop_macro("STATUS_REQUEST_OUT_OF_SEQUENCE")
#pragma push_macro("STATUS_IMPLEMENTATION_LIMIT")
#undef STATUS_IMPLEMENTATION_LIMIT
static const NTSTATUS STATUS_IMPLEMENTATION_LIMIT = (NTSTATUS)0xc000042b;
#pragma pop_macro("STATUS_IMPLEMENTATION_LIMIT")
#pragma push_macro("STATUS_ELEVATION_REQUIRED")
#undef STATUS_ELEVATION_REQUIRED
static const NTSTATUS STATUS_ELEVATION_REQUIRED = (NTSTATUS)0xc000042c;
#pragma pop_macro("STATUS_ELEVATION_REQUIRED")
#pragma push_macro("STATUS_NO_SECURITY_CONTEXT")
#undef STATUS_NO_SECURITY_CONTEXT
static const NTSTATUS STATUS_NO_SECURITY_CONTEXT = (NTSTATUS)0xc000042d;
#pragma pop_macro("STATUS_NO_SECURITY_CONTEXT")
#pragma push_macro("STATUS_PKU2U_CERT_FAILURE")
#undef STATUS_PKU2U_CERT_FAILURE
static const NTSTATUS STATUS_PKU2U_CERT_FAILURE = (NTSTATUS)0xc000042f;
#pragma pop_macro("STATUS_PKU2U_CERT_FAILURE")
#pragma push_macro("STATUS_BEYOND_VDL")
#undef STATUS_BEYOND_VDL
static const NTSTATUS STATUS_BEYOND_VDL = (NTSTATUS)0xc0000432;
#pragma pop_macro("STATUS_BEYOND_VDL")
#pragma push_macro("STATUS_ENCOUNTERED_WRITE_IN_PROGRESS")
#undef STATUS_ENCOUNTERED_WRITE_IN_PROGRESS
static const NTSTATUS STATUS_ENCOUNTERED_WRITE_IN_PROGRESS = (NTSTATUS)0xc0000433;
#pragma pop_macro("STATUS_ENCOUNTERED_WRITE_IN_PROGRESS")
#pragma push_macro("STATUS_PTE_CHANGED")
#undef STATUS_PTE_CHANGED
static const NTSTATUS STATUS_PTE_CHANGED = (NTSTATUS)0xc0000434;
#pragma pop_macro("STATUS_PTE_CHANGED")
#pragma push_macro("STATUS_PURGE_FAILED")
#undef STATUS_PURGE_FAILED
static const NTSTATUS STATUS_PURGE_FAILED = (NTSTATUS)0xc0000435;
#pragma pop_macro("STATUS_PURGE_FAILED")
#pragma push_macro("STATUS_CRED_REQUIRES_CONFIRMATION")
#undef STATUS_CRED_REQUIRES_CONFIRMATION
static const NTSTATUS STATUS_CRED_REQUIRES_CONFIRMATION = (NTSTATUS)0xc0000440;
#pragma pop_macro("STATUS_CRED_REQUIRES_CONFIRMATION")
#pragma push_macro("STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE")
#undef STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE
static const NTSTATUS STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE = (NTSTATUS)0xc0000441;
#pragma pop_macro("STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE")
#pragma push_macro("STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER")
#undef STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER
static const NTSTATUS STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER = (NTSTATUS)0xc0000442;
#pragma pop_macro("STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER")
#pragma push_macro("STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE")
#undef STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE
static const NTSTATUS STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE = (NTSTATUS)0xc0000443;
#pragma pop_macro("STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE")
#pragma push_macro("STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE")
#undef STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE
static const NTSTATUS STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE = (NTSTATUS)0xc0000444;
#pragma pop_macro("STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE")
#pragma push_macro("STATUS_CS_ENCRYPTION_FILE_NOT_CSE")
#undef STATUS_CS_ENCRYPTION_FILE_NOT_CSE
static const NTSTATUS STATUS_CS_ENCRYPTION_FILE_NOT_CSE = (NTSTATUS)0xc0000445;
#pragma pop_macro("STATUS_CS_ENCRYPTION_FILE_NOT_CSE")
#pragma push_macro("STATUS_INVALID_LABEL")
#undef STATUS_INVALID_LABEL
static const NTSTATUS STATUS_INVALID_LABEL = (NTSTATUS)0xc0000446;
#pragma pop_macro("STATUS_INVALID_LABEL")
#pragma push_macro("STATUS_DRIVER_PROCESS_TERMINATED")
#undef STATUS_DRIVER_PROCESS_TERMINATED
static const NTSTATUS STATUS_DRIVER_PROCESS_TERMINATED = (NTSTATUS)0xc0000450;
#pragma pop_macro("STATUS_DRIVER_PROCESS_TERMINATED")
#pragma push_macro("STATUS_AMBIGUOUS_SYSTEM_DEVICE")
#undef STATUS_AMBIGUOUS_SYSTEM_DEVICE
static const NTSTATUS STATUS_AMBIGUOUS_SYSTEM_DEVICE = (NTSTATUS)0xc0000451;
#pragma pop_macro("STATUS_AMBIGUOUS_SYSTEM_DEVICE")
#pragma push_macro("STATUS_SYSTEM_DEVICE_NOT_FOUND")
#undef STATUS_SYSTEM_DEVICE_NOT_FOUND
static const NTSTATUS STATUS_SYSTEM_DEVICE_NOT_FOUND = (NTSTATUS)0xc0000452;
#pragma pop_macro("STATUS_SYSTEM_DEVICE_NOT_FOUND")
#pragma push_macro("STATUS_RESTART_BOOT_APPLICATION")
#undef STATUS_RESTART_BOOT_APPLICATION
static const NTSTATUS STATUS_RESTART_BOOT_APPLICATION = (NTSTATUS)0xc0000453;
#pragma pop_macro("STATUS_RESTART_BOOT_APPLICATION")
#pragma push_macro("STATUS_INSUFFICIENT_NVRAM_RESOURCES")
#undef STATUS_INSUFFICIENT_NVRAM_RESOURCES
static const NTSTATUS STATUS_INSUFFICIENT_NVRAM_RESOURCES = (NTSTATUS)0xc0000454;
#pragma pop_macro("STATUS_INSUFFICIENT_NVRAM_RESOURCES")
#pragma push_macro("STATUS_INVALID_SESSION")
#undef STATUS_INVALID_SESSION
static const NTSTATUS STATUS_INVALID_SESSION = (NTSTATUS)0xc0000455;
#pragma pop_macro("STATUS_INVALID_SESSION")
#pragma push_macro("STATUS_THREAD_ALREADY_IN_SESSION")
#undef STATUS_THREAD_ALREADY_IN_SESSION
static const NTSTATUS STATUS_THREAD_ALREADY_IN_SESSION = (NTSTATUS)0xc0000456;
#pragma pop_macro("STATUS_THREAD_ALREADY_IN_SESSION")
#pragma push_macro("STATUS_THREAD_NOT_IN_SESSION")
#undef STATUS_THREAD_NOT_IN_SESSION
static const NTSTATUS STATUS_THREAD_NOT_IN_SESSION = (NTSTATUS)0xc0000457;
#pragma pop_macro("STATUS_THREAD_NOT_IN_SESSION")
#pragma push_macro("STATUS_INVALID_WEIGHT")
#undef STATUS_INVALID_WEIGHT
static const NTSTATUS STATUS_INVALID_WEIGHT = (NTSTATUS)0xc0000458;
#pragma pop_macro("STATUS_INVALID_WEIGHT")
#pragma push_macro("STATUS_REQUEST_PAUSED")
#undef STATUS_REQUEST_PAUSED
static const NTSTATUS STATUS_REQUEST_PAUSED = (NTSTATUS)0xc0000459;
#pragma pop_macro("STATUS_REQUEST_PAUSED")
#pragma push_macro("STATUS_NO_RANGES_PROCESSED")
#undef STATUS_NO_RANGES_PROCESSED
static const NTSTATUS STATUS_NO_RANGES_PROCESSED = (NTSTATUS)0xc0000460;
#pragma pop_macro("STATUS_NO_RANGES_PROCESSED")
#pragma push_macro("STATUS_DISK_RESOURCES_EXHAUSTED")
#undef STATUS_DISK_RESOURCES_EXHAUSTED
static const NTSTATUS STATUS_DISK_RESOURCES_EXHAUSTED = (NTSTATUS)0xc0000461;
#pragma pop_macro("STATUS_DISK_RESOURCES_EXHAUSTED")
#pragma push_macro("STATUS_NEEDS_REMEDIATION")
#undef STATUS_NEEDS_REMEDIATION
static const NTSTATUS STATUS_NEEDS_REMEDIATION = (NTSTATUS)0xc0000462;
#pragma pop_macro("STATUS_NEEDS_REMEDIATION")
#pragma push_macro("STATUS_DEVICE_FEATURE_NOT_SUPPORTED")
#undef STATUS_DEVICE_FEATURE_NOT_SUPPORTED
static const NTSTATUS STATUS_DEVICE_FEATURE_NOT_SUPPORTED = (NTSTATUS)0xc0000463;
#pragma pop_macro("STATUS_DEVICE_FEATURE_NOT_SUPPORTED")
#pragma push_macro("STATUS_DEVICE_UNREACHABLE")
#undef STATUS_DEVICE_UNREACHABLE
static const NTSTATUS STATUS_DEVICE_UNREACHABLE = (NTSTATUS)0xc0000464;
#pragma pop_macro("STATUS_DEVICE_UNREACHABLE")
#pragma push_macro("STATUS_INVALID_TOKEN")
#undef STATUS_INVALID_TOKEN
static const NTSTATUS STATUS_INVALID_TOKEN = (NTSTATUS)0xc0000465;
#pragma pop_macro("STATUS_INVALID_TOKEN")
#pragma push_macro("STATUS_SERVER_UNAVAILABLE")
#undef STATUS_SERVER_UNAVAILABLE
static const NTSTATUS STATUS_SERVER_UNAVAILABLE = (NTSTATUS)0xc0000466;
#pragma pop_macro("STATUS_SERVER_UNAVAILABLE")
#pragma push_macro("STATUS_FILE_NOT_AVAILABLE")
#undef STATUS_FILE_NOT_AVAILABLE
static const NTSTATUS STATUS_FILE_NOT_AVAILABLE = (NTSTATUS)0xc0000467;
#pragma pop_macro("STATUS_FILE_NOT_AVAILABLE")
#pragma push_macro("STATUS_DEVICE_INSUFFICIENT_RESOURCES")
#undef STATUS_DEVICE_INSUFFICIENT_RESOURCES
static const NTSTATUS STATUS_DEVICE_INSUFFICIENT_RESOURCES = (NTSTATUS)0xc0000468;
#pragma pop_macro("STATUS_DEVICE_INSUFFICIENT_RESOURCES")
#pragma push_macro("STATUS_PACKAGE_UPDATING")
#undef STATUS_PACKAGE_UPDATING
static const NTSTATUS STATUS_PACKAGE_UPDATING = (NTSTATUS)0xc0000469;
#pragma pop_macro("STATUS_PACKAGE_UPDATING")
#pragma push_macro("STATUS_NOT_READ_FROM_COPY")
#undef STATUS_NOT_READ_FROM_COPY
static const NTSTATUS STATUS_NOT_READ_FROM_COPY = (NTSTATUS)0xc000046a;
#pragma pop_macro("STATUS_NOT_READ_FROM_COPY")
#pragma push_macro("STATUS_FT_WRITE_FAILURE")
#undef STATUS_FT_WRITE_FAILURE
static const NTSTATUS STATUS_FT_WRITE_FAILURE = (NTSTATUS)0xc000046b;
#pragma pop_macro("STATUS_FT_WRITE_FAILURE")
#pragma push_macro("STATUS_FT_DI_SCAN_REQUIRED")
#undef STATUS_FT_DI_SCAN_REQUIRED
static const NTSTATUS STATUS_FT_DI_SCAN_REQUIRED = (NTSTATUS)0xc000046c;
#pragma pop_macro("STATUS_FT_DI_SCAN_REQUIRED")
#pragma push_macro("STATUS_OBJECT_NOT_EXTERNALLY_BACKED")
#undef STATUS_OBJECT_NOT_EXTERNALLY_BACKED
static const NTSTATUS STATUS_OBJECT_NOT_EXTERNALLY_BACKED = (NTSTATUS)0xc000046d;
#pragma pop_macro("STATUS_OBJECT_NOT_EXTERNALLY_BACKED")
#pragma push_macro("STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN")
#undef STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN
static const NTSTATUS STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN = (NTSTATUS)0xc000046e;
#pragma pop_macro("STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN")
#pragma push_macro("STATUS_COMPRESSION_NOT_BENEFICIAL")
#undef STATUS_COMPRESSION_NOT_BENEFICIAL
static const NTSTATUS STATUS_COMPRESSION_NOT_BENEFICIAL = (NTSTATUS)0xc000046f;
#pragma pop_macro("STATUS_COMPRESSION_NOT_BENEFICIAL")
#pragma push_macro("STATUS_DATA_CHECKSUM_ERROR")
#undef STATUS_DATA_CHECKSUM_ERROR
static const NTSTATUS STATUS_DATA_CHECKSUM_ERROR = (NTSTATUS)0xc0000470;
#pragma pop_macro("STATUS_DATA_CHECKSUM_ERROR")
#pragma push_macro("STATUS_INTERMIXED_KERNEL_EA_OPERATION")
#undef STATUS_INTERMIXED_KERNEL_EA_OPERATION
static const NTSTATUS STATUS_INTERMIXED_KERNEL_EA_OPERATION = (NTSTATUS)0xc0000471;
#pragma pop_macro("STATUS_INTERMIXED_KERNEL_EA_OPERATION")
#pragma push_macro("STATUS_TRIM_READ_ZERO_NOT_SUPPORTED")
#undef STATUS_TRIM_READ_ZERO_NOT_SUPPORTED
static const NTSTATUS STATUS_TRIM_READ_ZERO_NOT_SUPPORTED = (NTSTATUS)0xc0000472;
#pragma pop_macro("STATUS_TRIM_READ_ZERO_NOT_SUPPORTED")
#pragma push_macro("STATUS_TOO_MANY_SEGMENT_DESCRIPTORS")
#undef STATUS_TOO_MANY_SEGMENT_DESCRIPTORS
static const NTSTATUS STATUS_TOO_MANY_SEGMENT_DESCRIPTORS = (NTSTATUS)0xc0000473;
#pragma pop_macro("STATUS_TOO_MANY_SEGMENT_DESCRIPTORS")
#pragma push_macro("STATUS_INVALID_OFFSET_ALIGNMENT")
#undef STATUS_INVALID_OFFSET_ALIGNMENT
static const NTSTATUS STATUS_INVALID_OFFSET_ALIGNMENT = (NTSTATUS)0xc0000474;
#pragma pop_macro("STATUS_INVALID_OFFSET_ALIGNMENT")
#pragma push_macro("STATUS_INVALID_FIELD_IN_PARAMETER_LIST")
#undef STATUS_INVALID_FIELD_IN_PARAMETER_LIST
static const NTSTATUS STATUS_INVALID_FIELD_IN_PARAMETER_LIST = (NTSTATUS)0xc0000475;
#pragma pop_macro("STATUS_INVALID_FIELD_IN_PARAMETER_LIST")
#pragma push_macro("STATUS_OPERATION_IN_PROGRESS")
#undef STATUS_OPERATION_IN_PROGRESS
static const NTSTATUS STATUS_OPERATION_IN_PROGRESS = (NTSTATUS)0xc0000476;
#pragma pop_macro("STATUS_OPERATION_IN_PROGRESS")
#pragma push_macro("STATUS_INVALID_INITIATOR_TARGET_PATH")
#undef STATUS_INVALID_INITIATOR_TARGET_PATH
static const NTSTATUS STATUS_INVALID_INITIATOR_TARGET_PATH = (NTSTATUS)0xc0000477;
#pragma pop_macro("STATUS_INVALID_INITIATOR_TARGET_PATH")
#pragma push_macro("STATUS_SCRUB_DATA_DISABLED")
#undef STATUS_SCRUB_DATA_DISABLED
static const NTSTATUS STATUS_SCRUB_DATA_DISABLED = (NTSTATUS)0xc0000478;
#pragma pop_macro("STATUS_SCRUB_DATA_DISABLED")
#pragma push_macro("STATUS_NOT_REDUNDANT_STORAGE")
#undef STATUS_NOT_REDUNDANT_STORAGE
static const NTSTATUS STATUS_NOT_REDUNDANT_STORAGE = (NTSTATUS)0xc0000479;
#pragma pop_macro("STATUS_NOT_REDUNDANT_STORAGE")
#pragma push_macro("STATUS_RESIDENT_FILE_NOT_SUPPORTED")
#undef STATUS_RESIDENT_FILE_NOT_SUPPORTED
static const NTSTATUS STATUS_RESIDENT_FILE_NOT_SUPPORTED = (NTSTATUS)0xc000047a;
#pragma pop_macro("STATUS_RESIDENT_FILE_NOT_SUPPORTED")
#pragma push_macro("STATUS_COMPRESSED_FILE_NOT_SUPPORTED")
#undef STATUS_COMPRESSED_FILE_NOT_SUPPORTED
static const NTSTATUS STATUS_COMPRESSED_FILE_NOT_SUPPORTED = (NTSTATUS)0xc000047b;
#pragma pop_macro("STATUS_COMPRESSED_FILE_NOT_SUPPORTED")
#pragma push_macro("STATUS_DIRECTORY_NOT_SUPPORTED")
#undef STATUS_DIRECTORY_NOT_SUPPORTED
static const NTSTATUS STATUS_DIRECTORY_NOT_SUPPORTED = (NTSTATUS)0xc000047c;
#pragma pop_macro("STATUS_DIRECTORY_NOT_SUPPORTED")
#pragma push_macro("STATUS_IO_OPERATION_TIMEOUT")
#undef STATUS_IO_OPERATION_TIMEOUT
static const NTSTATUS STATUS_IO_OPERATION_TIMEOUT = (NTSTATUS)0xc000047d;
#pragma pop_macro("STATUS_IO_OPERATION_TIMEOUT")
#pragma push_macro("STATUS_SYSTEM_NEEDS_REMEDIATION")
#undef STATUS_SYSTEM_NEEDS_REMEDIATION
static const NTSTATUS STATUS_SYSTEM_NEEDS_REMEDIATION = (NTSTATUS)0xc000047e;
#pragma pop_macro("STATUS_SYSTEM_NEEDS_REMEDIATION")
#pragma push_macro("STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN")
#undef STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN
static const NTSTATUS STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN = (NTSTATUS)0xc000047f;
#pragma pop_macro("STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN")
#pragma push_macro("STATUS_SHARE_UNAVAILABLE")
#undef STATUS_SHARE_UNAVAILABLE
static const NTSTATUS STATUS_SHARE_UNAVAILABLE = (NTSTATUS)0xc0000480;
#pragma pop_macro("STATUS_SHARE_UNAVAILABLE")
#pragma push_macro("STATUS_APISET_NOT_HOSTED")
#undef STATUS_APISET_NOT_HOSTED
static const NTSTATUS STATUS_APISET_NOT_HOSTED = (NTSTATUS)0xc0000481;
#pragma pop_macro("STATUS_APISET_NOT_HOSTED")
#pragma push_macro("STATUS_APISET_NOT_PRESENT")
#undef STATUS_APISET_NOT_PRESENT
static const NTSTATUS STATUS_APISET_NOT_PRESENT = (NTSTATUS)0xc0000482;
#pragma pop_macro("STATUS_APISET_NOT_PRESENT")
#pragma push_macro("STATUS_DEVICE_HARDWARE_ERROR")
#undef STATUS_DEVICE_HARDWARE_ERROR
static const NTSTATUS STATUS_DEVICE_HARDWARE_ERROR = (NTSTATUS)0xc0000483;
#pragma pop_macro("STATUS_DEVICE_HARDWARE_ERROR")
#pragma push_macro("STATUS_FIRMWARE_SLOT_INVALID")
#undef STATUS_FIRMWARE_SLOT_INVALID
static const NTSTATUS STATUS_FIRMWARE_SLOT_INVALID = (NTSTATUS)0xc0000484;
#pragma pop_macro("STATUS_FIRMWARE_SLOT_INVALID")
#pragma push_macro("STATUS_FIRMWARE_IMAGE_INVALID")
#undef STATUS_FIRMWARE_IMAGE_INVALID
static const NTSTATUS STATUS_FIRMWARE_IMAGE_INVALID = (NTSTATUS)0xc0000485;
#pragma pop_macro("STATUS_FIRMWARE_IMAGE_INVALID")
#pragma push_macro("STATUS_STORAGE_TOPOLOGY_ID_MISMATCH")
#undef STATUS_STORAGE_TOPOLOGY_ID_MISMATCH
static const NTSTATUS STATUS_STORAGE_TOPOLOGY_ID_MISMATCH = (NTSTATUS)0xc0000486;
#pragma pop_macro("STATUS_STORAGE_TOPOLOGY_ID_MISMATCH")
#pragma push_macro("STATUS_WIM_NOT_BOOTABLE")
#undef STATUS_WIM_NOT_BOOTABLE
static const NTSTATUS STATUS_WIM_NOT_BOOTABLE = (NTSTATUS)0xc0000487;
#pragma pop_macro("STATUS_WIM_NOT_BOOTABLE")
#pragma push_macro("STATUS_BLOCKED_BY_PARENTAL_CONTROLS")
#undef STATUS_BLOCKED_BY_PARENTAL_CONTROLS
static const NTSTATUS STATUS_BLOCKED_BY_PARENTAL_CONTROLS = (NTSTATUS)0xc0000488;
#pragma pop_macro("STATUS_BLOCKED_BY_PARENTAL_CONTROLS")
#pragma push_macro("STATUS_NEEDS_REGISTRATION")
#undef STATUS_NEEDS_REGISTRATION
static const NTSTATUS STATUS_NEEDS_REGISTRATION = (NTSTATUS)0xc0000489;
#pragma pop_macro("STATUS_NEEDS_REGISTRATION")
#pragma push_macro("STATUS_QUOTA_ACTIVITY")
#undef STATUS_QUOTA_ACTIVITY
static const NTSTATUS STATUS_QUOTA_ACTIVITY = (NTSTATUS)0xc000048a;
#pragma pop_macro("STATUS_QUOTA_ACTIVITY")
#pragma push_macro("STATUS_CALLBACK_INVOKE_INLINE")
#undef STATUS_CALLBACK_INVOKE_INLINE
static const NTSTATUS STATUS_CALLBACK_INVOKE_INLINE = (NTSTATUS)0xc000048b;
#pragma pop_macro("STATUS_CALLBACK_INVOKE_INLINE")
#pragma push_macro("STATUS_BLOCK_TOO_MANY_REFERENCES")
#undef STATUS_BLOCK_TOO_MANY_REFERENCES
static const NTSTATUS STATUS_BLOCK_TOO_MANY_REFERENCES = (NTSTATUS)0xc000048c;
#pragma pop_macro("STATUS_BLOCK_TOO_MANY_REFERENCES")
#pragma push_macro("STATUS_INVALID_TASK_NAME")
#undef STATUS_INVALID_TASK_NAME
static const NTSTATUS STATUS_INVALID_TASK_NAME = (NTSTATUS)0xc0000500;
#pragma pop_macro("STATUS_INVALID_TASK_NAME")
#pragma push_macro("STATUS_INVALID_TASK_INDEX")
#undef STATUS_INVALID_TASK_INDEX
static const NTSTATUS STATUS_INVALID_TASK_INDEX = (NTSTATUS)0xc0000501;
#pragma pop_macro("STATUS_INVALID_TASK_INDEX")
#pragma push_macro("STATUS_THREAD_ALREADY_IN_TASK")
#undef STATUS_THREAD_ALREADY_IN_TASK
static const NTSTATUS STATUS_THREAD_ALREADY_IN_TASK = (NTSTATUS)0xc0000502;
#pragma pop_macro("STATUS_THREAD_ALREADY_IN_TASK")
#pragma push_macro("STATUS_CALLBACK_BYPASS")
#undef STATUS_CALLBACK_BYPASS
static const NTSTATUS STATUS_CALLBACK_BYPASS = (NTSTATUS)0xc0000503;
#pragma pop_macro("STATUS_CALLBACK_BYPASS")
#pragma push_macro("STATUS_UNDEFINED_SCOPE")
#undef STATUS_UNDEFINED_SCOPE
static const NTSTATUS STATUS_UNDEFINED_SCOPE = (NTSTATUS)0xc0000504;
#pragma pop_macro("STATUS_UNDEFINED_SCOPE")
#pragma push_macro("STATUS_INVALID_CAP")
#undef STATUS_INVALID_CAP
static const NTSTATUS STATUS_INVALID_CAP = (NTSTATUS)0xc0000505;
#pragma pop_macro("STATUS_INVALID_CAP")
#pragma push_macro("STATUS_NOT_GUI_PROCESS")
#undef STATUS_NOT_GUI_PROCESS
static const NTSTATUS STATUS_NOT_GUI_PROCESS = (NTSTATUS)0xc0000506;
#pragma pop_macro("STATUS_NOT_GUI_PROCESS")
#pragma push_macro("STATUS_DEVICE_HUNG")
#undef STATUS_DEVICE_HUNG
static const NTSTATUS STATUS_DEVICE_HUNG = (NTSTATUS)0xc0000507;
#pragma pop_macro("STATUS_DEVICE_HUNG")
#pragma push_macro("STATUS_CONTAINER_ASSIGNED")
#undef STATUS_CONTAINER_ASSIGNED
static const NTSTATUS STATUS_CONTAINER_ASSIGNED = (NTSTATUS)0xc0000508;
#pragma pop_macro("STATUS_CONTAINER_ASSIGNED")
#pragma push_macro("STATUS_JOB_NO_CONTAINER")
#undef STATUS_JOB_NO_CONTAINER
static const NTSTATUS STATUS_JOB_NO_CONTAINER = (NTSTATUS)0xc0000509;
#pragma pop_macro("STATUS_JOB_NO_CONTAINER")
#pragma push_macro("STATUS_FAIL_FAST_EXCEPTION")
#undef STATUS_FAIL_FAST_EXCEPTION
static const NTSTATUS STATUS_FAIL_FAST_EXCEPTION = (NTSTATUS)0xc0000602;
#pragma pop_macro("STATUS_FAIL_FAST_EXCEPTION")
#pragma push_macro("STATUS_IMAGE_CERT_REVOKED")
#undef STATUS_IMAGE_CERT_REVOKED
static const NTSTATUS STATUS_IMAGE_CERT_REVOKED = (NTSTATUS)0xc0000603;
#pragma pop_macro("STATUS_IMAGE_CERT_REVOKED")
#pragma push_macro("STATUS_DYNAMIC_CODE_BLOCKED")
#undef STATUS_DYNAMIC_CODE_BLOCKED
static const NTSTATUS STATUS_DYNAMIC_CODE_BLOCKED = (NTSTATUS)0xc0000604;
#pragma pop_macro("STATUS_DYNAMIC_CODE_BLOCKED")
#pragma push_macro("STATUS_IMAGE_CERT_EXPIRED")
#undef STATUS_IMAGE_CERT_EXPIRED
static const NTSTATUS STATUS_IMAGE_CERT_EXPIRED = (NTSTATUS)0xc0000605;
#pragma pop_macro("STATUS_IMAGE_CERT_EXPIRED")
#pragma push_macro("STATUS_PORT_CLOSED")
#undef STATUS_PORT_CLOSED
static const NTSTATUS STATUS_PORT_CLOSED = (NTSTATUS)0xc0000700;
#pragma pop_macro("STATUS_PORT_CLOSED")
#pragma push_macro("STATUS_MESSAGE_LOST")
#undef STATUS_MESSAGE_LOST
static const NTSTATUS STATUS_MESSAGE_LOST = (NTSTATUS)0xc0000701;
#pragma pop_macro("STATUS_MESSAGE_LOST")
#pragma push_macro("STATUS_INVALID_MESSAGE")
#undef STATUS_INVALID_MESSAGE
static const NTSTATUS STATUS_INVALID_MESSAGE = (NTSTATUS)0xc0000702;
#pragma pop_macro("STATUS_INVALID_MESSAGE")
#pragma push_macro("STATUS_REQUEST_CANCELED")
#undef STATUS_REQUEST_CANCELED
static const NTSTATUS STATUS_REQUEST_CANCELED = (NTSTATUS)0xc0000703;
#pragma pop_macro("STATUS_REQUEST_CANCELED")
#pragma push_macro("STATUS_RECURSIVE_DISPATCH")
#undef STATUS_RECURSIVE_DISPATCH
static const NTSTATUS STATUS_RECURSIVE_DISPATCH = (NTSTATUS)0xc0000704;
#pragma pop_macro("STATUS_RECURSIVE_DISPATCH")
#pragma push_macro("STATUS_LPC_RECEIVE_BUFFER_EXPECTED")
#undef STATUS_LPC_RECEIVE_BUFFER_EXPECTED
static const NTSTATUS STATUS_LPC_RECEIVE_BUFFER_EXPECTED = (NTSTATUS)0xc0000705;
#pragma pop_macro("STATUS_LPC_RECEIVE_BUFFER_EXPECTED")
#pragma push_macro("STATUS_LPC_INVALID_CONNECTION_USAGE")
#undef STATUS_LPC_INVALID_CONNECTION_USAGE
static const NTSTATUS STATUS_LPC_INVALID_CONNECTION_USAGE = (NTSTATUS)0xc0000706;
#pragma pop_macro("STATUS_LPC_INVALID_CONNECTION_USAGE")
#pragma push_macro("STATUS_LPC_REQUESTS_NOT_ALLOWED")
#undef STATUS_LPC_REQUESTS_NOT_ALLOWED
static const NTSTATUS STATUS_LPC_REQUESTS_NOT_ALLOWED = (NTSTATUS)0xc0000707;
#pragma pop_macro("STATUS_LPC_REQUESTS_NOT_ALLOWED")
#pragma push_macro("STATUS_RESOURCE_IN_USE")
#undef STATUS_RESOURCE_IN_USE
static const NTSTATUS STATUS_RESOURCE_IN_USE = (NTSTATUS)0xc0000708;
#pragma pop_macro("STATUS_RESOURCE_IN_USE")
#pragma push_macro("STATUS_HARDWARE_MEMORY_ERROR")
#undef STATUS_HARDWARE_MEMORY_ERROR
static const NTSTATUS STATUS_HARDWARE_MEMORY_ERROR = (NTSTATUS)0xc0000709;
#pragma pop_macro("STATUS_HARDWARE_MEMORY_ERROR")
#pragma push_macro("STATUS_THREADPOOL_HANDLE_EXCEPTION")
#undef STATUS_THREADPOOL_HANDLE_EXCEPTION
static const NTSTATUS STATUS_THREADPOOL_HANDLE_EXCEPTION = (NTSTATUS)0xc000070a;
#pragma pop_macro("STATUS_THREADPOOL_HANDLE_EXCEPTION")
#pragma push_macro("STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED")
#undef STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED
static const NTSTATUS STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED = (NTSTATUS)0xc000070b;
#pragma pop_macro("STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED")
#pragma push_macro("STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED")
#undef STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED
static const NTSTATUS STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED = (NTSTATUS)0xc000070c;
#pragma pop_macro("STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED")
#pragma push_macro("STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED")
#undef STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED
static const NTSTATUS STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED = (NTSTATUS)0xc000070d;
#pragma pop_macro("STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED")
#pragma push_macro("STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED")
#undef STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED
static const NTSTATUS STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED = (NTSTATUS)0xc000070e;
#pragma pop_macro("STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED")
#pragma push_macro("STATUS_THREADPOOL_RELEASED_DURING_OPERATION")
#undef STATUS_THREADPOOL_RELEASED_DURING_OPERATION
static const NTSTATUS STATUS_THREADPOOL_RELEASED_DURING_OPERATION = (NTSTATUS)0xc000070f;
#pragma pop_macro("STATUS_THREADPOOL_RELEASED_DURING_OPERATION")
#pragma push_macro("STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING")
#undef STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING
static const NTSTATUS STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING = (NTSTATUS)0xc0000710;
#pragma pop_macro("STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING")
#pragma push_macro("STATUS_APC_RETURNED_WHILE_IMPERSONATING")
#undef STATUS_APC_RETURNED_WHILE_IMPERSONATING
static const NTSTATUS STATUS_APC_RETURNED_WHILE_IMPERSONATING = (NTSTATUS)0xc0000711;
#pragma pop_macro("STATUS_APC_RETURNED_WHILE_IMPERSONATING")
#pragma push_macro("STATUS_PROCESS_IS_PROTECTED")
#undef STATUS_PROCESS_IS_PROTECTED
static const NTSTATUS STATUS_PROCESS_IS_PROTECTED = (NTSTATUS)0xc0000712;
#pragma pop_macro("STATUS_PROCESS_IS_PROTECTED")
#pragma push_macro("STATUS_MCA_EXCEPTION")
#undef STATUS_MCA_EXCEPTION
static const NTSTATUS STATUS_MCA_EXCEPTION = (NTSTATUS)0xc0000713;
#pragma pop_macro("STATUS_MCA_EXCEPTION")
#pragma push_macro("STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE")
#undef STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE
static const NTSTATUS STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE = (NTSTATUS)0xc0000714;
#pragma pop_macro("STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE")
#pragma push_macro("STATUS_SYMLINK_CLASS_DISABLED")
#undef STATUS_SYMLINK_CLASS_DISABLED
static const NTSTATUS STATUS_SYMLINK_CLASS_DISABLED = (NTSTATUS)0xc0000715;
#pragma pop_macro("STATUS_SYMLINK_CLASS_DISABLED")
#pragma push_macro("STATUS_INVALID_IDN_NORMALIZATION")
#undef STATUS_INVALID_IDN_NORMALIZATION
static const NTSTATUS STATUS_INVALID_IDN_NORMALIZATION = (NTSTATUS)0xc0000716;
#pragma pop_macro("STATUS_INVALID_IDN_NORMALIZATION")
#pragma push_macro("STATUS_NO_UNICODE_TRANSLATION")
#undef STATUS_NO_UNICODE_TRANSLATION
static const NTSTATUS STATUS_NO_UNICODE_TRANSLATION = (NTSTATUS)0xc0000717;
#pragma pop_macro("STATUS_NO_UNICODE_TRANSLATION")
#pragma push_macro("STATUS_ALREADY_REGISTERED")
#undef STATUS_ALREADY_REGISTERED
static const NTSTATUS STATUS_ALREADY_REGISTERED = (NTSTATUS)0xc0000718;
#pragma pop_macro("STATUS_ALREADY_REGISTERED")
#pragma push_macro("STATUS_CONTEXT_MISMATCH")
#undef STATUS_CONTEXT_MISMATCH
static const NTSTATUS STATUS_CONTEXT_MISMATCH = (NTSTATUS)0xc0000719;
#pragma pop_macro("STATUS_CONTEXT_MISMATCH")
#pragma push_macro("STATUS_PORT_ALREADY_HAS_COMPLETION_LIST")
#undef STATUS_PORT_ALREADY_HAS_COMPLETION_LIST
static const NTSTATUS STATUS_PORT_ALREADY_HAS_COMPLETION_LIST = (NTSTATUS)0xc000071a;
#pragma pop_macro("STATUS_PORT_ALREADY_HAS_COMPLETION_LIST")
#pragma push_macro("STATUS_CALLBACK_RETURNED_THREAD_PRIORITY")
#undef STATUS_CALLBACK_RETURNED_THREAD_PRIORITY
static const NTSTATUS STATUS_CALLBACK_RETURNED_THREAD_PRIORITY = (NTSTATUS)0xc000071b;
#pragma pop_macro("STATUS_CALLBACK_RETURNED_THREAD_PRIORITY")
#pragma push_macro("STATUS_INVALID_THREAD")
#undef STATUS_INVALID_THREAD
static const NTSTATUS STATUS_INVALID_THREAD = (NTSTATUS)0xc000071c;
#pragma pop_macro("STATUS_INVALID_THREAD")
#pragma push_macro("STATUS_CALLBACK_RETURNED_TRANSACTION")
#undef STATUS_CALLBACK_RETURNED_TRANSACTION
static const NTSTATUS STATUS_CALLBACK_RETURNED_TRANSACTION = (NTSTATUS)0xc000071d;
#pragma pop_macro("STATUS_CALLBACK_RETURNED_TRANSACTION")
#pragma push_macro("STATUS_CALLBACK_RETURNED_LDR_LOCK")
#undef STATUS_CALLBACK_RETURNED_LDR_LOCK
static const NTSTATUS STATUS_CALLBACK_RETURNED_LDR_LOCK = (NTSTATUS)0xc000071e;
#pragma pop_macro("STATUS_CALLBACK_RETURNED_LDR_LOCK")
#pragma push_macro("STATUS_CALLBACK_RETURNED_LANG")
#undef STATUS_CALLBACK_RETURNED_LANG
static const NTSTATUS STATUS_CALLBACK_RETURNED_LANG = (NTSTATUS)0xc000071f;
#pragma pop_macro("STATUS_CALLBACK_RETURNED_LANG")
#pragma push_macro("STATUS_CALLBACK_RETURNED_PRI_BACK")
#undef STATUS_CALLBACK_RETURNED_PRI_BACK
static const NTSTATUS STATUS_CALLBACK_RETURNED_PRI_BACK = (NTSTATUS)0xc0000720;
#pragma pop_macro("STATUS_CALLBACK_RETURNED_PRI_BACK")
#pragma push_macro("STATUS_CALLBACK_RETURNED_THREAD_AFFINITY")
#undef STATUS_CALLBACK_RETURNED_THREAD_AFFINITY
static const NTSTATUS STATUS_CALLBACK_RETURNED_THREAD_AFFINITY = (NTSTATUS)0xc0000721;
#pragma pop_macro("STATUS_CALLBACK_RETURNED_THREAD_AFFINITY")
#pragma push_macro("STATUS_DISK_REPAIR_DISABLED")
#undef STATUS_DISK_REPAIR_DISABLED
static const NTSTATUS STATUS_DISK_REPAIR_DISABLED = (NTSTATUS)0xc0000800;
#pragma pop_macro("STATUS_DISK_REPAIR_DISABLED")
#pragma push_macro("STATUS_DS_DOMAIN_RENAME_IN_PROGRESS")
#undef STATUS_DS_DOMAIN_RENAME_IN_PROGRESS
static const NTSTATUS STATUS_DS_DOMAIN_RENAME_IN_PROGRESS = (NTSTATUS)0xc0000801;
#pragma pop_macro("STATUS_DS_DOMAIN_RENAME_IN_PROGRESS")
#pragma push_macro("STATUS_DISK_QUOTA_EXCEEDED")
#undef STATUS_DISK_QUOTA_EXCEEDED
static const NTSTATUS STATUS_DISK_QUOTA_EXCEEDED = (NTSTATUS)0xc0000802;
#pragma pop_macro("STATUS_DISK_QUOTA_EXCEEDED")
#pragma push_macro("STATUS_DATA_LOST_REPAIR")
#undef STATUS_DATA_LOST_REPAIR
static const NTSTATUS STATUS_DATA_LOST_REPAIR = (NTSTATUS)0x80000803;
#pragma pop_macro("STATUS_DATA_LOST_REPAIR")
#pragma push_macro("STATUS_CONTENT_BLOCKED")
#undef STATUS_CONTENT_BLOCKED
static const NTSTATUS STATUS_CONTENT_BLOCKED = (NTSTATUS)0xc0000804;
#pragma pop_macro("STATUS_CONTENT_BLOCKED")
#pragma push_macro("STATUS_BAD_CLUSTERS")
#undef STATUS_BAD_CLUSTERS
static const NTSTATUS STATUS_BAD_CLUSTERS = (NTSTATUS)0xc0000805;
#pragma pop_macro("STATUS_BAD_CLUSTERS")
#pragma push_macro("STATUS_VOLUME_DIRTY")
#undef STATUS_VOLUME_DIRTY
static const NTSTATUS STATUS_VOLUME_DIRTY = (NTSTATUS)0xc0000806;
#pragma pop_macro("STATUS_VOLUME_DIRTY")
#pragma push_macro("STATUS_DISK_REPAIR_REDIRECTED")
#undef STATUS_DISK_REPAIR_REDIRECTED
static const NTSTATUS STATUS_DISK_REPAIR_REDIRECTED = (NTSTATUS)0x40000807;
#pragma pop_macro("STATUS_DISK_REPAIR_REDIRECTED")
#pragma push_macro("STATUS_DISK_REPAIR_UNSUCCESSFUL")
#undef STATUS_DISK_REPAIR_UNSUCCESSFUL
static const NTSTATUS STATUS_DISK_REPAIR_UNSUCCESSFUL = (NTSTATUS)0xc0000808;
#pragma pop_macro("STATUS_DISK_REPAIR_UNSUCCESSFUL")
#pragma push_macro("STATUS_CORRUPT_LOG_OVERFULL")
#undef STATUS_CORRUPT_LOG_OVERFULL
static const NTSTATUS STATUS_CORRUPT_LOG_OVERFULL = (NTSTATUS)0xc0000809;
#pragma pop_macro("STATUS_CORRUPT_LOG_OVERFULL")
#pragma push_macro("STATUS_CORRUPT_LOG_CORRUPTED")
#undef STATUS_CORRUPT_LOG_CORRUPTED
static const NTSTATUS STATUS_CORRUPT_LOG_CORRUPTED = (NTSTATUS)0xc000080a;
#pragma pop_macro("STATUS_CORRUPT_LOG_CORRUPTED")
#pragma push_macro("STATUS_CORRUPT_LOG_UNAVAILABLE")
#undef STATUS_CORRUPT_LOG_UNAVAILABLE
static const NTSTATUS STATUS_CORRUPT_LOG_UNAVAILABLE = (NTSTATUS)0xc000080b;
#pragma pop_macro("STATUS_CORRUPT_LOG_UNAVAILABLE")
#pragma push_macro("STATUS_CORRUPT_LOG_DELETED_FULL")
#undef STATUS_CORRUPT_LOG_DELETED_FULL
static const NTSTATUS STATUS_CORRUPT_LOG_DELETED_FULL = (NTSTATUS)0xc000080c;
#pragma pop_macro("STATUS_CORRUPT_LOG_DELETED_FULL")
#pragma push_macro("STATUS_CORRUPT_LOG_CLEARED")
#undef STATUS_CORRUPT_LOG_CLEARED
static const NTSTATUS STATUS_CORRUPT_LOG_CLEARED = (NTSTATUS)0xc000080d;
#pragma pop_macro("STATUS_CORRUPT_LOG_CLEARED")
#pragma push_macro("STATUS_ORPHAN_NAME_EXHAUSTED")
#undef STATUS_ORPHAN_NAME_EXHAUSTED
static const NTSTATUS STATUS_ORPHAN_NAME_EXHAUSTED = (NTSTATUS)0xc000080e;
#pragma pop_macro("STATUS_ORPHAN_NAME_EXHAUSTED")
#pragma push_macro("STATUS_PROACTIVE_SCAN_IN_PROGRESS")
#undef STATUS_PROACTIVE_SCAN_IN_PROGRESS
static const NTSTATUS STATUS_PROACTIVE_SCAN_IN_PROGRESS = (NTSTATUS)0xc000080f;
#pragma pop_macro("STATUS_PROACTIVE_SCAN_IN_PROGRESS")
#pragma push_macro("STATUS_ENCRYPTED_IO_NOT_POSSIBLE")
#undef STATUS_ENCRYPTED_IO_NOT_POSSIBLE
static const NTSTATUS STATUS_ENCRYPTED_IO_NOT_POSSIBLE = (NTSTATUS)0xc0000810;
#pragma pop_macro("STATUS_ENCRYPTED_IO_NOT_POSSIBLE")
#pragma push_macro("STATUS_CORRUPT_LOG_UPLEVEL_RECORDS")
#undef STATUS_CORRUPT_LOG_UPLEVEL_RECORDS
static const NTSTATUS STATUS_CORRUPT_LOG_UPLEVEL_RECORDS = (NTSTATUS)0xc0000811;
#pragma pop_macro("STATUS_CORRUPT_LOG_UPLEVEL_RECORDS")
#pragma push_macro("STATUS_FILE_CHECKED_OUT")
#undef STATUS_FILE_CHECKED_OUT
static const NTSTATUS STATUS_FILE_CHECKED_OUT = (NTSTATUS)0xc0000901;
#pragma pop_macro("STATUS_FILE_CHECKED_OUT")
#pragma push_macro("STATUS_CHECKOUT_REQUIRED")
#undef STATUS_CHECKOUT_REQUIRED
static const NTSTATUS STATUS_CHECKOUT_REQUIRED = (NTSTATUS)0xc0000902;
#pragma pop_macro("STATUS_CHECKOUT_REQUIRED")
#pragma push_macro("STATUS_BAD_FILE_TYPE")
#undef STATUS_BAD_FILE_TYPE
static const NTSTATUS STATUS_BAD_FILE_TYPE = (NTSTATUS)0xc0000903;
#pragma pop_macro("STATUS_BAD_FILE_TYPE")
#pragma push_macro("STATUS_FILE_TOO_LARGE")
#undef STATUS_FILE_TOO_LARGE
static const NTSTATUS STATUS_FILE_TOO_LARGE = (NTSTATUS)0xc0000904;
#pragma pop_macro("STATUS_FILE_TOO_LARGE")
#pragma push_macro("STATUS_FORMS_AUTH_REQUIRED")
#undef STATUS_FORMS_AUTH_REQUIRED
static const NTSTATUS STATUS_FORMS_AUTH_REQUIRED = (NTSTATUS)0xc0000905;
#pragma pop_macro("STATUS_FORMS_AUTH_REQUIRED")
#pragma push_macro("STATUS_VIRUS_INFECTED")
#undef STATUS_VIRUS_INFECTED
static const NTSTATUS STATUS_VIRUS_INFECTED = (NTSTATUS)0xc0000906;
#pragma pop_macro("STATUS_VIRUS_INFECTED")
#pragma push_macro("STATUS_VIRUS_DELETED")
#undef STATUS_VIRUS_DELETED
static const NTSTATUS STATUS_VIRUS_DELETED = (NTSTATUS)0xc0000907;
#pragma pop_macro("STATUS_VIRUS_DELETED")
#pragma push_macro("STATUS_BAD_MCFG_TABLE")
#undef STATUS_BAD_MCFG_TABLE
static const NTSTATUS STATUS_BAD_MCFG_TABLE = (NTSTATUS)0xc0000908;
#pragma pop_macro("STATUS_BAD_MCFG_TABLE")
#pragma push_macro("STATUS_CANNOT_BREAK_OPLOCK")
#undef STATUS_CANNOT_BREAK_OPLOCK
static const NTSTATUS STATUS_CANNOT_BREAK_OPLOCK = (NTSTATUS)0xc0000909;
#pragma pop_macro("STATUS_CANNOT_BREAK_OPLOCK")
#pragma push_macro("STATUS_BAD_KEY")
#undef STATUS_BAD_KEY
static const NTSTATUS STATUS_BAD_KEY = (NTSTATUS)0xc000090a;
#pragma pop_macro("STATUS_BAD_KEY")
#pragma push_macro("STATUS_BAD_DATA")
#undef STATUS_BAD_DATA
static const NTSTATUS STATUS_BAD_DATA = (NTSTATUS)0xc000090b;
#pragma pop_macro("STATUS_BAD_DATA")
#pragma push_macro("STATUS_NO_KEY")
#undef STATUS_NO_KEY
static const NTSTATUS STATUS_NO_KEY = (NTSTATUS)0xc000090c;
#pragma pop_macro("STATUS_NO_KEY")
#pragma push_macro("STATUS_FILE_HANDLE_REVOKED")
#undef STATUS_FILE_HANDLE_REVOKED
static const NTSTATUS STATUS_FILE_HANDLE_REVOKED = (NTSTATUS)0xc0000910;
#pragma pop_macro("STATUS_FILE_HANDLE_REVOKED")
#pragma push_macro("STATUS_WOW_ASSERTION")
#undef STATUS_WOW_ASSERTION
static const NTSTATUS STATUS_WOW_ASSERTION = (NTSTATUS)0xc0009898;
#pragma pop_macro("STATUS_WOW_ASSERTION")
#pragma push_macro("STATUS_INVALID_SIGNATURE")
#undef STATUS_INVALID_SIGNATURE
static const NTSTATUS STATUS_INVALID_SIGNATURE = (NTSTATUS)0xc000a000;
#pragma pop_macro("STATUS_INVALID_SIGNATURE")
#pragma push_macro("STATUS_HMAC_NOT_SUPPORTED")
#undef STATUS_HMAC_NOT_SUPPORTED
static const NTSTATUS STATUS_HMAC_NOT_SUPPORTED = (NTSTATUS)0xc000a001;
#pragma pop_macro("STATUS_HMAC_NOT_SUPPORTED")
#pragma push_macro("STATUS_AUTH_TAG_MISMATCH")
#undef STATUS_AUTH_TAG_MISMATCH
static const NTSTATUS STATUS_AUTH_TAG_MISMATCH = (NTSTATUS)0xc000a002;
#pragma pop_macro("STATUS_AUTH_TAG_MISMATCH")
#pragma push_macro("STATUS_INVALID_STATE_TRANSITION")
#undef STATUS_INVALID_STATE_TRANSITION
static const NTSTATUS STATUS_INVALID_STATE_TRANSITION = (NTSTATUS)0xc000a003;
#pragma pop_macro("STATUS_INVALID_STATE_TRANSITION")
#pragma push_macro("STATUS_INVALID_KERNEL_INFO_VERSION")
#undef STATUS_INVALID_KERNEL_INFO_VERSION
static const NTSTATUS STATUS_INVALID_KERNEL_INFO_VERSION = (NTSTATUS)0xc000a004;
#pragma pop_macro("STATUS_INVALID_KERNEL_INFO_VERSION")
#pragma push_macro("STATUS_INVALID_PEP_INFO_VERSION")
#undef STATUS_INVALID_PEP_INFO_VERSION
static const NTSTATUS STATUS_INVALID_PEP_INFO_VERSION = (NTSTATUS)0xc000a005;
#pragma pop_macro("STATUS_INVALID_PEP_INFO_VERSION")
#pragma push_macro("STATUS_HANDLE_REVOKED")
#undef STATUS_HANDLE_REVOKED
static const NTSTATUS STATUS_HANDLE_REVOKED = (NTSTATUS)0xc000a006;
#pragma pop_macro("STATUS_HANDLE_REVOKED")
#pragma push_macro("STATUS_IPSEC_QUEUE_OVERFLOW")
#undef STATUS_IPSEC_QUEUE_OVERFLOW
static const NTSTATUS STATUS_IPSEC_QUEUE_OVERFLOW = (NTSTATUS)0xc000a010;
#pragma pop_macro("STATUS_IPSEC_QUEUE_OVERFLOW")
#pragma push_macro("STATUS_ND_QUEUE_OVERFLOW")
#undef STATUS_ND_QUEUE_OVERFLOW
static const NTSTATUS STATUS_ND_QUEUE_OVERFLOW = (NTSTATUS)0xc000a011;
#pragma pop_macro("STATUS_ND_QUEUE_OVERFLOW")
#pragma push_macro("STATUS_HOPLIMIT_EXCEEDED")
#undef STATUS_HOPLIMIT_EXCEEDED
static const NTSTATUS STATUS_HOPLIMIT_EXCEEDED = (NTSTATUS)0xc000a012;
#pragma pop_macro("STATUS_HOPLIMIT_EXCEEDED")
#pragma push_macro("STATUS_PROTOCOL_NOT_SUPPORTED")
#undef STATUS_PROTOCOL_NOT_SUPPORTED
static const NTSTATUS STATUS_PROTOCOL_NOT_SUPPORTED = (NTSTATUS)0xc000a013;
#pragma pop_macro("STATUS_PROTOCOL_NOT_SUPPORTED")
#pragma push_macro("STATUS_FASTPATH_REJECTED")
#undef STATUS_FASTPATH_REJECTED
static const NTSTATUS STATUS_FASTPATH_REJECTED = (NTSTATUS)0xc000a014;
#pragma pop_macro("STATUS_FASTPATH_REJECTED")
#pragma push_macro("STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED")
#undef STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED
static const NTSTATUS STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED = (NTSTATUS)0xc000a080;
#pragma pop_macro("STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED")
#pragma push_macro("STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR")
#undef STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR
static const NTSTATUS STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR = (NTSTATUS)0xc000a081;
#pragma pop_macro("STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR")
#pragma push_macro("STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR")
#undef STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR
static const NTSTATUS STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR = (NTSTATUS)0xc000a082;
#pragma pop_macro("STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR")
#pragma push_macro("STATUS_XML_PARSE_ERROR")
#undef STATUS_XML_PARSE_ERROR
static const NTSTATUS STATUS_XML_PARSE_ERROR = (NTSTATUS)0xc000a083;
#pragma pop_macro("STATUS_XML_PARSE_ERROR")
#pragma push_macro("STATUS_XMLDSIG_ERROR")
#undef STATUS_XMLDSIG_ERROR
static const NTSTATUS STATUS_XMLDSIG_ERROR = (NTSTATUS)0xc000a084;
#pragma pop_macro("STATUS_XMLDSIG_ERROR")
#pragma push_macro("STATUS_WRONG_COMPARTMENT")
#undef STATUS_WRONG_COMPARTMENT
static const NTSTATUS STATUS_WRONG_COMPARTMENT = (NTSTATUS)0xc000a085;
#pragma pop_macro("STATUS_WRONG_COMPARTMENT")
#pragma push_macro("STATUS_AUTHIP_FAILURE")
#undef STATUS_AUTHIP_FAILURE
static const NTSTATUS STATUS_AUTHIP_FAILURE = (NTSTATUS)0xc000a086;
#pragma pop_macro("STATUS_AUTHIP_FAILURE")
#pragma push_macro("STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS")
#undef STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS
static const NTSTATUS STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS = (NTSTATUS)0xc000a087;
#pragma pop_macro("STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS")
#pragma push_macro("STATUS_DS_OID_NOT_FOUND")
#undef STATUS_DS_OID_NOT_FOUND
static const NTSTATUS STATUS_DS_OID_NOT_FOUND = (NTSTATUS)0xc000a088;
#pragma pop_macro("STATUS_DS_OID_NOT_FOUND")
#pragma push_macro("STATUS_INCORRECT_ACCOUNT_TYPE")
#undef STATUS_INCORRECT_ACCOUNT_TYPE
static const NTSTATUS STATUS_INCORRECT_ACCOUNT_TYPE = (NTSTATUS)0xc000a089;
#pragma pop_macro("STATUS_INCORRECT_ACCOUNT_TYPE")
#pragma push_macro("STATUS_HASH_NOT_SUPPORTED")
#undef STATUS_HASH_NOT_SUPPORTED
static const NTSTATUS STATUS_HASH_NOT_SUPPORTED = (NTSTATUS)0xc000a100;
#pragma pop_macro("STATUS_HASH_NOT_SUPPORTED")
#pragma push_macro("STATUS_HASH_NOT_PRESENT")
#undef STATUS_HASH_NOT_PRESENT
static const NTSTATUS STATUS_HASH_NOT_PRESENT = (NTSTATUS)0xc000a101;
#pragma pop_macro("STATUS_HASH_NOT_PRESENT")
#pragma push_macro("STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED")
#undef STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED
static const NTSTATUS STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED = (NTSTATUS)0xc000a121;
#pragma pop_macro("STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED")
#pragma push_macro("STATUS_GPIO_CLIENT_INFORMATION_INVALID")
#undef STATUS_GPIO_CLIENT_INFORMATION_INVALID
static const NTSTATUS STATUS_GPIO_CLIENT_INFORMATION_INVALID = (NTSTATUS)0xc000a122;
#pragma pop_macro("STATUS_GPIO_CLIENT_INFORMATION_INVALID")
#pragma push_macro("STATUS_GPIO_VERSION_NOT_SUPPORTED")
#undef STATUS_GPIO_VERSION_NOT_SUPPORTED
static const NTSTATUS STATUS_GPIO_VERSION_NOT_SUPPORTED = (NTSTATUS)0xc000a123;
#pragma pop_macro("STATUS_GPIO_VERSION_NOT_SUPPORTED")
#pragma push_macro("STATUS_GPIO_INVALID_REGISTRATION_PACKET")
#undef STATUS_GPIO_INVALID_REGISTRATION_PACKET
static const NTSTATUS STATUS_GPIO_INVALID_REGISTRATION_PACKET = (NTSTATUS)0xc000a124;
#pragma pop_macro("STATUS_GPIO_INVALID_REGISTRATION_PACKET")
#pragma push_macro("STATUS_GPIO_OPERATION_DENIED")
#undef STATUS_GPIO_OPERATION_DENIED
static const NTSTATUS STATUS_GPIO_OPERATION_DENIED = (NTSTATUS)0xc000a125;
#pragma pop_macro("STATUS_GPIO_OPERATION_DENIED")
#pragma push_macro("STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE")
#undef STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE
static const NTSTATUS STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE = (NTSTATUS)0xc000a126;
#pragma pop_macro("STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE")
#pragma push_macro("STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED")
#undef STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED
static const NTSTATUS STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED = (NTSTATUS)0x8000a127;
#pragma pop_macro("STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED")
#pragma push_macro("STATUS_CANNOT_SWITCH_RUNLEVEL")
#undef STATUS_CANNOT_SWITCH_RUNLEVEL
static const NTSTATUS STATUS_CANNOT_SWITCH_RUNLEVEL = (NTSTATUS)0xc000a141;
#pragma pop_macro("STATUS_CANNOT_SWITCH_RUNLEVEL")
#pragma push_macro("STATUS_INVALID_RUNLEVEL_SETTING")
#undef STATUS_INVALID_RUNLEVEL_SETTING
static const NTSTATUS STATUS_INVALID_RUNLEVEL_SETTING = (NTSTATUS)0xc000a142;
#pragma pop_macro("STATUS_INVALID_RUNLEVEL_SETTING")
#pragma push_macro("STATUS_RUNLEVEL_SWITCH_TIMEOUT")
#undef STATUS_RUNLEVEL_SWITCH_TIMEOUT
static const NTSTATUS STATUS_RUNLEVEL_SWITCH_TIMEOUT = (NTSTATUS)0xc000a143;
#pragma pop_macro("STATUS_RUNLEVEL_SWITCH_TIMEOUT")
#pragma push_macro("STATUS_SERVICES_FAILED_AUTOSTART")
#undef STATUS_SERVICES_FAILED_AUTOSTART
static const NTSTATUS STATUS_SERVICES_FAILED_AUTOSTART = (NTSTATUS)0x4000a144;
#pragma pop_macro("STATUS_SERVICES_FAILED_AUTOSTART")
#pragma push_macro("STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT")
#undef STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT
static const NTSTATUS STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT = (NTSTATUS)0xc000a145;
#pragma pop_macro("STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT")
#pragma push_macro("STATUS_RUNLEVEL_SWITCH_IN_PROGRESS")
#undef STATUS_RUNLEVEL_SWITCH_IN_PROGRESS
static const NTSTATUS STATUS_RUNLEVEL_SWITCH_IN_PROGRESS = (NTSTATUS)0xc000a146;
#pragma pop_macro("STATUS_RUNLEVEL_SWITCH_IN_PROGRESS")
#pragma push_macro("STATUS_NOT_APPCONTAINER")
#undef STATUS_NOT_APPCONTAINER
static const NTSTATUS STATUS_NOT_APPCONTAINER = (NTSTATUS)0xc000a200;
#pragma pop_macro("STATUS_NOT_APPCONTAINER")
#pragma push_macro("STATUS_NOT_SUPPORTED_IN_APPCONTAINER")
#undef STATUS_NOT_SUPPORTED_IN_APPCONTAINER
static const NTSTATUS STATUS_NOT_SUPPORTED_IN_APPCONTAINER = (NTSTATUS)0xc000a201;
#pragma pop_macro("STATUS_NOT_SUPPORTED_IN_APPCONTAINER")
#pragma push_macro("STATUS_INVALID_PACKAGE_SID_LENGTH")
#undef STATUS_INVALID_PACKAGE_SID_LENGTH
static const NTSTATUS STATUS_INVALID_PACKAGE_SID_LENGTH = (NTSTATUS)0xc000a202;
#pragma pop_macro("STATUS_INVALID_PACKAGE_SID_LENGTH")
#pragma push_macro("STATUS_APP_DATA_NOT_FOUND")
#undef STATUS_APP_DATA_NOT_FOUND
static const NTSTATUS STATUS_APP_DATA_NOT_FOUND = (NTSTATUS)0xc000a281;
#pragma pop_macro("STATUS_APP_DATA_NOT_FOUND")
#pragma push_macro("STATUS_APP_DATA_EXPIRED")
#undef STATUS_APP_DATA_EXPIRED
static const NTSTATUS STATUS_APP_DATA_EXPIRED = (NTSTATUS)0xc000a282;
#pragma pop_macro("STATUS_APP_DATA_EXPIRED")
#pragma push_macro("STATUS_APP_DATA_CORRUPT")
#undef STATUS_APP_DATA_CORRUPT
static const NTSTATUS STATUS_APP_DATA_CORRUPT = (NTSTATUS)0xc000a283;
#pragma pop_macro("STATUS_APP_DATA_CORRUPT")
#pragma push_macro("STATUS_APP_DATA_LIMIT_EXCEEDED")
#undef STATUS_APP_DATA_LIMIT_EXCEEDED
static const NTSTATUS STATUS_APP_DATA_LIMIT_EXCEEDED = (NTSTATUS)0xc000a284;
#pragma pop_macro("STATUS_APP_DATA_LIMIT_EXCEEDED")
#pragma push_macro("STATUS_APP_DATA_REBOOT_REQUIRED")
#undef STATUS_APP_DATA_REBOOT_REQUIRED
static const NTSTATUS STATUS_APP_DATA_REBOOT_REQUIRED = (NTSTATUS)0xc000a285;
#pragma pop_macro("STATUS_APP_DATA_REBOOT_REQUIRED")
#pragma push_macro("STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED")
#undef STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED
static const NTSTATUS STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED = (NTSTATUS)0xc000a2a1;
#pragma pop_macro("STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED")
#pragma push_macro("STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED")
#undef STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED
static const NTSTATUS STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED = (NTSTATUS)0xc000a2a2;
#pragma pop_macro("STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED")
#pragma push_macro("STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED")
#undef STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED
static const NTSTATUS STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED = (NTSTATUS)0xc000a2a3;
#pragma pop_macro("STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED")
#pragma push_macro("STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED")
#undef STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED
static const NTSTATUS STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED = (NTSTATUS)0xc000a2a4;
#pragma pop_macro("STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED")
#pragma push_macro("STATUS_ACPI_INVALID_OPCODE")
#undef STATUS_ACPI_INVALID_OPCODE
static const NTSTATUS STATUS_ACPI_INVALID_OPCODE = (NTSTATUS)0xc0140001;
#pragma pop_macro("STATUS_ACPI_INVALID_OPCODE")
#pragma push_macro("STATUS_ACPI_STACK_OVERFLOW")
#undef STATUS_ACPI_STACK_OVERFLOW
static const NTSTATUS STATUS_ACPI_STACK_OVERFLOW = (NTSTATUS)0xc0140002;
#pragma pop_macro("STATUS_ACPI_STACK_OVERFLOW")
#pragma push_macro("STATUS_ACPI_ASSERT_FAILED")
#undef STATUS_ACPI_ASSERT_FAILED
static const NTSTATUS STATUS_ACPI_ASSERT_FAILED = (NTSTATUS)0xc0140003;
#pragma pop_macro("STATUS_ACPI_ASSERT_FAILED")
#pragma push_macro("STATUS_ACPI_INVALID_INDEX")
#undef STATUS_ACPI_INVALID_INDEX
static const NTSTATUS STATUS_ACPI_INVALID_INDEX = (NTSTATUS)0xc0140004;
#pragma pop_macro("STATUS_ACPI_INVALID_INDEX")
#pragma push_macro("STATUS_ACPI_INVALID_ARGUMENT")
#undef STATUS_ACPI_INVALID_ARGUMENT
static const NTSTATUS STATUS_ACPI_INVALID_ARGUMENT = (NTSTATUS)0xc0140005;
#pragma pop_macro("STATUS_ACPI_INVALID_ARGUMENT")
#pragma push_macro("STATUS_ACPI_FATAL")
#undef STATUS_ACPI_FATAL
static const NTSTATUS STATUS_ACPI_FATAL = (NTSTATUS)0xc0140006;
#pragma pop_macro("STATUS_ACPI_FATAL")
#pragma push_macro("STATUS_ACPI_INVALID_SUPERNAME")
#undef STATUS_ACPI_INVALID_SUPERNAME
static const NTSTATUS STATUS_ACPI_INVALID_SUPERNAME = (NTSTATUS)0xc0140007;
#pragma pop_macro("STATUS_ACPI_INVALID_SUPERNAME")
#pragma push_macro("STATUS_ACPI_INVALID_ARGTYPE")
#undef STATUS_ACPI_INVALID_ARGTYPE
static const NTSTATUS STATUS_ACPI_INVALID_ARGTYPE = (NTSTATUS)0xc0140008;
#pragma pop_macro("STATUS_ACPI_INVALID_ARGTYPE")
#pragma push_macro("STATUS_ACPI_INVALID_OBJTYPE")
#undef STATUS_ACPI_INVALID_OBJTYPE
static const NTSTATUS STATUS_ACPI_INVALID_OBJTYPE = (NTSTATUS)0xc0140009;
#pragma pop_macro("STATUS_ACPI_INVALID_OBJTYPE")
#pragma push_macro("STATUS_ACPI_INVALID_TARGETTYPE")
#undef STATUS_ACPI_INVALID_TARGETTYPE
static const NTSTATUS STATUS_ACPI_INVALID_TARGETTYPE = (NTSTATUS)0xc014000a;
#pragma pop_macro("STATUS_ACPI_INVALID_TARGETTYPE")
#pragma push_macro("STATUS_ACPI_INCORRECT_ARGUMENT_COUNT")
#undef STATUS_ACPI_INCORRECT_ARGUMENT_COUNT
static const NTSTATUS STATUS_ACPI_INCORRECT_ARGUMENT_COUNT = (NTSTATUS)0xc014000b;
#pragma pop_macro("STATUS_ACPI_INCORRECT_ARGUMENT_COUNT")
#pragma push_macro("STATUS_ACPI_ADDRESS_NOT_MAPPED")
#undef STATUS_ACPI_ADDRESS_NOT_MAPPED
static const NTSTATUS STATUS_ACPI_ADDRESS_NOT_MAPPED = (NTSTATUS)0xc014000c;
#pragma pop_macro("STATUS_ACPI_ADDRESS_NOT_MAPPED")
#pragma push_macro("STATUS_ACPI_INVALID_EVENTTYPE")
#undef STATUS_ACPI_INVALID_EVENTTYPE
static const NTSTATUS STATUS_ACPI_INVALID_EVENTTYPE = (NTSTATUS)0xc014000d;
#pragma pop_macro("STATUS_ACPI_INVALID_EVENTTYPE")
#pragma push_macro("STATUS_ACPI_HANDLER_COLLISION")
#undef STATUS_ACPI_HANDLER_COLLISION
static const NTSTATUS STATUS_ACPI_HANDLER_COLLISION = (NTSTATUS)0xc014000e;
#pragma pop_macro("STATUS_ACPI_HANDLER_COLLISION")
#pragma push_macro("STATUS_ACPI_INVALID_DATA")
#undef STATUS_ACPI_INVALID_DATA
static const NTSTATUS STATUS_ACPI_INVALID_DATA = (NTSTATUS)0xc014000f;
#pragma pop_macro("STATUS_ACPI_INVALID_DATA")
#pragma push_macro("STATUS_ACPI_INVALID_REGION")
#undef STATUS_ACPI_INVALID_REGION
static const NTSTATUS STATUS_ACPI_INVALID_REGION = (NTSTATUS)0xc0140010;
#pragma pop_macro("STATUS_ACPI_INVALID_REGION")
#pragma push_macro("STATUS_ACPI_INVALID_ACCESS_SIZE")
#undef STATUS_ACPI_INVALID_ACCESS_SIZE
static const NTSTATUS STATUS_ACPI_INVALID_ACCESS_SIZE = (NTSTATUS)0xc0140011;
#pragma pop_macro("STATUS_ACPI_INVALID_ACCESS_SIZE")
#pragma push_macro("STATUS_ACPI_ACQUIRE_GLOBAL_LOCK")
#undef STATUS_ACPI_ACQUIRE_GLOBAL_LOCK
static const NTSTATUS STATUS_ACPI_ACQUIRE_GLOBAL_LOCK = (NTSTATUS)0xc0140012;
#pragma pop_macro("STATUS_ACPI_ACQUIRE_GLOBAL_LOCK")
#pragma push_macro("STATUS_ACPI_ALREADY_INITIALIZED")
#undef STATUS_ACPI_ALREADY_INITIALIZED
static const NTSTATUS STATUS_ACPI_ALREADY_INITIALIZED = (NTSTATUS)0xc0140013;
#pragma pop_macro("STATUS_ACPI_ALREADY_INITIALIZED")
#pragma push_macro("STATUS_ACPI_NOT_INITIALIZED")
#undef STATUS_ACPI_NOT_INITIALIZED
static const NTSTATUS STATUS_ACPI_NOT_INITIALIZED = (NTSTATUS)0xc0140014;
#pragma pop_macro("STATUS_ACPI_NOT_INITIALIZED")
#pragma push_macro("STATUS_ACPI_INVALID_MUTEX_LEVEL")
#undef STATUS_ACPI_INVALID_MUTEX_LEVEL
static const NTSTATUS STATUS_ACPI_INVALID_MUTEX_LEVEL = (NTSTATUS)0xc0140015;
#pragma pop_macro("STATUS_ACPI_INVALID_MUTEX_LEVEL")
#pragma push_macro("STATUS_ACPI_MUTEX_NOT_OWNED")
#undef STATUS_ACPI_MUTEX_NOT_OWNED
static const NTSTATUS STATUS_ACPI_MUTEX_NOT_OWNED = (NTSTATUS)0xc0140016;
#pragma pop_macro("STATUS_ACPI_MUTEX_NOT_OWNED")
#pragma push_macro("STATUS_ACPI_MUTEX_NOT_OWNER")
#undef STATUS_ACPI_MUTEX_NOT_OWNER
static const NTSTATUS STATUS_ACPI_MUTEX_NOT_OWNER = (NTSTATUS)0xc0140017;
#pragma pop_macro("STATUS_ACPI_MUTEX_NOT_OWNER")
#pragma push_macro("STATUS_ACPI_RS_ACCESS")
#undef STATUS_ACPI_RS_ACCESS
static const NTSTATUS STATUS_ACPI_RS_ACCESS = (NTSTATUS)0xc0140018;
#pragma pop_macro("STATUS_ACPI_RS_ACCESS")
#pragma push_macro("STATUS_ACPI_INVALID_TABLE")
#undef STATUS_ACPI_INVALID_TABLE
static const NTSTATUS STATUS_ACPI_INVALID_TABLE = (NTSTATUS)0xc0140019;
#pragma pop_macro("STATUS_ACPI_INVALID_TABLE")
#pragma push_macro("STATUS_ACPI_REG_HANDLER_FAILED")
#undef STATUS_ACPI_REG_HANDLER_FAILED
static const NTSTATUS STATUS_ACPI_REG_HANDLER_FAILED = (NTSTATUS)0xc0140020;
#pragma pop_macro("STATUS_ACPI_REG_HANDLER_FAILED")
#pragma push_macro("STATUS_ACPI_POWER_REQUEST_FAILED")
#undef STATUS_ACPI_POWER_REQUEST_FAILED
static const NTSTATUS STATUS_ACPI_POWER_REQUEST_FAILED = (NTSTATUS)0xc0140021;
#pragma pop_macro("STATUS_ACPI_POWER_REQUEST_FAILED")
#pragma push_macro("STATUS_CTX_WINSTATION_NAME_INVALID")
#undef STATUS_CTX_WINSTATION_NAME_INVALID
static const NTSTATUS STATUS_CTX_WINSTATION_NAME_INVALID = (NTSTATUS)0xc00a0001;
#pragma pop_macro("STATUS_CTX_WINSTATION_NAME_INVALID")
#pragma push_macro("STATUS_CTX_INVALID_PD")
#undef STATUS_CTX_INVALID_PD
static const NTSTATUS STATUS_CTX_INVALID_PD = (NTSTATUS)0xc00a0002;
#pragma pop_macro("STATUS_CTX_INVALID_PD")
#pragma push_macro("STATUS_CTX_PD_NOT_FOUND")
#undef STATUS_CTX_PD_NOT_FOUND
static const NTSTATUS STATUS_CTX_PD_NOT_FOUND = (NTSTATUS)0xc00a0003;
#pragma pop_macro("STATUS_CTX_PD_NOT_FOUND")
#pragma push_macro("STATUS_CTX_CDM_CONNECT")
#undef STATUS_CTX_CDM_CONNECT
static const NTSTATUS STATUS_CTX_CDM_CONNECT = (NTSTATUS)0x400a0004;
#pragma pop_macro("STATUS_CTX_CDM_CONNECT")
#pragma push_macro("STATUS_CTX_CDM_DISCONNECT")
#undef STATUS_CTX_CDM_DISCONNECT
static const NTSTATUS STATUS_CTX_CDM_DISCONNECT = (NTSTATUS)0x400a0005;
#pragma pop_macro("STATUS_CTX_CDM_DISCONNECT")
#pragma push_macro("STATUS_CTX_CLOSE_PENDING")
#undef STATUS_CTX_CLOSE_PENDING
static const NTSTATUS STATUS_CTX_CLOSE_PENDING = (NTSTATUS)0xc00a0006;
#pragma pop_macro("STATUS_CTX_CLOSE_PENDING")
#pragma push_macro("STATUS_CTX_NO_OUTBUF")
#undef STATUS_CTX_NO_OUTBUF
static const NTSTATUS STATUS_CTX_NO_OUTBUF = (NTSTATUS)0xc00a0007;
#pragma pop_macro("STATUS_CTX_NO_OUTBUF")
#pragma push_macro("STATUS_CTX_MODEM_INF_NOT_FOUND")
#undef STATUS_CTX_MODEM_INF_NOT_FOUND
static const NTSTATUS STATUS_CTX_MODEM_INF_NOT_FOUND = (NTSTATUS)0xc00a0008;
#pragma pop_macro("STATUS_CTX_MODEM_INF_NOT_FOUND")
#pragma push_macro("STATUS_CTX_INVALID_MODEMNAME")
#undef STATUS_CTX_INVALID_MODEMNAME
static const NTSTATUS STATUS_CTX_INVALID_MODEMNAME = (NTSTATUS)0xc00a0009;
#pragma pop_macro("STATUS_CTX_INVALID_MODEMNAME")
#pragma push_macro("STATUS_CTX_RESPONSE_ERROR")
#undef STATUS_CTX_RESPONSE_ERROR
static const NTSTATUS STATUS_CTX_RESPONSE_ERROR = (NTSTATUS)0xc00a000a;
#pragma pop_macro("STATUS_CTX_RESPONSE_ERROR")
#pragma push_macro("STATUS_CTX_MODEM_RESPONSE_TIMEOUT")
#undef STATUS_CTX_MODEM_RESPONSE_TIMEOUT
static const NTSTATUS STATUS_CTX_MODEM_RESPONSE_TIMEOUT = (NTSTATUS)0xc00a000b;
#pragma pop_macro("STATUS_CTX_MODEM_RESPONSE_TIMEOUT")
#pragma push_macro("STATUS_CTX_MODEM_RESPONSE_NO_CARRIER")
#undef STATUS_CTX_MODEM_RESPONSE_NO_CARRIER
static const NTSTATUS STATUS_CTX_MODEM_RESPONSE_NO_CARRIER = (NTSTATUS)0xc00a000c;
#pragma pop_macro("STATUS_CTX_MODEM_RESPONSE_NO_CARRIER")
#pragma push_macro("STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE")
#undef STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE
static const NTSTATUS STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE = (NTSTATUS)0xc00a000d;
#pragma pop_macro("STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE")
#pragma push_macro("STATUS_CTX_MODEM_RESPONSE_BUSY")
#undef STATUS_CTX_MODEM_RESPONSE_BUSY
static const NTSTATUS STATUS_CTX_MODEM_RESPONSE_BUSY = (NTSTATUS)0xc00a000e;
#pragma pop_macro("STATUS_CTX_MODEM_RESPONSE_BUSY")
#pragma push_macro("STATUS_CTX_MODEM_RESPONSE_VOICE")
#undef STATUS_CTX_MODEM_RESPONSE_VOICE
static const NTSTATUS STATUS_CTX_MODEM_RESPONSE_VOICE = (NTSTATUS)0xc00a000f;
#pragma pop_macro("STATUS_CTX_MODEM_RESPONSE_VOICE")
#pragma push_macro("STATUS_CTX_TD_ERROR")
#undef STATUS_CTX_TD_ERROR
static const NTSTATUS STATUS_CTX_TD_ERROR = (NTSTATUS)0xc00a0010;
#pragma pop_macro("STATUS_CTX_TD_ERROR")
#pragma push_macro("STATUS_CTX_LICENSE_CLIENT_INVALID")
#undef STATUS_CTX_LICENSE_CLIENT_INVALID
static const NTSTATUS STATUS_CTX_LICENSE_CLIENT_INVALID = (NTSTATUS)0xc00a0012;
#pragma pop_macro("STATUS_CTX_LICENSE_CLIENT_INVALID")
#pragma push_macro("STATUS_CTX_LICENSE_NOT_AVAILABLE")
#undef STATUS_CTX_LICENSE_NOT_AVAILABLE
static const NTSTATUS STATUS_CTX_LICENSE_NOT_AVAILABLE = (NTSTATUS)0xc00a0013;
#pragma pop_macro("STATUS_CTX_LICENSE_NOT_AVAILABLE")
#pragma push_macro("STATUS_CTX_LICENSE_EXPIRED")
#undef STATUS_CTX_LICENSE_EXPIRED
static const NTSTATUS STATUS_CTX_LICENSE_EXPIRED = (NTSTATUS)0xc00a0014;
#pragma pop_macro("STATUS_CTX_LICENSE_EXPIRED")
#pragma push_macro("STATUS_CTX_WINSTATION_NOT_FOUND")
#undef STATUS_CTX_WINSTATION_NOT_FOUND
static const NTSTATUS STATUS_CTX_WINSTATION_NOT_FOUND = (NTSTATUS)0xc00a0015;
#pragma pop_macro("STATUS_CTX_WINSTATION_NOT_FOUND")
#pragma push_macro("STATUS_CTX_WINSTATION_NAME_COLLISION")
#undef STATUS_CTX_WINSTATION_NAME_COLLISION
static const NTSTATUS STATUS_CTX_WINSTATION_NAME_COLLISION = (NTSTATUS)0xc00a0016;
#pragma pop_macro("STATUS_CTX_WINSTATION_NAME_COLLISION")
#pragma push_macro("STATUS_CTX_WINSTATION_BUSY")
#undef STATUS_CTX_WINSTATION_BUSY
static const NTSTATUS STATUS_CTX_WINSTATION_BUSY = (NTSTATUS)0xc00a0017;
#pragma pop_macro("STATUS_CTX_WINSTATION_BUSY")
#pragma push_macro("STATUS_CTX_BAD_VIDEO_MODE")
#undef STATUS_CTX_BAD_VIDEO_MODE
static const NTSTATUS STATUS_CTX_BAD_VIDEO_MODE = (NTSTATUS)0xc00a0018;
#pragma pop_macro("STATUS_CTX_BAD_VIDEO_MODE")
#pragma push_macro("STATUS_CTX_GRAPHICS_INVALID")
#undef STATUS_CTX_GRAPHICS_INVALID
static const NTSTATUS STATUS_CTX_GRAPHICS_INVALID = (NTSTATUS)0xc00a0022;
#pragma pop_macro("STATUS_CTX_GRAPHICS_INVALID")
#pragma push_macro("STATUS_CTX_NOT_CONSOLE")
#undef STATUS_CTX_NOT_CONSOLE
static const NTSTATUS STATUS_CTX_NOT_CONSOLE = (NTSTATUS)0xc00a0024;
#pragma pop_macro("STATUS_CTX_NOT_CONSOLE")
#pragma push_macro("STATUS_CTX_CLIENT_QUERY_TIMEOUT")
#undef STATUS_CTX_CLIENT_QUERY_TIMEOUT
static const NTSTATUS STATUS_CTX_CLIENT_QUERY_TIMEOUT = (NTSTATUS)0xc00a0026;
#pragma pop_macro("STATUS_CTX_CLIENT_QUERY_TIMEOUT")
#pragma push_macro("STATUS_CTX_CONSOLE_DISCONNECT")
#undef STATUS_CTX_CONSOLE_DISCONNECT
static const NTSTATUS STATUS_CTX_CONSOLE_DISCONNECT = (NTSTATUS)0xc00a0027;
#pragma pop_macro("STATUS_CTX_CONSOLE_DISCONNECT")
#pragma push_macro("STATUS_CTX_CONSOLE_CONNECT")
#undef STATUS_CTX_CONSOLE_CONNECT
static const NTSTATUS STATUS_CTX_CONSOLE_CONNECT = (NTSTATUS)0xc00a0028;
#pragma pop_macro("STATUS_CTX_CONSOLE_CONNECT")
#pragma push_macro("STATUS_CTX_SHADOW_DENIED")
#undef STATUS_CTX_SHADOW_DENIED
static const NTSTATUS STATUS_CTX_SHADOW_DENIED = (NTSTATUS)0xc00a002a;
#pragma pop_macro("STATUS_CTX_SHADOW_DENIED")
#pragma push_macro("STATUS_CTX_WINSTATION_ACCESS_DENIED")
#undef STATUS_CTX_WINSTATION_ACCESS_DENIED
static const NTSTATUS STATUS_CTX_WINSTATION_ACCESS_DENIED = (NTSTATUS)0xc00a002b;
#pragma pop_macro("STATUS_CTX_WINSTATION_ACCESS_DENIED")
#pragma push_macro("STATUS_CTX_INVALID_WD")
#undef STATUS_CTX_INVALID_WD
static const NTSTATUS STATUS_CTX_INVALID_WD = (NTSTATUS)0xc00a002e;
#pragma pop_macro("STATUS_CTX_INVALID_WD")
#pragma push_macro("STATUS_CTX_WD_NOT_FOUND")
#undef STATUS_CTX_WD_NOT_FOUND
static const NTSTATUS STATUS_CTX_WD_NOT_FOUND = (NTSTATUS)0xc00a002f;
#pragma pop_macro("STATUS_CTX_WD_NOT_FOUND")
#pragma push_macro("STATUS_CTX_SHADOW_INVALID")
#undef STATUS_CTX_SHADOW_INVALID
static const NTSTATUS STATUS_CTX_SHADOW_INVALID = (NTSTATUS)0xc00a0030;
#pragma pop_macro("STATUS_CTX_SHADOW_INVALID")
#pragma push_macro("STATUS_CTX_SHADOW_DISABLED")
#undef STATUS_CTX_SHADOW_DISABLED
static const NTSTATUS STATUS_CTX_SHADOW_DISABLED = (NTSTATUS)0xc00a0031;
#pragma pop_macro("STATUS_CTX_SHADOW_DISABLED")
#pragma push_macro("STATUS_RDP_PROTOCOL_ERROR")
#undef STATUS_RDP_PROTOCOL_ERROR
static const NTSTATUS STATUS_RDP_PROTOCOL_ERROR = (NTSTATUS)0xc00a0032;
#pragma pop_macro("STATUS_RDP_PROTOCOL_ERROR")
#pragma push_macro("STATUS_CTX_CLIENT_LICENSE_NOT_SET")
#undef STATUS_CTX_CLIENT_LICENSE_NOT_SET
static const NTSTATUS STATUS_CTX_CLIENT_LICENSE_NOT_SET = (NTSTATUS)0xc00a0033;
#pragma pop_macro("STATUS_CTX_CLIENT_LICENSE_NOT_SET")
#pragma push_macro("STATUS_CTX_CLIENT_LICENSE_IN_USE")
#undef STATUS_CTX_CLIENT_LICENSE_IN_USE
static const NTSTATUS STATUS_CTX_CLIENT_LICENSE_IN_USE = (NTSTATUS)0xc00a0034;
#pragma pop_macro("STATUS_CTX_CLIENT_LICENSE_IN_USE")
#pragma push_macro("STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE")
#undef STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE
static const NTSTATUS STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE = (NTSTATUS)0xc00a0035;
#pragma pop_macro("STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE")
#pragma push_macro("STATUS_CTX_SHADOW_NOT_RUNNING")
#undef STATUS_CTX_SHADOW_NOT_RUNNING
static const NTSTATUS STATUS_CTX_SHADOW_NOT_RUNNING = (NTSTATUS)0xc00a0036;
#pragma pop_macro("STATUS_CTX_SHADOW_NOT_RUNNING")
#pragma push_macro("STATUS_CTX_LOGON_DISABLED")
#undef STATUS_CTX_LOGON_DISABLED
static const NTSTATUS STATUS_CTX_LOGON_DISABLED = (NTSTATUS)0xc00a0037;
#pragma pop_macro("STATUS_CTX_LOGON_DISABLED")
#pragma push_macro("STATUS_CTX_SECURITY_LAYER_ERROR")
#undef STATUS_CTX_SECURITY_LAYER_ERROR
static const NTSTATUS STATUS_CTX_SECURITY_LAYER_ERROR = (NTSTATUS)0xc00a0038;
#pragma pop_macro("STATUS_CTX_SECURITY_LAYER_ERROR")
#pragma push_macro("STATUS_TS_INCOMPATIBLE_SESSIONS")
#undef STATUS_TS_INCOMPATIBLE_SESSIONS
static const NTSTATUS STATUS_TS_INCOMPATIBLE_SESSIONS = (NTSTATUS)0xc00a0039;
#pragma pop_macro("STATUS_TS_INCOMPATIBLE_SESSIONS")
#pragma push_macro("STATUS_TS_VIDEO_SUBSYSTEM_ERROR")
#undef STATUS_TS_VIDEO_SUBSYSTEM_ERROR
static const NTSTATUS STATUS_TS_VIDEO_SUBSYSTEM_ERROR = (NTSTATUS)0xc00a003a;
#pragma pop_macro("STATUS_TS_VIDEO_SUBSYSTEM_ERROR")
#pragma push_macro("STATUS_PNP_BAD_MPS_TABLE")
#undef STATUS_PNP_BAD_MPS_TABLE
static const NTSTATUS STATUS_PNP_BAD_MPS_TABLE = (NTSTATUS)0xc0040035;
#pragma pop_macro("STATUS_PNP_BAD_MPS_TABLE")
#pragma push_macro("STATUS_PNP_TRANSLATION_FAILED")
#undef STATUS_PNP_TRANSLATION_FAILED
static const NTSTATUS STATUS_PNP_TRANSLATION_FAILED = (NTSTATUS)0xc0040036;
#pragma pop_macro("STATUS_PNP_TRANSLATION_FAILED")
#pragma push_macro("STATUS_PNP_IRQ_TRANSLATION_FAILED")
#undef STATUS_PNP_IRQ_TRANSLATION_FAILED
static const NTSTATUS STATUS_PNP_IRQ_TRANSLATION_FAILED = (NTSTATUS)0xc0040037;
#pragma pop_macro("STATUS_PNP_IRQ_TRANSLATION_FAILED")
#pragma push_macro("STATUS_PNP_INVALID_ID")
#undef STATUS_PNP_INVALID_ID
static const NTSTATUS STATUS_PNP_INVALID_ID = (NTSTATUS)0xc0040038;
#pragma pop_macro("STATUS_PNP_INVALID_ID")
#pragma push_macro("STATUS_IO_REISSUE_AS_CACHED")
#undef STATUS_IO_REISSUE_AS_CACHED
static const NTSTATUS STATUS_IO_REISSUE_AS_CACHED = (NTSTATUS)0xc0040039;
#pragma pop_macro("STATUS_IO_REISSUE_AS_CACHED")
#pragma push_macro("STATUS_MUI_FILE_NOT_FOUND")
#undef STATUS_MUI_FILE_NOT_FOUND
static const NTSTATUS STATUS_MUI_FILE_NOT_FOUND = (NTSTATUS)0xc00b0001;
#pragma pop_macro("STATUS_MUI_FILE_NOT_FOUND")
#pragma push_macro("STATUS_MUI_INVALID_FILE")
#undef STATUS_MUI_INVALID_FILE
static const NTSTATUS STATUS_MUI_INVALID_FILE = (NTSTATUS)0xc00b0002;
#pragma pop_macro("STATUS_MUI_INVALID_FILE")
#pragma push_macro("STATUS_MUI_INVALID_RC_CONFIG")
#undef STATUS_MUI_INVALID_RC_CONFIG
static const NTSTATUS STATUS_MUI_INVALID_RC_CONFIG = (NTSTATUS)0xc00b0003;
#pragma pop_macro("STATUS_MUI_INVALID_RC_CONFIG")
#pragma push_macro("STATUS_MUI_INVALID_LOCALE_NAME")
#undef STATUS_MUI_INVALID_LOCALE_NAME
static const NTSTATUS STATUS_MUI_INVALID_LOCALE_NAME = (NTSTATUS)0xc00b0004;
#pragma pop_macro("STATUS_MUI_INVALID_LOCALE_NAME")
#pragma push_macro("STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME")
#undef STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME
static const NTSTATUS STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME = (NTSTATUS)0xc00b0005;
#pragma pop_macro("STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME")
#pragma push_macro("STATUS_MUI_FILE_NOT_LOADED")
#undef STATUS_MUI_FILE_NOT_LOADED
static const NTSTATUS STATUS_MUI_FILE_NOT_LOADED = (NTSTATUS)0xc00b0006;
#pragma pop_macro("STATUS_MUI_FILE_NOT_LOADED")
#pragma push_macro("STATUS_RESOURCE_ENUM_USER_STOP")
#undef STATUS_RESOURCE_ENUM_USER_STOP
static const NTSTATUS STATUS_RESOURCE_ENUM_USER_STOP = (NTSTATUS)0xc00b0007;
#pragma pop_macro("STATUS_RESOURCE_ENUM_USER_STOP")
#pragma push_macro("STATUS_FLT_NO_HANDLER_DEFINED")
#undef STATUS_FLT_NO_HANDLER_DEFINED
static const NTSTATUS STATUS_FLT_NO_HANDLER_DEFINED = (NTSTATUS)0xc01c0001;
#pragma pop_macro("STATUS_FLT_NO_HANDLER_DEFINED")
#pragma push_macro("STATUS_FLT_CONTEXT_ALREADY_DEFINED")
#undef STATUS_FLT_CONTEXT_ALREADY_DEFINED
static const NTSTATUS STATUS_FLT_CONTEXT_ALREADY_DEFINED = (NTSTATUS)0xc01c0002;
#pragma pop_macro("STATUS_FLT_CONTEXT_ALREADY_DEFINED")
#pragma push_macro("STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST")
#undef STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST
static const NTSTATUS STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST = (NTSTATUS)0xc01c0003;
#pragma pop_macro("STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST")
#pragma push_macro("STATUS_FLT_DISALLOW_FAST_IO")
#undef STATUS_FLT_DISALLOW_FAST_IO
static const NTSTATUS STATUS_FLT_DISALLOW_FAST_IO = (NTSTATUS)0xc01c0004;
#pragma pop_macro("STATUS_FLT_DISALLOW_FAST_IO")
#pragma push_macro("STATUS_FLT_INVALID_NAME_REQUEST")
#undef STATUS_FLT_INVALID_NAME_REQUEST
static const NTSTATUS STATUS_FLT_INVALID_NAME_REQUEST = (NTSTATUS)0xc01c0005;
#pragma pop_macro("STATUS_FLT_INVALID_NAME_REQUEST")
#pragma push_macro("STATUS_FLT_NOT_SAFE_TO_POST_OPERATION")
#undef STATUS_FLT_NOT_SAFE_TO_POST_OPERATION
static const NTSTATUS STATUS_FLT_NOT_SAFE_TO_POST_OPERATION = (NTSTATUS)0xc01c0006;
#pragma pop_macro("STATUS_FLT_NOT_SAFE_TO_POST_OPERATION")
#pragma push_macro("STATUS_FLT_NOT_INITIALIZED")
#undef STATUS_FLT_NOT_INITIALIZED
static const NTSTATUS STATUS_FLT_NOT_INITIALIZED = (NTSTATUS)0xc01c0007;
#pragma pop_macro("STATUS_FLT_NOT_INITIALIZED")
#pragma push_macro("STATUS_FLT_FILTER_NOT_READY")
#undef STATUS_FLT_FILTER_NOT_READY
static const NTSTATUS STATUS_FLT_FILTER_NOT_READY = (NTSTATUS)0xc01c0008;
#pragma pop_macro("STATUS_FLT_FILTER_NOT_READY")
#pragma push_macro("STATUS_FLT_POST_OPERATION_CLEANUP")
#undef STATUS_FLT_POST_OPERATION_CLEANUP
static const NTSTATUS STATUS_FLT_POST_OPERATION_CLEANUP = (NTSTATUS)0xc01c0009;
#pragma pop_macro("STATUS_FLT_POST_OPERATION_CLEANUP")
#pragma push_macro("STATUS_FLT_INTERNAL_ERROR")
#undef STATUS_FLT_INTERNAL_ERROR
static const NTSTATUS STATUS_FLT_INTERNAL_ERROR = (NTSTATUS)0xc01c000a;
#pragma pop_macro("STATUS_FLT_INTERNAL_ERROR")
#pragma push_macro("STATUS_FLT_DELETING_OBJECT")
#undef STATUS_FLT_DELETING_OBJECT
static const NTSTATUS STATUS_FLT_DELETING_OBJECT = (NTSTATUS)0xc01c000b;
#pragma pop_macro("STATUS_FLT_DELETING_OBJECT")
#pragma push_macro("STATUS_FLT_MUST_BE_NONPAGED_POOL")
#undef STATUS_FLT_MUST_BE_NONPAGED_POOL
static const NTSTATUS STATUS_FLT_MUST_BE_NONPAGED_POOL = (NTSTATUS)0xc01c000c;
#pragma pop_macro("STATUS_FLT_MUST_BE_NONPAGED_POOL")
#pragma push_macro("STATUS_FLT_DUPLICATE_ENTRY")
#undef STATUS_FLT_DUPLICATE_ENTRY
static const NTSTATUS STATUS_FLT_DUPLICATE_ENTRY = (NTSTATUS)0xc01c000d;
#pragma pop_macro("STATUS_FLT_DUPLICATE_ENTRY")
#pragma push_macro("STATUS_FLT_CBDQ_DISABLED")
#undef STATUS_FLT_CBDQ_DISABLED
static const NTSTATUS STATUS_FLT_CBDQ_DISABLED = (NTSTATUS)0xc01c000e;
#pragma pop_macro("STATUS_FLT_CBDQ_DISABLED")
#pragma push_macro("STATUS_FLT_DO_NOT_ATTACH")
#undef STATUS_FLT_DO_NOT_ATTACH
static const NTSTATUS STATUS_FLT_DO_NOT_ATTACH = (NTSTATUS)0xc01c000f;
#pragma pop_macro("STATUS_FLT_DO_NOT_ATTACH")
#pragma push_macro("STATUS_FLT_DO_NOT_DETACH")
#undef STATUS_FLT_DO_NOT_DETACH
static const NTSTATUS STATUS_FLT_DO_NOT_DETACH = (NTSTATUS)0xc01c0010;
#pragma pop_macro("STATUS_FLT_DO_NOT_DETACH")
#pragma push_macro("STATUS_FLT_INSTANCE_ALTITUDE_COLLISION")
#undef STATUS_FLT_INSTANCE_ALTITUDE_COLLISION
static const NTSTATUS STATUS_FLT_INSTANCE_ALTITUDE_COLLISION = (NTSTATUS)0xc01c0011;
#pragma pop_macro("STATUS_FLT_INSTANCE_ALTITUDE_COLLISION")
#pragma push_macro("STATUS_FLT_INSTANCE_NAME_COLLISION")
#undef STATUS_FLT_INSTANCE_NAME_COLLISION
static const NTSTATUS STATUS_FLT_INSTANCE_NAME_COLLISION = (NTSTATUS)0xc01c0012;
#pragma pop_macro("STATUS_FLT_INSTANCE_NAME_COLLISION")
#pragma push_macro("STATUS_FLT_FILTER_NOT_FOUND")
#undef STATUS_FLT_FILTER_NOT_FOUND
static const NTSTATUS STATUS_FLT_FILTER_NOT_FOUND = (NTSTATUS)0xc01c0013;
#pragma pop_macro("STATUS_FLT_FILTER_NOT_FOUND")
#pragma push_macro("STATUS_FLT_VOLUME_NOT_FOUND")
#undef STATUS_FLT_VOLUME_NOT_FOUND
static const NTSTATUS STATUS_FLT_VOLUME_NOT_FOUND = (NTSTATUS)0xc01c0014;
#pragma pop_macro("STATUS_FLT_VOLUME_NOT_FOUND")
#pragma push_macro("STATUS_FLT_INSTANCE_NOT_FOUND")
#undef STATUS_FLT_INSTANCE_NOT_FOUND
static const NTSTATUS STATUS_FLT_INSTANCE_NOT_FOUND = (NTSTATUS)0xc01c0015;
#pragma pop_macro("STATUS_FLT_INSTANCE_NOT_FOUND")
#pragma push_macro("STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND")
#undef STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND
static const NTSTATUS STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND = (NTSTATUS)0xc01c0016;
#pragma pop_macro("STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND")
#pragma push_macro("STATUS_FLT_INVALID_CONTEXT_REGISTRATION")
#undef STATUS_FLT_INVALID_CONTEXT_REGISTRATION
static const NTSTATUS STATUS_FLT_INVALID_CONTEXT_REGISTRATION = (NTSTATUS)0xc01c0017;
#pragma pop_macro("STATUS_FLT_INVALID_CONTEXT_REGISTRATION")
#pragma push_macro("STATUS_FLT_NAME_CACHE_MISS")
#undef STATUS_FLT_NAME_CACHE_MISS
static const NTSTATUS STATUS_FLT_NAME_CACHE_MISS = (NTSTATUS)0xc01c0018;
#pragma pop_macro("STATUS_FLT_NAME_CACHE_MISS")
#pragma push_macro("STATUS_FLT_NO_DEVICE_OBJECT")
#undef STATUS_FLT_NO_DEVICE_OBJECT
static const NTSTATUS STATUS_FLT_NO_DEVICE_OBJECT = (NTSTATUS)0xc01c0019;
#pragma pop_macro("STATUS_FLT_NO_DEVICE_OBJECT")
#pragma push_macro("STATUS_FLT_VOLUME_ALREADY_MOUNTED")
#undef STATUS_FLT_VOLUME_ALREADY_MOUNTED
static const NTSTATUS STATUS_FLT_VOLUME_ALREADY_MOUNTED = (NTSTATUS)0xc01c001a;
#pragma pop_macro("STATUS_FLT_VOLUME_ALREADY_MOUNTED")
#pragma push_macro("STATUS_FLT_ALREADY_ENLISTED")
#undef STATUS_FLT_ALREADY_ENLISTED
static const NTSTATUS STATUS_FLT_ALREADY_ENLISTED = (NTSTATUS)0xc01c001b;
#pragma pop_macro("STATUS_FLT_ALREADY_ENLISTED")
#pragma push_macro("STATUS_FLT_CONTEXT_ALREADY_LINKED")
#undef STATUS_FLT_CONTEXT_ALREADY_LINKED
static const NTSTATUS STATUS_FLT_CONTEXT_ALREADY_LINKED = (NTSTATUS)0xc01c001c;
#pragma pop_macro("STATUS_FLT_CONTEXT_ALREADY_LINKED")
#pragma push_macro("STATUS_FLT_NO_WAITER_FOR_REPLY")
#undef STATUS_FLT_NO_WAITER_FOR_REPLY
static const NTSTATUS STATUS_FLT_NO_WAITER_FOR_REPLY = (NTSTATUS)0xc01c0020;
#pragma pop_macro("STATUS_FLT_NO_WAITER_FOR_REPLY")
#pragma push_macro("STATUS_FLT_REGISTRATION_BUSY")
#undef STATUS_FLT_REGISTRATION_BUSY
static const NTSTATUS STATUS_FLT_REGISTRATION_BUSY = (NTSTATUS)0xc01c0023;
#pragma pop_macro("STATUS_FLT_REGISTRATION_BUSY")
#pragma push_macro("STATUS_SXS_SECTION_NOT_FOUND")
#undef STATUS_SXS_SECTION_NOT_FOUND
static const NTSTATUS STATUS_SXS_SECTION_NOT_FOUND = (NTSTATUS)0xc0150001;
#pragma pop_macro("STATUS_SXS_SECTION_NOT_FOUND")
#pragma push_macro("STATUS_SXS_CANT_GEN_ACTCTX")
#undef STATUS_SXS_CANT_GEN_ACTCTX
static const NTSTATUS STATUS_SXS_CANT_GEN_ACTCTX = (NTSTATUS)0xc0150002;
#pragma pop_macro("STATUS_SXS_CANT_GEN_ACTCTX")
#pragma push_macro("STATUS_SXS_INVALID_ACTCTXDATA_FORMAT")
#undef STATUS_SXS_INVALID_ACTCTXDATA_FORMAT
static const NTSTATUS STATUS_SXS_INVALID_ACTCTXDATA_FORMAT = (NTSTATUS)0xc0150003;
#pragma pop_macro("STATUS_SXS_INVALID_ACTCTXDATA_FORMAT")
#pragma push_macro("STATUS_SXS_ASSEMBLY_NOT_FOUND")
#undef STATUS_SXS_ASSEMBLY_NOT_FOUND
static const NTSTATUS STATUS_SXS_ASSEMBLY_NOT_FOUND = (NTSTATUS)0xc0150004;
#pragma pop_macro("STATUS_SXS_ASSEMBLY_NOT_FOUND")
#pragma push_macro("STATUS_SXS_MANIFEST_FORMAT_ERROR")
#undef STATUS_SXS_MANIFEST_FORMAT_ERROR
static const NTSTATUS STATUS_SXS_MANIFEST_FORMAT_ERROR = (NTSTATUS)0xc0150005;
#pragma pop_macro("STATUS_SXS_MANIFEST_FORMAT_ERROR")
#pragma push_macro("STATUS_SXS_MANIFEST_PARSE_ERROR")
#undef STATUS_SXS_MANIFEST_PARSE_ERROR
static const NTSTATUS STATUS_SXS_MANIFEST_PARSE_ERROR = (NTSTATUS)0xc0150006;
#pragma pop_macro("STATUS_SXS_MANIFEST_PARSE_ERROR")
#pragma push_macro("STATUS_SXS_ACTIVATION_CONTEXT_DISABLED")
#undef STATUS_SXS_ACTIVATION_CONTEXT_DISABLED
static const NTSTATUS STATUS_SXS_ACTIVATION_CONTEXT_DISABLED = (NTSTATUS)0xc0150007;
#pragma pop_macro("STATUS_SXS_ACTIVATION_CONTEXT_DISABLED")
#pragma push_macro("STATUS_SXS_KEY_NOT_FOUND")
#undef STATUS_SXS_KEY_NOT_FOUND
static const NTSTATUS STATUS_SXS_KEY_NOT_FOUND = (NTSTATUS)0xc0150008;
#pragma pop_macro("STATUS_SXS_KEY_NOT_FOUND")
#pragma push_macro("STATUS_SXS_VERSION_CONFLICT")
#undef STATUS_SXS_VERSION_CONFLICT
static const NTSTATUS STATUS_SXS_VERSION_CONFLICT = (NTSTATUS)0xc0150009;
#pragma pop_macro("STATUS_SXS_VERSION_CONFLICT")
#pragma push_macro("STATUS_SXS_WRONG_SECTION_TYPE")
#undef STATUS_SXS_WRONG_SECTION_TYPE
static const NTSTATUS STATUS_SXS_WRONG_SECTION_TYPE = (NTSTATUS)0xc015000a;
#pragma pop_macro("STATUS_SXS_WRONG_SECTION_TYPE")
#pragma push_macro("STATUS_SXS_THREAD_QUERIES_DISABLED")
#undef STATUS_SXS_THREAD_QUERIES_DISABLED
static const NTSTATUS STATUS_SXS_THREAD_QUERIES_DISABLED = (NTSTATUS)0xc015000b;
#pragma pop_macro("STATUS_SXS_THREAD_QUERIES_DISABLED")
#pragma push_macro("STATUS_SXS_ASSEMBLY_MISSING")
#undef STATUS_SXS_ASSEMBLY_MISSING
static const NTSTATUS STATUS_SXS_ASSEMBLY_MISSING = (NTSTATUS)0xc015000c;
#pragma pop_macro("STATUS_SXS_ASSEMBLY_MISSING")
#pragma push_macro("STATUS_SXS_RELEASE_ACTIVATION_CONTEXT")
#undef STATUS_SXS_RELEASE_ACTIVATION_CONTEXT
static const NTSTATUS STATUS_SXS_RELEASE_ACTIVATION_CONTEXT = (NTSTATUS)0x4015000d;
#pragma pop_macro("STATUS_SXS_RELEASE_ACTIVATION_CONTEXT")
#pragma push_macro("STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET")
#undef STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET
static const NTSTATUS STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET = (NTSTATUS)0xc015000e;
#pragma pop_macro("STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET")
#pragma push_macro("STATUS_SXS_EARLY_DEACTIVATION")
#undef STATUS_SXS_EARLY_DEACTIVATION
static const NTSTATUS STATUS_SXS_EARLY_DEACTIVATION = (NTSTATUS)0xc015000f;
#pragma pop_macro("STATUS_SXS_EARLY_DEACTIVATION")
#pragma push_macro("STATUS_SXS_INVALID_DEACTIVATION")
#undef STATUS_SXS_INVALID_DEACTIVATION
static const NTSTATUS STATUS_SXS_INVALID_DEACTIVATION = (NTSTATUS)0xc0150010;
#pragma pop_macro("STATUS_SXS_INVALID_DEACTIVATION")
#pragma push_macro("STATUS_SXS_MULTIPLE_DEACTIVATION")
#undef STATUS_SXS_MULTIPLE_DEACTIVATION
static const NTSTATUS STATUS_SXS_MULTIPLE_DEACTIVATION = (NTSTATUS)0xc0150011;
#pragma pop_macro("STATUS_SXS_MULTIPLE_DEACTIVATION")
#pragma push_macro("STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY")
#undef STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
static const NTSTATUS STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY = (NTSTATUS)0xc0150012;
#pragma pop_macro("STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY")
#pragma push_macro("STATUS_SXS_PROCESS_TERMINATION_REQUESTED")
#undef STATUS_SXS_PROCESS_TERMINATION_REQUESTED
static const NTSTATUS STATUS_SXS_PROCESS_TERMINATION_REQUESTED = (NTSTATUS)0xc0150013;
#pragma pop_macro("STATUS_SXS_PROCESS_TERMINATION_REQUESTED")
#pragma push_macro("STATUS_SXS_CORRUPT_ACTIVATION_STACK")
#undef STATUS_SXS_CORRUPT_ACTIVATION_STACK
static const NTSTATUS STATUS_SXS_CORRUPT_ACTIVATION_STACK = (NTSTATUS)0xc0150014;
#pragma pop_macro("STATUS_SXS_CORRUPT_ACTIVATION_STACK")
#pragma push_macro("STATUS_SXS_CORRUPTION")
#undef STATUS_SXS_CORRUPTION
static const NTSTATUS STATUS_SXS_CORRUPTION = (NTSTATUS)0xc0150015;
#pragma pop_macro("STATUS_SXS_CORRUPTION")
#pragma push_macro("STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE")
#undef STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
static const NTSTATUS STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE = (NTSTATUS)0xc0150016;
#pragma pop_macro("STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE")
#pragma push_macro("STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME")
#undef STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
static const NTSTATUS STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME = (NTSTATUS)0xc0150017;
#pragma pop_macro("STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME")
#pragma push_macro("STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE")
#undef STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
static const NTSTATUS STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE = (NTSTATUS)0xc0150018;
#pragma pop_macro("STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE")
#pragma push_macro("STATUS_SXS_IDENTITY_PARSE_ERROR")
#undef STATUS_SXS_IDENTITY_PARSE_ERROR
static const NTSTATUS STATUS_SXS_IDENTITY_PARSE_ERROR = (NTSTATUS)0xc0150019;
#pragma pop_macro("STATUS_SXS_IDENTITY_PARSE_ERROR")
#pragma push_macro("STATUS_SXS_COMPONENT_STORE_CORRUPT")
#undef STATUS_SXS_COMPONENT_STORE_CORRUPT
static const NTSTATUS STATUS_SXS_COMPONENT_STORE_CORRUPT = (NTSTATUS)0xc015001a;
#pragma pop_macro("STATUS_SXS_COMPONENT_STORE_CORRUPT")
#pragma push_macro("STATUS_SXS_FILE_HASH_MISMATCH")
#undef STATUS_SXS_FILE_HASH_MISMATCH
static const NTSTATUS STATUS_SXS_FILE_HASH_MISMATCH = (NTSTATUS)0xc015001b;
#pragma pop_macro("STATUS_SXS_FILE_HASH_MISMATCH")
#pragma push_macro("STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT")
#undef STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
static const NTSTATUS STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT = (NTSTATUS)0xc015001c;
#pragma pop_macro("STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT")
#pragma push_macro("STATUS_SXS_IDENTITIES_DIFFERENT")
#undef STATUS_SXS_IDENTITIES_DIFFERENT
static const NTSTATUS STATUS_SXS_IDENTITIES_DIFFERENT = (NTSTATUS)0xc015001d;
#pragma pop_macro("STATUS_SXS_IDENTITIES_DIFFERENT")
#pragma push_macro("STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT")
#undef STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT
static const NTSTATUS STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT = (NTSTATUS)0xc015001e;
#pragma pop_macro("STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT")
#pragma push_macro("STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY")
#undef STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY
static const NTSTATUS STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY = (NTSTATUS)0xc015001f;
#pragma pop_macro("STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY")
#pragma push_macro("STATUS_ADVANCED_INSTALLER_FAILED")
#undef STATUS_ADVANCED_INSTALLER_FAILED
static const NTSTATUS STATUS_ADVANCED_INSTALLER_FAILED = (NTSTATUS)0xc0150020;
#pragma pop_macro("STATUS_ADVANCED_INSTALLER_FAILED")
#pragma push_macro("STATUS_XML_ENCODING_MISMATCH")
#undef STATUS_XML_ENCODING_MISMATCH
static const NTSTATUS STATUS_XML_ENCODING_MISMATCH = (NTSTATUS)0xc0150021;
#pragma pop_macro("STATUS_XML_ENCODING_MISMATCH")
#pragma push_macro("STATUS_SXS_MANIFEST_TOO_BIG")
#undef STATUS_SXS_MANIFEST_TOO_BIG
static const NTSTATUS STATUS_SXS_MANIFEST_TOO_BIG = (NTSTATUS)0xc0150022;
#pragma pop_macro("STATUS_SXS_MANIFEST_TOO_BIG")
#pragma push_macro("STATUS_SXS_SETTING_NOT_REGISTERED")
#undef STATUS_SXS_SETTING_NOT_REGISTERED
static const NTSTATUS STATUS_SXS_SETTING_NOT_REGISTERED = (NTSTATUS)0xc0150023;
#pragma pop_macro("STATUS_SXS_SETTING_NOT_REGISTERED")
#pragma push_macro("STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE")
#undef STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE
static const NTSTATUS STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE = (NTSTATUS)0xc0150024;
#pragma pop_macro("STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE")
#pragma push_macro("STATUS_SMI_PRIMITIVE_INSTALLER_FAILED")
#undef STATUS_SMI_PRIMITIVE_INSTALLER_FAILED
static const NTSTATUS STATUS_SMI_PRIMITIVE_INSTALLER_FAILED = (NTSTATUS)0xc0150025;
#pragma pop_macro("STATUS_SMI_PRIMITIVE_INSTALLER_FAILED")
#pragma push_macro("STATUS_GENERIC_COMMAND_FAILED")
#undef STATUS_GENERIC_COMMAND_FAILED
static const NTSTATUS STATUS_GENERIC_COMMAND_FAILED = (NTSTATUS)0xc0150026;
#pragma pop_macro("STATUS_GENERIC_COMMAND_FAILED")
#pragma push_macro("STATUS_SXS_FILE_HASH_MISSING")
#undef STATUS_SXS_FILE_HASH_MISSING
static const NTSTATUS STATUS_SXS_FILE_HASH_MISSING = (NTSTATUS)0xc0150027;
#pragma pop_macro("STATUS_SXS_FILE_HASH_MISSING")
#pragma push_macro("STATUS_CLUSTER_INVALID_NODE")
#undef STATUS_CLUSTER_INVALID_NODE
static const NTSTATUS STATUS_CLUSTER_INVALID_NODE = (NTSTATUS)0xc0130001;
#pragma pop_macro("STATUS_CLUSTER_INVALID_NODE")
#pragma push_macro("STATUS_CLUSTER_NODE_EXISTS")
#undef STATUS_CLUSTER_NODE_EXISTS
static const NTSTATUS STATUS_CLUSTER_NODE_EXISTS = (NTSTATUS)0xc0130002;
#pragma pop_macro("STATUS_CLUSTER_NODE_EXISTS")
#pragma push_macro("STATUS_CLUSTER_JOIN_IN_PROGRESS")
#undef STATUS_CLUSTER_JOIN_IN_PROGRESS
static const NTSTATUS STATUS_CLUSTER_JOIN_IN_PROGRESS = (NTSTATUS)0xc0130003;
#pragma pop_macro("STATUS_CLUSTER_JOIN_IN_PROGRESS")
#pragma push_macro("STATUS_CLUSTER_NODE_NOT_FOUND")
#undef STATUS_CLUSTER_NODE_NOT_FOUND
static const NTSTATUS STATUS_CLUSTER_NODE_NOT_FOUND = (NTSTATUS)0xc0130004;
#pragma pop_macro("STATUS_CLUSTER_NODE_NOT_FOUND")
#pragma push_macro("STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND")
#undef STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND
static const NTSTATUS STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND = (NTSTATUS)0xc0130005;
#pragma pop_macro("STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND")
#pragma push_macro("STATUS_CLUSTER_NETWORK_EXISTS")
#undef STATUS_CLUSTER_NETWORK_EXISTS
static const NTSTATUS STATUS_CLUSTER_NETWORK_EXISTS = (NTSTATUS)0xc0130006;
#pragma pop_macro("STATUS_CLUSTER_NETWORK_EXISTS")
#pragma push_macro("STATUS_CLUSTER_NETWORK_NOT_FOUND")
#undef STATUS_CLUSTER_NETWORK_NOT_FOUND
static const NTSTATUS STATUS_CLUSTER_NETWORK_NOT_FOUND = (NTSTATUS)0xc0130007;
#pragma pop_macro("STATUS_CLUSTER_NETWORK_NOT_FOUND")
#pragma push_macro("STATUS_CLUSTER_NETINTERFACE_EXISTS")
#undef STATUS_CLUSTER_NETINTERFACE_EXISTS
static const NTSTATUS STATUS_CLUSTER_NETINTERFACE_EXISTS = (NTSTATUS)0xc0130008;
#pragma pop_macro("STATUS_CLUSTER_NETINTERFACE_EXISTS")
#pragma push_macro("STATUS_CLUSTER_NETINTERFACE_NOT_FOUND")
#undef STATUS_CLUSTER_NETINTERFACE_NOT_FOUND
static const NTSTATUS STATUS_CLUSTER_NETINTERFACE_NOT_FOUND = (NTSTATUS)0xc0130009;
#pragma pop_macro("STATUS_CLUSTER_NETINTERFACE_NOT_FOUND")
#pragma push_macro("STATUS_CLUSTER_INVALID_REQUEST")
#undef STATUS_CLUSTER_INVALID_REQUEST
static const NTSTATUS STATUS_CLUSTER_INVALID_REQUEST = (NTSTATUS)0xc013000a;
#pragma pop_macro("STATUS_CLUSTER_INVALID_REQUEST")
#pragma push_macro("STATUS_CLUSTER_INVALID_NETWORK_PROVIDER")
#undef STATUS_CLUSTER_INVALID_NETWORK_PROVIDER
static const NTSTATUS STATUS_CLUSTER_INVALID_NETWORK_PROVIDER = (NTSTATUS)0xc013000b;
#pragma pop_macro("STATUS_CLUSTER_INVALID_NETWORK_PROVIDER")
#pragma push_macro("STATUS_CLUSTER_NODE_DOWN")
#undef STATUS_CLUSTER_NODE_DOWN
static const NTSTATUS STATUS_CLUSTER_NODE_DOWN = (NTSTATUS)0xc013000c;
#pragma pop_macro("STATUS_CLUSTER_NODE_DOWN")
#pragma push_macro("STATUS_CLUSTER_NODE_UNREACHABLE")
#undef STATUS_CLUSTER_NODE_UNREACHABLE
static const NTSTATUS STATUS_CLUSTER_NODE_UNREACHABLE = (NTSTATUS)0xc013000d;
#pragma pop_macro("STATUS_CLUSTER_NODE_UNREACHABLE")
#pragma push_macro("STATUS_CLUSTER_NODE_NOT_MEMBER")
#undef STATUS_CLUSTER_NODE_NOT_MEMBER
static const NTSTATUS STATUS_CLUSTER_NODE_NOT_MEMBER = (NTSTATUS)0xc013000e;
#pragma pop_macro("STATUS_CLUSTER_NODE_NOT_MEMBER")
#pragma push_macro("STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS")
#undef STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS
static const NTSTATUS STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS = (NTSTATUS)0xc013000f;
#pragma pop_macro("STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS")
#pragma push_macro("STATUS_CLUSTER_INVALID_NETWORK")
#undef STATUS_CLUSTER_INVALID_NETWORK
static const NTSTATUS STATUS_CLUSTER_INVALID_NETWORK = (NTSTATUS)0xc0130010;
#pragma pop_macro("STATUS_CLUSTER_INVALID_NETWORK")
#pragma push_macro("STATUS_CLUSTER_NO_NET_ADAPTERS")
#undef STATUS_CLUSTER_NO_NET_ADAPTERS
static const NTSTATUS STATUS_CLUSTER_NO_NET_ADAPTERS = (NTSTATUS)0xc0130011;
#pragma pop_macro("STATUS_CLUSTER_NO_NET_ADAPTERS")
#pragma push_macro("STATUS_CLUSTER_NODE_UP")
#undef STATUS_CLUSTER_NODE_UP
static const NTSTATUS STATUS_CLUSTER_NODE_UP = (NTSTATUS)0xc0130012;
#pragma pop_macro("STATUS_CLUSTER_NODE_UP")
#pragma push_macro("STATUS_CLUSTER_NODE_PAUSED")
#undef STATUS_CLUSTER_NODE_PAUSED
static const NTSTATUS STATUS_CLUSTER_NODE_PAUSED = (NTSTATUS)0xc0130013;
#pragma pop_macro("STATUS_CLUSTER_NODE_PAUSED")
#pragma push_macro("STATUS_CLUSTER_NODE_NOT_PAUSED")
#undef STATUS_CLUSTER_NODE_NOT_PAUSED
static const NTSTATUS STATUS_CLUSTER_NODE_NOT_PAUSED = (NTSTATUS)0xc0130014;
#pragma pop_macro("STATUS_CLUSTER_NODE_NOT_PAUSED")
#pragma push_macro("STATUS_CLUSTER_NO_SECURITY_CONTEXT")
#undef STATUS_CLUSTER_NO_SECURITY_CONTEXT
static const NTSTATUS STATUS_CLUSTER_NO_SECURITY_CONTEXT = (NTSTATUS)0xc0130015;
#pragma pop_macro("STATUS_CLUSTER_NO_SECURITY_CONTEXT")
#pragma push_macro("STATUS_CLUSTER_NETWORK_NOT_INTERNAL")
#undef STATUS_CLUSTER_NETWORK_NOT_INTERNAL
static const NTSTATUS STATUS_CLUSTER_NETWORK_NOT_INTERNAL = (NTSTATUS)0xc0130016;
#pragma pop_macro("STATUS_CLUSTER_NETWORK_NOT_INTERNAL")
#pragma push_macro("STATUS_CLUSTER_POISONED")
#undef STATUS_CLUSTER_POISONED
static const NTSTATUS STATUS_CLUSTER_POISONED = (NTSTATUS)0xc0130017;
#pragma pop_macro("STATUS_CLUSTER_POISONED")
#pragma push_macro("STATUS_CLUSTER_NON_CSV_PATH")
#undef STATUS_CLUSTER_NON_CSV_PATH
static const NTSTATUS STATUS_CLUSTER_NON_CSV_PATH = (NTSTATUS)0xc0130018;
#pragma pop_macro("STATUS_CLUSTER_NON_CSV_PATH")
#pragma push_macro("STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL")
#undef STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL
static const NTSTATUS STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL = (NTSTATUS)0xc0130019;
#pragma pop_macro("STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL")
#pragma push_macro("STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS")
#undef STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS
static const NTSTATUS STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS = (NTSTATUS)0xc0130020;
#pragma pop_macro("STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS")
#pragma push_macro("STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR")
#undef STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR
static const NTSTATUS STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR = (NTSTATUS)0xc0130021;
#pragma pop_macro("STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR")
#pragma push_macro("STATUS_CLUSTER_CSV_REDIRECTED")
#undef STATUS_CLUSTER_CSV_REDIRECTED
static const NTSTATUS STATUS_CLUSTER_CSV_REDIRECTED = (NTSTATUS)0xc0130022;
#pragma pop_macro("STATUS_CLUSTER_CSV_REDIRECTED")
#pragma push_macro("STATUS_CLUSTER_CSV_NOT_REDIRECTED")
#undef STATUS_CLUSTER_CSV_NOT_REDIRECTED
static const NTSTATUS STATUS_CLUSTER_CSV_NOT_REDIRECTED = (NTSTATUS)0xc0130023;
#pragma pop_macro("STATUS_CLUSTER_CSV_NOT_REDIRECTED")
#pragma push_macro("STATUS_CLUSTER_CSV_VOLUME_DRAINING")
#undef STATUS_CLUSTER_CSV_VOLUME_DRAINING
static const NTSTATUS STATUS_CLUSTER_CSV_VOLUME_DRAINING = (NTSTATUS)0xc0130024;
#pragma pop_macro("STATUS_CLUSTER_CSV_VOLUME_DRAINING")
#pragma push_macro("STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS")
#undef STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS
static const NTSTATUS STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS = (NTSTATUS)0xc0130025;
#pragma pop_macro("STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS")
#pragma push_macro("STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL")
#undef STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL
static const NTSTATUS STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL = (NTSTATUS)0xc0130026;
#pragma pop_macro("STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL")
#pragma push_macro("STATUS_CLUSTER_CSV_NO_SNAPSHOTS")
#undef STATUS_CLUSTER_CSV_NO_SNAPSHOTS
static const NTSTATUS STATUS_CLUSTER_CSV_NO_SNAPSHOTS = (NTSTATUS)0xc0130027;
#pragma pop_macro("STATUS_CLUSTER_CSV_NO_SNAPSHOTS")
#pragma push_macro("STATUS_CSV_IO_PAUSE_TIMEOUT")
#undef STATUS_CSV_IO_PAUSE_TIMEOUT
static const NTSTATUS STATUS_CSV_IO_PAUSE_TIMEOUT = (NTSTATUS)0xc0130028;
#pragma pop_macro("STATUS_CSV_IO_PAUSE_TIMEOUT")
#pragma push_macro("STATUS_TRANSACTIONAL_CONFLICT")
#undef STATUS_TRANSACTIONAL_CONFLICT
static const NTSTATUS STATUS_TRANSACTIONAL_CONFLICT = (NTSTATUS)0xc0190001;
#pragma pop_macro("STATUS_TRANSACTIONAL_CONFLICT")
#pragma push_macro("STATUS_INVALID_TRANSACTION")
#undef STATUS_INVALID_TRANSACTION
static const NTSTATUS STATUS_INVALID_TRANSACTION = (NTSTATUS)0xc0190002;
#pragma pop_macro("STATUS_INVALID_TRANSACTION")
#pragma push_macro("STATUS_TRANSACTION_NOT_ACTIVE")
#undef STATUS_TRANSACTION_NOT_ACTIVE
static const NTSTATUS STATUS_TRANSACTION_NOT_ACTIVE = (NTSTATUS)0xc0190003;
#pragma pop_macro("STATUS_TRANSACTION_NOT_ACTIVE")
#pragma push_macro("STATUS_TM_INITIALIZATION_FAILED")
#undef STATUS_TM_INITIALIZATION_FAILED
static const NTSTATUS STATUS_TM_INITIALIZATION_FAILED = (NTSTATUS)0xc0190004;
#pragma pop_macro("STATUS_TM_INITIALIZATION_FAILED")
#pragma push_macro("STATUS_RM_NOT_ACTIVE")
#undef STATUS_RM_NOT_ACTIVE
static const NTSTATUS STATUS_RM_NOT_ACTIVE = (NTSTATUS)0xc0190005;
#pragma pop_macro("STATUS_RM_NOT_ACTIVE")
#pragma push_macro("STATUS_RM_METADATA_CORRUPT")
#undef STATUS_RM_METADATA_CORRUPT
static const NTSTATUS STATUS_RM_METADATA_CORRUPT = (NTSTATUS)0xc0190006;
#pragma pop_macro("STATUS_RM_METADATA_CORRUPT")
#pragma push_macro("STATUS_TRANSACTION_NOT_JOINED")
#undef STATUS_TRANSACTION_NOT_JOINED
static const NTSTATUS STATUS_TRANSACTION_NOT_JOINED = (NTSTATUS)0xc0190007;
#pragma pop_macro("STATUS_TRANSACTION_NOT_JOINED")
#pragma push_macro("STATUS_DIRECTORY_NOT_RM")
#undef STATUS_DIRECTORY_NOT_RM
static const NTSTATUS STATUS_DIRECTORY_NOT_RM = (NTSTATUS)0xc0190008;
#pragma pop_macro("STATUS_DIRECTORY_NOT_RM")
#pragma push_macro("STATUS_COULD_NOT_RESIZE_LOG")
#undef STATUS_COULD_NOT_RESIZE_LOG
static const NTSTATUS STATUS_COULD_NOT_RESIZE_LOG = (NTSTATUS)0x80190009;
#pragma pop_macro("STATUS_COULD_NOT_RESIZE_LOG")
#pragma push_macro("STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE")
#undef STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE
static const NTSTATUS STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE = (NTSTATUS)0xc019000a;
#pragma pop_macro("STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE")
#pragma push_macro("STATUS_LOG_RESIZE_INVALID_SIZE")
#undef STATUS_LOG_RESIZE_INVALID_SIZE
static const NTSTATUS STATUS_LOG_RESIZE_INVALID_SIZE = (NTSTATUS)0xc019000b;
#pragma pop_macro("STATUS_LOG_RESIZE_INVALID_SIZE")
#pragma push_macro("STATUS_REMOTE_FILE_VERSION_MISMATCH")
#undef STATUS_REMOTE_FILE_VERSION_MISMATCH
static const NTSTATUS STATUS_REMOTE_FILE_VERSION_MISMATCH = (NTSTATUS)0xc019000c;
#pragma pop_macro("STATUS_REMOTE_FILE_VERSION_MISMATCH")
#pragma push_macro("STATUS_CRM_PROTOCOL_ALREADY_EXISTS")
#undef STATUS_CRM_PROTOCOL_ALREADY_EXISTS
static const NTSTATUS STATUS_CRM_PROTOCOL_ALREADY_EXISTS = (NTSTATUS)0xc019000f;
#pragma pop_macro("STATUS_CRM_PROTOCOL_ALREADY_EXISTS")
#pragma push_macro("STATUS_TRANSACTION_PROPAGATION_FAILED")
#undef STATUS_TRANSACTION_PROPAGATION_FAILED
static const NTSTATUS STATUS_TRANSACTION_PROPAGATION_FAILED = (NTSTATUS)0xc0190010;
#pragma pop_macro("STATUS_TRANSACTION_PROPAGATION_FAILED")
#pragma push_macro("STATUS_CRM_PROTOCOL_NOT_FOUND")
#undef STATUS_CRM_PROTOCOL_NOT_FOUND
static const NTSTATUS STATUS_CRM_PROTOCOL_NOT_FOUND = (NTSTATUS)0xc0190011;
#pragma pop_macro("STATUS_CRM_PROTOCOL_NOT_FOUND")
#pragma push_macro("STATUS_TRANSACTION_SUPERIOR_EXISTS")
#undef STATUS_TRANSACTION_SUPERIOR_EXISTS
static const NTSTATUS STATUS_TRANSACTION_SUPERIOR_EXISTS = (NTSTATUS)0xc0190012;
#pragma pop_macro("STATUS_TRANSACTION_SUPERIOR_EXISTS")
#pragma push_macro("STATUS_TRANSACTION_REQUEST_NOT_VALID")
#undef STATUS_TRANSACTION_REQUEST_NOT_VALID
static const NTSTATUS STATUS_TRANSACTION_REQUEST_NOT_VALID = (NTSTATUS)0xc0190013;
#pragma pop_macro("STATUS_TRANSACTION_REQUEST_NOT_VALID")
#pragma push_macro("STATUS_TRANSACTION_NOT_REQUESTED")
#undef STATUS_TRANSACTION_NOT_REQUESTED
static const NTSTATUS STATUS_TRANSACTION_NOT_REQUESTED = (NTSTATUS)0xc0190014;
#pragma pop_macro("STATUS_TRANSACTION_NOT_REQUESTED")
#pragma push_macro("STATUS_TRANSACTION_ALREADY_ABORTED")
#undef STATUS_TRANSACTION_ALREADY_ABORTED
static const NTSTATUS STATUS_TRANSACTION_ALREADY_ABORTED = (NTSTATUS)0xc0190015;
#pragma pop_macro("STATUS_TRANSACTION_ALREADY_ABORTED")
#pragma push_macro("STATUS_TRANSACTION_ALREADY_COMMITTED")
#undef STATUS_TRANSACTION_ALREADY_COMMITTED
static const NTSTATUS STATUS_TRANSACTION_ALREADY_COMMITTED = (NTSTATUS)0xc0190016;
#pragma pop_macro("STATUS_TRANSACTION_ALREADY_COMMITTED")
#pragma push_macro("STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER")
#undef STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER
static const NTSTATUS STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER = (NTSTATUS)0xc0190017;
#pragma pop_macro("STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER")
#pragma push_macro("STATUS_CURRENT_TRANSACTION_NOT_VALID")
#undef STATUS_CURRENT_TRANSACTION_NOT_VALID
static const NTSTATUS STATUS_CURRENT_TRANSACTION_NOT_VALID = (NTSTATUS)0xc0190018;
#pragma pop_macro("STATUS_CURRENT_TRANSACTION_NOT_VALID")
#pragma push_macro("STATUS_LOG_GROWTH_FAILED")
#undef STATUS_LOG_GROWTH_FAILED
static const NTSTATUS STATUS_LOG_GROWTH_FAILED = (NTSTATUS)0xc0190019;
#pragma pop_macro("STATUS_LOG_GROWTH_FAILED")
#pragma push_macro("STATUS_OBJECT_NO_LONGER_EXISTS")
#undef STATUS_OBJECT_NO_LONGER_EXISTS
static const NTSTATUS STATUS_OBJECT_NO_LONGER_EXISTS = (NTSTATUS)0xc0190021;
#pragma pop_macro("STATUS_OBJECT_NO_LONGER_EXISTS")
#pragma push_macro("STATUS_STREAM_MINIVERSION_NOT_FOUND")
#undef STATUS_STREAM_MINIVERSION_NOT_FOUND
static const NTSTATUS STATUS_STREAM_MINIVERSION_NOT_FOUND = (NTSTATUS)0xc0190022;
#pragma pop_macro("STATUS_STREAM_MINIVERSION_NOT_FOUND")
#pragma push_macro("STATUS_STREAM_MINIVERSION_NOT_VALID")
#undef STATUS_STREAM_MINIVERSION_NOT_VALID
static const NTSTATUS STATUS_STREAM_MINIVERSION_NOT_VALID = (NTSTATUS)0xc0190023;
#pragma pop_macro("STATUS_STREAM_MINIVERSION_NOT_VALID")
#pragma push_macro("STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION")
#undef STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION
static const NTSTATUS STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION = (NTSTATUS)0xc0190024;
#pragma pop_macro("STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION")
#pragma push_macro("STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT")
#undef STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT
static const NTSTATUS STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT = (NTSTATUS)0xc0190025;
#pragma pop_macro("STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT")
#pragma push_macro("STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS")
#undef STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS
static const NTSTATUS STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS = (NTSTATUS)0xc0190026;
#pragma pop_macro("STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS")
#pragma push_macro("STATUS_HANDLE_NO_LONGER_VALID")
#undef STATUS_HANDLE_NO_LONGER_VALID
static const NTSTATUS STATUS_HANDLE_NO_LONGER_VALID = (NTSTATUS)0xc0190028;
#pragma pop_macro("STATUS_HANDLE_NO_LONGER_VALID")
#pragma push_macro("STATUS_NO_TXF_METADATA")
#undef STATUS_NO_TXF_METADATA
static const NTSTATUS STATUS_NO_TXF_METADATA = (NTSTATUS)0x80190029;
#pragma pop_macro("STATUS_NO_TXF_METADATA")
#pragma push_macro("STATUS_LOG_CORRUPTION_DETECTED")
#undef STATUS_LOG_CORRUPTION_DETECTED
static const NTSTATUS STATUS_LOG_CORRUPTION_DETECTED = (NTSTATUS)0xc0190030;
#pragma pop_macro("STATUS_LOG_CORRUPTION_DETECTED")
#pragma push_macro("STATUS_CANT_RECOVER_WITH_HANDLE_OPEN")
#undef STATUS_CANT_RECOVER_WITH_HANDLE_OPEN
static const NTSTATUS STATUS_CANT_RECOVER_WITH_HANDLE_OPEN = (NTSTATUS)0x80190031;
#pragma pop_macro("STATUS_CANT_RECOVER_WITH_HANDLE_OPEN")
#pragma push_macro("STATUS_RM_DISCONNECTED")
#undef STATUS_RM_DISCONNECTED
static const NTSTATUS STATUS_RM_DISCONNECTED = (NTSTATUS)0xc0190032;
#pragma pop_macro("STATUS_RM_DISCONNECTED")
#pragma push_macro("STATUS_ENLISTMENT_NOT_SUPERIOR")
#undef STATUS_ENLISTMENT_NOT_SUPERIOR
static const NTSTATUS STATUS_ENLISTMENT_NOT_SUPERIOR = (NTSTATUS)0xc0190033;
#pragma pop_macro("STATUS_ENLISTMENT_NOT_SUPERIOR")
#pragma push_macro("STATUS_RECOVERY_NOT_NEEDED")
#undef STATUS_RECOVERY_NOT_NEEDED
static const NTSTATUS STATUS_RECOVERY_NOT_NEEDED = (NTSTATUS)0x40190034;
#pragma pop_macro("STATUS_RECOVERY_NOT_NEEDED")
#pragma push_macro("STATUS_RM_ALREADY_STARTED")
#undef STATUS_RM_ALREADY_STARTED
static const NTSTATUS STATUS_RM_ALREADY_STARTED = (NTSTATUS)0x40190035;
#pragma pop_macro("STATUS_RM_ALREADY_STARTED")
#pragma push_macro("STATUS_FILE_IDENTITY_NOT_PERSISTENT")
#undef STATUS_FILE_IDENTITY_NOT_PERSISTENT
static const NTSTATUS STATUS_FILE_IDENTITY_NOT_PERSISTENT = (NTSTATUS)0xc0190036;
#pragma pop_macro("STATUS_FILE_IDENTITY_NOT_PERSISTENT")
#pragma push_macro("STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY")
#undef STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY
static const NTSTATUS STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY = (NTSTATUS)0xc0190037;
#pragma pop_macro("STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY")
#pragma push_macro("STATUS_CANT_CROSS_RM_BOUNDARY")
#undef STATUS_CANT_CROSS_RM_BOUNDARY
static const NTSTATUS STATUS_CANT_CROSS_RM_BOUNDARY = (NTSTATUS)0xc0190038;
#pragma pop_macro("STATUS_CANT_CROSS_RM_BOUNDARY")
#pragma push_macro("STATUS_TXF_DIR_NOT_EMPTY")
#undef STATUS_TXF_DIR_NOT_EMPTY
static const NTSTATUS STATUS_TXF_DIR_NOT_EMPTY = (NTSTATUS)0xc0190039;
#pragma pop_macro("STATUS_TXF_DIR_NOT_EMPTY")
#pragma push_macro("STATUS_INDOUBT_TRANSACTIONS_EXIST")
#undef STATUS_INDOUBT_TRANSACTIONS_EXIST
static const NTSTATUS STATUS_INDOUBT_TRANSACTIONS_EXIST = (NTSTATUS)0xc019003a;
#pragma pop_macro("STATUS_INDOUBT_TRANSACTIONS_EXIST")
#pragma push_macro("STATUS_TM_VOLATILE")
#undef STATUS_TM_VOLATILE
static const NTSTATUS STATUS_TM_VOLATILE = (NTSTATUS)0xc019003b;
#pragma pop_macro("STATUS_TM_VOLATILE")
#pragma push_macro("STATUS_ROLLBACK_TIMER_EXPIRED")
#undef STATUS_ROLLBACK_TIMER_EXPIRED
static const NTSTATUS STATUS_ROLLBACK_TIMER_EXPIRED = (NTSTATUS)0xc019003c;
#pragma pop_macro("STATUS_ROLLBACK_TIMER_EXPIRED")
#pragma push_macro("STATUS_TXF_ATTRIBUTE_CORRUPT")
#undef STATUS_TXF_ATTRIBUTE_CORRUPT
static const NTSTATUS STATUS_TXF_ATTRIBUTE_CORRUPT = (NTSTATUS)0xc019003d;
#pragma pop_macro("STATUS_TXF_ATTRIBUTE_CORRUPT")
#pragma push_macro("STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION")
#undef STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION
static const NTSTATUS STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION = (NTSTATUS)0xc019003e;
#pragma pop_macro("STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION")
#pragma push_macro("STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED")
#undef STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED
static const NTSTATUS STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED = (NTSTATUS)0xc019003f;
#pragma pop_macro("STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED")
#pragma push_macro("STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE")
#undef STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE
static const NTSTATUS STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE = (NTSTATUS)0xc0190040;
#pragma pop_macro("STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE")
#pragma push_macro("STATUS_TXF_METADATA_ALREADY_PRESENT")
#undef STATUS_TXF_METADATA_ALREADY_PRESENT
static const NTSTATUS STATUS_TXF_METADATA_ALREADY_PRESENT = (NTSTATUS)0x80190041;
#pragma pop_macro("STATUS_TXF_METADATA_ALREADY_PRESENT")
#pragma push_macro("STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET")
#undef STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET
static const NTSTATUS STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET = (NTSTATUS)0x80190042;
#pragma pop_macro("STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET")
#pragma push_macro("STATUS_TRANSACTION_REQUIRED_PROMOTION")
#undef STATUS_TRANSACTION_REQUIRED_PROMOTION
static const NTSTATUS STATUS_TRANSACTION_REQUIRED_PROMOTION = (NTSTATUS)0xc0190043;
#pragma pop_macro("STATUS_TRANSACTION_REQUIRED_PROMOTION")
#pragma push_macro("STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION")
#undef STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION
static const NTSTATUS STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION = (NTSTATUS)0xc0190044;
#pragma pop_macro("STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION")
#pragma push_macro("STATUS_TRANSACTIONS_NOT_FROZEN")
#undef STATUS_TRANSACTIONS_NOT_FROZEN
static const NTSTATUS STATUS_TRANSACTIONS_NOT_FROZEN = (NTSTATUS)0xc0190045;
#pragma pop_macro("STATUS_TRANSACTIONS_NOT_FROZEN")
#pragma push_macro("STATUS_TRANSACTION_FREEZE_IN_PROGRESS")
#undef STATUS_TRANSACTION_FREEZE_IN_PROGRESS
static const NTSTATUS STATUS_TRANSACTION_FREEZE_IN_PROGRESS = (NTSTATUS)0xc0190046;
#pragma pop_macro("STATUS_TRANSACTION_FREEZE_IN_PROGRESS")
#pragma push_macro("STATUS_NOT_SNAPSHOT_VOLUME")
#undef STATUS_NOT_SNAPSHOT_VOLUME
static const NTSTATUS STATUS_NOT_SNAPSHOT_VOLUME = (NTSTATUS)0xc0190047;
#pragma pop_macro("STATUS_NOT_SNAPSHOT_VOLUME")
#pragma push_macro("STATUS_NO_SAVEPOINT_WITH_OPEN_FILES")
#undef STATUS_NO_SAVEPOINT_WITH_OPEN_FILES
static const NTSTATUS STATUS_NO_SAVEPOINT_WITH_OPEN_FILES = (NTSTATUS)0xc0190048;
#pragma pop_macro("STATUS_NO_SAVEPOINT_WITH_OPEN_FILES")
#pragma push_macro("STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION")
#undef STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION
static const NTSTATUS STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION = (NTSTATUS)0xc0190049;
#pragma pop_macro("STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION")
#pragma push_macro("STATUS_TM_IDENTITY_MISMATCH")
#undef STATUS_TM_IDENTITY_MISMATCH
static const NTSTATUS STATUS_TM_IDENTITY_MISMATCH = (NTSTATUS)0xc019004a;
#pragma pop_macro("STATUS_TM_IDENTITY_MISMATCH")
#pragma push_macro("STATUS_FLOATED_SECTION")
#undef STATUS_FLOATED_SECTION
static const NTSTATUS STATUS_FLOATED_SECTION = (NTSTATUS)0xc019004b;
#pragma pop_macro("STATUS_FLOATED_SECTION")
#pragma push_macro("STATUS_CANNOT_ACCEPT_TRANSACTED_WORK")
#undef STATUS_CANNOT_ACCEPT_TRANSACTED_WORK
static const NTSTATUS STATUS_CANNOT_ACCEPT_TRANSACTED_WORK = (NTSTATUS)0xc019004c;
#pragma pop_macro("STATUS_CANNOT_ACCEPT_TRANSACTED_WORK")
#pragma push_macro("STATUS_CANNOT_ABORT_TRANSACTIONS")
#undef STATUS_CANNOT_ABORT_TRANSACTIONS
static const NTSTATUS STATUS_CANNOT_ABORT_TRANSACTIONS = (NTSTATUS)0xc019004d;
#pragma pop_macro("STATUS_CANNOT_ABORT_TRANSACTIONS")
#pragma push_macro("STATUS_TRANSACTION_NOT_FOUND")
#undef STATUS_TRANSACTION_NOT_FOUND
static const NTSTATUS STATUS_TRANSACTION_NOT_FOUND = (NTSTATUS)0xc019004e;
#pragma pop_macro("STATUS_TRANSACTION_NOT_FOUND")
#pragma push_macro("STATUS_RESOURCEMANAGER_NOT_FOUND")
#undef STATUS_RESOURCEMANAGER_NOT_FOUND
static const NTSTATUS STATUS_RESOURCEMANAGER_NOT_FOUND = (NTSTATUS)0xc019004f;
#pragma pop_macro("STATUS_RESOURCEMANAGER_NOT_FOUND")
#pragma push_macro("STATUS_ENLISTMENT_NOT_FOUND")
#undef STATUS_ENLISTMENT_NOT_FOUND
static const NTSTATUS STATUS_ENLISTMENT_NOT_FOUND = (NTSTATUS)0xc0190050;
#pragma pop_macro("STATUS_ENLISTMENT_NOT_FOUND")
#pragma push_macro("STATUS_TRANSACTIONMANAGER_NOT_FOUND")
#undef STATUS_TRANSACTIONMANAGER_NOT_FOUND
static const NTSTATUS STATUS_TRANSACTIONMANAGER_NOT_FOUND = (NTSTATUS)0xc0190051;
#pragma pop_macro("STATUS_TRANSACTIONMANAGER_NOT_FOUND")
#pragma push_macro("STATUS_TRANSACTIONMANAGER_NOT_ONLINE")
#undef STATUS_TRANSACTIONMANAGER_NOT_ONLINE
static const NTSTATUS STATUS_TRANSACTIONMANAGER_NOT_ONLINE = (NTSTATUS)0xc0190052;
#pragma pop_macro("STATUS_TRANSACTIONMANAGER_NOT_ONLINE")
#pragma push_macro("STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION")
#undef STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION
static const NTSTATUS STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION = (NTSTATUS)0xc0190053;
#pragma pop_macro("STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION")
#pragma push_macro("STATUS_TRANSACTION_NOT_ROOT")
#undef STATUS_TRANSACTION_NOT_ROOT
static const NTSTATUS STATUS_TRANSACTION_NOT_ROOT = (NTSTATUS)0xc0190054;
#pragma pop_macro("STATUS_TRANSACTION_NOT_ROOT")
#pragma push_macro("STATUS_TRANSACTION_OBJECT_EXPIRED")
#undef STATUS_TRANSACTION_OBJECT_EXPIRED
static const NTSTATUS STATUS_TRANSACTION_OBJECT_EXPIRED = (NTSTATUS)0xc0190055;
#pragma pop_macro("STATUS_TRANSACTION_OBJECT_EXPIRED")
#pragma push_macro("STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION")
#undef STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION
static const NTSTATUS STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION = (NTSTATUS)0xc0190056;
#pragma pop_macro("STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION")
#pragma push_macro("STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED")
#undef STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED
static const NTSTATUS STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED = (NTSTATUS)0xc0190057;
#pragma pop_macro("STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED")
#pragma push_macro("STATUS_TRANSACTION_RECORD_TOO_LONG")
#undef STATUS_TRANSACTION_RECORD_TOO_LONG
static const NTSTATUS STATUS_TRANSACTION_RECORD_TOO_LONG = (NTSTATUS)0xc0190058;
#pragma pop_macro("STATUS_TRANSACTION_RECORD_TOO_LONG")
#pragma push_macro("STATUS_NO_LINK_TRACKING_IN_TRANSACTION")
#undef STATUS_NO_LINK_TRACKING_IN_TRANSACTION
static const NTSTATUS STATUS_NO_LINK_TRACKING_IN_TRANSACTION = (NTSTATUS)0xc0190059;
#pragma pop_macro("STATUS_NO_LINK_TRACKING_IN_TRANSACTION")
#pragma push_macro("STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION")
#undef STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION
static const NTSTATUS STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION = (NTSTATUS)0xc019005a;
#pragma pop_macro("STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION")
#pragma push_macro("STATUS_TRANSACTION_INTEGRITY_VIOLATED")
#undef STATUS_TRANSACTION_INTEGRITY_VIOLATED
static const NTSTATUS STATUS_TRANSACTION_INTEGRITY_VIOLATED = (NTSTATUS)0xc019005b;
#pragma pop_macro("STATUS_TRANSACTION_INTEGRITY_VIOLATED")
#pragma push_macro("STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH")
#undef STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH
static const NTSTATUS STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH = (NTSTATUS)0xc019005c;
#pragma pop_macro("STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH")
#pragma push_macro("STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT")
#undef STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT
static const NTSTATUS STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT = (NTSTATUS)0xc019005d;
#pragma pop_macro("STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT")
#pragma push_macro("STATUS_TRANSACTION_MUST_WRITETHROUGH")
#undef STATUS_TRANSACTION_MUST_WRITETHROUGH
static const NTSTATUS STATUS_TRANSACTION_MUST_WRITETHROUGH = (NTSTATUS)0xc019005e;
#pragma pop_macro("STATUS_TRANSACTION_MUST_WRITETHROUGH")
#pragma push_macro("STATUS_TRANSACTION_NO_SUPERIOR")
#undef STATUS_TRANSACTION_NO_SUPERIOR
static const NTSTATUS STATUS_TRANSACTION_NO_SUPERIOR = (NTSTATUS)0xc019005f;
#pragma pop_macro("STATUS_TRANSACTION_NO_SUPERIOR")
#pragma push_macro("STATUS_EXPIRED_HANDLE")
#undef STATUS_EXPIRED_HANDLE
static const NTSTATUS STATUS_EXPIRED_HANDLE = (NTSTATUS)0xc0190060;
#pragma pop_macro("STATUS_EXPIRED_HANDLE")
#pragma push_macro("STATUS_TRANSACTION_NOT_ENLISTED")
#undef STATUS_TRANSACTION_NOT_ENLISTED
static const NTSTATUS STATUS_TRANSACTION_NOT_ENLISTED = (NTSTATUS)0xc0190061;
#pragma pop_macro("STATUS_TRANSACTION_NOT_ENLISTED")
#pragma push_macro("STATUS_LOG_SECTOR_INVALID")
#undef STATUS_LOG_SECTOR_INVALID
static const NTSTATUS STATUS_LOG_SECTOR_INVALID = (NTSTATUS)0xc01a0001;
#pragma pop_macro("STATUS_LOG_SECTOR_INVALID")
#pragma push_macro("STATUS_LOG_SECTOR_PARITY_INVALID")
#undef STATUS_LOG_SECTOR_PARITY_INVALID
static const NTSTATUS STATUS_LOG_SECTOR_PARITY_INVALID = (NTSTATUS)0xc01a0002;
#pragma pop_macro("STATUS_LOG_SECTOR_PARITY_INVALID")
#pragma push_macro("STATUS_LOG_SECTOR_REMAPPED")
#undef STATUS_LOG_SECTOR_REMAPPED
static const NTSTATUS STATUS_LOG_SECTOR_REMAPPED = (NTSTATUS)0xc01a0003;
#pragma pop_macro("STATUS_LOG_SECTOR_REMAPPED")
#pragma push_macro("STATUS_LOG_BLOCK_INCOMPLETE")
#undef STATUS_LOG_BLOCK_INCOMPLETE
static const NTSTATUS STATUS_LOG_BLOCK_INCOMPLETE = (NTSTATUS)0xc01a0004;
#pragma pop_macro("STATUS_LOG_BLOCK_INCOMPLETE")
#pragma push_macro("STATUS_LOG_INVALID_RANGE")
#undef STATUS_LOG_INVALID_RANGE
static const NTSTATUS STATUS_LOG_INVALID_RANGE = (NTSTATUS)0xc01a0005;
#pragma pop_macro("STATUS_LOG_INVALID_RANGE")
#pragma push_macro("STATUS_LOG_BLOCKS_EXHAUSTED")
#undef STATUS_LOG_BLOCKS_EXHAUSTED
static const NTSTATUS STATUS_LOG_BLOCKS_EXHAUSTED = (NTSTATUS)0xc01a0006;
#pragma pop_macro("STATUS_LOG_BLOCKS_EXHAUSTED")
#pragma push_macro("STATUS_LOG_READ_CONTEXT_INVALID")
#undef STATUS_LOG_READ_CONTEXT_INVALID
static const NTSTATUS STATUS_LOG_READ_CONTEXT_INVALID = (NTSTATUS)0xc01a0007;
#pragma pop_macro("STATUS_LOG_READ_CONTEXT_INVALID")
#pragma push_macro("STATUS_LOG_RESTART_INVALID")
#undef STATUS_LOG_RESTART_INVALID
static const NTSTATUS STATUS_LOG_RESTART_INVALID = (NTSTATUS)0xc01a0008;
#pragma pop_macro("STATUS_LOG_RESTART_INVALID")
#pragma push_macro("STATUS_LOG_BLOCK_VERSION")
#undef STATUS_LOG_BLOCK_VERSION
static const NTSTATUS STATUS_LOG_BLOCK_VERSION = (NTSTATUS)0xc01a0009;
#pragma pop_macro("STATUS_LOG_BLOCK_VERSION")
#pragma push_macro("STATUS_LOG_BLOCK_INVALID")
#undef STATUS_LOG_BLOCK_INVALID
static const NTSTATUS STATUS_LOG_BLOCK_INVALID = (NTSTATUS)0xc01a000a;
#pragma pop_macro("STATUS_LOG_BLOCK_INVALID")
#pragma push_macro("STATUS_LOG_READ_MODE_INVALID")
#undef STATUS_LOG_READ_MODE_INVALID
static const NTSTATUS STATUS_LOG_READ_MODE_INVALID = (NTSTATUS)0xc01a000b;
#pragma pop_macro("STATUS_LOG_READ_MODE_INVALID")
#pragma push_macro("STATUS_LOG_NO_RESTART")
#undef STATUS_LOG_NO_RESTART
static const NTSTATUS STATUS_LOG_NO_RESTART = (NTSTATUS)0x401a000c;
#pragma pop_macro("STATUS_LOG_NO_RESTART")
#pragma push_macro("STATUS_LOG_METADATA_CORRUPT")
#undef STATUS_LOG_METADATA_CORRUPT
static const NTSTATUS STATUS_LOG_METADATA_CORRUPT = (NTSTATUS)0xc01a000d;
#pragma pop_macro("STATUS_LOG_METADATA_CORRUPT")
#pragma push_macro("STATUS_LOG_METADATA_INVALID")
#undef STATUS_LOG_METADATA_INVALID
static const NTSTATUS STATUS_LOG_METADATA_INVALID = (NTSTATUS)0xc01a000e;
#pragma pop_macro("STATUS_LOG_METADATA_INVALID")
#pragma push_macro("STATUS_LOG_METADATA_INCONSISTENT")
#undef STATUS_LOG_METADATA_INCONSISTENT
static const NTSTATUS STATUS_LOG_METADATA_INCONSISTENT = (NTSTATUS)0xc01a000f;
#pragma pop_macro("STATUS_LOG_METADATA_INCONSISTENT")
#pragma push_macro("STATUS_LOG_RESERVATION_INVALID")
#undef STATUS_LOG_RESERVATION_INVALID
static const NTSTATUS STATUS_LOG_RESERVATION_INVALID = (NTSTATUS)0xc01a0010;
#pragma pop_macro("STATUS_LOG_RESERVATION_INVALID")
#pragma push_macro("STATUS_LOG_CANT_DELETE")
#undef STATUS_LOG_CANT_DELETE
static const NTSTATUS STATUS_LOG_CANT_DELETE = (NTSTATUS)0xc01a0011;
#pragma pop_macro("STATUS_LOG_CANT_DELETE")
#pragma push_macro("STATUS_LOG_CONTAINER_LIMIT_EXCEEDED")
#undef STATUS_LOG_CONTAINER_LIMIT_EXCEEDED
static const NTSTATUS STATUS_LOG_CONTAINER_LIMIT_EXCEEDED = (NTSTATUS)0xc01a0012;
#pragma pop_macro("STATUS_LOG_CONTAINER_LIMIT_EXCEEDED")
#pragma push_macro("STATUS_LOG_START_OF_LOG")
#undef STATUS_LOG_START_OF_LOG
static const NTSTATUS STATUS_LOG_START_OF_LOG = (NTSTATUS)0xc01a0013;
#pragma pop_macro("STATUS_LOG_START_OF_LOG")
#pragma push_macro("STATUS_LOG_POLICY_ALREADY_INSTALLED")
#undef STATUS_LOG_POLICY_ALREADY_INSTALLED
static const NTSTATUS STATUS_LOG_POLICY_ALREADY_INSTALLED = (NTSTATUS)0xc01a0014;
#pragma pop_macro("STATUS_LOG_POLICY_ALREADY_INSTALLED")
#pragma push_macro("STATUS_LOG_POLICY_NOT_INSTALLED")
#undef STATUS_LOG_POLICY_NOT_INSTALLED
static const NTSTATUS STATUS_LOG_POLICY_NOT_INSTALLED = (NTSTATUS)0xc01a0015;
#pragma pop_macro("STATUS_LOG_POLICY_NOT_INSTALLED")
#pragma push_macro("STATUS_LOG_POLICY_INVALID")
#undef STATUS_LOG_POLICY_INVALID
static const NTSTATUS STATUS_LOG_POLICY_INVALID = (NTSTATUS)0xc01a0016;
#pragma pop_macro("STATUS_LOG_POLICY_INVALID")
#pragma push_macro("STATUS_LOG_POLICY_CONFLICT")
#undef STATUS_LOG_POLICY_CONFLICT
static const NTSTATUS STATUS_LOG_POLICY_CONFLICT = (NTSTATUS)0xc01a0017;
#pragma pop_macro("STATUS_LOG_POLICY_CONFLICT")
#pragma push_macro("STATUS_LOG_PINNED_ARCHIVE_TAIL")
#undef STATUS_LOG_PINNED_ARCHIVE_TAIL
static const NTSTATUS STATUS_LOG_PINNED_ARCHIVE_TAIL = (NTSTATUS)0xc01a0018;
#pragma pop_macro("STATUS_LOG_PINNED_ARCHIVE_TAIL")
#pragma push_macro("STATUS_LOG_RECORD_NONEXISTENT")
#undef STATUS_LOG_RECORD_NONEXISTENT
static const NTSTATUS STATUS_LOG_RECORD_NONEXISTENT = (NTSTATUS)0xc01a0019;
#pragma pop_macro("STATUS_LOG_RECORD_NONEXISTENT")
#pragma push_macro("STATUS_LOG_RECORDS_RESERVED_INVALID")
#undef STATUS_LOG_RECORDS_RESERVED_INVALID
static const NTSTATUS STATUS_LOG_RECORDS_RESERVED_INVALID = (NTSTATUS)0xc01a001a;
#pragma pop_macro("STATUS_LOG_RECORDS_RESERVED_INVALID")
#pragma push_macro("STATUS_LOG_SPACE_RESERVED_INVALID")
#undef STATUS_LOG_SPACE_RESERVED_INVALID
static const NTSTATUS STATUS_LOG_SPACE_RESERVED_INVALID = (NTSTATUS)0xc01a001b;
#pragma pop_macro("STATUS_LOG_SPACE_RESERVED_INVALID")
#pragma push_macro("STATUS_LOG_TAIL_INVALID")
#undef STATUS_LOG_TAIL_INVALID
static const NTSTATUS STATUS_LOG_TAIL_INVALID = (NTSTATUS)0xc01a001c;
#pragma pop_macro("STATUS_LOG_TAIL_INVALID")
#pragma push_macro("STATUS_LOG_FULL")
#undef STATUS_LOG_FULL
static const NTSTATUS STATUS_LOG_FULL = (NTSTATUS)0xc01a001d;
#pragma pop_macro("STATUS_LOG_FULL")
#pragma push_macro("STATUS_LOG_MULTIPLEXED")
#undef STATUS_LOG_MULTIPLEXED
static const NTSTATUS STATUS_LOG_MULTIPLEXED = (NTSTATUS)0xc01a001e;
#pragma pop_macro("STATUS_LOG_MULTIPLEXED")
#pragma push_macro("STATUS_LOG_DEDICATED")
#undef STATUS_LOG_DEDICATED
static const NTSTATUS STATUS_LOG_DEDICATED = (NTSTATUS)0xc01a001f;
#pragma pop_macro("STATUS_LOG_DEDICATED")
#pragma push_macro("STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS")
#undef STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS
static const NTSTATUS STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS = (NTSTATUS)0xc01a0020;
#pragma pop_macro("STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS")
#pragma push_macro("STATUS_LOG_ARCHIVE_IN_PROGRESS")
#undef STATUS_LOG_ARCHIVE_IN_PROGRESS
static const NTSTATUS STATUS_LOG_ARCHIVE_IN_PROGRESS = (NTSTATUS)0xc01a0021;
#pragma pop_macro("STATUS_LOG_ARCHIVE_IN_PROGRESS")
#pragma push_macro("STATUS_LOG_EPHEMERAL")
#undef STATUS_LOG_EPHEMERAL
static const NTSTATUS STATUS_LOG_EPHEMERAL = (NTSTATUS)0xc01a0022;
#pragma pop_macro("STATUS_LOG_EPHEMERAL")
#pragma push_macro("STATUS_LOG_NOT_ENOUGH_CONTAINERS")
#undef STATUS_LOG_NOT_ENOUGH_CONTAINERS
static const NTSTATUS STATUS_LOG_NOT_ENOUGH_CONTAINERS = (NTSTATUS)0xc01a0023;
#pragma pop_macro("STATUS_LOG_NOT_ENOUGH_CONTAINERS")
#pragma push_macro("STATUS_LOG_CLIENT_ALREADY_REGISTERED")
#undef STATUS_LOG_CLIENT_ALREADY_REGISTERED
static const NTSTATUS STATUS_LOG_CLIENT_ALREADY_REGISTERED = (NTSTATUS)0xc01a0024;
#pragma pop_macro("STATUS_LOG_CLIENT_ALREADY_REGISTERED")
#pragma push_macro("STATUS_LOG_CLIENT_NOT_REGISTERED")
#undef STATUS_LOG_CLIENT_NOT_REGISTERED
static const NTSTATUS STATUS_LOG_CLIENT_NOT_REGISTERED = (NTSTATUS)0xc01a0025;
#pragma pop_macro("STATUS_LOG_CLIENT_NOT_REGISTERED")
#pragma push_macro("STATUS_LOG_FULL_HANDLER_IN_PROGRESS")
#undef STATUS_LOG_FULL_HANDLER_IN_PROGRESS
static const NTSTATUS STATUS_LOG_FULL_HANDLER_IN_PROGRESS = (NTSTATUS)0xc01a0026;
#pragma pop_macro("STATUS_LOG_FULL_HANDLER_IN_PROGRESS")
#pragma push_macro("STATUS_LOG_CONTAINER_READ_FAILED")
#undef STATUS_LOG_CONTAINER_READ_FAILED
static const NTSTATUS STATUS_LOG_CONTAINER_READ_FAILED = (NTSTATUS)0xc01a0027;
#pragma pop_macro("STATUS_LOG_CONTAINER_READ_FAILED")
#pragma push_macro("STATUS_LOG_CONTAINER_WRITE_FAILED")
#undef STATUS_LOG_CONTAINER_WRITE_FAILED
static const NTSTATUS STATUS_LOG_CONTAINER_WRITE_FAILED = (NTSTATUS)0xc01a0028;
#pragma pop_macro("STATUS_LOG_CONTAINER_WRITE_FAILED")
#pragma push_macro("STATUS_LOG_CONTAINER_OPEN_FAILED")
#undef STATUS_LOG_CONTAINER_OPEN_FAILED
static const NTSTATUS STATUS_LOG_CONTAINER_OPEN_FAILED = (NTSTATUS)0xc01a0029;
#pragma pop_macro("STATUS_LOG_CONTAINER_OPEN_FAILED")
#pragma push_macro("STATUS_LOG_CONTAINER_STATE_INVALID")
#undef STATUS_LOG_CONTAINER_STATE_INVALID
static const NTSTATUS STATUS_LOG_CONTAINER_STATE_INVALID = (NTSTATUS)0xc01a002a;
#pragma pop_macro("STATUS_LOG_CONTAINER_STATE_INVALID")
#pragma push_macro("STATUS_LOG_STATE_INVALID")
#undef STATUS_LOG_STATE_INVALID
static const NTSTATUS STATUS_LOG_STATE_INVALID = (NTSTATUS)0xc01a002b;
#pragma pop_macro("STATUS_LOG_STATE_INVALID")
#pragma push_macro("STATUS_LOG_PINNED")
#undef STATUS_LOG_PINNED
static const NTSTATUS STATUS_LOG_PINNED = (NTSTATUS)0xc01a002c;
#pragma pop_macro("STATUS_LOG_PINNED")
#pragma push_macro("STATUS_LOG_METADATA_FLUSH_FAILED")
#undef STATUS_LOG_METADATA_FLUSH_FAILED
static const NTSTATUS STATUS_LOG_METADATA_FLUSH_FAILED = (NTSTATUS)0xc01a002d;
#pragma pop_macro("STATUS_LOG_METADATA_FLUSH_FAILED")
#pragma push_macro("STATUS_LOG_INCONSISTENT_SECURITY")
#undef STATUS_LOG_INCONSISTENT_SECURITY
static const NTSTATUS STATUS_LOG_INCONSISTENT_SECURITY = (NTSTATUS)0xc01a002e;
#pragma pop_macro("STATUS_LOG_INCONSISTENT_SECURITY")
#pragma push_macro("STATUS_LOG_APPENDED_FLUSH_FAILED")
#undef STATUS_LOG_APPENDED_FLUSH_FAILED
static const NTSTATUS STATUS_LOG_APPENDED_FLUSH_FAILED = (NTSTATUS)0xc01a002f;
#pragma pop_macro("STATUS_LOG_APPENDED_FLUSH_FAILED")
#pragma push_macro("STATUS_LOG_PINNED_RESERVATION")
#undef STATUS_LOG_PINNED_RESERVATION
static const NTSTATUS STATUS_LOG_PINNED_RESERVATION = (NTSTATUS)0xc01a0030;
#pragma pop_macro("STATUS_LOG_PINNED_RESERVATION")
#pragma push_macro("STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD")
#undef STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD
static const NTSTATUS STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD = (NTSTATUS)0xc01b00ea;
#pragma pop_macro("STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD")
#pragma push_macro("STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED")
#undef STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED
static const NTSTATUS STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED = (NTSTATUS)0x801b00eb;
#pragma pop_macro("STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED")
#pragma push_macro("STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST")
#undef STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST
static const NTSTATUS STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST = (NTSTATUS)0x401b00ec;
#pragma pop_macro("STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST")
#pragma push_macro("STATUS_MONITOR_NO_DESCRIPTOR")
#undef STATUS_MONITOR_NO_DESCRIPTOR
static const NTSTATUS STATUS_MONITOR_NO_DESCRIPTOR = (NTSTATUS)0xc01d0001;
#pragma pop_macro("STATUS_MONITOR_NO_DESCRIPTOR")
#pragma push_macro("STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT")
#undef STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT
static const NTSTATUS STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT = (NTSTATUS)0xc01d0002;
#pragma pop_macro("STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT")
#pragma push_macro("STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM")
#undef STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM
static const NTSTATUS STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM = (NTSTATUS)0xc01d0003;
#pragma pop_macro("STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM")
#pragma push_macro("STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK")
#undef STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK
static const NTSTATUS STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK = (NTSTATUS)0xc01d0004;
#pragma pop_macro("STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK")
#pragma push_macro("STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED")
#undef STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED
static const NTSTATUS STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED = (NTSTATUS)0xc01d0005;
#pragma pop_macro("STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED")
#pragma push_macro("STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK")
#undef STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK
static const NTSTATUS STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK = (NTSTATUS)0xc01d0006;
#pragma pop_macro("STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK")
#pragma push_macro("STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK")
#undef STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK
static const NTSTATUS STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK = (NTSTATUS)0xc01d0007;
#pragma pop_macro("STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK")
#pragma push_macro("STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA")
#undef STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA
static const NTSTATUS STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA = (NTSTATUS)0xc01d0008;
#pragma pop_macro("STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA")
#pragma push_macro("STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK")
#undef STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK
static const NTSTATUS STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK = (NTSTATUS)0xc01d0009;
#pragma pop_macro("STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK")
#pragma push_macro("STATUS_MONITOR_INVALID_MANUFACTURE_DATE")
#undef STATUS_MONITOR_INVALID_MANUFACTURE_DATE
static const NTSTATUS STATUS_MONITOR_INVALID_MANUFACTURE_DATE = (NTSTATUS)0xc01d000a;
#pragma pop_macro("STATUS_MONITOR_INVALID_MANUFACTURE_DATE")
#pragma push_macro("STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER")
#undef STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER
static const NTSTATUS STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER = (NTSTATUS)0xc01e0000;
#pragma pop_macro("STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER")
#pragma push_macro("STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER")
#undef STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER
static const NTSTATUS STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER = (NTSTATUS)0xc01e0001;
#pragma pop_macro("STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER")
#pragma push_macro("STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER")
#undef STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER
static const NTSTATUS STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER = (NTSTATUS)0xc01e0002;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER")
#pragma push_macro("STATUS_GRAPHICS_ADAPTER_WAS_RESET")
#undef STATUS_GRAPHICS_ADAPTER_WAS_RESET
static const NTSTATUS STATUS_GRAPHICS_ADAPTER_WAS_RESET = (NTSTATUS)0xc01e0003;
#pragma pop_macro("STATUS_GRAPHICS_ADAPTER_WAS_RESET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_DRIVER_MODEL")
#undef STATUS_GRAPHICS_INVALID_DRIVER_MODEL
static const NTSTATUS STATUS_GRAPHICS_INVALID_DRIVER_MODEL = (NTSTATUS)0xc01e0004;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_DRIVER_MODEL")
#pragma push_macro("STATUS_GRAPHICS_PRESENT_MODE_CHANGED")
#undef STATUS_GRAPHICS_PRESENT_MODE_CHANGED
static const NTSTATUS STATUS_GRAPHICS_PRESENT_MODE_CHANGED = (NTSTATUS)0xc01e0005;
#pragma pop_macro("STATUS_GRAPHICS_PRESENT_MODE_CHANGED")
#pragma push_macro("STATUS_GRAPHICS_PRESENT_OCCLUDED")
#undef STATUS_GRAPHICS_PRESENT_OCCLUDED
static const NTSTATUS STATUS_GRAPHICS_PRESENT_OCCLUDED = (NTSTATUS)0xc01e0006;
#pragma pop_macro("STATUS_GRAPHICS_PRESENT_OCCLUDED")
#pragma push_macro("STATUS_GRAPHICS_PRESENT_DENIED")
#undef STATUS_GRAPHICS_PRESENT_DENIED
static const NTSTATUS STATUS_GRAPHICS_PRESENT_DENIED = (NTSTATUS)0xc01e0007;
#pragma pop_macro("STATUS_GRAPHICS_PRESENT_DENIED")
#pragma push_macro("STATUS_GRAPHICS_CANNOTCOLORCONVERT")
#undef STATUS_GRAPHICS_CANNOTCOLORCONVERT
static const NTSTATUS STATUS_GRAPHICS_CANNOTCOLORCONVERT = (NTSTATUS)0xc01e0008;
#pragma pop_macro("STATUS_GRAPHICS_CANNOTCOLORCONVERT")
#pragma push_macro("STATUS_GRAPHICS_DRIVER_MISMATCH")
#undef STATUS_GRAPHICS_DRIVER_MISMATCH
static const NTSTATUS STATUS_GRAPHICS_DRIVER_MISMATCH = (NTSTATUS)0xc01e0009;
#pragma pop_macro("STATUS_GRAPHICS_DRIVER_MISMATCH")
#pragma push_macro("STATUS_GRAPHICS_PARTIAL_DATA_POPULATED")
#undef STATUS_GRAPHICS_PARTIAL_DATA_POPULATED
static const NTSTATUS STATUS_GRAPHICS_PARTIAL_DATA_POPULATED = (NTSTATUS)0x401e000a;
#pragma pop_macro("STATUS_GRAPHICS_PARTIAL_DATA_POPULATED")
#pragma push_macro("STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED")
#undef STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED
static const NTSTATUS STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED = (NTSTATUS)0xc01e000b;
#pragma pop_macro("STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED")
#pragma push_macro("STATUS_GRAPHICS_PRESENT_UNOCCLUDED")
#undef STATUS_GRAPHICS_PRESENT_UNOCCLUDED
static const NTSTATUS STATUS_GRAPHICS_PRESENT_UNOCCLUDED = (NTSTATUS)0xc01e000c;
#pragma pop_macro("STATUS_GRAPHICS_PRESENT_UNOCCLUDED")
#pragma push_macro("STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE")
#undef STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE
static const NTSTATUS STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE = (NTSTATUS)0xc01e000d;
#pragma pop_macro("STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE")
#pragma push_macro("STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED")
#undef STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED
static const NTSTATUS STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED = (NTSTATUS)0xc01e000e;
#pragma pop_macro("STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED")
#pragma push_macro("STATUS_GRAPHICS_NO_VIDEO_MEMORY")
#undef STATUS_GRAPHICS_NO_VIDEO_MEMORY
static const NTSTATUS STATUS_GRAPHICS_NO_VIDEO_MEMORY = (NTSTATUS)0xc01e0100;
#pragma pop_macro("STATUS_GRAPHICS_NO_VIDEO_MEMORY")
#pragma push_macro("STATUS_GRAPHICS_CANT_LOCK_MEMORY")
#undef STATUS_GRAPHICS_CANT_LOCK_MEMORY
static const NTSTATUS STATUS_GRAPHICS_CANT_LOCK_MEMORY = (NTSTATUS)0xc01e0101;
#pragma pop_macro("STATUS_GRAPHICS_CANT_LOCK_MEMORY")
#pragma push_macro("STATUS_GRAPHICS_ALLOCATION_BUSY")
#undef STATUS_GRAPHICS_ALLOCATION_BUSY
static const NTSTATUS STATUS_GRAPHICS_ALLOCATION_BUSY = (NTSTATUS)0xc01e0102;
#pragma pop_macro("STATUS_GRAPHICS_ALLOCATION_BUSY")
#pragma push_macro("STATUS_GRAPHICS_TOO_MANY_REFERENCES")
#undef STATUS_GRAPHICS_TOO_MANY_REFERENCES
static const NTSTATUS STATUS_GRAPHICS_TOO_MANY_REFERENCES = (NTSTATUS)0xc01e0103;
#pragma pop_macro("STATUS_GRAPHICS_TOO_MANY_REFERENCES")
#pragma push_macro("STATUS_GRAPHICS_TRY_AGAIN_LATER")
#undef STATUS_GRAPHICS_TRY_AGAIN_LATER
static const NTSTATUS STATUS_GRAPHICS_TRY_AGAIN_LATER = (NTSTATUS)0xc01e0104;
#pragma pop_macro("STATUS_GRAPHICS_TRY_AGAIN_LATER")
#pragma push_macro("STATUS_GRAPHICS_TRY_AGAIN_NOW")
#undef STATUS_GRAPHICS_TRY_AGAIN_NOW
static const NTSTATUS STATUS_GRAPHICS_TRY_AGAIN_NOW = (NTSTATUS)0xc01e0105;
#pragma pop_macro("STATUS_GRAPHICS_TRY_AGAIN_NOW")
#pragma push_macro("STATUS_GRAPHICS_ALLOCATION_INVALID")
#undef STATUS_GRAPHICS_ALLOCATION_INVALID
static const NTSTATUS STATUS_GRAPHICS_ALLOCATION_INVALID = (NTSTATUS)0xc01e0106;
#pragma pop_macro("STATUS_GRAPHICS_ALLOCATION_INVALID")
#pragma push_macro("STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE")
#undef STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE
static const NTSTATUS STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE = (NTSTATUS)0xc01e0107;
#pragma pop_macro("STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE")
#pragma push_macro("STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED")
#undef STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED
static const NTSTATUS STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED = (NTSTATUS)0xc01e0108;
#pragma pop_macro("STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION")
#undef STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION
static const NTSTATUS STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION = (NTSTATUS)0xc01e0109;
#pragma pop_macro("STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION")
#pragma push_macro("STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE")
#undef STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE
static const NTSTATUS STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE = (NTSTATUS)0xc01e0110;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE")
#pragma push_macro("STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION")
#undef STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION
static const NTSTATUS STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION = (NTSTATUS)0xc01e0111;
#pragma pop_macro("STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION")
#pragma push_macro("STATUS_GRAPHICS_ALLOCATION_CLOSED")
#undef STATUS_GRAPHICS_ALLOCATION_CLOSED
static const NTSTATUS STATUS_GRAPHICS_ALLOCATION_CLOSED = (NTSTATUS)0xc01e0112;
#pragma pop_macro("STATUS_GRAPHICS_ALLOCATION_CLOSED")
#pragma push_macro("STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE")
#undef STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE
static const NTSTATUS STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE = (NTSTATUS)0xc01e0113;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE")
#pragma push_macro("STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE")
#undef STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE
static const NTSTATUS STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE = (NTSTATUS)0xc01e0114;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE")
#pragma push_macro("STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE")
#undef STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE
static const NTSTATUS STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE = (NTSTATUS)0xc01e0115;
#pragma pop_macro("STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE")
#pragma push_macro("STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST")
#undef STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST
static const NTSTATUS STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST = (NTSTATUS)0xc01e0116;
#pragma pop_macro("STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST")
#pragma push_macro("STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE")
#undef STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE
static const NTSTATUS STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE = (NTSTATUS)0xc01e0200;
#pragma pop_macro("STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE")
#pragma push_macro("STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION")
#undef STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION
static const NTSTATUS STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION = (NTSTATUS)0x401e0201;
#pragma pop_macro("STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY")
#undef STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY = (NTSTATUS)0xc01e0300;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY")
#pragma push_macro("STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED = (NTSTATUS)0xc01e0301;
#pragma pop_macro("STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED = (NTSTATUS)0xc01e0302;
#pragma pop_macro("STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDPN")
#undef STATUS_GRAPHICS_INVALID_VIDPN
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDPN = (NTSTATUS)0xc01e0303;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDPN")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE")
#undef STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE = (NTSTATUS)0xc01e0304;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET")
#undef STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET = (NTSTATUS)0xc01e0305;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET")
#pragma push_macro("STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED = (NTSTATUS)0xc01e0306;
#pragma pop_macro("STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_MODE_NOT_PINNED")
#undef STATUS_GRAPHICS_MODE_NOT_PINNED
static const NTSTATUS STATUS_GRAPHICS_MODE_NOT_PINNED = (NTSTATUS)0x401e0307;
#pragma pop_macro("STATUS_GRAPHICS_MODE_NOT_PINNED")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET")
#undef STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET = (NTSTATUS)0xc01e0308;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET")
#undef STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET = (NTSTATUS)0xc01e0309;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_FREQUENCY")
#undef STATUS_GRAPHICS_INVALID_FREQUENCY
static const NTSTATUS STATUS_GRAPHICS_INVALID_FREQUENCY = (NTSTATUS)0xc01e030a;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_FREQUENCY")
#pragma push_macro("STATUS_GRAPHICS_INVALID_ACTIVE_REGION")
#undef STATUS_GRAPHICS_INVALID_ACTIVE_REGION
static const NTSTATUS STATUS_GRAPHICS_INVALID_ACTIVE_REGION = (NTSTATUS)0xc01e030b;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_ACTIVE_REGION")
#pragma push_macro("STATUS_GRAPHICS_INVALID_TOTAL_REGION")
#undef STATUS_GRAPHICS_INVALID_TOTAL_REGION
static const NTSTATUS STATUS_GRAPHICS_INVALID_TOTAL_REGION = (NTSTATUS)0xc01e030c;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_TOTAL_REGION")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE")
#undef STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE = (NTSTATUS)0xc01e0310;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE")
#undef STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE = (NTSTATUS)0xc01e0311;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE")
#pragma push_macro("STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET")
#undef STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET
static const NTSTATUS STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET = (NTSTATUS)0xc01e0312;
#pragma pop_macro("STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET")
#pragma push_macro("STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY")
#undef STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY
static const NTSTATUS STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY = (NTSTATUS)0xc01e0313;
#pragma pop_macro("STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY")
#pragma push_macro("STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET")
#undef STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET
static const NTSTATUS STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET = (NTSTATUS)0xc01e0314;
#pragma pop_macro("STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET")
#undef STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET = (NTSTATUS)0xc01e0315;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET")
#undef STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET = (NTSTATUS)0xc01e0316;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET")
#pragma push_macro("STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET")
#undef STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET
static const NTSTATUS STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET = (NTSTATUS)0xc01e0317;
#pragma pop_macro("STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET")
#pragma push_macro("STATUS_GRAPHICS_TARGET_ALREADY_IN_SET")
#undef STATUS_GRAPHICS_TARGET_ALREADY_IN_SET
static const NTSTATUS STATUS_GRAPHICS_TARGET_ALREADY_IN_SET = (NTSTATUS)0xc01e0318;
#pragma pop_macro("STATUS_GRAPHICS_TARGET_ALREADY_IN_SET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH")
#undef STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH = (NTSTATUS)0xc01e0319;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH")
#pragma push_macro("STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY")
#undef STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY
static const NTSTATUS STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY = (NTSTATUS)0xc01e031a;
#pragma pop_macro("STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET")
#undef STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET
static const NTSTATUS STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET = (NTSTATUS)0xc01e031b;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE")
#undef STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE
static const NTSTATUS STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE = (NTSTATUS)0xc01e031c;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE")
#pragma push_macro("STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET")
#undef STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET
static const NTSTATUS STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET = (NTSTATUS)0xc01e031d;
#pragma pop_macro("STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET")
#pragma push_macro("STATUS_GRAPHICS_NO_PREFERRED_MODE")
#undef STATUS_GRAPHICS_NO_PREFERRED_MODE
static const NTSTATUS STATUS_GRAPHICS_NO_PREFERRED_MODE = (NTSTATUS)0x401e031e;
#pragma pop_macro("STATUS_GRAPHICS_NO_PREFERRED_MODE")
#pragma push_macro("STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET")
#undef STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET
static const NTSTATUS STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET = (NTSTATUS)0xc01e031f;
#pragma pop_macro("STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET")
#pragma push_macro("STATUS_GRAPHICS_STALE_MODESET")
#undef STATUS_GRAPHICS_STALE_MODESET
static const NTSTATUS STATUS_GRAPHICS_STALE_MODESET = (NTSTATUS)0xc01e0320;
#pragma pop_macro("STATUS_GRAPHICS_STALE_MODESET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET")
#undef STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET
static const NTSTATUS STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET = (NTSTATUS)0xc01e0321;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE")
#undef STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE
static const NTSTATUS STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE = (NTSTATUS)0xc01e0322;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE")
#pragma push_macro("STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN")
#undef STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN
static const NTSTATUS STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN = (NTSTATUS)0xc01e0323;
#pragma pop_macro("STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN")
#pragma push_macro("STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE")
#undef STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE
static const NTSTATUS STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE = (NTSTATUS)0xc01e0324;
#pragma pop_macro("STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE")
#pragma push_macro("STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION")
#undef STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION
static const NTSTATUS STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION = (NTSTATUS)0xc01e0325;
#pragma pop_macro("STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION")
#pragma push_macro("STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES")
#undef STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES
static const NTSTATUS STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES = (NTSTATUS)0xc01e0326;
#pragma pop_macro("STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES")
#pragma push_macro("STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY")
#undef STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY
static const NTSTATUS STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY = (NTSTATUS)0xc01e0327;
#pragma pop_macro("STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY")
#pragma push_macro("STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE")
#undef STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE
static const NTSTATUS STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE = (NTSTATUS)0xc01e0328;
#pragma pop_macro("STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE")
#pragma push_macro("STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET")
#undef STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET
static const NTSTATUS STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET = (NTSTATUS)0xc01e0329;
#pragma pop_macro("STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET")
#undef STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET
static const NTSTATUS STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET = (NTSTATUS)0xc01e032a;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR")
#undef STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR
static const NTSTATUS STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR = (NTSTATUS)0xc01e032b;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR")
#pragma push_macro("STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET")
#undef STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET
static const NTSTATUS STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET = (NTSTATUS)0xc01e032c;
#pragma pop_macro("STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET")
#pragma push_macro("STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET")
#undef STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET
static const NTSTATUS STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET = (NTSTATUS)0xc01e032d;
#pragma pop_macro("STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET")
#pragma push_macro("STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE")
#undef STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE
static const NTSTATUS STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE = (NTSTATUS)0xc01e032e;
#pragma pop_macro("STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE")
#undef STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE = (NTSTATUS)0xc01e032f;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE")
#pragma push_macro("STATUS_GRAPHICS_RESOURCES_NOT_RELATED")
#undef STATUS_GRAPHICS_RESOURCES_NOT_RELATED
static const NTSTATUS STATUS_GRAPHICS_RESOURCES_NOT_RELATED = (NTSTATUS)0xc01e0330;
#pragma pop_macro("STATUS_GRAPHICS_RESOURCES_NOT_RELATED")
#pragma push_macro("STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE")
#undef STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE
static const NTSTATUS STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE = (NTSTATUS)0xc01e0331;
#pragma pop_macro("STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE")
#pragma push_macro("STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE")
#undef STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE
static const NTSTATUS STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE = (NTSTATUS)0xc01e0332;
#pragma pop_macro("STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE")
#pragma push_macro("STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET")
#undef STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET
static const NTSTATUS STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET = (NTSTATUS)0xc01e0333;
#pragma pop_macro("STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET")
#pragma push_macro("STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER")
#undef STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER
static const NTSTATUS STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER = (NTSTATUS)0xc01e0334;
#pragma pop_macro("STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER")
#pragma push_macro("STATUS_GRAPHICS_NO_VIDPNMGR")
#undef STATUS_GRAPHICS_NO_VIDPNMGR
static const NTSTATUS STATUS_GRAPHICS_NO_VIDPNMGR = (NTSTATUS)0xc01e0335;
#pragma pop_macro("STATUS_GRAPHICS_NO_VIDPNMGR")
#pragma push_macro("STATUS_GRAPHICS_NO_ACTIVE_VIDPN")
#undef STATUS_GRAPHICS_NO_ACTIVE_VIDPN
static const NTSTATUS STATUS_GRAPHICS_NO_ACTIVE_VIDPN = (NTSTATUS)0xc01e0336;
#pragma pop_macro("STATUS_GRAPHICS_NO_ACTIVE_VIDPN")
#pragma push_macro("STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY")
#undef STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY
static const NTSTATUS STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY = (NTSTATUS)0xc01e0337;
#pragma pop_macro("STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY")
#pragma push_macro("STATUS_GRAPHICS_MONITOR_NOT_CONNECTED")
#undef STATUS_GRAPHICS_MONITOR_NOT_CONNECTED
static const NTSTATUS STATUS_GRAPHICS_MONITOR_NOT_CONNECTED = (NTSTATUS)0xc01e0338;
#pragma pop_macro("STATUS_GRAPHICS_MONITOR_NOT_CONNECTED")
#pragma push_macro("STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY")
#undef STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY
static const NTSTATUS STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY = (NTSTATUS)0xc01e0339;
#pragma pop_macro("STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY")
#pragma push_macro("STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE")
#undef STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE
static const NTSTATUS STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE = (NTSTATUS)0xc01e033a;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE")
#undef STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE
static const NTSTATUS STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE = (NTSTATUS)0xc01e033b;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE")
#pragma push_macro("STATUS_GRAPHICS_INVALID_STRIDE")
#undef STATUS_GRAPHICS_INVALID_STRIDE
static const NTSTATUS STATUS_GRAPHICS_INVALID_STRIDE = (NTSTATUS)0xc01e033c;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_STRIDE")
#pragma push_macro("STATUS_GRAPHICS_INVALID_PIXELFORMAT")
#undef STATUS_GRAPHICS_INVALID_PIXELFORMAT
static const NTSTATUS STATUS_GRAPHICS_INVALID_PIXELFORMAT = (NTSTATUS)0xc01e033d;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_PIXELFORMAT")
#pragma push_macro("STATUS_GRAPHICS_INVALID_COLORBASIS")
#undef STATUS_GRAPHICS_INVALID_COLORBASIS
static const NTSTATUS STATUS_GRAPHICS_INVALID_COLORBASIS = (NTSTATUS)0xc01e033e;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_COLORBASIS")
#pragma push_macro("STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE")
#undef STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE
static const NTSTATUS STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE = (NTSTATUS)0xc01e033f;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE")
#pragma push_macro("STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY")
#undef STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY
static const NTSTATUS STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY = (NTSTATUS)0xc01e0340;
#pragma pop_macro("STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY")
#pragma push_macro("STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT")
#undef STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT
static const NTSTATUS STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT = (NTSTATUS)0xc01e0341;
#pragma pop_macro("STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT")
#pragma push_macro("STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE")
#undef STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE
static const NTSTATUS STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE = (NTSTATUS)0xc01e0342;
#pragma pop_macro("STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE")
#pragma push_macro("STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN")
#undef STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN
static const NTSTATUS STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN = (NTSTATUS)0xc01e0343;
#pragma pop_macro("STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN")
#pragma push_macro("STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL")
#undef STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL
static const NTSTATUS STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL = (NTSTATUS)0xc01e0344;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL")
#pragma push_macro("STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION")
#undef STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION
static const NTSTATUS STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION = (NTSTATUS)0xc01e0345;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION")
#pragma push_macro("STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED = (NTSTATUS)0xc01e0346;
#pragma pop_macro("STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_INVALID_GAMMA_RAMP")
#undef STATUS_GRAPHICS_INVALID_GAMMA_RAMP
static const NTSTATUS STATUS_GRAPHICS_INVALID_GAMMA_RAMP = (NTSTATUS)0xc01e0347;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_GAMMA_RAMP")
#pragma push_macro("STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED = (NTSTATUS)0xc01e0348;
#pragma pop_macro("STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED = (NTSTATUS)0xc01e0349;
#pragma pop_macro("STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_MODE_NOT_IN_MODESET")
#undef STATUS_GRAPHICS_MODE_NOT_IN_MODESET
static const NTSTATUS STATUS_GRAPHICS_MODE_NOT_IN_MODESET = (NTSTATUS)0xc01e034a;
#pragma pop_macro("STATUS_GRAPHICS_MODE_NOT_IN_MODESET")
#pragma push_macro("STATUS_GRAPHICS_DATASET_IS_EMPTY")
#undef STATUS_GRAPHICS_DATASET_IS_EMPTY
static const NTSTATUS STATUS_GRAPHICS_DATASET_IS_EMPTY = (NTSTATUS)0x401e034b;
#pragma pop_macro("STATUS_GRAPHICS_DATASET_IS_EMPTY")
#pragma push_macro("STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET")
#undef STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET
static const NTSTATUS STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET = (NTSTATUS)0x401e034c;
#pragma pop_macro("STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET")
#pragma push_macro("STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON")
#undef STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON
static const NTSTATUS STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON = (NTSTATUS)0xc01e034d;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON")
#pragma push_macro("STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE")
#undef STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE
static const NTSTATUS STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE = (NTSTATUS)0xc01e034e;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE")
#pragma push_macro("STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE")
#undef STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE
static const NTSTATUS STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE = (NTSTATUS)0xc01e034f;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE")
#pragma push_macro("STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS")
#undef STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS
static const NTSTATUS STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS = (NTSTATUS)0xc01e0350;
#pragma pop_macro("STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS")
#pragma push_macro("STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED")
#undef STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED
static const NTSTATUS STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED = (NTSTATUS)0x401e0351;
#pragma pop_macro("STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED")
#pragma push_macro("STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING")
#undef STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING
static const NTSTATUS STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING = (NTSTATUS)0xc01e0352;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING")
#pragma push_macro("STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED")
#undef STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED
static const NTSTATUS STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED = (NTSTATUS)0xc01e0353;
#pragma pop_macro("STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED")
#pragma push_macro("STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS")
#undef STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS
static const NTSTATUS STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS = (NTSTATUS)0xc01e0354;
#pragma pop_macro("STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS")
#pragma push_macro("STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT")
#undef STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT
static const NTSTATUS STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT = (NTSTATUS)0xc01e0355;
#pragma pop_macro("STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM")
#undef STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM
static const NTSTATUS STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM = (NTSTATUS)0xc01e0356;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN")
#undef STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN
static const NTSTATUS STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN = (NTSTATUS)0xc01e0357;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN")
#pragma push_macro("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT")
#undef STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT
static const NTSTATUS STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT = (NTSTATUS)0xc01e0358;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT")
#pragma push_macro("STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED")
#undef STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED
static const NTSTATUS STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED = (NTSTATUS)0xc01e0359;
#pragma pop_macro("STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED")
#pragma push_macro("STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION")
#undef STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION
static const NTSTATUS STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION = (NTSTATUS)0xc01e035a;
#pragma pop_macro("STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION")
#pragma push_macro("STATUS_GRAPHICS_INVALID_CLIENT_TYPE")
#undef STATUS_GRAPHICS_INVALID_CLIENT_TYPE
static const NTSTATUS STATUS_GRAPHICS_INVALID_CLIENT_TYPE = (NTSTATUS)0xc01e035b;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_CLIENT_TYPE")
#pragma push_macro("STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET")
#undef STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET
static const NTSTATUS STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET = (NTSTATUS)0xc01e035c;
#pragma pop_macro("STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET")
#pragma push_macro("STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED")
#undef STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED
static const NTSTATUS STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED = (NTSTATUS)0xc01e0400;
#pragma pop_macro("STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED")
#pragma push_macro("STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED = (NTSTATUS)0xc01e0401;
#pragma pop_macro("STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS")
#undef STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS
static const NTSTATUS STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS = (NTSTATUS)0x401e042f;
#pragma pop_macro("STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS")
#pragma push_macro("STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER")
#undef STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER
static const NTSTATUS STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER = (NTSTATUS)0xc01e0430;
#pragma pop_macro("STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER")
#pragma push_macro("STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED")
#undef STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED
static const NTSTATUS STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED = (NTSTATUS)0xc01e0431;
#pragma pop_macro("STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED")
#pragma push_macro("STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED")
#undef STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED
static const NTSTATUS STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED = (NTSTATUS)0xc01e0432;
#pragma pop_macro("STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED")
#pragma push_macro("STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY")
#undef STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY
static const NTSTATUS STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY = (NTSTATUS)0xc01e0433;
#pragma pop_macro("STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY")
#pragma push_macro("STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED")
#undef STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED
static const NTSTATUS STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED = (NTSTATUS)0xc01e0434;
#pragma pop_macro("STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED")
#pragma push_macro("STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON")
#undef STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON
static const NTSTATUS STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON = (NTSTATUS)0xc01e0435;
#pragma pop_macro("STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON")
#pragma push_macro("STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE")
#undef STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE
static const NTSTATUS STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE = (NTSTATUS)0xc01e0436;
#pragma pop_macro("STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE")
#pragma push_macro("STATUS_GRAPHICS_LEADLINK_START_DEFERRED")
#undef STATUS_GRAPHICS_LEADLINK_START_DEFERRED
static const NTSTATUS STATUS_GRAPHICS_LEADLINK_START_DEFERRED = (NTSTATUS)0x401e0437;
#pragma pop_macro("STATUS_GRAPHICS_LEADLINK_START_DEFERRED")
#pragma push_macro("STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER")
#undef STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER
static const NTSTATUS STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER = (NTSTATUS)0xc01e0438;
#pragma pop_macro("STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER")
#pragma push_macro("STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY")
#undef STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY
static const NTSTATUS STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY = (NTSTATUS)0x401e0439;
#pragma pop_macro("STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY")
#pragma push_macro("STATUS_GRAPHICS_START_DEFERRED")
#undef STATUS_GRAPHICS_START_DEFERRED
static const NTSTATUS STATUS_GRAPHICS_START_DEFERRED = (NTSTATUS)0x401e043a;
#pragma pop_macro("STATUS_GRAPHICS_START_DEFERRED")
#pragma push_macro("STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED")
#undef STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED
static const NTSTATUS STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED = (NTSTATUS)0xc01e043b;
#pragma pop_macro("STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED")
#pragma push_macro("STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS")
#undef STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS
static const NTSTATUS STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS = (NTSTATUS)0x401e043c;
#pragma pop_macro("STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS")
#pragma push_macro("STATUS_GRAPHICS_OPM_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_OPM_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_OPM_NOT_SUPPORTED = (NTSTATUS)0xc01e0500;
#pragma pop_macro("STATUS_GRAPHICS_OPM_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_COPP_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_COPP_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_COPP_NOT_SUPPORTED = (NTSTATUS)0xc01e0501;
#pragma pop_macro("STATUS_GRAPHICS_COPP_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_UAB_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_UAB_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_UAB_NOT_SUPPORTED = (NTSTATUS)0xc01e0502;
#pragma pop_macro("STATUS_GRAPHICS_UAB_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS")
#undef STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS
static const NTSTATUS STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS = (NTSTATUS)0xc01e0503;
#pragma pop_macro("STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS")
#pragma push_macro("STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST")
#undef STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST
static const NTSTATUS STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST = (NTSTATUS)0xc01e0505;
#pragma pop_macro("STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST")
#pragma push_macro("STATUS_GRAPHICS_OPM_INTERNAL_ERROR")
#undef STATUS_GRAPHICS_OPM_INTERNAL_ERROR
static const NTSTATUS STATUS_GRAPHICS_OPM_INTERNAL_ERROR = (NTSTATUS)0xc01e050b;
#pragma pop_macro("STATUS_GRAPHICS_OPM_INTERNAL_ERROR")
#pragma push_macro("STATUS_GRAPHICS_OPM_INVALID_HANDLE")
#undef STATUS_GRAPHICS_OPM_INVALID_HANDLE
static const NTSTATUS STATUS_GRAPHICS_OPM_INVALID_HANDLE = (NTSTATUS)0xc01e050c;
#pragma pop_macro("STATUS_GRAPHICS_OPM_INVALID_HANDLE")
#pragma push_macro("STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH")
#undef STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH
static const NTSTATUS STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH = (NTSTATUS)0xc01e050e;
#pragma pop_macro("STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH")
#pragma push_macro("STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED")
#undef STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED
static const NTSTATUS STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED = (NTSTATUS)0xc01e050f;
#pragma pop_macro("STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED")
#pragma push_macro("STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED")
#undef STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED
static const NTSTATUS STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED = (NTSTATUS)0xc01e0510;
#pragma pop_macro("STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED")
#pragma push_macro("STATUS_GRAPHICS_PVP_HFS_FAILED")
#undef STATUS_GRAPHICS_PVP_HFS_FAILED
static const NTSTATUS STATUS_GRAPHICS_PVP_HFS_FAILED = (NTSTATUS)0xc01e0511;
#pragma pop_macro("STATUS_GRAPHICS_PVP_HFS_FAILED")
#pragma push_macro("STATUS_GRAPHICS_OPM_INVALID_SRM")
#undef STATUS_GRAPHICS_OPM_INVALID_SRM
static const NTSTATUS STATUS_GRAPHICS_OPM_INVALID_SRM = (NTSTATUS)0xc01e0512;
#pragma pop_macro("STATUS_GRAPHICS_OPM_INVALID_SRM")
#pragma push_macro("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP")
#undef STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP
static const NTSTATUS STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP = (NTSTATUS)0xc01e0513;
#pragma pop_macro("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP")
#pragma push_macro("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP")
#undef STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP
static const NTSTATUS STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP = (NTSTATUS)0xc01e0514;
#pragma pop_macro("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP")
#pragma push_macro("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA")
#undef STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA
static const NTSTATUS STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA = (NTSTATUS)0xc01e0515;
#pragma pop_macro("STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA")
#pragma push_macro("STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET")
#undef STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET
static const NTSTATUS STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET = (NTSTATUS)0xc01e0516;
#pragma pop_macro("STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET")
#pragma push_macro("STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH")
#undef STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH
static const NTSTATUS STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH = (NTSTATUS)0xc01e0517;
#pragma pop_macro("STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH")
#pragma push_macro("STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE")
#undef STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE
static const NTSTATUS STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE = (NTSTATUS)0xc01e0518;
#pragma pop_macro("STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE")
#pragma push_macro("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS")
#undef STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS
static const NTSTATUS STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS = (NTSTATUS)0xc01e051a;
#pragma pop_macro("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS")
#pragma push_macro("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS")
#undef STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS
static const NTSTATUS STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS = (NTSTATUS)0xc01e051c;
#pragma pop_macro("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS")
#pragma push_macro("STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST")
#undef STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST
static const NTSTATUS STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST = (NTSTATUS)0xc01e051d;
#pragma pop_macro("STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST")
#pragma push_macro("STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR")
#undef STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR
static const NTSTATUS STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR = (NTSTATUS)0xc01e051e;
#pragma pop_macro("STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR")
#pragma push_macro("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS")
#undef STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS
static const NTSTATUS STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS = (NTSTATUS)0xc01e051f;
#pragma pop_macro("STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS")
#pragma push_macro("STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED = (NTSTATUS)0xc01e0520;
#pragma pop_macro("STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST")
#undef STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST
static const NTSTATUS STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST = (NTSTATUS)0xc01e0521;
#pragma pop_macro("STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST")
#pragma push_macro("STATUS_GRAPHICS_I2C_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_I2C_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_I2C_NOT_SUPPORTED = (NTSTATUS)0xc01e0580;
#pragma pop_macro("STATUS_GRAPHICS_I2C_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST")
#undef STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST
static const NTSTATUS STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST = (NTSTATUS)0xc01e0581;
#pragma pop_macro("STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST")
#pragma push_macro("STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA")
#undef STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA
static const NTSTATUS STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA = (NTSTATUS)0xc01e0582;
#pragma pop_macro("STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA")
#pragma push_macro("STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA")
#undef STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA
static const NTSTATUS STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA = (NTSTATUS)0xc01e0583;
#pragma pop_macro("STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA")
#pragma push_macro("STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED = (NTSTATUS)0xc01e0584;
#pragma pop_macro("STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_DDCCI_INVALID_DATA")
#undef STATUS_GRAPHICS_DDCCI_INVALID_DATA
static const NTSTATUS STATUS_GRAPHICS_DDCCI_INVALID_DATA = (NTSTATUS)0xc01e0585;
#pragma pop_macro("STATUS_GRAPHICS_DDCCI_INVALID_DATA")
#pragma push_macro("STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE")
#undef STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE
static const NTSTATUS STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE = (NTSTATUS)0xc01e0586;
#pragma pop_macro("STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE")
#pragma push_macro("STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING")
#undef STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING
static const NTSTATUS STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING = (NTSTATUS)0xc01e0587;
#pragma pop_macro("STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING")
#pragma push_macro("STATUS_GRAPHICS_MCA_INTERNAL_ERROR")
#undef STATUS_GRAPHICS_MCA_INTERNAL_ERROR
static const NTSTATUS STATUS_GRAPHICS_MCA_INTERNAL_ERROR = (NTSTATUS)0xc01e0588;
#pragma pop_macro("STATUS_GRAPHICS_MCA_INTERNAL_ERROR")
#pragma push_macro("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND")
#undef STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND
static const NTSTATUS STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND = (NTSTATUS)0xc01e0589;
#pragma pop_macro("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND")
#pragma push_macro("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH")
#undef STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH
static const NTSTATUS STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH = (NTSTATUS)0xc01e058a;
#pragma pop_macro("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH")
#pragma push_macro("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM")
#undef STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM
static const NTSTATUS STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM = (NTSTATUS)0xc01e058b;
#pragma pop_macro("STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM")
#pragma push_macro("STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE")
#undef STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE
static const NTSTATUS STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE = (NTSTATUS)0xc01e058c;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE")
#pragma push_macro("STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS")
#undef STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS
static const NTSTATUS STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS = (NTSTATUS)0xc01e058d;
#pragma pop_macro("STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS")
#pragma push_macro("STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED")
#undef STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED = (NTSTATUS)0xc01e05e0;
#pragma pop_macro("STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME")
#undef STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME
static const NTSTATUS STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME = (NTSTATUS)0xc01e05e1;
#pragma pop_macro("STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME")
#pragma push_macro("STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP")
#undef STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP
static const NTSTATUS STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP = (NTSTATUS)0xc01e05e2;
#pragma pop_macro("STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP")
#pragma push_macro("STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED")
#undef STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED
static const NTSTATUS STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED = (NTSTATUS)0xc01e05e3;
#pragma pop_macro("STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED")
#pragma push_macro("STATUS_GRAPHICS_INVALID_POINTER")
#undef STATUS_GRAPHICS_INVALID_POINTER
static const NTSTATUS STATUS_GRAPHICS_INVALID_POINTER = (NTSTATUS)0xc01e05e4;
#pragma pop_macro("STATUS_GRAPHICS_INVALID_POINTER")
#pragma push_macro("STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE")
#undef STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE
static const NTSTATUS STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE = (NTSTATUS)0xc01e05e5;
#pragma pop_macro("STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE")
#pragma push_macro("STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL")
#undef STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL
static const NTSTATUS STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL = (NTSTATUS)0xc01e05e6;
#pragma pop_macro("STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL")
#pragma push_macro("STATUS_GRAPHICS_INTERNAL_ERROR")
#undef STATUS_GRAPHICS_INTERNAL_ERROR
static const NTSTATUS STATUS_GRAPHICS_INTERNAL_ERROR = (NTSTATUS)0xc01e05e7;
#pragma pop_macro("STATUS_GRAPHICS_INTERNAL_ERROR")
#pragma push_macro("STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS")
#undef STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS
static const NTSTATUS STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS = (NTSTATUS)0xc01e05e8;
#pragma pop_macro("STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS")
#pragma push_macro("STATUS_FVE_LOCKED_VOLUME")
#undef STATUS_FVE_LOCKED_VOLUME
static const NTSTATUS STATUS_FVE_LOCKED_VOLUME = (NTSTATUS)0xc0210000;
#pragma pop_macro("STATUS_FVE_LOCKED_VOLUME")
#pragma push_macro("STATUS_FVE_NOT_ENCRYPTED")
#undef STATUS_FVE_NOT_ENCRYPTED
static const NTSTATUS STATUS_FVE_NOT_ENCRYPTED = (NTSTATUS)0xc0210001;
#pragma pop_macro("STATUS_FVE_NOT_ENCRYPTED")
#pragma push_macro("STATUS_FVE_BAD_INFORMATION")
#undef STATUS_FVE_BAD_INFORMATION
static const NTSTATUS STATUS_FVE_BAD_INFORMATION = (NTSTATUS)0xc0210002;
#pragma pop_macro("STATUS_FVE_BAD_INFORMATION")
#pragma push_macro("STATUS_FVE_TOO_SMALL")
#undef STATUS_FVE_TOO_SMALL
static const NTSTATUS STATUS_FVE_TOO_SMALL = (NTSTATUS)0xc0210003;
#pragma pop_macro("STATUS_FVE_TOO_SMALL")
#pragma push_macro("STATUS_FVE_FAILED_WRONG_FS")
#undef STATUS_FVE_FAILED_WRONG_FS
static const NTSTATUS STATUS_FVE_FAILED_WRONG_FS = (NTSTATUS)0xc0210004;
#pragma pop_macro("STATUS_FVE_FAILED_WRONG_FS")
#pragma push_macro("STATUS_FVE_BAD_PARTITION_SIZE")
#undef STATUS_FVE_BAD_PARTITION_SIZE
static const NTSTATUS STATUS_FVE_BAD_PARTITION_SIZE = (NTSTATUS)0xc0210005;
#pragma pop_macro("STATUS_FVE_BAD_PARTITION_SIZE")
#pragma push_macro("STATUS_FVE_FS_NOT_EXTENDED")
#undef STATUS_FVE_FS_NOT_EXTENDED
static const NTSTATUS STATUS_FVE_FS_NOT_EXTENDED = (NTSTATUS)0xc0210006;
#pragma pop_macro("STATUS_FVE_FS_NOT_EXTENDED")
#pragma push_macro("STATUS_FVE_FS_MOUNTED")
#undef STATUS_FVE_FS_MOUNTED
static const NTSTATUS STATUS_FVE_FS_MOUNTED = (NTSTATUS)0xc0210007;
#pragma pop_macro("STATUS_FVE_FS_MOUNTED")
#pragma push_macro("STATUS_FVE_NO_LICENSE")
#undef STATUS_FVE_NO_LICENSE
static const NTSTATUS STATUS_FVE_NO_LICENSE = (NTSTATUS)0xc0210008;
#pragma pop_macro("STATUS_FVE_NO_LICENSE")
#pragma push_macro("STATUS_FVE_ACTION_NOT_ALLOWED")
#undef STATUS_FVE_ACTION_NOT_ALLOWED
static const NTSTATUS STATUS_FVE_ACTION_NOT_ALLOWED = (NTSTATUS)0xc0210009;
#pragma pop_macro("STATUS_FVE_ACTION_NOT_ALLOWED")
#pragma push_macro("STATUS_FVE_BAD_DATA")
#undef STATUS_FVE_BAD_DATA
static const NTSTATUS STATUS_FVE_BAD_DATA = (NTSTATUS)0xc021000a;
#pragma pop_macro("STATUS_FVE_BAD_DATA")
#pragma push_macro("STATUS_FVE_VOLUME_NOT_BOUND")
#undef STATUS_FVE_VOLUME_NOT_BOUND
static const NTSTATUS STATUS_FVE_VOLUME_NOT_BOUND = (NTSTATUS)0xc021000b;
#pragma pop_macro("STATUS_FVE_VOLUME_NOT_BOUND")
#pragma push_macro("STATUS_FVE_NOT_DATA_VOLUME")
#undef STATUS_FVE_NOT_DATA_VOLUME
static const NTSTATUS STATUS_FVE_NOT_DATA_VOLUME = (NTSTATUS)0xc021000c;
#pragma pop_macro("STATUS_FVE_NOT_DATA_VOLUME")
#pragma push_macro("STATUS_FVE_CONV_READ_ERROR")
#undef STATUS_FVE_CONV_READ_ERROR
static const NTSTATUS STATUS_FVE_CONV_READ_ERROR = (NTSTATUS)0xc021000d;
#pragma pop_macro("STATUS_FVE_CONV_READ_ERROR")
#pragma push_macro("STATUS_FVE_CONV_WRITE_ERROR")
#undef STATUS_FVE_CONV_WRITE_ERROR
static const NTSTATUS STATUS_FVE_CONV_WRITE_ERROR = (NTSTATUS)0xc021000e;
#pragma pop_macro("STATUS_FVE_CONV_WRITE_ERROR")
#pragma push_macro("STATUS_FVE_OVERLAPPED_UPDATE")
#undef STATUS_FVE_OVERLAPPED_UPDATE
static const NTSTATUS STATUS_FVE_OVERLAPPED_UPDATE = (NTSTATUS)0xc021000f;
#pragma pop_macro("STATUS_FVE_OVERLAPPED_UPDATE")
#pragma push_macro("STATUS_FVE_FAILED_SECTOR_SIZE")
#undef STATUS_FVE_FAILED_SECTOR_SIZE
static const NTSTATUS STATUS_FVE_FAILED_SECTOR_SIZE = (NTSTATUS)0xc0210010;
#pragma pop_macro("STATUS_FVE_FAILED_SECTOR_SIZE")
#pragma push_macro("STATUS_FVE_FAILED_AUTHENTICATION")
#undef STATUS_FVE_FAILED_AUTHENTICATION
static const NTSTATUS STATUS_FVE_FAILED_AUTHENTICATION = (NTSTATUS)0xc0210011;
#pragma pop_macro("STATUS_FVE_FAILED_AUTHENTICATION")
#pragma push_macro("STATUS_FVE_NOT_OS_VOLUME")
#undef STATUS_FVE_NOT_OS_VOLUME
static const NTSTATUS STATUS_FVE_NOT_OS_VOLUME = (NTSTATUS)0xc0210012;
#pragma pop_macro("STATUS_FVE_NOT_OS_VOLUME")
#pragma push_macro("STATUS_FVE_KEYFILE_NOT_FOUND")
#undef STATUS_FVE_KEYFILE_NOT_FOUND
static const NTSTATUS STATUS_FVE_KEYFILE_NOT_FOUND = (NTSTATUS)0xc0210013;
#pragma pop_macro("STATUS_FVE_KEYFILE_NOT_FOUND")
#pragma push_macro("STATUS_FVE_KEYFILE_INVALID")
#undef STATUS_FVE_KEYFILE_INVALID
static const NTSTATUS STATUS_FVE_KEYFILE_INVALID = (NTSTATUS)0xc0210014;
#pragma pop_macro("STATUS_FVE_KEYFILE_INVALID")
#pragma push_macro("STATUS_FVE_KEYFILE_NO_VMK")
#undef STATUS_FVE_KEYFILE_NO_VMK
static const NTSTATUS STATUS_FVE_KEYFILE_NO_VMK = (NTSTATUS)0xc0210015;
#pragma pop_macro("STATUS_FVE_KEYFILE_NO_VMK")
#pragma push_macro("STATUS_FVE_TPM_DISABLED")
#undef STATUS_FVE_TPM_DISABLED
static const NTSTATUS STATUS_FVE_TPM_DISABLED = (NTSTATUS)0xc0210016;
#pragma pop_macro("STATUS_FVE_TPM_DISABLED")
#pragma push_macro("STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO")
#undef STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO
static const NTSTATUS STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO = (NTSTATUS)0xc0210017;
#pragma pop_macro("STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO")
#pragma push_macro("STATUS_FVE_TPM_INVALID_PCR")
#undef STATUS_FVE_TPM_INVALID_PCR
static const NTSTATUS STATUS_FVE_TPM_INVALID_PCR = (NTSTATUS)0xc0210018;
#pragma pop_macro("STATUS_FVE_TPM_INVALID_PCR")
#pragma push_macro("STATUS_FVE_TPM_NO_VMK")
#undef STATUS_FVE_TPM_NO_VMK
static const NTSTATUS STATUS_FVE_TPM_NO_VMK = (NTSTATUS)0xc0210019;
#pragma pop_macro("STATUS_FVE_TPM_NO_VMK")
#pragma push_macro("STATUS_FVE_PIN_INVALID")
#undef STATUS_FVE_PIN_INVALID
static const NTSTATUS STATUS_FVE_PIN_INVALID = (NTSTATUS)0xc021001a;
#pragma pop_macro("STATUS_FVE_PIN_INVALID")
#pragma push_macro("STATUS_FVE_AUTH_INVALID_APPLICATION")
#undef STATUS_FVE_AUTH_INVALID_APPLICATION
static const NTSTATUS STATUS_FVE_AUTH_INVALID_APPLICATION = (NTSTATUS)0xc021001b;
#pragma pop_macro("STATUS_FVE_AUTH_INVALID_APPLICATION")
#pragma push_macro("STATUS_FVE_AUTH_INVALID_CONFIG")
#undef STATUS_FVE_AUTH_INVALID_CONFIG
static const NTSTATUS STATUS_FVE_AUTH_INVALID_CONFIG = (NTSTATUS)0xc021001c;
#pragma pop_macro("STATUS_FVE_AUTH_INVALID_CONFIG")
#pragma push_macro("STATUS_FVE_DEBUGGER_ENABLED")
#undef STATUS_FVE_DEBUGGER_ENABLED
static const NTSTATUS STATUS_FVE_DEBUGGER_ENABLED = (NTSTATUS)0xc021001d;
#pragma pop_macro("STATUS_FVE_DEBUGGER_ENABLED")
#pragma push_macro("STATUS_FVE_DRY_RUN_FAILED")
#undef STATUS_FVE_DRY_RUN_FAILED
static const NTSTATUS STATUS_FVE_DRY_RUN_FAILED = (NTSTATUS)0xc021001e;
#pragma pop_macro("STATUS_FVE_DRY_RUN_FAILED")
#pragma push_macro("STATUS_FVE_BAD_METADATA_POINTER")
#undef STATUS_FVE_BAD_METADATA_POINTER
static const NTSTATUS STATUS_FVE_BAD_METADATA_POINTER = (NTSTATUS)0xc021001f;
#pragma pop_macro("STATUS_FVE_BAD_METADATA_POINTER")
#pragma push_macro("STATUS_FVE_OLD_METADATA_COPY")
#undef STATUS_FVE_OLD_METADATA_COPY
static const NTSTATUS STATUS_FVE_OLD_METADATA_COPY = (NTSTATUS)0xc0210020;
#pragma pop_macro("STATUS_FVE_OLD_METADATA_COPY")
#pragma push_macro("STATUS_FVE_REBOOT_REQUIRED")
#undef STATUS_FVE_REBOOT_REQUIRED
static const NTSTATUS STATUS_FVE_REBOOT_REQUIRED = (NTSTATUS)0xc0210021;
#pragma pop_macro("STATUS_FVE_REBOOT_REQUIRED")
#pragma push_macro("STATUS_FVE_RAW_ACCESS")
#undef STATUS_FVE_RAW_ACCESS
static const NTSTATUS STATUS_FVE_RAW_ACCESS = (NTSTATUS)0xc0210022;
#pragma pop_macro("STATUS_FVE_RAW_ACCESS")
#pragma push_macro("STATUS_FVE_RAW_BLOCKED")
#undef STATUS_FVE_RAW_BLOCKED
static const NTSTATUS STATUS_FVE_RAW_BLOCKED = (NTSTATUS)0xc0210023;
#pragma pop_macro("STATUS_FVE_RAW_BLOCKED")
#pragma push_macro("STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY")
#undef STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY
static const NTSTATUS STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY = (NTSTATUS)0xc0210024;
#pragma pop_macro("STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY")
#pragma push_macro("STATUS_FVE_MOR_FAILED")
#undef STATUS_FVE_MOR_FAILED
static const NTSTATUS STATUS_FVE_MOR_FAILED = (NTSTATUS)0xc0210025;
#pragma pop_macro("STATUS_FVE_MOR_FAILED")
#pragma push_macro("STATUS_FVE_NO_FEATURE_LICENSE")
#undef STATUS_FVE_NO_FEATURE_LICENSE
static const NTSTATUS STATUS_FVE_NO_FEATURE_LICENSE = (NTSTATUS)0xc0210026;
#pragma pop_macro("STATUS_FVE_NO_FEATURE_LICENSE")
#pragma push_macro("STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED")
#undef STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED
static const NTSTATUS STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED = (NTSTATUS)0xc0210027;
#pragma pop_macro("STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED")
#pragma push_macro("STATUS_FVE_CONV_RECOVERY_FAILED")
#undef STATUS_FVE_CONV_RECOVERY_FAILED
static const NTSTATUS STATUS_FVE_CONV_RECOVERY_FAILED = (NTSTATUS)0xc0210028;
#pragma pop_macro("STATUS_FVE_CONV_RECOVERY_FAILED")
#pragma push_macro("STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG")
#undef STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG
static const NTSTATUS STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG = (NTSTATUS)0xc0210029;
#pragma pop_macro("STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG")
#pragma push_macro("STATUS_FVE_INVALID_DATUM_TYPE")
#undef STATUS_FVE_INVALID_DATUM_TYPE
static const NTSTATUS STATUS_FVE_INVALID_DATUM_TYPE = (NTSTATUS)0xc021002a;
#pragma pop_macro("STATUS_FVE_INVALID_DATUM_TYPE")
#pragma push_macro("STATUS_FVE_VOLUME_TOO_SMALL")
#undef STATUS_FVE_VOLUME_TOO_SMALL
static const NTSTATUS STATUS_FVE_VOLUME_TOO_SMALL = (NTSTATUS)0xc0210030;
#pragma pop_macro("STATUS_FVE_VOLUME_TOO_SMALL")
#pragma push_macro("STATUS_FVE_ENH_PIN_INVALID")
#undef STATUS_FVE_ENH_PIN_INVALID
static const NTSTATUS STATUS_FVE_ENH_PIN_INVALID = (NTSTATUS)0xc0210031;
#pragma pop_macro("STATUS_FVE_ENH_PIN_INVALID")
#pragma push_macro("STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE")
#undef STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE
static const NTSTATUS STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE = (NTSTATUS)0xc0210032;
#pragma pop_macro("STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE")
#pragma push_macro("STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE")
#undef STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE
static const NTSTATUS STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE = (NTSTATUS)0xc0210033;
#pragma pop_macro("STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE")
#pragma push_macro("STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK")
#undef STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK
static const NTSTATUS STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK = (NTSTATUS)0xc0210034;
#pragma pop_macro("STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK")
#pragma push_macro("STATUS_FVE_NOT_ALLOWED_ON_CLUSTER")
#undef STATUS_FVE_NOT_ALLOWED_ON_CLUSTER
static const NTSTATUS STATUS_FVE_NOT_ALLOWED_ON_CLUSTER = (NTSTATUS)0xc0210035;
#pragma pop_macro("STATUS_FVE_NOT_ALLOWED_ON_CLUSTER")
#pragma push_macro("STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING")
#undef STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING
static const NTSTATUS STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING = (NTSTATUS)0xc0210036;
#pragma pop_macro("STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING")
#pragma push_macro("STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE")
#undef STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE
static const NTSTATUS STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE = (NTSTATUS)0xc0210037;
#pragma pop_macro("STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE")
#pragma push_macro("STATUS_FVE_EDRIVE_DRY_RUN_FAILED")
#undef STATUS_FVE_EDRIVE_DRY_RUN_FAILED
static const NTSTATUS STATUS_FVE_EDRIVE_DRY_RUN_FAILED = (NTSTATUS)0xc0210038;
#pragma pop_macro("STATUS_FVE_EDRIVE_DRY_RUN_FAILED")
#pragma push_macro("STATUS_FVE_SECUREBOOT_DISABLED")
#undef STATUS_FVE_SECUREBOOT_DISABLED
static const NTSTATUS STATUS_FVE_SECUREBOOT_DISABLED = (NTSTATUS)0xc0210039;
#pragma pop_macro("STATUS_FVE_SECUREBOOT_DISABLED")
#pragma push_macro("STATUS_FVE_SECUREBOOT_CONFIG_CHANGE")
#undef STATUS_FVE_SECUREBOOT_CONFIG_CHANGE
static const NTSTATUS STATUS_FVE_SECUREBOOT_CONFIG_CHANGE = (NTSTATUS)0xc021003a;
#pragma pop_macro("STATUS_FVE_SECUREBOOT_CONFIG_CHANGE")
#pragma push_macro("STATUS_FVE_DEVICE_LOCKEDOUT")
#undef STATUS_FVE_DEVICE_LOCKEDOUT
static const NTSTATUS STATUS_FVE_DEVICE_LOCKEDOUT = (NTSTATUS)0xc021003b;
#pragma pop_macro("STATUS_FVE_DEVICE_LOCKEDOUT")
#pragma push_macro("STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT")
#undef STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT
static const NTSTATUS STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT = (NTSTATUS)0xc021003c;
#pragma pop_macro("STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT")
#pragma push_macro("STATUS_FVE_NOT_DE_VOLUME")
#undef STATUS_FVE_NOT_DE_VOLUME
static const NTSTATUS STATUS_FVE_NOT_DE_VOLUME = (NTSTATUS)0xc021003d;
#pragma pop_macro("STATUS_FVE_NOT_DE_VOLUME")
#pragma push_macro("STATUS_FVE_PROTECTION_DISABLED")
#undef STATUS_FVE_PROTECTION_DISABLED
static const NTSTATUS STATUS_FVE_PROTECTION_DISABLED = (NTSTATUS)0xc021003e;
#pragma pop_macro("STATUS_FVE_PROTECTION_DISABLED")
#pragma push_macro("STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED")
#undef STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED
static const NTSTATUS STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED = (NTSTATUS)0xc021003f;
#pragma pop_macro("STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED")
#pragma push_macro("STATUS_FWP_CALLOUT_NOT_FOUND")
#undef STATUS_FWP_CALLOUT_NOT_FOUND
static const NTSTATUS STATUS_FWP_CALLOUT_NOT_FOUND = (NTSTATUS)0xc0220001;
#pragma pop_macro("STATUS_FWP_CALLOUT_NOT_FOUND")
#pragma push_macro("STATUS_FWP_CONDITION_NOT_FOUND")
#undef STATUS_FWP_CONDITION_NOT_FOUND
static const NTSTATUS STATUS_FWP_CONDITION_NOT_FOUND = (NTSTATUS)0xc0220002;
#pragma pop_macro("STATUS_FWP_CONDITION_NOT_FOUND")
#pragma push_macro("STATUS_FWP_FILTER_NOT_FOUND")
#undef STATUS_FWP_FILTER_NOT_FOUND
static const NTSTATUS STATUS_FWP_FILTER_NOT_FOUND = (NTSTATUS)0xc0220003;
#pragma pop_macro("STATUS_FWP_FILTER_NOT_FOUND")
#pragma push_macro("STATUS_FWP_LAYER_NOT_FOUND")
#undef STATUS_FWP_LAYER_NOT_FOUND
static const NTSTATUS STATUS_FWP_LAYER_NOT_FOUND = (NTSTATUS)0xc0220004;
#pragma pop_macro("STATUS_FWP_LAYER_NOT_FOUND")
#pragma push_macro("STATUS_FWP_PROVIDER_NOT_FOUND")
#undef STATUS_FWP_PROVIDER_NOT_FOUND
static const NTSTATUS STATUS_FWP_PROVIDER_NOT_FOUND = (NTSTATUS)0xc0220005;
#pragma pop_macro("STATUS_FWP_PROVIDER_NOT_FOUND")
#pragma push_macro("STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND")
#undef STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND
static const NTSTATUS STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND = (NTSTATUS)0xc0220006;
#pragma pop_macro("STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND")
#pragma push_macro("STATUS_FWP_SUBLAYER_NOT_FOUND")
#undef STATUS_FWP_SUBLAYER_NOT_FOUND
static const NTSTATUS STATUS_FWP_SUBLAYER_NOT_FOUND = (NTSTATUS)0xc0220007;
#pragma pop_macro("STATUS_FWP_SUBLAYER_NOT_FOUND")
#pragma push_macro("STATUS_FWP_NOT_FOUND")
#undef STATUS_FWP_NOT_FOUND
static const NTSTATUS STATUS_FWP_NOT_FOUND = (NTSTATUS)0xc0220008;
#pragma pop_macro("STATUS_FWP_NOT_FOUND")
#pragma push_macro("STATUS_FWP_ALREADY_EXISTS")
#undef STATUS_FWP_ALREADY_EXISTS
static const NTSTATUS STATUS_FWP_ALREADY_EXISTS = (NTSTATUS)0xc0220009;
#pragma pop_macro("STATUS_FWP_ALREADY_EXISTS")
#pragma push_macro("STATUS_FWP_IN_USE")
#undef STATUS_FWP_IN_USE
static const NTSTATUS STATUS_FWP_IN_USE = (NTSTATUS)0xc022000a;
#pragma pop_macro("STATUS_FWP_IN_USE")
#pragma push_macro("STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS")
#undef STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS
static const NTSTATUS STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS = (NTSTATUS)0xc022000b;
#pragma pop_macro("STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS")
#pragma push_macro("STATUS_FWP_WRONG_SESSION")
#undef STATUS_FWP_WRONG_SESSION
static const NTSTATUS STATUS_FWP_WRONG_SESSION = (NTSTATUS)0xc022000c;
#pragma pop_macro("STATUS_FWP_WRONG_SESSION")
#pragma push_macro("STATUS_FWP_NO_TXN_IN_PROGRESS")
#undef STATUS_FWP_NO_TXN_IN_PROGRESS
static const NTSTATUS STATUS_FWP_NO_TXN_IN_PROGRESS = (NTSTATUS)0xc022000d;
#pragma pop_macro("STATUS_FWP_NO_TXN_IN_PROGRESS")
#pragma push_macro("STATUS_FWP_TXN_IN_PROGRESS")
#undef STATUS_FWP_TXN_IN_PROGRESS
static const NTSTATUS STATUS_FWP_TXN_IN_PROGRESS = (NTSTATUS)0xc022000e;
#pragma pop_macro("STATUS_FWP_TXN_IN_PROGRESS")
#pragma push_macro("STATUS_FWP_TXN_ABORTED")
#undef STATUS_FWP_TXN_ABORTED
static const NTSTATUS STATUS_FWP_TXN_ABORTED = (NTSTATUS)0xc022000f;
#pragma pop_macro("STATUS_FWP_TXN_ABORTED")
#pragma push_macro("STATUS_FWP_SESSION_ABORTED")
#undef STATUS_FWP_SESSION_ABORTED
static const NTSTATUS STATUS_FWP_SESSION_ABORTED = (NTSTATUS)0xc0220010;
#pragma pop_macro("STATUS_FWP_SESSION_ABORTED")
#pragma push_macro("STATUS_FWP_INCOMPATIBLE_TXN")
#undef STATUS_FWP_INCOMPATIBLE_TXN
static const NTSTATUS STATUS_FWP_INCOMPATIBLE_TXN = (NTSTATUS)0xc0220011;
#pragma pop_macro("STATUS_FWP_INCOMPATIBLE_TXN")
#pragma push_macro("STATUS_FWP_TIMEOUT")
#undef STATUS_FWP_TIMEOUT
static const NTSTATUS STATUS_FWP_TIMEOUT = (NTSTATUS)0xc0220012;
#pragma pop_macro("STATUS_FWP_TIMEOUT")
#pragma push_macro("STATUS_FWP_NET_EVENTS_DISABLED")
#undef STATUS_FWP_NET_EVENTS_DISABLED
static const NTSTATUS STATUS_FWP_NET_EVENTS_DISABLED = (NTSTATUS)0xc0220013;
#pragma pop_macro("STATUS_FWP_NET_EVENTS_DISABLED")
#pragma push_macro("STATUS_FWP_INCOMPATIBLE_LAYER")
#undef STATUS_FWP_INCOMPATIBLE_LAYER
static const NTSTATUS STATUS_FWP_INCOMPATIBLE_LAYER = (NTSTATUS)0xc0220014;
#pragma pop_macro("STATUS_FWP_INCOMPATIBLE_LAYER")
#pragma push_macro("STATUS_FWP_KM_CLIENTS_ONLY")
#undef STATUS_FWP_KM_CLIENTS_ONLY
static const NTSTATUS STATUS_FWP_KM_CLIENTS_ONLY = (NTSTATUS)0xc0220015;
#pragma pop_macro("STATUS_FWP_KM_CLIENTS_ONLY")
#pragma push_macro("STATUS_FWP_LIFETIME_MISMATCH")
#undef STATUS_FWP_LIFETIME_MISMATCH
static const NTSTATUS STATUS_FWP_LIFETIME_MISMATCH = (NTSTATUS)0xc0220016;
#pragma pop_macro("STATUS_FWP_LIFETIME_MISMATCH")
#pragma push_macro("STATUS_FWP_BUILTIN_OBJECT")
#undef STATUS_FWP_BUILTIN_OBJECT
static const NTSTATUS STATUS_FWP_BUILTIN_OBJECT = (NTSTATUS)0xc0220017;
#pragma pop_macro("STATUS_FWP_BUILTIN_OBJECT")
#pragma push_macro("STATUS_FWP_TOO_MANY_CALLOUTS")
#undef STATUS_FWP_TOO_MANY_CALLOUTS
static const NTSTATUS STATUS_FWP_TOO_MANY_CALLOUTS = (NTSTATUS)0xc0220018;
#pragma pop_macro("STATUS_FWP_TOO_MANY_CALLOUTS")
#pragma push_macro("STATUS_FWP_NOTIFICATION_DROPPED")
#undef STATUS_FWP_NOTIFICATION_DROPPED
static const NTSTATUS STATUS_FWP_NOTIFICATION_DROPPED = (NTSTATUS)0xc0220019;
#pragma pop_macro("STATUS_FWP_NOTIFICATION_DROPPED")
#pragma push_macro("STATUS_FWP_TRAFFIC_MISMATCH")
#undef STATUS_FWP_TRAFFIC_MISMATCH
static const NTSTATUS STATUS_FWP_TRAFFIC_MISMATCH = (NTSTATUS)0xc022001a;
#pragma pop_macro("STATUS_FWP_TRAFFIC_MISMATCH")
#pragma push_macro("STATUS_FWP_INCOMPATIBLE_SA_STATE")
#undef STATUS_FWP_INCOMPATIBLE_SA_STATE
static const NTSTATUS STATUS_FWP_INCOMPATIBLE_SA_STATE = (NTSTATUS)0xc022001b;
#pragma pop_macro("STATUS_FWP_INCOMPATIBLE_SA_STATE")
#pragma push_macro("STATUS_FWP_NULL_POINTER")
#undef STATUS_FWP_NULL_POINTER
static const NTSTATUS STATUS_FWP_NULL_POINTER = (NTSTATUS)0xc022001c;
#pragma pop_macro("STATUS_FWP_NULL_POINTER")
#pragma push_macro("STATUS_FWP_INVALID_ENUMERATOR")
#undef STATUS_FWP_INVALID_ENUMERATOR
static const NTSTATUS STATUS_FWP_INVALID_ENUMERATOR = (NTSTATUS)0xc022001d;
#pragma pop_macro("STATUS_FWP_INVALID_ENUMERATOR")
#pragma push_macro("STATUS_FWP_INVALID_FLAGS")
#undef STATUS_FWP_INVALID_FLAGS
static const NTSTATUS STATUS_FWP_INVALID_FLAGS = (NTSTATUS)0xc022001e;
#pragma pop_macro("STATUS_FWP_INVALID_FLAGS")
#pragma push_macro("STATUS_FWP_INVALID_NET_MASK")
#undef STATUS_FWP_INVALID_NET_MASK
static const NTSTATUS STATUS_FWP_INVALID_NET_MASK = (NTSTATUS)0xc022001f;
#pragma pop_macro("STATUS_FWP_INVALID_NET_MASK")
#pragma push_macro("STATUS_FWP_INVALID_RANGE")
#undef STATUS_FWP_INVALID_RANGE
static const NTSTATUS STATUS_FWP_INVALID_RANGE = (NTSTATUS)0xc0220020;
#pragma pop_macro("STATUS_FWP_INVALID_RANGE")
#pragma push_macro("STATUS_FWP_INVALID_INTERVAL")
#undef STATUS_FWP_INVALID_INTERVAL
static const NTSTATUS STATUS_FWP_INVALID_INTERVAL = (NTSTATUS)0xc0220021;
#pragma pop_macro("STATUS_FWP_INVALID_INTERVAL")
#pragma push_macro("STATUS_FWP_ZERO_LENGTH_ARRAY")
#undef STATUS_FWP_ZERO_LENGTH_ARRAY
static const NTSTATUS STATUS_FWP_ZERO_LENGTH_ARRAY = (NTSTATUS)0xc0220022;
#pragma pop_macro("STATUS_FWP_ZERO_LENGTH_ARRAY")
#pragma push_macro("STATUS_FWP_NULL_DISPLAY_NAME")
#undef STATUS_FWP_NULL_DISPLAY_NAME
static const NTSTATUS STATUS_FWP_NULL_DISPLAY_NAME = (NTSTATUS)0xc0220023;
#pragma pop_macro("STATUS_FWP_NULL_DISPLAY_NAME")
#pragma push_macro("STATUS_FWP_INVALID_ACTION_TYPE")
#undef STATUS_FWP_INVALID_ACTION_TYPE
static const NTSTATUS STATUS_FWP_INVALID_ACTION_TYPE = (NTSTATUS)0xc0220024;
#pragma pop_macro("STATUS_FWP_INVALID_ACTION_TYPE")
#pragma push_macro("STATUS_FWP_INVALID_WEIGHT")
#undef STATUS_FWP_INVALID_WEIGHT
static const NTSTATUS STATUS_FWP_INVALID_WEIGHT = (NTSTATUS)0xc0220025;
#pragma pop_macro("STATUS_FWP_INVALID_WEIGHT")
#pragma push_macro("STATUS_FWP_MATCH_TYPE_MISMATCH")
#undef STATUS_FWP_MATCH_TYPE_MISMATCH
static const NTSTATUS STATUS_FWP_MATCH_TYPE_MISMATCH = (NTSTATUS)0xc0220026;
#pragma pop_macro("STATUS_FWP_MATCH_TYPE_MISMATCH")
#pragma push_macro("STATUS_FWP_TYPE_MISMATCH")
#undef STATUS_FWP_TYPE_MISMATCH
static const NTSTATUS STATUS_FWP_TYPE_MISMATCH = (NTSTATUS)0xc0220027;
#pragma pop_macro("STATUS_FWP_TYPE_MISMATCH")
#pragma push_macro("STATUS_FWP_OUT_OF_BOUNDS")
#undef STATUS_FWP_OUT_OF_BOUNDS
static const NTSTATUS STATUS_FWP_OUT_OF_BOUNDS = (NTSTATUS)0xc0220028;
#pragma pop_macro("STATUS_FWP_OUT_OF_BOUNDS")
#pragma push_macro("STATUS_FWP_RESERVED")
#undef STATUS_FWP_RESERVED
static const NTSTATUS STATUS_FWP_RESERVED = (NTSTATUS)0xc0220029;
#pragma pop_macro("STATUS_FWP_RESERVED")
#pragma push_macro("STATUS_FWP_DUPLICATE_CONDITION")
#undef STATUS_FWP_DUPLICATE_CONDITION
static const NTSTATUS STATUS_FWP_DUPLICATE_CONDITION = (NTSTATUS)0xc022002a;
#pragma pop_macro("STATUS_FWP_DUPLICATE_CONDITION")
#pragma push_macro("STATUS_FWP_DUPLICATE_KEYMOD")
#undef STATUS_FWP_DUPLICATE_KEYMOD
static const NTSTATUS STATUS_FWP_DUPLICATE_KEYMOD = (NTSTATUS)0xc022002b;
#pragma pop_macro("STATUS_FWP_DUPLICATE_KEYMOD")
#pragma push_macro("STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER")
#undef STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER
static const NTSTATUS STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER = (NTSTATUS)0xc022002c;
#pragma pop_macro("STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER")
#pragma push_macro("STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER")
#undef STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER
static const NTSTATUS STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER = (NTSTATUS)0xc022002d;
#pragma pop_macro("STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER")
#pragma push_macro("STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER")
#undef STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER
static const NTSTATUS STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER = (NTSTATUS)0xc022002e;
#pragma pop_macro("STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER")
#pragma push_macro("STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT")
#undef STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT
static const NTSTATUS STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT = (NTSTATUS)0xc022002f;
#pragma pop_macro("STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT")
#pragma push_macro("STATUS_FWP_INCOMPATIBLE_AUTH_METHOD")
#undef STATUS_FWP_INCOMPATIBLE_AUTH_METHOD
static const NTSTATUS STATUS_FWP_INCOMPATIBLE_AUTH_METHOD = (NTSTATUS)0xc0220030;
#pragma pop_macro("STATUS_FWP_INCOMPATIBLE_AUTH_METHOD")
#pragma push_macro("STATUS_FWP_INCOMPATIBLE_DH_GROUP")
#undef STATUS_FWP_INCOMPATIBLE_DH_GROUP
static const NTSTATUS STATUS_FWP_INCOMPATIBLE_DH_GROUP = (NTSTATUS)0xc0220031;
#pragma pop_macro("STATUS_FWP_INCOMPATIBLE_DH_GROUP")
#pragma push_macro("STATUS_FWP_EM_NOT_SUPPORTED")
#undef STATUS_FWP_EM_NOT_SUPPORTED
static const NTSTATUS STATUS_FWP_EM_NOT_SUPPORTED = (NTSTATUS)0xc0220032;
#pragma pop_macro("STATUS_FWP_EM_NOT_SUPPORTED")
#pragma push_macro("STATUS_FWP_NEVER_MATCH")
#undef STATUS_FWP_NEVER_MATCH
static const NTSTATUS STATUS_FWP_NEVER_MATCH = (NTSTATUS)0xc0220033;
#pragma pop_macro("STATUS_FWP_NEVER_MATCH")
#pragma push_macro("STATUS_FWP_PROVIDER_CONTEXT_MISMATCH")
#undef STATUS_FWP_PROVIDER_CONTEXT_MISMATCH
static const NTSTATUS STATUS_FWP_PROVIDER_CONTEXT_MISMATCH = (NTSTATUS)0xc0220034;
#pragma pop_macro("STATUS_FWP_PROVIDER_CONTEXT_MISMATCH")
#pragma push_macro("STATUS_FWP_INVALID_PARAMETER")
#undef STATUS_FWP_INVALID_PARAMETER
static const NTSTATUS STATUS_FWP_INVALID_PARAMETER = (NTSTATUS)0xc0220035;
#pragma pop_macro("STATUS_FWP_INVALID_PARAMETER")
#pragma push_macro("STATUS_FWP_TOO_MANY_SUBLAYERS")
#undef STATUS_FWP_TOO_MANY_SUBLAYERS
static const NTSTATUS STATUS_FWP_TOO_MANY_SUBLAYERS = (NTSTATUS)0xc0220036;
#pragma pop_macro("STATUS_FWP_TOO_MANY_SUBLAYERS")
#pragma push_macro("STATUS_FWP_CALLOUT_NOTIFICATION_FAILED")
#undef STATUS_FWP_CALLOUT_NOTIFICATION_FAILED
static const NTSTATUS STATUS_FWP_CALLOUT_NOTIFICATION_FAILED = (NTSTATUS)0xc0220037;
#pragma pop_macro("STATUS_FWP_CALLOUT_NOTIFICATION_FAILED")
#pragma push_macro("STATUS_FWP_INVALID_AUTH_TRANSFORM")
#undef STATUS_FWP_INVALID_AUTH_TRANSFORM
static const NTSTATUS STATUS_FWP_INVALID_AUTH_TRANSFORM = (NTSTATUS)0xc0220038;
#pragma pop_macro("STATUS_FWP_INVALID_AUTH_TRANSFORM")
#pragma push_macro("STATUS_FWP_INVALID_CIPHER_TRANSFORM")
#undef STATUS_FWP_INVALID_CIPHER_TRANSFORM
static const NTSTATUS STATUS_FWP_INVALID_CIPHER_TRANSFORM = (NTSTATUS)0xc0220039;
#pragma pop_macro("STATUS_FWP_INVALID_CIPHER_TRANSFORM")
#pragma push_macro("STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM")
#undef STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM
static const NTSTATUS STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM = (NTSTATUS)0xc022003a;
#pragma pop_macro("STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM")
#pragma push_macro("STATUS_FWP_INVALID_TRANSFORM_COMBINATION")
#undef STATUS_FWP_INVALID_TRANSFORM_COMBINATION
static const NTSTATUS STATUS_FWP_INVALID_TRANSFORM_COMBINATION = (NTSTATUS)0xc022003b;
#pragma pop_macro("STATUS_FWP_INVALID_TRANSFORM_COMBINATION")
#pragma push_macro("STATUS_FWP_DUPLICATE_AUTH_METHOD")
#undef STATUS_FWP_DUPLICATE_AUTH_METHOD
static const NTSTATUS STATUS_FWP_DUPLICATE_AUTH_METHOD = (NTSTATUS)0xc022003c;
#pragma pop_macro("STATUS_FWP_DUPLICATE_AUTH_METHOD")
#pragma push_macro("STATUS_FWP_INVALID_TUNNEL_ENDPOINT")
#undef STATUS_FWP_INVALID_TUNNEL_ENDPOINT
static const NTSTATUS STATUS_FWP_INVALID_TUNNEL_ENDPOINT = (NTSTATUS)0xc022003d;
#pragma pop_macro("STATUS_FWP_INVALID_TUNNEL_ENDPOINT")
#pragma push_macro("STATUS_FWP_L2_DRIVER_NOT_READY")
#undef STATUS_FWP_L2_DRIVER_NOT_READY
static const NTSTATUS STATUS_FWP_L2_DRIVER_NOT_READY = (NTSTATUS)0xc022003e;
#pragma pop_macro("STATUS_FWP_L2_DRIVER_NOT_READY")
#pragma push_macro("STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED")
#undef STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED
static const NTSTATUS STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED = (NTSTATUS)0xc022003f;
#pragma pop_macro("STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED")
#pragma push_macro("STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL")
#undef STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL
static const NTSTATUS STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL = (NTSTATUS)0xc0220040;
#pragma pop_macro("STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL")
#pragma push_macro("STATUS_FWP_CONNECTIONS_DISABLED")
#undef STATUS_FWP_CONNECTIONS_DISABLED
static const NTSTATUS STATUS_FWP_CONNECTIONS_DISABLED = (NTSTATUS)0xc0220041;
#pragma pop_macro("STATUS_FWP_CONNECTIONS_DISABLED")
#pragma push_macro("STATUS_FWP_INVALID_DNS_NAME")
#undef STATUS_FWP_INVALID_DNS_NAME
static const NTSTATUS STATUS_FWP_INVALID_DNS_NAME = (NTSTATUS)0xc0220042;
#pragma pop_macro("STATUS_FWP_INVALID_DNS_NAME")
#pragma push_macro("STATUS_FWP_STILL_ON")
#undef STATUS_FWP_STILL_ON
static const NTSTATUS STATUS_FWP_STILL_ON = (NTSTATUS)0xc0220043;
#pragma pop_macro("STATUS_FWP_STILL_ON")
#pragma push_macro("STATUS_FWP_IKEEXT_NOT_RUNNING")
#undef STATUS_FWP_IKEEXT_NOT_RUNNING
static const NTSTATUS STATUS_FWP_IKEEXT_NOT_RUNNING = (NTSTATUS)0xc0220044;
#pragma pop_macro("STATUS_FWP_IKEEXT_NOT_RUNNING")
#pragma push_macro("STATUS_FWP_TCPIP_NOT_READY")
#undef STATUS_FWP_TCPIP_NOT_READY
static const NTSTATUS STATUS_FWP_TCPIP_NOT_READY = (NTSTATUS)0xc0220100;
#pragma pop_macro("STATUS_FWP_TCPIP_NOT_READY")
#pragma push_macro("STATUS_FWP_INJECT_HANDLE_CLOSING")
#undef STATUS_FWP_INJECT_HANDLE_CLOSING
static const NTSTATUS STATUS_FWP_INJECT_HANDLE_CLOSING = (NTSTATUS)0xc0220101;
#pragma pop_macro("STATUS_FWP_INJECT_HANDLE_CLOSING")
#pragma push_macro("STATUS_FWP_INJECT_HANDLE_STALE")
#undef STATUS_FWP_INJECT_HANDLE_STALE
static const NTSTATUS STATUS_FWP_INJECT_HANDLE_STALE = (NTSTATUS)0xc0220102;
#pragma pop_macro("STATUS_FWP_INJECT_HANDLE_STALE")
#pragma push_macro("STATUS_FWP_CANNOT_PEND")
#undef STATUS_FWP_CANNOT_PEND
static const NTSTATUS STATUS_FWP_CANNOT_PEND = (NTSTATUS)0xc0220103;
#pragma pop_macro("STATUS_FWP_CANNOT_PEND")
#pragma push_macro("STATUS_FWP_DROP_NOICMP")
#undef STATUS_FWP_DROP_NOICMP
static const NTSTATUS STATUS_FWP_DROP_NOICMP = (NTSTATUS)0xc0220104;
#pragma pop_macro("STATUS_FWP_DROP_NOICMP")
#pragma push_macro("STATUS_NDIS_CLOSING")
#undef STATUS_NDIS_CLOSING
static const NTSTATUS STATUS_NDIS_CLOSING = (NTSTATUS)0xc0230002;
#pragma pop_macro("STATUS_NDIS_CLOSING")
#pragma push_macro("STATUS_NDIS_BAD_VERSION")
#undef STATUS_NDIS_BAD_VERSION
static const NTSTATUS STATUS_NDIS_BAD_VERSION = (NTSTATUS)0xc0230004;
#pragma pop_macro("STATUS_NDIS_BAD_VERSION")
#pragma push_macro("STATUS_NDIS_BAD_CHARACTERISTICS")
#undef STATUS_NDIS_BAD_CHARACTERISTICS
static const NTSTATUS STATUS_NDIS_BAD_CHARACTERISTICS = (NTSTATUS)0xc0230005;
#pragma pop_macro("STATUS_NDIS_BAD_CHARACTERISTICS")
#pragma push_macro("STATUS_NDIS_ADAPTER_NOT_FOUND")
#undef STATUS_NDIS_ADAPTER_NOT_FOUND
static const NTSTATUS STATUS_NDIS_ADAPTER_NOT_FOUND = (NTSTATUS)0xc0230006;
#pragma pop_macro("STATUS_NDIS_ADAPTER_NOT_FOUND")
#pragma push_macro("STATUS_NDIS_OPEN_FAILED")
#undef STATUS_NDIS_OPEN_FAILED
static const NTSTATUS STATUS_NDIS_OPEN_FAILED = (NTSTATUS)0xc0230007;
#pragma pop_macro("STATUS_NDIS_OPEN_FAILED")
#pragma push_macro("STATUS_NDIS_DEVICE_FAILED")
#undef STATUS_NDIS_DEVICE_FAILED
static const NTSTATUS STATUS_NDIS_DEVICE_FAILED = (NTSTATUS)0xc0230008;
#pragma pop_macro("STATUS_NDIS_DEVICE_FAILED")
#pragma push_macro("STATUS_NDIS_MULTICAST_FULL")
#undef STATUS_NDIS_MULTICAST_FULL
static const NTSTATUS STATUS_NDIS_MULTICAST_FULL = (NTSTATUS)0xc0230009;
#pragma pop_macro("STATUS_NDIS_MULTICAST_FULL")
#pragma push_macro("STATUS_NDIS_MULTICAST_EXISTS")
#undef STATUS_NDIS_MULTICAST_EXISTS
static const NTSTATUS STATUS_NDIS_MULTICAST_EXISTS = (NTSTATUS)0xc023000a;
#pragma pop_macro("STATUS_NDIS_MULTICAST_EXISTS")
#pragma push_macro("STATUS_NDIS_MULTICAST_NOT_FOUND")
#undef STATUS_NDIS_MULTICAST_NOT_FOUND
static const NTSTATUS STATUS_NDIS_MULTICAST_NOT_FOUND = (NTSTATUS)0xc023000b;
#pragma pop_macro("STATUS_NDIS_MULTICAST_NOT_FOUND")
#pragma push_macro("STATUS_NDIS_REQUEST_ABORTED")
#undef STATUS_NDIS_REQUEST_ABORTED
static const NTSTATUS STATUS_NDIS_REQUEST_ABORTED = (NTSTATUS)0xc023000c;
#pragma pop_macro("STATUS_NDIS_REQUEST_ABORTED")
#pragma push_macro("STATUS_NDIS_RESET_IN_PROGRESS")
#undef STATUS_NDIS_RESET_IN_PROGRESS
static const NTSTATUS STATUS_NDIS_RESET_IN_PROGRESS = (NTSTATUS)0xc023000d;
#pragma pop_macro("STATUS_NDIS_RESET_IN_PROGRESS")
#pragma push_macro("STATUS_NDIS_NOT_SUPPORTED")
#undef STATUS_NDIS_NOT_SUPPORTED
static const NTSTATUS STATUS_NDIS_NOT_SUPPORTED = (NTSTATUS)0xc02300bb;
#pragma pop_macro("STATUS_NDIS_NOT_SUPPORTED")
#pragma push_macro("STATUS_NDIS_INVALID_PACKET")
#undef STATUS_NDIS_INVALID_PACKET
static const NTSTATUS STATUS_NDIS_INVALID_PACKET = (NTSTATUS)0xc023000f;
#pragma pop_macro("STATUS_NDIS_INVALID_PACKET")
#pragma push_macro("STATUS_NDIS_ADAPTER_NOT_READY")
#undef STATUS_NDIS_ADAPTER_NOT_READY
static const NTSTATUS STATUS_NDIS_ADAPTER_NOT_READY = (NTSTATUS)0xc0230011;
#pragma pop_macro("STATUS_NDIS_ADAPTER_NOT_READY")
#pragma push_macro("STATUS_NDIS_INVALID_LENGTH")
#undef STATUS_NDIS_INVALID_LENGTH
static const NTSTATUS STATUS_NDIS_INVALID_LENGTH = (NTSTATUS)0xc0230014;
#pragma pop_macro("STATUS_NDIS_INVALID_LENGTH")
#pragma push_macro("STATUS_NDIS_INVALID_DATA")
#undef STATUS_NDIS_INVALID_DATA
static const NTSTATUS STATUS_NDIS_INVALID_DATA = (NTSTATUS)0xc0230015;
#pragma pop_macro("STATUS_NDIS_INVALID_DATA")
#pragma push_macro("STATUS_NDIS_BUFFER_TOO_SHORT")
#undef STATUS_NDIS_BUFFER_TOO_SHORT
static const NTSTATUS STATUS_NDIS_BUFFER_TOO_SHORT = (NTSTATUS)0xc0230016;
#pragma pop_macro("STATUS_NDIS_BUFFER_TOO_SHORT")
#pragma push_macro("STATUS_NDIS_INVALID_OID")
#undef STATUS_NDIS_INVALID_OID
static const NTSTATUS STATUS_NDIS_INVALID_OID = (NTSTATUS)0xc0230017;
#pragma pop_macro("STATUS_NDIS_INVALID_OID")
#pragma push_macro("STATUS_NDIS_ADAPTER_REMOVED")
#undef STATUS_NDIS_ADAPTER_REMOVED
static const NTSTATUS STATUS_NDIS_ADAPTER_REMOVED = (NTSTATUS)0xc0230018;
#pragma pop_macro("STATUS_NDIS_ADAPTER_REMOVED")
#pragma push_macro("STATUS_NDIS_UNSUPPORTED_MEDIA")
#undef STATUS_NDIS_UNSUPPORTED_MEDIA
static const NTSTATUS STATUS_NDIS_UNSUPPORTED_MEDIA = (NTSTATUS)0xc0230019;
#pragma pop_macro("STATUS_NDIS_UNSUPPORTED_MEDIA")
#pragma push_macro("STATUS_NDIS_GROUP_ADDRESS_IN_USE")
#undef STATUS_NDIS_GROUP_ADDRESS_IN_USE
static const NTSTATUS STATUS_NDIS_GROUP_ADDRESS_IN_USE = (NTSTATUS)0xc023001a;
#pragma pop_macro("STATUS_NDIS_GROUP_ADDRESS_IN_USE")
#pragma push_macro("STATUS_NDIS_FILE_NOT_FOUND")
#undef STATUS_NDIS_FILE_NOT_FOUND
static const NTSTATUS STATUS_NDIS_FILE_NOT_FOUND = (NTSTATUS)0xc023001b;
#pragma pop_macro("STATUS_NDIS_FILE_NOT_FOUND")
#pragma push_macro("STATUS_NDIS_ERROR_READING_FILE")
#undef STATUS_NDIS_ERROR_READING_FILE
static const NTSTATUS STATUS_NDIS_ERROR_READING_FILE = (NTSTATUS)0xc023001c;
#pragma pop_macro("STATUS_NDIS_ERROR_READING_FILE")
#pragma push_macro("STATUS_NDIS_ALREADY_MAPPED")
#undef STATUS_NDIS_ALREADY_MAPPED
static const NTSTATUS STATUS_NDIS_ALREADY_MAPPED = (NTSTATUS)0xc023001d;
#pragma pop_macro("STATUS_NDIS_ALREADY_MAPPED")
#pragma push_macro("STATUS_NDIS_RESOURCE_CONFLICT")
#undef STATUS_NDIS_RESOURCE_CONFLICT
static const NTSTATUS STATUS_NDIS_RESOURCE_CONFLICT = (NTSTATUS)0xc023001e;
#pragma pop_macro("STATUS_NDIS_RESOURCE_CONFLICT")
#pragma push_macro("STATUS_NDIS_MEDIA_DISCONNECTED")
#undef STATUS_NDIS_MEDIA_DISCONNECTED
static const NTSTATUS STATUS_NDIS_MEDIA_DISCONNECTED = (NTSTATUS)0xc023001f;
#pragma pop_macro("STATUS_NDIS_MEDIA_DISCONNECTED")
#pragma push_macro("STATUS_NDIS_INVALID_ADDRESS")
#undef STATUS_NDIS_INVALID_ADDRESS
static const NTSTATUS STATUS_NDIS_INVALID_ADDRESS = (NTSTATUS)0xc0230022;
#pragma pop_macro("STATUS_NDIS_INVALID_ADDRESS")
#pragma push_macro("STATUS_NDIS_INVALID_DEVICE_REQUEST")
#undef STATUS_NDIS_INVALID_DEVICE_REQUEST
static const NTSTATUS STATUS_NDIS_INVALID_DEVICE_REQUEST = (NTSTATUS)0xc0230010;
#pragma pop_macro("STATUS_NDIS_INVALID_DEVICE_REQUEST")
#pragma push_macro("STATUS_NDIS_PAUSED")
#undef STATUS_NDIS_PAUSED
static const NTSTATUS STATUS_NDIS_PAUSED = (NTSTATUS)0xc023002a;
#pragma pop_macro("STATUS_NDIS_PAUSED")
#pragma push_macro("STATUS_NDIS_INTERFACE_NOT_FOUND")
#undef STATUS_NDIS_INTERFACE_NOT_FOUND
static const NTSTATUS STATUS_NDIS_INTERFACE_NOT_FOUND = (NTSTATUS)0xc023002b;
#pragma pop_macro("STATUS_NDIS_INTERFACE_NOT_FOUND")
#pragma push_macro("STATUS_NDIS_UNSUPPORTED_REVISION")
#undef STATUS_NDIS_UNSUPPORTED_REVISION
static const NTSTATUS STATUS_NDIS_UNSUPPORTED_REVISION = (NTSTATUS)0xc023002c;
#pragma pop_macro("STATUS_NDIS_UNSUPPORTED_REVISION")
#pragma push_macro("STATUS_NDIS_INVALID_PORT")
#undef STATUS_NDIS_INVALID_PORT
static const NTSTATUS STATUS_NDIS_INVALID_PORT = (NTSTATUS)0xc023002d;
#pragma pop_macro("STATUS_NDIS_INVALID_PORT")
#pragma push_macro("STATUS_NDIS_INVALID_PORT_STATE")
#undef STATUS_NDIS_INVALID_PORT_STATE
static const NTSTATUS STATUS_NDIS_INVALID_PORT_STATE = (NTSTATUS)0xc023002e;
#pragma pop_macro("STATUS_NDIS_INVALID_PORT_STATE")
#pragma push_macro("STATUS_NDIS_LOW_POWER_STATE")
#undef STATUS_NDIS_LOW_POWER_STATE
static const NTSTATUS STATUS_NDIS_LOW_POWER_STATE = (NTSTATUS)0xc023002f;
#pragma pop_macro("STATUS_NDIS_LOW_POWER_STATE")
#pragma push_macro("STATUS_NDIS_REINIT_REQUIRED")
#undef STATUS_NDIS_REINIT_REQUIRED
static const NTSTATUS STATUS_NDIS_REINIT_REQUIRED = (NTSTATUS)0xc0230030;
#pragma pop_macro("STATUS_NDIS_REINIT_REQUIRED")
#pragma push_macro("STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED")
#undef STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED
static const NTSTATUS STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED = (NTSTATUS)0xc0232000;
#pragma pop_macro("STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED")
#pragma push_macro("STATUS_NDIS_DOT11_MEDIA_IN_USE")
#undef STATUS_NDIS_DOT11_MEDIA_IN_USE
static const NTSTATUS STATUS_NDIS_DOT11_MEDIA_IN_USE = (NTSTATUS)0xc0232001;
#pragma pop_macro("STATUS_NDIS_DOT11_MEDIA_IN_USE")
#pragma push_macro("STATUS_NDIS_DOT11_POWER_STATE_INVALID")
#undef STATUS_NDIS_DOT11_POWER_STATE_INVALID
static const NTSTATUS STATUS_NDIS_DOT11_POWER_STATE_INVALID = (NTSTATUS)0xc0232002;
#pragma pop_macro("STATUS_NDIS_DOT11_POWER_STATE_INVALID")
#pragma push_macro("STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL")
#undef STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL
static const NTSTATUS STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL = (NTSTATUS)0xc0232003;
#pragma pop_macro("STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL")
#pragma push_macro("STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL")
#undef STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL
static const NTSTATUS STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL = (NTSTATUS)0xc0232004;
#pragma pop_macro("STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL")
#pragma push_macro("STATUS_NDIS_INDICATION_REQUIRED")
#undef STATUS_NDIS_INDICATION_REQUIRED
static const NTSTATUS STATUS_NDIS_INDICATION_REQUIRED = (NTSTATUS)0x40230001;
#pragma pop_macro("STATUS_NDIS_INDICATION_REQUIRED")
#pragma push_macro("STATUS_NDIS_OFFLOAD_POLICY")
#undef STATUS_NDIS_OFFLOAD_POLICY
static const NTSTATUS STATUS_NDIS_OFFLOAD_POLICY = (NTSTATUS)0xc023100f;
#pragma pop_macro("STATUS_NDIS_OFFLOAD_POLICY")
#pragma push_macro("STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED")
#undef STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED
static const NTSTATUS STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED = (NTSTATUS)0xc0231012;
#pragma pop_macro("STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED")
#pragma push_macro("STATUS_NDIS_OFFLOAD_PATH_REJECTED")
#undef STATUS_NDIS_OFFLOAD_PATH_REJECTED
static const NTSTATUS STATUS_NDIS_OFFLOAD_PATH_REJECTED = (NTSTATUS)0xc0231013;
#pragma pop_macro("STATUS_NDIS_OFFLOAD_PATH_REJECTED")
#pragma push_macro("STATUS_TPM_ERROR_MASK")
#undef STATUS_TPM_ERROR_MASK
static const NTSTATUS STATUS_TPM_ERROR_MASK = (NTSTATUS)0xc0290000;
#pragma pop_macro("STATUS_TPM_ERROR_MASK")
#pragma push_macro("STATUS_TPM_AUTHFAIL")
#undef STATUS_TPM_AUTHFAIL
static const NTSTATUS STATUS_TPM_AUTHFAIL = (NTSTATUS)0xc0290001;
#pragma pop_macro("STATUS_TPM_AUTHFAIL")
#pragma push_macro("STATUS_TPM_BADINDEX")
#undef STATUS_TPM_BADINDEX
static const NTSTATUS STATUS_TPM_BADINDEX = (NTSTATUS)0xc0290002;
#pragma pop_macro("STATUS_TPM_BADINDEX")
#pragma push_macro("STATUS_TPM_BAD_PARAMETER")
#undef STATUS_TPM_BAD_PARAMETER
static const NTSTATUS STATUS_TPM_BAD_PARAMETER = (NTSTATUS)0xc0290003;
#pragma pop_macro("STATUS_TPM_BAD_PARAMETER")
#pragma push_macro("STATUS_TPM_AUDITFAILURE")
#undef STATUS_TPM_AUDITFAILURE
static const NTSTATUS STATUS_TPM_AUDITFAILURE = (NTSTATUS)0xc0290004;
#pragma pop_macro("STATUS_TPM_AUDITFAILURE")
#pragma push_macro("STATUS_TPM_CLEAR_DISABLED")
#undef STATUS_TPM_CLEAR_DISABLED
static const NTSTATUS STATUS_TPM_CLEAR_DISABLED = (NTSTATUS)0xc0290005;
#pragma pop_macro("STATUS_TPM_CLEAR_DISABLED")
#pragma push_macro("STATUS_TPM_DEACTIVATED")
#undef STATUS_TPM_DEACTIVATED
static const NTSTATUS STATUS_TPM_DEACTIVATED = (NTSTATUS)0xc0290006;
#pragma pop_macro("STATUS_TPM_DEACTIVATED")
#pragma push_macro("STATUS_TPM_DISABLED")
#undef STATUS_TPM_DISABLED
static const NTSTATUS STATUS_TPM_DISABLED = (NTSTATUS)0xc0290007;
#pragma pop_macro("STATUS_TPM_DISABLED")
#pragma push_macro("STATUS_TPM_DISABLED_CMD")
#undef STATUS_TPM_DISABLED_CMD
static const NTSTATUS STATUS_TPM_DISABLED_CMD = (NTSTATUS)0xc0290008;
#pragma pop_macro("STATUS_TPM_DISABLED_CMD")
#pragma push_macro("STATUS_TPM_FAIL")
#undef STATUS_TPM_FAIL
static const NTSTATUS STATUS_TPM_FAIL = (NTSTATUS)0xc0290009;
#pragma pop_macro("STATUS_TPM_FAIL")
#pragma push_macro("STATUS_TPM_BAD_ORDINAL")
#undef STATUS_TPM_BAD_ORDINAL
static const NTSTATUS STATUS_TPM_BAD_ORDINAL = (NTSTATUS)0xc029000a;
#pragma pop_macro("STATUS_TPM_BAD_ORDINAL")
#pragma push_macro("STATUS_TPM_INSTALL_DISABLED")
#undef STATUS_TPM_INSTALL_DISABLED
static const NTSTATUS STATUS_TPM_INSTALL_DISABLED = (NTSTATUS)0xc029000b;
#pragma pop_macro("STATUS_TPM_INSTALL_DISABLED")
#pragma push_macro("STATUS_TPM_INVALID_KEYHANDLE")
#undef STATUS_TPM_INVALID_KEYHANDLE
static const NTSTATUS STATUS_TPM_INVALID_KEYHANDLE = (NTSTATUS)0xc029000c;
#pragma pop_macro("STATUS_TPM_INVALID_KEYHANDLE")
#pragma push_macro("STATUS_TPM_KEYNOTFOUND")
#undef STATUS_TPM_KEYNOTFOUND
static const NTSTATUS STATUS_TPM_KEYNOTFOUND = (NTSTATUS)0xc029000d;
#pragma pop_macro("STATUS_TPM_KEYNOTFOUND")
#pragma push_macro("STATUS_TPM_INAPPROPRIATE_ENC")
#undef STATUS_TPM_INAPPROPRIATE_ENC
static const NTSTATUS STATUS_TPM_INAPPROPRIATE_ENC = (NTSTATUS)0xc029000e;
#pragma pop_macro("STATUS_TPM_INAPPROPRIATE_ENC")
#pragma push_macro("STATUS_TPM_MIGRATEFAIL")
#undef STATUS_TPM_MIGRATEFAIL
static const NTSTATUS STATUS_TPM_MIGRATEFAIL = (NTSTATUS)0xc029000f;
#pragma pop_macro("STATUS_TPM_MIGRATEFAIL")
#pragma push_macro("STATUS_TPM_INVALID_PCR_INFO")
#undef STATUS_TPM_INVALID_PCR_INFO
static const NTSTATUS STATUS_TPM_INVALID_PCR_INFO = (NTSTATUS)0xc0290010;
#pragma pop_macro("STATUS_TPM_INVALID_PCR_INFO")
#pragma push_macro("STATUS_TPM_NOSPACE")
#undef STATUS_TPM_NOSPACE
static const NTSTATUS STATUS_TPM_NOSPACE = (NTSTATUS)0xc0290011;
#pragma pop_macro("STATUS_TPM_NOSPACE")
#pragma push_macro("STATUS_TPM_NOSRK")
#undef STATUS_TPM_NOSRK
static const NTSTATUS STATUS_TPM_NOSRK = (NTSTATUS)0xc0290012;
#pragma pop_macro("STATUS_TPM_NOSRK")
#pragma push_macro("STATUS_TPM_NOTSEALED_BLOB")
#undef STATUS_TPM_NOTSEALED_BLOB
static const NTSTATUS STATUS_TPM_NOTSEALED_BLOB = (NTSTATUS)0xc0290013;
#pragma pop_macro("STATUS_TPM_NOTSEALED_BLOB")
#pragma push_macro("STATUS_TPM_OWNER_SET")
#undef STATUS_TPM_OWNER_SET
static const NTSTATUS STATUS_TPM_OWNER_SET = (NTSTATUS)0xc0290014;
#pragma pop_macro("STATUS_TPM_OWNER_SET")
#pragma push_macro("STATUS_TPM_RESOURCES")
#undef STATUS_TPM_RESOURCES
static const NTSTATUS STATUS_TPM_RESOURCES = (NTSTATUS)0xc0290015;
#pragma pop_macro("STATUS_TPM_RESOURCES")
#pragma push_macro("STATUS_TPM_SHORTRANDOM")
#undef STATUS_TPM_SHORTRANDOM
static const NTSTATUS STATUS_TPM_SHORTRANDOM = (NTSTATUS)0xc0290016;
#pragma pop_macro("STATUS_TPM_SHORTRANDOM")
#pragma push_macro("STATUS_TPM_SIZE")
#undef STATUS_TPM_SIZE
static const NTSTATUS STATUS_TPM_SIZE = (NTSTATUS)0xc0290017;
#pragma pop_macro("STATUS_TPM_SIZE")
#pragma push_macro("STATUS_TPM_WRONGPCRVAL")
#undef STATUS_TPM_WRONGPCRVAL
static const NTSTATUS STATUS_TPM_WRONGPCRVAL = (NTSTATUS)0xc0290018;
#pragma pop_macro("STATUS_TPM_WRONGPCRVAL")
#pragma push_macro("STATUS_TPM_BAD_PARAM_SIZE")
#undef STATUS_TPM_BAD_PARAM_SIZE
static const NTSTATUS STATUS_TPM_BAD_PARAM_SIZE = (NTSTATUS)0xc0290019;
#pragma pop_macro("STATUS_TPM_BAD_PARAM_SIZE")
#pragma push_macro("STATUS_TPM_SHA_THREAD")
#undef STATUS_TPM_SHA_THREAD
static const NTSTATUS STATUS_TPM_SHA_THREAD = (NTSTATUS)0xc029001a;
#pragma pop_macro("STATUS_TPM_SHA_THREAD")
#pragma push_macro("STATUS_TPM_SHA_ERROR")
#undef STATUS_TPM_SHA_ERROR
static const NTSTATUS STATUS_TPM_SHA_ERROR = (NTSTATUS)0xc029001b;
#pragma pop_macro("STATUS_TPM_SHA_ERROR")
#pragma push_macro("STATUS_TPM_FAILEDSELFTEST")
#undef STATUS_TPM_FAILEDSELFTEST
static const NTSTATUS STATUS_TPM_FAILEDSELFTEST = (NTSTATUS)0xc029001c;
#pragma pop_macro("STATUS_TPM_FAILEDSELFTEST")
#pragma push_macro("STATUS_TPM_AUTH2FAIL")
#undef STATUS_TPM_AUTH2FAIL
static const NTSTATUS STATUS_TPM_AUTH2FAIL = (NTSTATUS)0xc029001d;
#pragma pop_macro("STATUS_TPM_AUTH2FAIL")
#pragma push_macro("STATUS_TPM_BADTAG")
#undef STATUS_TPM_BADTAG
static const NTSTATUS STATUS_TPM_BADTAG = (NTSTATUS)0xc029001e;
#pragma pop_macro("STATUS_TPM_BADTAG")
#pragma push_macro("STATUS_TPM_IOERROR")
#undef STATUS_TPM_IOERROR
static const NTSTATUS STATUS_TPM_IOERROR = (NTSTATUS)0xc029001f;
#pragma pop_macro("STATUS_TPM_IOERROR")
#pragma push_macro("STATUS_TPM_ENCRYPT_ERROR")
#undef STATUS_TPM_ENCRYPT_ERROR
static const NTSTATUS STATUS_TPM_ENCRYPT_ERROR = (NTSTATUS)0xc0290020;
#pragma pop_macro("STATUS_TPM_ENCRYPT_ERROR")
#pragma push_macro("STATUS_TPM_DECRYPT_ERROR")
#undef STATUS_TPM_DECRYPT_ERROR
static const NTSTATUS STATUS_TPM_DECRYPT_ERROR = (NTSTATUS)0xc0290021;
#pragma pop_macro("STATUS_TPM_DECRYPT_ERROR")
#pragma push_macro("STATUS_TPM_INVALID_AUTHHANDLE")
#undef STATUS_TPM_INVALID_AUTHHANDLE
static const NTSTATUS STATUS_TPM_INVALID_AUTHHANDLE = (NTSTATUS)0xc0290022;
#pragma pop_macro("STATUS_TPM_INVALID_AUTHHANDLE")
#pragma push_macro("STATUS_TPM_NO_ENDORSEMENT")
#undef STATUS_TPM_NO_ENDORSEMENT
static const NTSTATUS STATUS_TPM_NO_ENDORSEMENT = (NTSTATUS)0xc0290023;
#pragma pop_macro("STATUS_TPM_NO_ENDORSEMENT")
#pragma push_macro("STATUS_TPM_INVALID_KEYUSAGE")
#undef STATUS_TPM_INVALID_KEYUSAGE
static const NTSTATUS STATUS_TPM_INVALID_KEYUSAGE = (NTSTATUS)0xc0290024;
#pragma pop_macro("STATUS_TPM_INVALID_KEYUSAGE")
#pragma push_macro("STATUS_TPM_WRONG_ENTITYTYPE")
#undef STATUS_TPM_WRONG_ENTITYTYPE
static const NTSTATUS STATUS_TPM_WRONG_ENTITYTYPE = (NTSTATUS)0xc0290025;
#pragma pop_macro("STATUS_TPM_WRONG_ENTITYTYPE")
#pragma push_macro("STATUS_TPM_INVALID_POSTINIT")
#undef STATUS_TPM_INVALID_POSTINIT
static const NTSTATUS STATUS_TPM_INVALID_POSTINIT = (NTSTATUS)0xc0290026;
#pragma pop_macro("STATUS_TPM_INVALID_POSTINIT")
#pragma push_macro("STATUS_TPM_INAPPROPRIATE_SIG")
#undef STATUS_TPM_INAPPROPRIATE_SIG
static const NTSTATUS STATUS_TPM_INAPPROPRIATE_SIG = (NTSTATUS)0xc0290027;
#pragma pop_macro("STATUS_TPM_INAPPROPRIATE_SIG")
#pragma push_macro("STATUS_TPM_BAD_KEY_PROPERTY")
#undef STATUS_TPM_BAD_KEY_PROPERTY
static const NTSTATUS STATUS_TPM_BAD_KEY_PROPERTY = (NTSTATUS)0xc0290028;
#pragma pop_macro("STATUS_TPM_BAD_KEY_PROPERTY")
#pragma push_macro("STATUS_TPM_BAD_MIGRATION")
#undef STATUS_TPM_BAD_MIGRATION
static const NTSTATUS STATUS_TPM_BAD_MIGRATION = (NTSTATUS)0xc0290029;
#pragma pop_macro("STATUS_TPM_BAD_MIGRATION")
#pragma push_macro("STATUS_TPM_BAD_SCHEME")
#undef STATUS_TPM_BAD_SCHEME
static const NTSTATUS STATUS_TPM_BAD_SCHEME = (NTSTATUS)0xc029002a;
#pragma pop_macro("STATUS_TPM_BAD_SCHEME")
#pragma push_macro("STATUS_TPM_BAD_DATASIZE")
#undef STATUS_TPM_BAD_DATASIZE
static const NTSTATUS STATUS_TPM_BAD_DATASIZE = (NTSTATUS)0xc029002b;
#pragma pop_macro("STATUS_TPM_BAD_DATASIZE")
#pragma push_macro("STATUS_TPM_BAD_MODE")
#undef STATUS_TPM_BAD_MODE
static const NTSTATUS STATUS_TPM_BAD_MODE = (NTSTATUS)0xc029002c;
#pragma pop_macro("STATUS_TPM_BAD_MODE")
#pragma push_macro("STATUS_TPM_BAD_PRESENCE")
#undef STATUS_TPM_BAD_PRESENCE
static const NTSTATUS STATUS_TPM_BAD_PRESENCE = (NTSTATUS)0xc029002d;
#pragma pop_macro("STATUS_TPM_BAD_PRESENCE")
#pragma push_macro("STATUS_TPM_BAD_VERSION")
#undef STATUS_TPM_BAD_VERSION
static const NTSTATUS STATUS_TPM_BAD_VERSION = (NTSTATUS)0xc029002e;
#pragma pop_macro("STATUS_TPM_BAD_VERSION")
#pragma push_macro("STATUS_TPM_NO_WRAP_TRANSPORT")
#undef STATUS_TPM_NO_WRAP_TRANSPORT
static const NTSTATUS STATUS_TPM_NO_WRAP_TRANSPORT = (NTSTATUS)0xc029002f;
#pragma pop_macro("STATUS_TPM_NO_WRAP_TRANSPORT")
#pragma push_macro("STATUS_TPM_AUDITFAIL_UNSUCCESSFUL")
#undef STATUS_TPM_AUDITFAIL_UNSUCCESSFUL
static const NTSTATUS STATUS_TPM_AUDITFAIL_UNSUCCESSFUL = (NTSTATUS)0xc0290030;
#pragma pop_macro("STATUS_TPM_AUDITFAIL_UNSUCCESSFUL")
#pragma push_macro("STATUS_TPM_AUDITFAIL_SUCCESSFUL")
#undef STATUS_TPM_AUDITFAIL_SUCCESSFUL
static const NTSTATUS STATUS_TPM_AUDITFAIL_SUCCESSFUL = (NTSTATUS)0xc0290031;
#pragma pop_macro("STATUS_TPM_AUDITFAIL_SUCCESSFUL")
#pragma push_macro("STATUS_TPM_NOTRESETABLE")
#undef STATUS_TPM_NOTRESETABLE
static const NTSTATUS STATUS_TPM_NOTRESETABLE = (NTSTATUS)0xc0290032;
#pragma pop_macro("STATUS_TPM_NOTRESETABLE")
#pragma push_macro("STATUS_TPM_NOTLOCAL")
#undef STATUS_TPM_NOTLOCAL
static const NTSTATUS STATUS_TPM_NOTLOCAL = (NTSTATUS)0xc0290033;
#pragma pop_macro("STATUS_TPM_NOTLOCAL")
#pragma push_macro("STATUS_TPM_BAD_TYPE")
#undef STATUS_TPM_BAD_TYPE
static const NTSTATUS STATUS_TPM_BAD_TYPE = (NTSTATUS)0xc0290034;
#pragma pop_macro("STATUS_TPM_BAD_TYPE")
#pragma push_macro("STATUS_TPM_INVALID_RESOURCE")
#undef STATUS_TPM_INVALID_RESOURCE
static const NTSTATUS STATUS_TPM_INVALID_RESOURCE = (NTSTATUS)0xc0290035;
#pragma pop_macro("STATUS_TPM_INVALID_RESOURCE")
#pragma push_macro("STATUS_TPM_NOTFIPS")
#undef STATUS_TPM_NOTFIPS
static const NTSTATUS STATUS_TPM_NOTFIPS = (NTSTATUS)0xc0290036;
#pragma pop_macro("STATUS_TPM_NOTFIPS")
#pragma push_macro("STATUS_TPM_INVALID_FAMILY")
#undef STATUS_TPM_INVALID_FAMILY
static const NTSTATUS STATUS_TPM_INVALID_FAMILY = (NTSTATUS)0xc0290037;
#pragma pop_macro("STATUS_TPM_INVALID_FAMILY")
#pragma push_macro("STATUS_TPM_NO_NV_PERMISSION")
#undef STATUS_TPM_NO_NV_PERMISSION
static const NTSTATUS STATUS_TPM_NO_NV_PERMISSION = (NTSTATUS)0xc0290038;
#pragma pop_macro("STATUS_TPM_NO_NV_PERMISSION")
#pragma push_macro("STATUS_TPM_REQUIRES_SIGN")
#undef STATUS_TPM_REQUIRES_SIGN
static const NTSTATUS STATUS_TPM_REQUIRES_SIGN = (NTSTATUS)0xc0290039;
#pragma pop_macro("STATUS_TPM_REQUIRES_SIGN")
#pragma push_macro("STATUS_TPM_KEY_NOTSUPPORTED")
#undef STATUS_TPM_KEY_NOTSUPPORTED
static const NTSTATUS STATUS_TPM_KEY_NOTSUPPORTED = (NTSTATUS)0xc029003a;
#pragma pop_macro("STATUS_TPM_KEY_NOTSUPPORTED")
#pragma push_macro("STATUS_TPM_AUTH_CONFLICT")
#undef STATUS_TPM_AUTH_CONFLICT
static const NTSTATUS STATUS_TPM_AUTH_CONFLICT = (NTSTATUS)0xc029003b;
#pragma pop_macro("STATUS_TPM_AUTH_CONFLICT")
#pragma push_macro("STATUS_TPM_AREA_LOCKED")
#undef STATUS_TPM_AREA_LOCKED
static const NTSTATUS STATUS_TPM_AREA_LOCKED = (NTSTATUS)0xc029003c;
#pragma pop_macro("STATUS_TPM_AREA_LOCKED")
#pragma push_macro("STATUS_TPM_BAD_LOCALITY")
#undef STATUS_TPM_BAD_LOCALITY
static const NTSTATUS STATUS_TPM_BAD_LOCALITY = (NTSTATUS)0xc029003d;
#pragma pop_macro("STATUS_TPM_BAD_LOCALITY")
#pragma push_macro("STATUS_TPM_READ_ONLY")
#undef STATUS_TPM_READ_ONLY
static const NTSTATUS STATUS_TPM_READ_ONLY = (NTSTATUS)0xc029003e;
#pragma pop_macro("STATUS_TPM_READ_ONLY")
#pragma push_macro("STATUS_TPM_PER_NOWRITE")
#undef STATUS_TPM_PER_NOWRITE
static const NTSTATUS STATUS_TPM_PER_NOWRITE = (NTSTATUS)0xc029003f;
#pragma pop_macro("STATUS_TPM_PER_NOWRITE")
#pragma push_macro("STATUS_TPM_FAMILYCOUNT")
#undef STATUS_TPM_FAMILYCOUNT
static const NTSTATUS STATUS_TPM_FAMILYCOUNT = (NTSTATUS)0xc0290040;
#pragma pop_macro("STATUS_TPM_FAMILYCOUNT")
#pragma push_macro("STATUS_TPM_WRITE_LOCKED")
#undef STATUS_TPM_WRITE_LOCKED
static const NTSTATUS STATUS_TPM_WRITE_LOCKED = (NTSTATUS)0xc0290041;
#pragma pop_macro("STATUS_TPM_WRITE_LOCKED")
#pragma push_macro("STATUS_TPM_BAD_ATTRIBUTES")
#undef STATUS_TPM_BAD_ATTRIBUTES
static const NTSTATUS STATUS_TPM_BAD_ATTRIBUTES = (NTSTATUS)0xc0290042;
#pragma pop_macro("STATUS_TPM_BAD_ATTRIBUTES")
#pragma push_macro("STATUS_TPM_INVALID_STRUCTURE")
#undef STATUS_TPM_INVALID_STRUCTURE
static const NTSTATUS STATUS_TPM_INVALID_STRUCTURE = (NTSTATUS)0xc0290043;
#pragma pop_macro("STATUS_TPM_INVALID_STRUCTURE")
#pragma push_macro("STATUS_TPM_KEY_OWNER_CONTROL")
#undef STATUS_TPM_KEY_OWNER_CONTROL
static const NTSTATUS STATUS_TPM_KEY_OWNER_CONTROL = (NTSTATUS)0xc0290044;
#pragma pop_macro("STATUS_TPM_KEY_OWNER_CONTROL")
#pragma push_macro("STATUS_TPM_BAD_COUNTER")
#undef STATUS_TPM_BAD_COUNTER
static const NTSTATUS STATUS_TPM_BAD_COUNTER = (NTSTATUS)0xc0290045;
#pragma pop_macro("STATUS_TPM_BAD_COUNTER")
#pragma push_macro("STATUS_TPM_NOT_FULLWRITE")
#undef STATUS_TPM_NOT_FULLWRITE
static const NTSTATUS STATUS_TPM_NOT_FULLWRITE = (NTSTATUS)0xc0290046;
#pragma pop_macro("STATUS_TPM_NOT_FULLWRITE")
#pragma push_macro("STATUS_TPM_CONTEXT_GAP")
#undef STATUS_TPM_CONTEXT_GAP
static const NTSTATUS STATUS_TPM_CONTEXT_GAP = (NTSTATUS)0xc0290047;
#pragma pop_macro("STATUS_TPM_CONTEXT_GAP")
#pragma push_macro("STATUS_TPM_MAXNVWRITES")
#undef STATUS_TPM_MAXNVWRITES
static const NTSTATUS STATUS_TPM_MAXNVWRITES = (NTSTATUS)0xc0290048;
#pragma pop_macro("STATUS_TPM_MAXNVWRITES")
#pragma push_macro("STATUS_TPM_NOOPERATOR")
#undef STATUS_TPM_NOOPERATOR
static const NTSTATUS STATUS_TPM_NOOPERATOR = (NTSTATUS)0xc0290049;
#pragma pop_macro("STATUS_TPM_NOOPERATOR")
#pragma push_macro("STATUS_TPM_RESOURCEMISSING")
#undef STATUS_TPM_RESOURCEMISSING
static const NTSTATUS STATUS_TPM_RESOURCEMISSING = (NTSTATUS)0xc029004a;
#pragma pop_macro("STATUS_TPM_RESOURCEMISSING")
#pragma push_macro("STATUS_TPM_DELEGATE_LOCK")
#undef STATUS_TPM_DELEGATE_LOCK
static const NTSTATUS STATUS_TPM_DELEGATE_LOCK = (NTSTATUS)0xc029004b;
#pragma pop_macro("STATUS_TPM_DELEGATE_LOCK")
#pragma push_macro("STATUS_TPM_DELEGATE_FAMILY")
#undef STATUS_TPM_DELEGATE_FAMILY
static const NTSTATUS STATUS_TPM_DELEGATE_FAMILY = (NTSTATUS)0xc029004c;
#pragma pop_macro("STATUS_TPM_DELEGATE_FAMILY")
#pragma push_macro("STATUS_TPM_DELEGATE_ADMIN")
#undef STATUS_TPM_DELEGATE_ADMIN
static const NTSTATUS STATUS_TPM_DELEGATE_ADMIN = (NTSTATUS)0xc029004d;
#pragma pop_macro("STATUS_TPM_DELEGATE_ADMIN")
#pragma push_macro("STATUS_TPM_TRANSPORT_NOTEXCLUSIVE")
#undef STATUS_TPM_TRANSPORT_NOTEXCLUSIVE
static const NTSTATUS STATUS_TPM_TRANSPORT_NOTEXCLUSIVE = (NTSTATUS)0xc029004e;
#pragma pop_macro("STATUS_TPM_TRANSPORT_NOTEXCLUSIVE")
#pragma push_macro("STATUS_TPM_OWNER_CONTROL")
#undef STATUS_TPM_OWNER_CONTROL
static const NTSTATUS STATUS_TPM_OWNER_CONTROL = (NTSTATUS)0xc029004f;
#pragma pop_macro("STATUS_TPM_OWNER_CONTROL")
#pragma push_macro("STATUS_TPM_DAA_RESOURCES")
#undef STATUS_TPM_DAA_RESOURCES
static const NTSTATUS STATUS_TPM_DAA_RESOURCES = (NTSTATUS)0xc0290050;
#pragma pop_macro("STATUS_TPM_DAA_RESOURCES")
#pragma push_macro("STATUS_TPM_DAA_INPUT_DATA0")
#undef STATUS_TPM_DAA_INPUT_DATA0
static const NTSTATUS STATUS_TPM_DAA_INPUT_DATA0 = (NTSTATUS)0xc0290051;
#pragma pop_macro("STATUS_TPM_DAA_INPUT_DATA0")
#pragma push_macro("STATUS_TPM_DAA_INPUT_DATA1")
#undef STATUS_TPM_DAA_INPUT_DATA1
static const NTSTATUS STATUS_TPM_DAA_INPUT_DATA1 = (NTSTATUS)0xc0290052;
#pragma pop_macro("STATUS_TPM_DAA_INPUT_DATA1")
#pragma push_macro("STATUS_TPM_DAA_ISSUER_SETTINGS")
#undef STATUS_TPM_DAA_ISSUER_SETTINGS
static const NTSTATUS STATUS_TPM_DAA_ISSUER_SETTINGS = (NTSTATUS)0xc0290053;
#pragma pop_macro("STATUS_TPM_DAA_ISSUER_SETTINGS")
#pragma push_macro("STATUS_TPM_DAA_TPM_SETTINGS")
#undef STATUS_TPM_DAA_TPM_SETTINGS
static const NTSTATUS STATUS_TPM_DAA_TPM_SETTINGS = (NTSTATUS)0xc0290054;
#pragma pop_macro("STATUS_TPM_DAA_TPM_SETTINGS")
#pragma push_macro("STATUS_TPM_DAA_STAGE")
#undef STATUS_TPM_DAA_STAGE
static const NTSTATUS STATUS_TPM_DAA_STAGE = (NTSTATUS)0xc0290055;
#pragma pop_macro("STATUS_TPM_DAA_STAGE")
#pragma push_macro("STATUS_TPM_DAA_ISSUER_VALIDITY")
#undef STATUS_TPM_DAA_ISSUER_VALIDITY
static const NTSTATUS STATUS_TPM_DAA_ISSUER_VALIDITY = (NTSTATUS)0xc0290056;
#pragma pop_macro("STATUS_TPM_DAA_ISSUER_VALIDITY")
#pragma push_macro("STATUS_TPM_DAA_WRONG_W")
#undef STATUS_TPM_DAA_WRONG_W
static const NTSTATUS STATUS_TPM_DAA_WRONG_W = (NTSTATUS)0xc0290057;
#pragma pop_macro("STATUS_TPM_DAA_WRONG_W")
#pragma push_macro("STATUS_TPM_BAD_HANDLE")
#undef STATUS_TPM_BAD_HANDLE
static const NTSTATUS STATUS_TPM_BAD_HANDLE = (NTSTATUS)0xc0290058;
#pragma pop_macro("STATUS_TPM_BAD_HANDLE")
#pragma push_macro("STATUS_TPM_BAD_DELEGATE")
#undef STATUS_TPM_BAD_DELEGATE
static const NTSTATUS STATUS_TPM_BAD_DELEGATE = (NTSTATUS)0xc0290059;
#pragma pop_macro("STATUS_TPM_BAD_DELEGATE")
#pragma push_macro("STATUS_TPM_BADCONTEXT")
#undef STATUS_TPM_BADCONTEXT
static const NTSTATUS STATUS_TPM_BADCONTEXT = (NTSTATUS)0xc029005a;
#pragma pop_macro("STATUS_TPM_BADCONTEXT")
#pragma push_macro("STATUS_TPM_TOOMANYCONTEXTS")
#undef STATUS_TPM_TOOMANYCONTEXTS
static const NTSTATUS STATUS_TPM_TOOMANYCONTEXTS = (NTSTATUS)0xc029005b;
#pragma pop_macro("STATUS_TPM_TOOMANYCONTEXTS")
#pragma push_macro("STATUS_TPM_MA_TICKET_SIGNATURE")
#undef STATUS_TPM_MA_TICKET_SIGNATURE
static const NTSTATUS STATUS_TPM_MA_TICKET_SIGNATURE = (NTSTATUS)0xc029005c;
#pragma pop_macro("STATUS_TPM_MA_TICKET_SIGNATURE")
#pragma push_macro("STATUS_TPM_MA_DESTINATION")
#undef STATUS_TPM_MA_DESTINATION
static const NTSTATUS STATUS_TPM_MA_DESTINATION = (NTSTATUS)0xc029005d;
#pragma pop_macro("STATUS_TPM_MA_DESTINATION")
#pragma push_macro("STATUS_TPM_MA_SOURCE")
#undef STATUS_TPM_MA_SOURCE
static const NTSTATUS STATUS_TPM_MA_SOURCE = (NTSTATUS)0xc029005e;
#pragma pop_macro("STATUS_TPM_MA_SOURCE")
#pragma push_macro("STATUS_TPM_MA_AUTHORITY")
#undef STATUS_TPM_MA_AUTHORITY
static const NTSTATUS STATUS_TPM_MA_AUTHORITY = (NTSTATUS)0xc029005f;
#pragma pop_macro("STATUS_TPM_MA_AUTHORITY")
#pragma push_macro("STATUS_TPM_PERMANENTEK")
#undef STATUS_TPM_PERMANENTEK
static const NTSTATUS STATUS_TPM_PERMANENTEK = (NTSTATUS)0xc0290061;
#pragma pop_macro("STATUS_TPM_PERMANENTEK")
#pragma push_macro("STATUS_TPM_BAD_SIGNATURE")
#undef STATUS_TPM_BAD_SIGNATURE
static const NTSTATUS STATUS_TPM_BAD_SIGNATURE = (NTSTATUS)0xc0290062;
#pragma pop_macro("STATUS_TPM_BAD_SIGNATURE")
#pragma push_macro("STATUS_TPM_NOCONTEXTSPACE")
#undef STATUS_TPM_NOCONTEXTSPACE
static const NTSTATUS STATUS_TPM_NOCONTEXTSPACE = (NTSTATUS)0xc0290063;
#pragma pop_macro("STATUS_TPM_NOCONTEXTSPACE")
#pragma push_macro("STATUS_TPM_COMMAND_BLOCKED")
#undef STATUS_TPM_COMMAND_BLOCKED
static const NTSTATUS STATUS_TPM_COMMAND_BLOCKED = (NTSTATUS)0xc0290400;
#pragma pop_macro("STATUS_TPM_COMMAND_BLOCKED")
#pragma push_macro("STATUS_TPM_INVALID_HANDLE")
#undef STATUS_TPM_INVALID_HANDLE
static const NTSTATUS STATUS_TPM_INVALID_HANDLE = (NTSTATUS)0xc0290401;
#pragma pop_macro("STATUS_TPM_INVALID_HANDLE")
#pragma push_macro("STATUS_TPM_DUPLICATE_VHANDLE")
#undef STATUS_TPM_DUPLICATE_VHANDLE
static const NTSTATUS STATUS_TPM_DUPLICATE_VHANDLE = (NTSTATUS)0xc0290402;
#pragma pop_macro("STATUS_TPM_DUPLICATE_VHANDLE")
#pragma push_macro("STATUS_TPM_EMBEDDED_COMMAND_BLOCKED")
#undef STATUS_TPM_EMBEDDED_COMMAND_BLOCKED
static const NTSTATUS STATUS_TPM_EMBEDDED_COMMAND_BLOCKED = (NTSTATUS)0xc0290403;
#pragma pop_macro("STATUS_TPM_EMBEDDED_COMMAND_BLOCKED")
#pragma push_macro("STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED")
#undef STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED
static const NTSTATUS STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED = (NTSTATUS)0xc0290404;
#pragma pop_macro("STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED")
#pragma push_macro("STATUS_TPM_RETRY")
#undef STATUS_TPM_RETRY
static const NTSTATUS STATUS_TPM_RETRY = (NTSTATUS)0xc0290800;
#pragma pop_macro("STATUS_TPM_RETRY")
#pragma push_macro("STATUS_TPM_NEEDS_SELFTEST")
#undef STATUS_TPM_NEEDS_SELFTEST
static const NTSTATUS STATUS_TPM_NEEDS_SELFTEST = (NTSTATUS)0xc0290801;
#pragma pop_macro("STATUS_TPM_NEEDS_SELFTEST")
#pragma push_macro("STATUS_TPM_DOING_SELFTEST")
#undef STATUS_TPM_DOING_SELFTEST
static const NTSTATUS STATUS_TPM_DOING_SELFTEST = (NTSTATUS)0xc0290802;
#pragma pop_macro("STATUS_TPM_DOING_SELFTEST")
#pragma push_macro("STATUS_TPM_DEFEND_LOCK_RUNNING")
#undef STATUS_TPM_DEFEND_LOCK_RUNNING
static const NTSTATUS STATUS_TPM_DEFEND_LOCK_RUNNING = (NTSTATUS)0xc0290803;
#pragma pop_macro("STATUS_TPM_DEFEND_LOCK_RUNNING")
#pragma push_macro("STATUS_TPM_COMMAND_CANCELED")
#undef STATUS_TPM_COMMAND_CANCELED
static const NTSTATUS STATUS_TPM_COMMAND_CANCELED = (NTSTATUS)0xc0291001;
#pragma pop_macro("STATUS_TPM_COMMAND_CANCELED")
#pragma push_macro("STATUS_TPM_TOO_MANY_CONTEXTS")
#undef STATUS_TPM_TOO_MANY_CONTEXTS
static const NTSTATUS STATUS_TPM_TOO_MANY_CONTEXTS = (NTSTATUS)0xc0291002;
#pragma pop_macro("STATUS_TPM_TOO_MANY_CONTEXTS")
#pragma push_macro("STATUS_TPM_NOT_FOUND")
#undef STATUS_TPM_NOT_FOUND
static const NTSTATUS STATUS_TPM_NOT_FOUND = (NTSTATUS)0xc0291003;
#pragma pop_macro("STATUS_TPM_NOT_FOUND")
#pragma push_macro("STATUS_TPM_ACCESS_DENIED")
#undef STATUS_TPM_ACCESS_DENIED
static const NTSTATUS STATUS_TPM_ACCESS_DENIED = (NTSTATUS)0xc0291004;
#pragma pop_macro("STATUS_TPM_ACCESS_DENIED")
#pragma push_macro("STATUS_TPM_INSUFFICIENT_BUFFER")
#undef STATUS_TPM_INSUFFICIENT_BUFFER
static const NTSTATUS STATUS_TPM_INSUFFICIENT_BUFFER = (NTSTATUS)0xc0291005;
#pragma pop_macro("STATUS_TPM_INSUFFICIENT_BUFFER")
#pragma push_macro("STATUS_TPM_PPI_FUNCTION_UNSUPPORTED")
#undef STATUS_TPM_PPI_FUNCTION_UNSUPPORTED
static const NTSTATUS STATUS_TPM_PPI_FUNCTION_UNSUPPORTED = (NTSTATUS)0xc0291006;
#pragma pop_macro("STATUS_TPM_PPI_FUNCTION_UNSUPPORTED")
#pragma push_macro("STATUS_PCP_ERROR_MASK")
#undef STATUS_PCP_ERROR_MASK
static const NTSTATUS STATUS_PCP_ERROR_MASK = (NTSTATUS)0xc0292000;
#pragma pop_macro("STATUS_PCP_ERROR_MASK")
#pragma push_macro("STATUS_PCP_DEVICE_NOT_READY")
#undef STATUS_PCP_DEVICE_NOT_READY
static const NTSTATUS STATUS_PCP_DEVICE_NOT_READY = (NTSTATUS)0xc0292001;
#pragma pop_macro("STATUS_PCP_DEVICE_NOT_READY")
#pragma push_macro("STATUS_PCP_INVALID_HANDLE")
#undef STATUS_PCP_INVALID_HANDLE
static const NTSTATUS STATUS_PCP_INVALID_HANDLE = (NTSTATUS)0xc0292002;
#pragma pop_macro("STATUS_PCP_INVALID_HANDLE")
#pragma push_macro("STATUS_PCP_INVALID_PARAMETER")
#undef STATUS_PCP_INVALID_PARAMETER
static const NTSTATUS STATUS_PCP_INVALID_PARAMETER = (NTSTATUS)0xc0292003;
#pragma pop_macro("STATUS_PCP_INVALID_PARAMETER")
#pragma push_macro("STATUS_PCP_FLAG_NOT_SUPPORTED")
#undef STATUS_PCP_FLAG_NOT_SUPPORTED
static const NTSTATUS STATUS_PCP_FLAG_NOT_SUPPORTED = (NTSTATUS)0xc0292004;
#pragma pop_macro("STATUS_PCP_FLAG_NOT_SUPPORTED")
#pragma push_macro("STATUS_PCP_NOT_SUPPORTED")
#undef STATUS_PCP_NOT_SUPPORTED
static const NTSTATUS STATUS_PCP_NOT_SUPPORTED = (NTSTATUS)0xc0292005;
#pragma pop_macro("STATUS_PCP_NOT_SUPPORTED")
#pragma push_macro("STATUS_PCP_BUFFER_TOO_SMALL")
#undef STATUS_PCP_BUFFER_TOO_SMALL
static const NTSTATUS STATUS_PCP_BUFFER_TOO_SMALL = (NTSTATUS)0xc0292006;
#pragma pop_macro("STATUS_PCP_BUFFER_TOO_SMALL")
#pragma push_macro("STATUS_PCP_INTERNAL_ERROR")
#undef STATUS_PCP_INTERNAL_ERROR
static const NTSTATUS STATUS_PCP_INTERNAL_ERROR = (NTSTATUS)0xc0292007;
#pragma pop_macro("STATUS_PCP_INTERNAL_ERROR")
#pragma push_macro("STATUS_PCP_AUTHENTICATION_FAILED")
#undef STATUS_PCP_AUTHENTICATION_FAILED
static const NTSTATUS STATUS_PCP_AUTHENTICATION_FAILED = (NTSTATUS)0xc0292008;
#pragma pop_macro("STATUS_PCP_AUTHENTICATION_FAILED")
#pragma push_macro("STATUS_PCP_AUTHENTICATION_IGNORED")
#undef STATUS_PCP_AUTHENTICATION_IGNORED
static const NTSTATUS STATUS_PCP_AUTHENTICATION_IGNORED = (NTSTATUS)0xc0292009;
#pragma pop_macro("STATUS_PCP_AUTHENTICATION_IGNORED")
#pragma push_macro("STATUS_PCP_POLICY_NOT_FOUND")
#undef STATUS_PCP_POLICY_NOT_FOUND
static const NTSTATUS STATUS_PCP_POLICY_NOT_FOUND = (NTSTATUS)0xc029200a;
#pragma pop_macro("STATUS_PCP_POLICY_NOT_FOUND")
#pragma push_macro("STATUS_PCP_PROFILE_NOT_FOUND")
#undef STATUS_PCP_PROFILE_NOT_FOUND
static const NTSTATUS STATUS_PCP_PROFILE_NOT_FOUND = (NTSTATUS)0xc029200b;
#pragma pop_macro("STATUS_PCP_PROFILE_NOT_FOUND")
#pragma push_macro("STATUS_PCP_VALIDATION_FAILED")
#undef STATUS_PCP_VALIDATION_FAILED
static const NTSTATUS STATUS_PCP_VALIDATION_FAILED = (NTSTATUS)0xc029200c;
#pragma pop_macro("STATUS_PCP_VALIDATION_FAILED")
#pragma push_macro("STATUS_PCP_DEVICE_NOT_FOUND")
#undef STATUS_PCP_DEVICE_NOT_FOUND
static const NTSTATUS STATUS_PCP_DEVICE_NOT_FOUND = (NTSTATUS)0xc029200d;
#pragma pop_macro("STATUS_PCP_DEVICE_NOT_FOUND")
#pragma push_macro("STATUS_RTPM_CONTEXT_CONTINUE")
#undef STATUS_RTPM_CONTEXT_CONTINUE
static const NTSTATUS STATUS_RTPM_CONTEXT_CONTINUE = (NTSTATUS)0x00293000;
#pragma pop_macro("STATUS_RTPM_CONTEXT_CONTINUE")
#pragma push_macro("STATUS_RTPM_CONTEXT_COMPLETE")
#undef STATUS_RTPM_CONTEXT_COMPLETE
static const NTSTATUS STATUS_RTPM_CONTEXT_COMPLETE = (NTSTATUS)0x00293001;
#pragma pop_macro("STATUS_RTPM_CONTEXT_COMPLETE")
#pragma push_macro("STATUS_RTPM_NO_RESULT")
#undef STATUS_RTPM_NO_RESULT
static const NTSTATUS STATUS_RTPM_NO_RESULT = (NTSTATUS)0xc0293002;
#pragma pop_macro("STATUS_RTPM_NO_RESULT")
#pragma push_macro("STATUS_RTPM_PCR_READ_INCOMPLETE")
#undef STATUS_RTPM_PCR_READ_INCOMPLETE
static const NTSTATUS STATUS_RTPM_PCR_READ_INCOMPLETE = (NTSTATUS)0xc0293003;
#pragma pop_macro("STATUS_RTPM_PCR_READ_INCOMPLETE")
#pragma push_macro("STATUS_RTPM_INVALID_CONTEXT")
#undef STATUS_RTPM_INVALID_CONTEXT
static const NTSTATUS STATUS_RTPM_INVALID_CONTEXT = (NTSTATUS)0xc0293004;
#pragma pop_macro("STATUS_RTPM_INVALID_CONTEXT")
#pragma push_macro("STATUS_RTPM_UNSUPPORTED_CMD")
#undef STATUS_RTPM_UNSUPPORTED_CMD
static const NTSTATUS STATUS_RTPM_UNSUPPORTED_CMD = (NTSTATUS)0xc0293005;
#pragma pop_macro("STATUS_RTPM_UNSUPPORTED_CMD")
#pragma push_macro("STATUS_HV_INVALID_HYPERCALL_CODE")
#undef STATUS_HV_INVALID_HYPERCALL_CODE
static const NTSTATUS STATUS_HV_INVALID_HYPERCALL_CODE = (NTSTATUS)0xc0350002;
#pragma pop_macro("STATUS_HV_INVALID_HYPERCALL_CODE")
#pragma push_macro("STATUS_HV_INVALID_HYPERCALL_INPUT")
#undef STATUS_HV_INVALID_HYPERCALL_INPUT
static const NTSTATUS STATUS_HV_INVALID_HYPERCALL_INPUT = (NTSTATUS)0xc0350003;
#pragma pop_macro("STATUS_HV_INVALID_HYPERCALL_INPUT")
#pragma push_macro("STATUS_HV_INVALID_ALIGNMENT")
#undef STATUS_HV_INVALID_ALIGNMENT
static const NTSTATUS STATUS_HV_INVALID_ALIGNMENT = (NTSTATUS)0xc0350004;
#pragma pop_macro("STATUS_HV_INVALID_ALIGNMENT")
#pragma push_macro("STATUS_HV_INVALID_PARAMETER")
#undef STATUS_HV_INVALID_PARAMETER
static const NTSTATUS STATUS_HV_INVALID_PARAMETER = (NTSTATUS)0xc0350005;
#pragma pop_macro("STATUS_HV_INVALID_PARAMETER")
#pragma push_macro("STATUS_HV_ACCESS_DENIED")
#undef STATUS_HV_ACCESS_DENIED
static const NTSTATUS STATUS_HV_ACCESS_DENIED = (NTSTATUS)0xc0350006;
#pragma pop_macro("STATUS_HV_ACCESS_DENIED")
#pragma push_macro("STATUS_HV_INVALID_PARTITION_STATE")
#undef STATUS_HV_INVALID_PARTITION_STATE
static const NTSTATUS STATUS_HV_INVALID_PARTITION_STATE = (NTSTATUS)0xc0350007;
#pragma pop_macro("STATUS_HV_INVALID_PARTITION_STATE")
#pragma push_macro("STATUS_HV_OPERATION_DENIED")
#undef STATUS_HV_OPERATION_DENIED
static const NTSTATUS STATUS_HV_OPERATION_DENIED = (NTSTATUS)0xc0350008;
#pragma pop_macro("STATUS_HV_OPERATION_DENIED")
#pragma push_macro("STATUS_HV_UNKNOWN_PROPERTY")
#undef STATUS_HV_UNKNOWN_PROPERTY
static const NTSTATUS STATUS_HV_UNKNOWN_PROPERTY = (NTSTATUS)0xc0350009;
#pragma pop_macro("STATUS_HV_UNKNOWN_PROPERTY")
#pragma push_macro("STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE")
#undef STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE
static const NTSTATUS STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE = (NTSTATUS)0xc035000a;
#pragma pop_macro("STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE")
#pragma push_macro("STATUS_HV_INSUFFICIENT_MEMORY")
#undef STATUS_HV_INSUFFICIENT_MEMORY
static const NTSTATUS STATUS_HV_INSUFFICIENT_MEMORY = (NTSTATUS)0xc035000b;
#pragma pop_macro("STATUS_HV_INSUFFICIENT_MEMORY")
#pragma push_macro("STATUS_HV_PARTITION_TOO_DEEP")
#undef STATUS_HV_PARTITION_TOO_DEEP
static const NTSTATUS STATUS_HV_PARTITION_TOO_DEEP = (NTSTATUS)0xc035000c;
#pragma pop_macro("STATUS_HV_PARTITION_TOO_DEEP")
#pragma push_macro("STATUS_HV_INVALID_PARTITION_ID")
#undef STATUS_HV_INVALID_PARTITION_ID
static const NTSTATUS STATUS_HV_INVALID_PARTITION_ID = (NTSTATUS)0xc035000d;
#pragma pop_macro("STATUS_HV_INVALID_PARTITION_ID")
#pragma push_macro("STATUS_HV_INVALID_VP_INDEX")
#undef STATUS_HV_INVALID_VP_INDEX
static const NTSTATUS STATUS_HV_INVALID_VP_INDEX = (NTSTATUS)0xc035000e;
#pragma pop_macro("STATUS_HV_INVALID_VP_INDEX")
#pragma push_macro("STATUS_HV_INVALID_PORT_ID")
#undef STATUS_HV_INVALID_PORT_ID
static const NTSTATUS STATUS_HV_INVALID_PORT_ID = (NTSTATUS)0xc0350011;
#pragma pop_macro("STATUS_HV_INVALID_PORT_ID")
#pragma push_macro("STATUS_HV_INVALID_CONNECTION_ID")
#undef STATUS_HV_INVALID_CONNECTION_ID
static const NTSTATUS STATUS_HV_INVALID_CONNECTION_ID = (NTSTATUS)0xc0350012;
#pragma pop_macro("STATUS_HV_INVALID_CONNECTION_ID")
#pragma push_macro("STATUS_HV_INSUFFICIENT_BUFFERS")
#undef STATUS_HV_INSUFFICIENT_BUFFERS
static const NTSTATUS STATUS_HV_INSUFFICIENT_BUFFERS = (NTSTATUS)0xc0350013;
#pragma pop_macro("STATUS_HV_INSUFFICIENT_BUFFERS")
#pragma push_macro("STATUS_HV_NOT_ACKNOWLEDGED")
#undef STATUS_HV_NOT_ACKNOWLEDGED
static const NTSTATUS STATUS_HV_NOT_ACKNOWLEDGED = (NTSTATUS)0xc0350014;
#pragma pop_macro("STATUS_HV_NOT_ACKNOWLEDGED")
#pragma push_macro("STATUS_HV_ACKNOWLEDGED")
#undef STATUS_HV_ACKNOWLEDGED
static const NTSTATUS STATUS_HV_ACKNOWLEDGED = (NTSTATUS)0xc0350016;
#pragma pop_macro("STATUS_HV_ACKNOWLEDGED")
#pragma push_macro("STATUS_HV_INVALID_SAVE_RESTORE_STATE")
#undef STATUS_HV_INVALID_SAVE_RESTORE_STATE
static const NTSTATUS STATUS_HV_INVALID_SAVE_RESTORE_STATE = (NTSTATUS)0xc0350017;
#pragma pop_macro("STATUS_HV_INVALID_SAVE_RESTORE_STATE")
#pragma push_macro("STATUS_HV_INVALID_SYNIC_STATE")
#undef STATUS_HV_INVALID_SYNIC_STATE
static const NTSTATUS STATUS_HV_INVALID_SYNIC_STATE = (NTSTATUS)0xc0350018;
#pragma pop_macro("STATUS_HV_INVALID_SYNIC_STATE")
#pragma push_macro("STATUS_HV_OBJECT_IN_USE")
#undef STATUS_HV_OBJECT_IN_USE
static const NTSTATUS STATUS_HV_OBJECT_IN_USE = (NTSTATUS)0xc0350019;
#pragma pop_macro("STATUS_HV_OBJECT_IN_USE")
#pragma push_macro("STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO")
#undef STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO
static const NTSTATUS STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO = (NTSTATUS)0xc035001a;
#pragma pop_macro("STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO")
#pragma push_macro("STATUS_HV_NO_DATA")
#undef STATUS_HV_NO_DATA
static const NTSTATUS STATUS_HV_NO_DATA = (NTSTATUS)0xc035001b;
#pragma pop_macro("STATUS_HV_NO_DATA")
#pragma push_macro("STATUS_HV_INACTIVE")
#undef STATUS_HV_INACTIVE
static const NTSTATUS STATUS_HV_INACTIVE = (NTSTATUS)0xc035001c;
#pragma pop_macro("STATUS_HV_INACTIVE")
#pragma push_macro("STATUS_HV_NO_RESOURCES")
#undef STATUS_HV_NO_RESOURCES
static const NTSTATUS STATUS_HV_NO_RESOURCES = (NTSTATUS)0xc035001d;
#pragma pop_macro("STATUS_HV_NO_RESOURCES")
#pragma push_macro("STATUS_HV_FEATURE_UNAVAILABLE")
#undef STATUS_HV_FEATURE_UNAVAILABLE
static const NTSTATUS STATUS_HV_FEATURE_UNAVAILABLE = (NTSTATUS)0xc035001e;
#pragma pop_macro("STATUS_HV_FEATURE_UNAVAILABLE")
#pragma push_macro("STATUS_HV_INSUFFICIENT_BUFFER")
#undef STATUS_HV_INSUFFICIENT_BUFFER
static const NTSTATUS STATUS_HV_INSUFFICIENT_BUFFER = (NTSTATUS)0xc0350033;
#pragma pop_macro("STATUS_HV_INSUFFICIENT_BUFFER")
#pragma push_macro("STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS")
#undef STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS
static const NTSTATUS STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS = (NTSTATUS)0xc0350038;
#pragma pop_macro("STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS")
#pragma push_macro("STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR")
#undef STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR
static const NTSTATUS STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR = (NTSTATUS)0xc035003c;
#pragma pop_macro("STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR")
#pragma push_macro("STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR")
#undef STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR
static const NTSTATUS STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR = (NTSTATUS)0xc035003d;
#pragma pop_macro("STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR")
#pragma push_macro("STATUS_HV_PROCESSOR_STARTUP_TIMEOUT")
#undef STATUS_HV_PROCESSOR_STARTUP_TIMEOUT
static const NTSTATUS STATUS_HV_PROCESSOR_STARTUP_TIMEOUT = (NTSTATUS)0xc035003e;
#pragma pop_macro("STATUS_HV_PROCESSOR_STARTUP_TIMEOUT")
#pragma push_macro("STATUS_HV_SMX_ENABLED")
#undef STATUS_HV_SMX_ENABLED
static const NTSTATUS STATUS_HV_SMX_ENABLED = (NTSTATUS)0xc035003f;
#pragma pop_macro("STATUS_HV_SMX_ENABLED")
#pragma push_macro("STATUS_HV_INVALID_LP_INDEX")
#undef STATUS_HV_INVALID_LP_INDEX
static const NTSTATUS STATUS_HV_INVALID_LP_INDEX = (NTSTATUS)0xc0350041;
#pragma pop_macro("STATUS_HV_INVALID_LP_INDEX")
#pragma push_macro("STATUS_HV_INVALID_REGISTER_VALUE")
#undef STATUS_HV_INVALID_REGISTER_VALUE
static const NTSTATUS STATUS_HV_INVALID_REGISTER_VALUE = (NTSTATUS)0xc0350050;
#pragma pop_macro("STATUS_HV_INVALID_REGISTER_VALUE")
#pragma push_macro("STATUS_HV_INVALID_VTL_STATE")
#undef STATUS_HV_INVALID_VTL_STATE
static const NTSTATUS STATUS_HV_INVALID_VTL_STATE = (NTSTATUS)0xc0350051;
#pragma pop_macro("STATUS_HV_INVALID_VTL_STATE")
#pragma push_macro("STATUS_HV_NX_NOT_DETECTED")
#undef STATUS_HV_NX_NOT_DETECTED
static const NTSTATUS STATUS_HV_NX_NOT_DETECTED = (NTSTATUS)0xc0350055;
#pragma pop_macro("STATUS_HV_NX_NOT_DETECTED")
#pragma push_macro("STATUS_HV_INVALID_DEVICE_ID")
#undef STATUS_HV_INVALID_DEVICE_ID
static const NTSTATUS STATUS_HV_INVALID_DEVICE_ID = (NTSTATUS)0xc0350057;
#pragma pop_macro("STATUS_HV_INVALID_DEVICE_ID")
#pragma push_macro("STATUS_HV_INVALID_DEVICE_STATE")
#undef STATUS_HV_INVALID_DEVICE_STATE
static const NTSTATUS STATUS_HV_INVALID_DEVICE_STATE = (NTSTATUS)0xc0350058;
#pragma pop_macro("STATUS_HV_INVALID_DEVICE_STATE")
#pragma push_macro("STATUS_HV_PENDING_PAGE_REQUESTS")
#undef STATUS_HV_PENDING_PAGE_REQUESTS
static const NTSTATUS STATUS_HV_PENDING_PAGE_REQUESTS = (NTSTATUS)0x00350059;
#pragma pop_macro("STATUS_HV_PENDING_PAGE_REQUESTS")
#pragma push_macro("STATUS_HV_PAGE_REQUEST_INVALID")
#undef STATUS_HV_PAGE_REQUEST_INVALID
static const NTSTATUS STATUS_HV_PAGE_REQUEST_INVALID = (NTSTATUS)0xc0350060;
#pragma pop_macro("STATUS_HV_PAGE_REQUEST_INVALID")
#pragma push_macro("STATUS_HV_NOT_PRESENT")
#undef STATUS_HV_NOT_PRESENT
static const NTSTATUS STATUS_HV_NOT_PRESENT = (NTSTATUS)0xc0351000;
#pragma pop_macro("STATUS_HV_NOT_PRESENT")
#pragma push_macro("STATUS_VID_DUPLICATE_HANDLER")
#undef STATUS_VID_DUPLICATE_HANDLER
static const NTSTATUS STATUS_VID_DUPLICATE_HANDLER = (NTSTATUS)0xc0370001;
#pragma pop_macro("STATUS_VID_DUPLICATE_HANDLER")
#pragma push_macro("STATUS_VID_TOO_MANY_HANDLERS")
#undef STATUS_VID_TOO_MANY_HANDLERS
static const NTSTATUS STATUS_VID_TOO_MANY_HANDLERS = (NTSTATUS)0xc0370002;
#pragma pop_macro("STATUS_VID_TOO_MANY_HANDLERS")
#pragma push_macro("STATUS_VID_QUEUE_FULL")
#undef STATUS_VID_QUEUE_FULL
static const NTSTATUS STATUS_VID_QUEUE_FULL = (NTSTATUS)0xc0370003;
#pragma pop_macro("STATUS_VID_QUEUE_FULL")
#pragma push_macro("STATUS_VID_HANDLER_NOT_PRESENT")
#undef STATUS_VID_HANDLER_NOT_PRESENT
static const NTSTATUS STATUS_VID_HANDLER_NOT_PRESENT = (NTSTATUS)0xc0370004;
#pragma pop_macro("STATUS_VID_HANDLER_NOT_PRESENT")
#pragma push_macro("STATUS_VID_INVALID_OBJECT_NAME")
#undef STATUS_VID_INVALID_OBJECT_NAME
static const NTSTATUS STATUS_VID_INVALID_OBJECT_NAME = (NTSTATUS)0xc0370005;
#pragma pop_macro("STATUS_VID_INVALID_OBJECT_NAME")
#pragma push_macro("STATUS_VID_PARTITION_NAME_TOO_LONG")
#undef STATUS_VID_PARTITION_NAME_TOO_LONG
static const NTSTATUS STATUS_VID_PARTITION_NAME_TOO_LONG = (NTSTATUS)0xc0370006;
#pragma pop_macro("STATUS_VID_PARTITION_NAME_TOO_LONG")
#pragma push_macro("STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG")
#undef STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG
static const NTSTATUS STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG = (NTSTATUS)0xc0370007;
#pragma pop_macro("STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG")
#pragma push_macro("STATUS_VID_PARTITION_ALREADY_EXISTS")
#undef STATUS_VID_PARTITION_ALREADY_EXISTS
static const NTSTATUS STATUS_VID_PARTITION_ALREADY_EXISTS = (NTSTATUS)0xc0370008;
#pragma pop_macro("STATUS_VID_PARTITION_ALREADY_EXISTS")
#pragma push_macro("STATUS_VID_PARTITION_DOES_NOT_EXIST")
#undef STATUS_VID_PARTITION_DOES_NOT_EXIST
static const NTSTATUS STATUS_VID_PARTITION_DOES_NOT_EXIST = (NTSTATUS)0xc0370009;
#pragma pop_macro("STATUS_VID_PARTITION_DOES_NOT_EXIST")
#pragma push_macro("STATUS_VID_PARTITION_NAME_NOT_FOUND")
#undef STATUS_VID_PARTITION_NAME_NOT_FOUND
static const NTSTATUS STATUS_VID_PARTITION_NAME_NOT_FOUND = (NTSTATUS)0xc037000a;
#pragma pop_macro("STATUS_VID_PARTITION_NAME_NOT_FOUND")
#pragma push_macro("STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS")
#undef STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS
static const NTSTATUS STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS = (NTSTATUS)0xc037000b;
#pragma pop_macro("STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS")
#pragma push_macro("STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT")
#undef STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT
static const NTSTATUS STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT = (NTSTATUS)0xc037000c;
#pragma pop_macro("STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT")
#pragma push_macro("STATUS_VID_MB_STILL_REFERENCED")
#undef STATUS_VID_MB_STILL_REFERENCED
static const NTSTATUS STATUS_VID_MB_STILL_REFERENCED = (NTSTATUS)0xc037000d;
#pragma pop_macro("STATUS_VID_MB_STILL_REFERENCED")
#pragma push_macro("STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED")
#undef STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED
static const NTSTATUS STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED = (NTSTATUS)0xc037000e;
#pragma pop_macro("STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED")
#pragma push_macro("STATUS_VID_INVALID_NUMA_SETTINGS")
#undef STATUS_VID_INVALID_NUMA_SETTINGS
static const NTSTATUS STATUS_VID_INVALID_NUMA_SETTINGS = (NTSTATUS)0xc037000f;
#pragma pop_macro("STATUS_VID_INVALID_NUMA_SETTINGS")
#pragma push_macro("STATUS_VID_INVALID_NUMA_NODE_INDEX")
#undef STATUS_VID_INVALID_NUMA_NODE_INDEX
static const NTSTATUS STATUS_VID_INVALID_NUMA_NODE_INDEX = (NTSTATUS)0xc0370010;
#pragma pop_macro("STATUS_VID_INVALID_NUMA_NODE_INDEX")
#pragma push_macro("STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED")
#undef STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED
static const NTSTATUS STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED = (NTSTATUS)0xc0370011;
#pragma pop_macro("STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED")
#pragma push_macro("STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE")
#undef STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE
static const NTSTATUS STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE = (NTSTATUS)0xc0370012;
#pragma pop_macro("STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE")
#pragma push_macro("STATUS_VID_PAGE_RANGE_OVERFLOW")
#undef STATUS_VID_PAGE_RANGE_OVERFLOW
static const NTSTATUS STATUS_VID_PAGE_RANGE_OVERFLOW = (NTSTATUS)0xc0370013;
#pragma pop_macro("STATUS_VID_PAGE_RANGE_OVERFLOW")
#pragma push_macro("STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE")
#undef STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE
static const NTSTATUS STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE = (NTSTATUS)0xc0370014;
#pragma pop_macro("STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE")
#pragma push_macro("STATUS_VID_INVALID_GPA_RANGE_HANDLE")
#undef STATUS_VID_INVALID_GPA_RANGE_HANDLE
static const NTSTATUS STATUS_VID_INVALID_GPA_RANGE_HANDLE = (NTSTATUS)0xc0370015;
#pragma pop_macro("STATUS_VID_INVALID_GPA_RANGE_HANDLE")
#pragma push_macro("STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE")
#undef STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE
static const NTSTATUS STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE = (NTSTATUS)0xc0370016;
#pragma pop_macro("STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE")
#pragma push_macro("STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED")
#undef STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED
static const NTSTATUS STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED = (NTSTATUS)0xc0370017;
#pragma pop_macro("STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED")
#pragma push_macro("STATUS_VID_INVALID_PPM_HANDLE")
#undef STATUS_VID_INVALID_PPM_HANDLE
static const NTSTATUS STATUS_VID_INVALID_PPM_HANDLE = (NTSTATUS)0xc0370018;
#pragma pop_macro("STATUS_VID_INVALID_PPM_HANDLE")
#pragma push_macro("STATUS_VID_MBPS_ARE_LOCKED")
#undef STATUS_VID_MBPS_ARE_LOCKED
static const NTSTATUS STATUS_VID_MBPS_ARE_LOCKED = (NTSTATUS)0xc0370019;
#pragma pop_macro("STATUS_VID_MBPS_ARE_LOCKED")
#pragma push_macro("STATUS_VID_MESSAGE_QUEUE_CLOSED")
#undef STATUS_VID_MESSAGE_QUEUE_CLOSED
static const NTSTATUS STATUS_VID_MESSAGE_QUEUE_CLOSED = (NTSTATUS)0xc037001a;
#pragma pop_macro("STATUS_VID_MESSAGE_QUEUE_CLOSED")
#pragma push_macro("STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED")
#undef STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED
static const NTSTATUS STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED = (NTSTATUS)0xc037001b;
#pragma pop_macro("STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED")
#pragma push_macro("STATUS_VID_STOP_PENDING")
#undef STATUS_VID_STOP_PENDING
static const NTSTATUS STATUS_VID_STOP_PENDING = (NTSTATUS)0xc037001c;
#pragma pop_macro("STATUS_VID_STOP_PENDING")
#pragma push_macro("STATUS_VID_INVALID_PROCESSOR_STATE")
#undef STATUS_VID_INVALID_PROCESSOR_STATE
static const NTSTATUS STATUS_VID_INVALID_PROCESSOR_STATE = (NTSTATUS)0xc037001d;
#pragma pop_macro("STATUS_VID_INVALID_PROCESSOR_STATE")
#pragma push_macro("STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT")
#undef STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT
static const NTSTATUS STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT = (NTSTATUS)0xc037001e;
#pragma pop_macro("STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT")
#pragma push_macro("STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED")
#undef STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED
static const NTSTATUS STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED = (NTSTATUS)0xc037001f;
#pragma pop_macro("STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED")
#pragma push_macro("STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET")
#undef STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET
static const NTSTATUS STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET = (NTSTATUS)0xc0370020;
#pragma pop_macro("STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET")
#pragma push_macro("STATUS_VID_MMIO_RANGE_DESTROYED")
#undef STATUS_VID_MMIO_RANGE_DESTROYED
static const NTSTATUS STATUS_VID_MMIO_RANGE_DESTROYED = (NTSTATUS)0xc0370021;
#pragma pop_macro("STATUS_VID_MMIO_RANGE_DESTROYED")
#pragma push_macro("STATUS_VID_INVALID_CHILD_GPA_PAGE_SET")
#undef STATUS_VID_INVALID_CHILD_GPA_PAGE_SET
static const NTSTATUS STATUS_VID_INVALID_CHILD_GPA_PAGE_SET = (NTSTATUS)0xc0370022;
#pragma pop_macro("STATUS_VID_INVALID_CHILD_GPA_PAGE_SET")
#pragma push_macro("STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED")
#undef STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED
static const NTSTATUS STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED = (NTSTATUS)0xc0370023;
#pragma pop_macro("STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED")
#pragma push_macro("STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL")
#undef STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL
static const NTSTATUS STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL = (NTSTATUS)0xc0370024;
#pragma pop_macro("STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL")
#pragma push_macro("STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE")
#undef STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE
static const NTSTATUS STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE = (NTSTATUS)0xc0370025;
#pragma pop_macro("STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE")
#pragma push_macro("STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT")
#undef STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT
static const NTSTATUS STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT = (NTSTATUS)0xc0370026;
#pragma pop_macro("STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT")
#pragma push_macro("STATUS_VID_SAVED_STATE_CORRUPT")
#undef STATUS_VID_SAVED_STATE_CORRUPT
static const NTSTATUS STATUS_VID_SAVED_STATE_CORRUPT = (NTSTATUS)0xc0370027;
#pragma pop_macro("STATUS_VID_SAVED_STATE_CORRUPT")
#pragma push_macro("STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM")
#undef STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM
static const NTSTATUS STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM = (NTSTATUS)0xc0370028;
#pragma pop_macro("STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM")
#pragma push_macro("STATUS_VID_SAVED_STATE_INCOMPATIBLE")
#undef STATUS_VID_SAVED_STATE_INCOMPATIBLE
static const NTSTATUS STATUS_VID_SAVED_STATE_INCOMPATIBLE = (NTSTATUS)0xc0370029;
#pragma pop_macro("STATUS_VID_SAVED_STATE_INCOMPATIBLE")
#pragma push_macro("STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED")
#undef STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED
static const NTSTATUS STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED = (NTSTATUS)0x80370001;
#pragma pop_macro("STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED")
#pragma push_macro("STATUS_IPSEC_BAD_SPI")
#undef STATUS_IPSEC_BAD_SPI
static const NTSTATUS STATUS_IPSEC_BAD_SPI = (NTSTATUS)0xc0360001;
#pragma pop_macro("STATUS_IPSEC_BAD_SPI")
#pragma push_macro("STATUS_IPSEC_SA_LIFETIME_EXPIRED")
#undef STATUS_IPSEC_SA_LIFETIME_EXPIRED
static const NTSTATUS STATUS_IPSEC_SA_LIFETIME_EXPIRED = (NTSTATUS)0xc0360002;
#pragma pop_macro("STATUS_IPSEC_SA_LIFETIME_EXPIRED")
#pragma push_macro("STATUS_IPSEC_WRONG_SA")
#undef STATUS_IPSEC_WRONG_SA
static const NTSTATUS STATUS_IPSEC_WRONG_SA = (NTSTATUS)0xc0360003;
#pragma pop_macro("STATUS_IPSEC_WRONG_SA")
#pragma push_macro("STATUS_IPSEC_REPLAY_CHECK_FAILED")
#undef STATUS_IPSEC_REPLAY_CHECK_FAILED
static const NTSTATUS STATUS_IPSEC_REPLAY_CHECK_FAILED = (NTSTATUS)0xc0360004;
#pragma pop_macro("STATUS_IPSEC_REPLAY_CHECK_FAILED")
#pragma push_macro("STATUS_IPSEC_INVALID_PACKET")
#undef STATUS_IPSEC_INVALID_PACKET
static const NTSTATUS STATUS_IPSEC_INVALID_PACKET = (NTSTATUS)0xc0360005;
#pragma pop_macro("STATUS_IPSEC_INVALID_PACKET")
#pragma push_macro("STATUS_IPSEC_INTEGRITY_CHECK_FAILED")
#undef STATUS_IPSEC_INTEGRITY_CHECK_FAILED
static const NTSTATUS STATUS_IPSEC_INTEGRITY_CHECK_FAILED = (NTSTATUS)0xc0360006;
#pragma pop_macro("STATUS_IPSEC_INTEGRITY_CHECK_FAILED")
#pragma push_macro("STATUS_IPSEC_CLEAR_TEXT_DROP")
#undef STATUS_IPSEC_CLEAR_TEXT_DROP
static const NTSTATUS STATUS_IPSEC_CLEAR_TEXT_DROP = (NTSTATUS)0xc0360007;
#pragma pop_macro("STATUS_IPSEC_CLEAR_TEXT_DROP")
#pragma push_macro("STATUS_IPSEC_AUTH_FIREWALL_DROP")
#undef STATUS_IPSEC_AUTH_FIREWALL_DROP
static const NTSTATUS STATUS_IPSEC_AUTH_FIREWALL_DROP = (NTSTATUS)0xc0360008;
#pragma pop_macro("STATUS_IPSEC_AUTH_FIREWALL_DROP")
#pragma push_macro("STATUS_IPSEC_THROTTLE_DROP")
#undef STATUS_IPSEC_THROTTLE_DROP
static const NTSTATUS STATUS_IPSEC_THROTTLE_DROP = (NTSTATUS)0xc0360009;
#pragma pop_macro("STATUS_IPSEC_THROTTLE_DROP")
#pragma push_macro("STATUS_IPSEC_DOSP_BLOCK")
#undef STATUS_IPSEC_DOSP_BLOCK
static const NTSTATUS STATUS_IPSEC_DOSP_BLOCK = (NTSTATUS)0xc0368000;
#pragma pop_macro("STATUS_IPSEC_DOSP_BLOCK")
#pragma push_macro("STATUS_IPSEC_DOSP_RECEIVED_MULTICAST")
#undef STATUS_IPSEC_DOSP_RECEIVED_MULTICAST
static const NTSTATUS STATUS_IPSEC_DOSP_RECEIVED_MULTICAST = (NTSTATUS)0xc0368001;
#pragma pop_macro("STATUS_IPSEC_DOSP_RECEIVED_MULTICAST")
#pragma push_macro("STATUS_IPSEC_DOSP_INVALID_PACKET")
#undef STATUS_IPSEC_DOSP_INVALID_PACKET
static const NTSTATUS STATUS_IPSEC_DOSP_INVALID_PACKET = (NTSTATUS)0xc0368002;
#pragma pop_macro("STATUS_IPSEC_DOSP_INVALID_PACKET")
#pragma push_macro("STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED")
#undef STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED
static const NTSTATUS STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED = (NTSTATUS)0xc0368003;
#pragma pop_macro("STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED")
#pragma push_macro("STATUS_IPSEC_DOSP_MAX_ENTRIES")
#undef STATUS_IPSEC_DOSP_MAX_ENTRIES
static const NTSTATUS STATUS_IPSEC_DOSP_MAX_ENTRIES = (NTSTATUS)0xc0368004;
#pragma pop_macro("STATUS_IPSEC_DOSP_MAX_ENTRIES")
#pragma push_macro("STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED")
#undef STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED
static const NTSTATUS STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED = (NTSTATUS)0xc0368005;
#pragma pop_macro("STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED")
#pragma push_macro("STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES")
#undef STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES
static const NTSTATUS STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES = (NTSTATUS)0xc0368006;
#pragma pop_macro("STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES")
#pragma push_macro("STATUS_VOLMGR_INCOMPLETE_REGENERATION")
#undef STATUS_VOLMGR_INCOMPLETE_REGENERATION
static const NTSTATUS STATUS_VOLMGR_INCOMPLETE_REGENERATION = (NTSTATUS)0x80380001;
#pragma pop_macro("STATUS_VOLMGR_INCOMPLETE_REGENERATION")
#pragma push_macro("STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION")
#undef STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION
static const NTSTATUS STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION = (NTSTATUS)0x80380002;
#pragma pop_macro("STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION")
#pragma push_macro("STATUS_VOLMGR_DATABASE_FULL")
#undef STATUS_VOLMGR_DATABASE_FULL
static const NTSTATUS STATUS_VOLMGR_DATABASE_FULL = (NTSTATUS)0xc0380001;
#pragma pop_macro("STATUS_VOLMGR_DATABASE_FULL")
#pragma push_macro("STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED")
#undef STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED
static const NTSTATUS STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED = (NTSTATUS)0xc0380002;
#pragma pop_macro("STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED")
#pragma push_macro("STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC")
#undef STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC
static const NTSTATUS STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC = (NTSTATUS)0xc0380003;
#pragma pop_macro("STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC")
#pragma push_macro("STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED")
#undef STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED
static const NTSTATUS STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED = (NTSTATUS)0xc0380004;
#pragma pop_macro("STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED")
#pragma push_macro("STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME")
#undef STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME
static const NTSTATUS STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME = (NTSTATUS)0xc0380005;
#pragma pop_macro("STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME")
#pragma push_macro("STATUS_VOLMGR_DISK_DUPLICATE")
#undef STATUS_VOLMGR_DISK_DUPLICATE
static const NTSTATUS STATUS_VOLMGR_DISK_DUPLICATE = (NTSTATUS)0xc0380006;
#pragma pop_macro("STATUS_VOLMGR_DISK_DUPLICATE")
#pragma push_macro("STATUS_VOLMGR_DISK_DYNAMIC")
#undef STATUS_VOLMGR_DISK_DYNAMIC
static const NTSTATUS STATUS_VOLMGR_DISK_DYNAMIC = (NTSTATUS)0xc0380007;
#pragma pop_macro("STATUS_VOLMGR_DISK_DYNAMIC")
#pragma push_macro("STATUS_VOLMGR_DISK_ID_INVALID")
#undef STATUS_VOLMGR_DISK_ID_INVALID
static const NTSTATUS STATUS_VOLMGR_DISK_ID_INVALID = (NTSTATUS)0xc0380008;
#pragma pop_macro("STATUS_VOLMGR_DISK_ID_INVALID")
#pragma push_macro("STATUS_VOLMGR_DISK_INVALID")
#undef STATUS_VOLMGR_DISK_INVALID
static const NTSTATUS STATUS_VOLMGR_DISK_INVALID = (NTSTATUS)0xc0380009;
#pragma pop_macro("STATUS_VOLMGR_DISK_INVALID")
#pragma push_macro("STATUS_VOLMGR_DISK_LAST_VOTER")
#undef STATUS_VOLMGR_DISK_LAST_VOTER
static const NTSTATUS STATUS_VOLMGR_DISK_LAST_VOTER = (NTSTATUS)0xc038000a;
#pragma pop_macro("STATUS_VOLMGR_DISK_LAST_VOTER")
#pragma push_macro("STATUS_VOLMGR_DISK_LAYOUT_INVALID")
#undef STATUS_VOLMGR_DISK_LAYOUT_INVALID
static const NTSTATUS STATUS_VOLMGR_DISK_LAYOUT_INVALID = (NTSTATUS)0xc038000b;
#pragma pop_macro("STATUS_VOLMGR_DISK_LAYOUT_INVALID")
#pragma push_macro("STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS")
#undef STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS
static const NTSTATUS STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS = (NTSTATUS)0xc038000c;
#pragma pop_macro("STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS")
#pragma push_macro("STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED")
#undef STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED
static const NTSTATUS STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED = (NTSTATUS)0xc038000d;
#pragma pop_macro("STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED")
#pragma push_macro("STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL")
#undef STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL
static const NTSTATUS STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL = (NTSTATUS)0xc038000e;
#pragma pop_macro("STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL")
#pragma push_macro("STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS")
#undef STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS
static const NTSTATUS STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS = (NTSTATUS)0xc038000f;
#pragma pop_macro("STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS")
#pragma push_macro("STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS")
#undef STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS
static const NTSTATUS STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS = (NTSTATUS)0xc0380010;
#pragma pop_macro("STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS")
#pragma push_macro("STATUS_VOLMGR_DISK_MISSING")
#undef STATUS_VOLMGR_DISK_MISSING
static const NTSTATUS STATUS_VOLMGR_DISK_MISSING = (NTSTATUS)0xc0380011;
#pragma pop_macro("STATUS_VOLMGR_DISK_MISSING")
#pragma push_macro("STATUS_VOLMGR_DISK_NOT_EMPTY")
#undef STATUS_VOLMGR_DISK_NOT_EMPTY
static const NTSTATUS STATUS_VOLMGR_DISK_NOT_EMPTY = (NTSTATUS)0xc0380012;
#pragma pop_macro("STATUS_VOLMGR_DISK_NOT_EMPTY")
#pragma push_macro("STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE")
#undef STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE
static const NTSTATUS STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE = (NTSTATUS)0xc0380013;
#pragma pop_macro("STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE")
#pragma push_macro("STATUS_VOLMGR_DISK_REVECTORING_FAILED")
#undef STATUS_VOLMGR_DISK_REVECTORING_FAILED
static const NTSTATUS STATUS_VOLMGR_DISK_REVECTORING_FAILED = (NTSTATUS)0xc0380014;
#pragma pop_macro("STATUS_VOLMGR_DISK_REVECTORING_FAILED")
#pragma push_macro("STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID")
#undef STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID
static const NTSTATUS STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID = (NTSTATUS)0xc0380015;
#pragma pop_macro("STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID")
#pragma push_macro("STATUS_VOLMGR_DISK_SET_NOT_CONTAINED")
#undef STATUS_VOLMGR_DISK_SET_NOT_CONTAINED
static const NTSTATUS STATUS_VOLMGR_DISK_SET_NOT_CONTAINED = (NTSTATUS)0xc0380016;
#pragma pop_macro("STATUS_VOLMGR_DISK_SET_NOT_CONTAINED")
#pragma push_macro("STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS")
#undef STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS
static const NTSTATUS STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS = (NTSTATUS)0xc0380017;
#pragma pop_macro("STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS")
#pragma push_macro("STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES")
#undef STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES
static const NTSTATUS STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES = (NTSTATUS)0xc0380018;
#pragma pop_macro("STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES")
#pragma push_macro("STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED")
#undef STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED
static const NTSTATUS STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED = (NTSTATUS)0xc0380019;
#pragma pop_macro("STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED")
#pragma push_macro("STATUS_VOLMGR_EXTENT_ALREADY_USED")
#undef STATUS_VOLMGR_EXTENT_ALREADY_USED
static const NTSTATUS STATUS_VOLMGR_EXTENT_ALREADY_USED = (NTSTATUS)0xc038001a;
#pragma pop_macro("STATUS_VOLMGR_EXTENT_ALREADY_USED")
#pragma push_macro("STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS")
#undef STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS
static const NTSTATUS STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS = (NTSTATUS)0xc038001b;
#pragma pop_macro("STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS")
#pragma push_macro("STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION")
#undef STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION
static const NTSTATUS STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION = (NTSTATUS)0xc038001c;
#pragma pop_macro("STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION")
#pragma push_macro("STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED")
#undef STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED
static const NTSTATUS STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED = (NTSTATUS)0xc038001d;
#pragma pop_macro("STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED")
#pragma push_macro("STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION")
#undef STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION
static const NTSTATUS STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION = (NTSTATUS)0xc038001e;
#pragma pop_macro("STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION")
#pragma push_macro("STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH")
#undef STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH
static const NTSTATUS STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH = (NTSTATUS)0xc038001f;
#pragma pop_macro("STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH")
#pragma push_macro("STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED")
#undef STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED
static const NTSTATUS STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED = (NTSTATUS)0xc0380020;
#pragma pop_macro("STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED")
#pragma push_macro("STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID")
#undef STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID
static const NTSTATUS STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID = (NTSTATUS)0xc0380021;
#pragma pop_macro("STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID")
#pragma push_macro("STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS")
#undef STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS
static const NTSTATUS STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS = (NTSTATUS)0xc0380022;
#pragma pop_macro("STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS")
#pragma push_macro("STATUS_VOLMGR_MEMBER_IN_SYNC")
#undef STATUS_VOLMGR_MEMBER_IN_SYNC
static const NTSTATUS STATUS_VOLMGR_MEMBER_IN_SYNC = (NTSTATUS)0xc0380023;
#pragma pop_macro("STATUS_VOLMGR_MEMBER_IN_SYNC")
#pragma push_macro("STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE")
#undef STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE
static const NTSTATUS STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE = (NTSTATUS)0xc0380024;
#pragma pop_macro("STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE")
#pragma push_macro("STATUS_VOLMGR_MEMBER_INDEX_INVALID")
#undef STATUS_VOLMGR_MEMBER_INDEX_INVALID
static const NTSTATUS STATUS_VOLMGR_MEMBER_INDEX_INVALID = (NTSTATUS)0xc0380025;
#pragma pop_macro("STATUS_VOLMGR_MEMBER_INDEX_INVALID")
#pragma push_macro("STATUS_VOLMGR_MEMBER_MISSING")
#undef STATUS_VOLMGR_MEMBER_MISSING
static const NTSTATUS STATUS_VOLMGR_MEMBER_MISSING = (NTSTATUS)0xc0380026;
#pragma pop_macro("STATUS_VOLMGR_MEMBER_MISSING")
#pragma push_macro("STATUS_VOLMGR_MEMBER_NOT_DETACHED")
#undef STATUS_VOLMGR_MEMBER_NOT_DETACHED
static const NTSTATUS STATUS_VOLMGR_MEMBER_NOT_DETACHED = (NTSTATUS)0xc0380027;
#pragma pop_macro("STATUS_VOLMGR_MEMBER_NOT_DETACHED")
#pragma push_macro("STATUS_VOLMGR_MEMBER_REGENERATING")
#undef STATUS_VOLMGR_MEMBER_REGENERATING
static const NTSTATUS STATUS_VOLMGR_MEMBER_REGENERATING = (NTSTATUS)0xc0380028;
#pragma pop_macro("STATUS_VOLMGR_MEMBER_REGENERATING")
#pragma push_macro("STATUS_VOLMGR_ALL_DISKS_FAILED")
#undef STATUS_VOLMGR_ALL_DISKS_FAILED
static const NTSTATUS STATUS_VOLMGR_ALL_DISKS_FAILED = (NTSTATUS)0xc0380029;
#pragma pop_macro("STATUS_VOLMGR_ALL_DISKS_FAILED")
#pragma push_macro("STATUS_VOLMGR_NO_REGISTERED_USERS")
#undef STATUS_VOLMGR_NO_REGISTERED_USERS
static const NTSTATUS STATUS_VOLMGR_NO_REGISTERED_USERS = (NTSTATUS)0xc038002a;
#pragma pop_macro("STATUS_VOLMGR_NO_REGISTERED_USERS")
#pragma push_macro("STATUS_VOLMGR_NO_SUCH_USER")
#undef STATUS_VOLMGR_NO_SUCH_USER
static const NTSTATUS STATUS_VOLMGR_NO_SUCH_USER = (NTSTATUS)0xc038002b;
#pragma pop_macro("STATUS_VOLMGR_NO_SUCH_USER")
#pragma push_macro("STATUS_VOLMGR_NOTIFICATION_RESET")
#undef STATUS_VOLMGR_NOTIFICATION_RESET
static const NTSTATUS STATUS_VOLMGR_NOTIFICATION_RESET = (NTSTATUS)0xc038002c;
#pragma pop_macro("STATUS_VOLMGR_NOTIFICATION_RESET")
#pragma push_macro("STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID")
#undef STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID
static const NTSTATUS STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID = (NTSTATUS)0xc038002d;
#pragma pop_macro("STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID")
#pragma push_macro("STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID")
#undef STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID
static const NTSTATUS STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID = (NTSTATUS)0xc038002e;
#pragma pop_macro("STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID")
#pragma push_macro("STATUS_VOLMGR_PACK_DUPLICATE")
#undef STATUS_VOLMGR_PACK_DUPLICATE
static const NTSTATUS STATUS_VOLMGR_PACK_DUPLICATE = (NTSTATUS)0xc038002f;
#pragma pop_macro("STATUS_VOLMGR_PACK_DUPLICATE")
#pragma push_macro("STATUS_VOLMGR_PACK_ID_INVALID")
#undef STATUS_VOLMGR_PACK_ID_INVALID
static const NTSTATUS STATUS_VOLMGR_PACK_ID_INVALID = (NTSTATUS)0xc0380030;
#pragma pop_macro("STATUS_VOLMGR_PACK_ID_INVALID")
#pragma push_macro("STATUS_VOLMGR_PACK_INVALID")
#undef STATUS_VOLMGR_PACK_INVALID
static const NTSTATUS STATUS_VOLMGR_PACK_INVALID = (NTSTATUS)0xc0380031;
#pragma pop_macro("STATUS_VOLMGR_PACK_INVALID")
#pragma push_macro("STATUS_VOLMGR_PACK_NAME_INVALID")
#undef STATUS_VOLMGR_PACK_NAME_INVALID
static const NTSTATUS STATUS_VOLMGR_PACK_NAME_INVALID = (NTSTATUS)0xc0380032;
#pragma pop_macro("STATUS_VOLMGR_PACK_NAME_INVALID")
#pragma push_macro("STATUS_VOLMGR_PACK_OFFLINE")
#undef STATUS_VOLMGR_PACK_OFFLINE
static const NTSTATUS STATUS_VOLMGR_PACK_OFFLINE = (NTSTATUS)0xc0380033;
#pragma pop_macro("STATUS_VOLMGR_PACK_OFFLINE")
#pragma push_macro("STATUS_VOLMGR_PACK_HAS_QUORUM")
#undef STATUS_VOLMGR_PACK_HAS_QUORUM
static const NTSTATUS STATUS_VOLMGR_PACK_HAS_QUORUM = (NTSTATUS)0xc0380034;
#pragma pop_macro("STATUS_VOLMGR_PACK_HAS_QUORUM")
#pragma push_macro("STATUS_VOLMGR_PACK_WITHOUT_QUORUM")
#undef STATUS_VOLMGR_PACK_WITHOUT_QUORUM
static const NTSTATUS STATUS_VOLMGR_PACK_WITHOUT_QUORUM = (NTSTATUS)0xc0380035;
#pragma pop_macro("STATUS_VOLMGR_PACK_WITHOUT_QUORUM")
#pragma push_macro("STATUS_VOLMGR_PARTITION_STYLE_INVALID")
#undef STATUS_VOLMGR_PARTITION_STYLE_INVALID
static const NTSTATUS STATUS_VOLMGR_PARTITION_STYLE_INVALID = (NTSTATUS)0xc0380036;
#pragma pop_macro("STATUS_VOLMGR_PARTITION_STYLE_INVALID")
#pragma push_macro("STATUS_VOLMGR_PARTITION_UPDATE_FAILED")
#undef STATUS_VOLMGR_PARTITION_UPDATE_FAILED
static const NTSTATUS STATUS_VOLMGR_PARTITION_UPDATE_FAILED = (NTSTATUS)0xc0380037;
#pragma pop_macro("STATUS_VOLMGR_PARTITION_UPDATE_FAILED")
#pragma push_macro("STATUS_VOLMGR_PLEX_IN_SYNC")
#undef STATUS_VOLMGR_PLEX_IN_SYNC
static const NTSTATUS STATUS_VOLMGR_PLEX_IN_SYNC = (NTSTATUS)0xc0380038;
#pragma pop_macro("STATUS_VOLMGR_PLEX_IN_SYNC")
#pragma push_macro("STATUS_VOLMGR_PLEX_INDEX_DUPLICATE")
#undef STATUS_VOLMGR_PLEX_INDEX_DUPLICATE
static const NTSTATUS STATUS_VOLMGR_PLEX_INDEX_DUPLICATE = (NTSTATUS)0xc0380039;
#pragma pop_macro("STATUS_VOLMGR_PLEX_INDEX_DUPLICATE")
#pragma push_macro("STATUS_VOLMGR_PLEX_INDEX_INVALID")
#undef STATUS_VOLMGR_PLEX_INDEX_INVALID
static const NTSTATUS STATUS_VOLMGR_PLEX_INDEX_INVALID = (NTSTATUS)0xc038003a;
#pragma pop_macro("STATUS_VOLMGR_PLEX_INDEX_INVALID")
#pragma push_macro("STATUS_VOLMGR_PLEX_LAST_ACTIVE")
#undef STATUS_VOLMGR_PLEX_LAST_ACTIVE
static const NTSTATUS STATUS_VOLMGR_PLEX_LAST_ACTIVE = (NTSTATUS)0xc038003b;
#pragma pop_macro("STATUS_VOLMGR_PLEX_LAST_ACTIVE")
#pragma push_macro("STATUS_VOLMGR_PLEX_MISSING")
#undef STATUS_VOLMGR_PLEX_MISSING
static const NTSTATUS STATUS_VOLMGR_PLEX_MISSING = (NTSTATUS)0xc038003c;
#pragma pop_macro("STATUS_VOLMGR_PLEX_MISSING")
#pragma push_macro("STATUS_VOLMGR_PLEX_REGENERATING")
#undef STATUS_VOLMGR_PLEX_REGENERATING
static const NTSTATUS STATUS_VOLMGR_PLEX_REGENERATING = (NTSTATUS)0xc038003d;
#pragma pop_macro("STATUS_VOLMGR_PLEX_REGENERATING")
#pragma push_macro("STATUS_VOLMGR_PLEX_TYPE_INVALID")
#undef STATUS_VOLMGR_PLEX_TYPE_INVALID
static const NTSTATUS STATUS_VOLMGR_PLEX_TYPE_INVALID = (NTSTATUS)0xc038003e;
#pragma pop_macro("STATUS_VOLMGR_PLEX_TYPE_INVALID")
#pragma push_macro("STATUS_VOLMGR_PLEX_NOT_RAID5")
#undef STATUS_VOLMGR_PLEX_NOT_RAID5
static const NTSTATUS STATUS_VOLMGR_PLEX_NOT_RAID5 = (NTSTATUS)0xc038003f;
#pragma pop_macro("STATUS_VOLMGR_PLEX_NOT_RAID5")
#pragma push_macro("STATUS_VOLMGR_PLEX_NOT_SIMPLE")
#undef STATUS_VOLMGR_PLEX_NOT_SIMPLE
static const NTSTATUS STATUS_VOLMGR_PLEX_NOT_SIMPLE = (NTSTATUS)0xc0380040;
#pragma pop_macro("STATUS_VOLMGR_PLEX_NOT_SIMPLE")
#pragma push_macro("STATUS_VOLMGR_STRUCTURE_SIZE_INVALID")
#undef STATUS_VOLMGR_STRUCTURE_SIZE_INVALID
static const NTSTATUS STATUS_VOLMGR_STRUCTURE_SIZE_INVALID = (NTSTATUS)0xc0380041;
#pragma pop_macro("STATUS_VOLMGR_STRUCTURE_SIZE_INVALID")
#pragma push_macro("STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS")
#undef STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS
static const NTSTATUS STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS = (NTSTATUS)0xc0380042;
#pragma pop_macro("STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS")
#pragma push_macro("STATUS_VOLMGR_TRANSACTION_IN_PROGRESS")
#undef STATUS_VOLMGR_TRANSACTION_IN_PROGRESS
static const NTSTATUS STATUS_VOLMGR_TRANSACTION_IN_PROGRESS = (NTSTATUS)0xc0380043;
#pragma pop_macro("STATUS_VOLMGR_TRANSACTION_IN_PROGRESS")
#pragma push_macro("STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE")
#undef STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE
static const NTSTATUS STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE = (NTSTATUS)0xc0380044;
#pragma pop_macro("STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE")
#pragma push_macro("STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK")
#undef STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK
static const NTSTATUS STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK = (NTSTATUS)0xc0380045;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK")
#pragma push_macro("STATUS_VOLMGR_VOLUME_ID_INVALID")
#undef STATUS_VOLMGR_VOLUME_ID_INVALID
static const NTSTATUS STATUS_VOLMGR_VOLUME_ID_INVALID = (NTSTATUS)0xc0380046;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_ID_INVALID")
#pragma push_macro("STATUS_VOLMGR_VOLUME_LENGTH_INVALID")
#undef STATUS_VOLMGR_VOLUME_LENGTH_INVALID
static const NTSTATUS STATUS_VOLMGR_VOLUME_LENGTH_INVALID = (NTSTATUS)0xc0380047;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_LENGTH_INVALID")
#pragma push_macro("STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE")
#undef STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE
static const NTSTATUS STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE = (NTSTATUS)0xc0380048;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE")
#pragma push_macro("STATUS_VOLMGR_VOLUME_NOT_MIRRORED")
#undef STATUS_VOLMGR_VOLUME_NOT_MIRRORED
static const NTSTATUS STATUS_VOLMGR_VOLUME_NOT_MIRRORED = (NTSTATUS)0xc0380049;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_NOT_MIRRORED")
#pragma push_macro("STATUS_VOLMGR_VOLUME_NOT_RETAINED")
#undef STATUS_VOLMGR_VOLUME_NOT_RETAINED
static const NTSTATUS STATUS_VOLMGR_VOLUME_NOT_RETAINED = (NTSTATUS)0xc038004a;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_NOT_RETAINED")
#pragma push_macro("STATUS_VOLMGR_VOLUME_OFFLINE")
#undef STATUS_VOLMGR_VOLUME_OFFLINE
static const NTSTATUS STATUS_VOLMGR_VOLUME_OFFLINE = (NTSTATUS)0xc038004b;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_OFFLINE")
#pragma push_macro("STATUS_VOLMGR_VOLUME_RETAINED")
#undef STATUS_VOLMGR_VOLUME_RETAINED
static const NTSTATUS STATUS_VOLMGR_VOLUME_RETAINED = (NTSTATUS)0xc038004c;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_RETAINED")
#pragma push_macro("STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID")
#undef STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID
static const NTSTATUS STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID = (NTSTATUS)0xc038004d;
#pragma pop_macro("STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID")
#pragma push_macro("STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE")
#undef STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE
static const NTSTATUS STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE = (NTSTATUS)0xc038004e;
#pragma pop_macro("STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE")
#pragma push_macro("STATUS_VOLMGR_BAD_BOOT_DISK")
#undef STATUS_VOLMGR_BAD_BOOT_DISK
static const NTSTATUS STATUS_VOLMGR_BAD_BOOT_DISK = (NTSTATUS)0xc038004f;
#pragma pop_macro("STATUS_VOLMGR_BAD_BOOT_DISK")
#pragma push_macro("STATUS_VOLMGR_PACK_CONFIG_OFFLINE")
#undef STATUS_VOLMGR_PACK_CONFIG_OFFLINE
static const NTSTATUS STATUS_VOLMGR_PACK_CONFIG_OFFLINE = (NTSTATUS)0xc0380050;
#pragma pop_macro("STATUS_VOLMGR_PACK_CONFIG_OFFLINE")
#pragma push_macro("STATUS_VOLMGR_PACK_CONFIG_ONLINE")
#undef STATUS_VOLMGR_PACK_CONFIG_ONLINE
static const NTSTATUS STATUS_VOLMGR_PACK_CONFIG_ONLINE = (NTSTATUS)0xc0380051;
#pragma pop_macro("STATUS_VOLMGR_PACK_CONFIG_ONLINE")
#pragma push_macro("STATUS_VOLMGR_NOT_PRIMARY_PACK")
#undef STATUS_VOLMGR_NOT_PRIMARY_PACK
static const NTSTATUS STATUS_VOLMGR_NOT_PRIMARY_PACK = (NTSTATUS)0xc0380052;
#pragma pop_macro("STATUS_VOLMGR_NOT_PRIMARY_PACK")
#pragma push_macro("STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED")
#undef STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED
static const NTSTATUS STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED = (NTSTATUS)0xc0380053;
#pragma pop_macro("STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED")
#pragma push_macro("STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID")
#undef STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID
static const NTSTATUS STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID = (NTSTATUS)0xc0380054;
#pragma pop_macro("STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID")
#pragma push_macro("STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID")
#undef STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID
static const NTSTATUS STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID = (NTSTATUS)0xc0380055;
#pragma pop_macro("STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID")
#pragma push_macro("STATUS_VOLMGR_VOLUME_MIRRORED")
#undef STATUS_VOLMGR_VOLUME_MIRRORED
static const NTSTATUS STATUS_VOLMGR_VOLUME_MIRRORED = (NTSTATUS)0xc0380056;
#pragma pop_macro("STATUS_VOLMGR_VOLUME_MIRRORED")
#pragma push_macro("STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED")
#undef STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED
static const NTSTATUS STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED = (NTSTATUS)0xc0380057;
#pragma pop_macro("STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED")
#pragma push_macro("STATUS_VOLMGR_NO_VALID_LOG_COPIES")
#undef STATUS_VOLMGR_NO_VALID_LOG_COPIES
static const NTSTATUS STATUS_VOLMGR_NO_VALID_LOG_COPIES = (NTSTATUS)0xc0380058;
#pragma pop_macro("STATUS_VOLMGR_NO_VALID_LOG_COPIES")
#pragma push_macro("STATUS_VOLMGR_PRIMARY_PACK_PRESENT")
#undef STATUS_VOLMGR_PRIMARY_PACK_PRESENT
static const NTSTATUS STATUS_VOLMGR_PRIMARY_PACK_PRESENT = (NTSTATUS)0xc0380059;
#pragma pop_macro("STATUS_VOLMGR_PRIMARY_PACK_PRESENT")
#pragma push_macro("STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID")
#undef STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID
static const NTSTATUS STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID = (NTSTATUS)0xc038005a;
#pragma pop_macro("STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID")
#pragma push_macro("STATUS_VOLMGR_MIRROR_NOT_SUPPORTED")
#undef STATUS_VOLMGR_MIRROR_NOT_SUPPORTED
static const NTSTATUS STATUS_VOLMGR_MIRROR_NOT_SUPPORTED = (NTSTATUS)0xc038005b;
#pragma pop_macro("STATUS_VOLMGR_MIRROR_NOT_SUPPORTED")
#pragma push_macro("STATUS_VOLMGR_RAID5_NOT_SUPPORTED")
#undef STATUS_VOLMGR_RAID5_NOT_SUPPORTED
static const NTSTATUS STATUS_VOLMGR_RAID5_NOT_SUPPORTED = (NTSTATUS)0xc038005c;
#pragma pop_macro("STATUS_VOLMGR_RAID5_NOT_SUPPORTED")
#pragma push_macro("STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED")
#undef STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED
static const NTSTATUS STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED = (NTSTATUS)0x80390001;
#pragma pop_macro("STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED")
#pragma push_macro("STATUS_BCD_TOO_MANY_ELEMENTS")
#undef STATUS_BCD_TOO_MANY_ELEMENTS
static const NTSTATUS STATUS_BCD_TOO_MANY_ELEMENTS = (NTSTATUS)0xc0390002;
#pragma pop_macro("STATUS_BCD_TOO_MANY_ELEMENTS")
#pragma push_macro("STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED")
#undef STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED
static const NTSTATUS STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED = (NTSTATUS)0x80390003;
#pragma pop_macro("STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED")
#pragma push_macro("STATUS_VHD_DRIVE_FOOTER_MISSING")
#undef STATUS_VHD_DRIVE_FOOTER_MISSING
static const NTSTATUS STATUS_VHD_DRIVE_FOOTER_MISSING = (NTSTATUS)0xc03a0001;
#pragma pop_macro("STATUS_VHD_DRIVE_FOOTER_MISSING")
#pragma push_macro("STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH")
#undef STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH
static const NTSTATUS STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH = (NTSTATUS)0xc03a0002;
#pragma pop_macro("STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH")
#pragma push_macro("STATUS_VHD_DRIVE_FOOTER_CORRUPT")
#undef STATUS_VHD_DRIVE_FOOTER_CORRUPT
static const NTSTATUS STATUS_VHD_DRIVE_FOOTER_CORRUPT = (NTSTATUS)0xc03a0003;
#pragma pop_macro("STATUS_VHD_DRIVE_FOOTER_CORRUPT")
#pragma push_macro("STATUS_VHD_FORMAT_UNKNOWN")
#undef STATUS_VHD_FORMAT_UNKNOWN
static const NTSTATUS STATUS_VHD_FORMAT_UNKNOWN = (NTSTATUS)0xc03a0004;
#pragma pop_macro("STATUS_VHD_FORMAT_UNKNOWN")
#pragma push_macro("STATUS_VHD_FORMAT_UNSUPPORTED_VERSION")
#undef STATUS_VHD_FORMAT_UNSUPPORTED_VERSION
static const NTSTATUS STATUS_VHD_FORMAT_UNSUPPORTED_VERSION = (NTSTATUS)0xc03a0005;
#pragma pop_macro("STATUS_VHD_FORMAT_UNSUPPORTED_VERSION")
#pragma push_macro("STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH")
#undef STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH
static const NTSTATUS STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH = (NTSTATUS)0xc03a0006;
#pragma pop_macro("STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH")
#pragma push_macro("STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION")
#undef STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION
static const NTSTATUS STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION = (NTSTATUS)0xc03a0007;
#pragma pop_macro("STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION")
#pragma push_macro("STATUS_VHD_SPARSE_HEADER_CORRUPT")
#undef STATUS_VHD_SPARSE_HEADER_CORRUPT
static const NTSTATUS STATUS_VHD_SPARSE_HEADER_CORRUPT = (NTSTATUS)0xc03a0008;
#pragma pop_macro("STATUS_VHD_SPARSE_HEADER_CORRUPT")
#pragma push_macro("STATUS_VHD_BLOCK_ALLOCATION_FAILURE")
#undef STATUS_VHD_BLOCK_ALLOCATION_FAILURE
static const NTSTATUS STATUS_VHD_BLOCK_ALLOCATION_FAILURE = (NTSTATUS)0xc03a0009;
#pragma pop_macro("STATUS_VHD_BLOCK_ALLOCATION_FAILURE")
#pragma push_macro("STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT")
#undef STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT
static const NTSTATUS STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT = (NTSTATUS)0xc03a000a;
#pragma pop_macro("STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT")
#pragma push_macro("STATUS_VHD_INVALID_BLOCK_SIZE")
#undef STATUS_VHD_INVALID_BLOCK_SIZE
static const NTSTATUS STATUS_VHD_INVALID_BLOCK_SIZE = (NTSTATUS)0xc03a000b;
#pragma pop_macro("STATUS_VHD_INVALID_BLOCK_SIZE")
#pragma push_macro("STATUS_VHD_BITMAP_MISMATCH")
#undef STATUS_VHD_BITMAP_MISMATCH
static const NTSTATUS STATUS_VHD_BITMAP_MISMATCH = (NTSTATUS)0xc03a000c;
#pragma pop_macro("STATUS_VHD_BITMAP_MISMATCH")
#pragma push_macro("STATUS_VHD_PARENT_VHD_NOT_FOUND")
#undef STATUS_VHD_PARENT_VHD_NOT_FOUND
static const NTSTATUS STATUS_VHD_PARENT_VHD_NOT_FOUND = (NTSTATUS)0xc03a000d;
#pragma pop_macro("STATUS_VHD_PARENT_VHD_NOT_FOUND")
#pragma push_macro("STATUS_VHD_CHILD_PARENT_ID_MISMATCH")
#undef STATUS_VHD_CHILD_PARENT_ID_MISMATCH
static const NTSTATUS STATUS_VHD_CHILD_PARENT_ID_MISMATCH = (NTSTATUS)0xc03a000e;
#pragma pop_macro("STATUS_VHD_CHILD_PARENT_ID_MISMATCH")
#pragma push_macro("STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH")
#undef STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH
static const NTSTATUS STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH = (NTSTATUS)0xc03a000f;
#pragma pop_macro("STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH")
#pragma push_macro("STATUS_VHD_METADATA_READ_FAILURE")
#undef STATUS_VHD_METADATA_READ_FAILURE
static const NTSTATUS STATUS_VHD_METADATA_READ_FAILURE = (NTSTATUS)0xc03a0010;
#pragma pop_macro("STATUS_VHD_METADATA_READ_FAILURE")
#pragma push_macro("STATUS_VHD_METADATA_WRITE_FAILURE")
#undef STATUS_VHD_METADATA_WRITE_FAILURE
static const NTSTATUS STATUS_VHD_METADATA_WRITE_FAILURE = (NTSTATUS)0xc03a0011;
#pragma pop_macro("STATUS_VHD_METADATA_WRITE_FAILURE")
#pragma push_macro("STATUS_VHD_INVALID_SIZE")
#undef STATUS_VHD_INVALID_SIZE
static const NTSTATUS STATUS_VHD_INVALID_SIZE = (NTSTATUS)0xc03a0012;
#pragma pop_macro("STATUS_VHD_INVALID_SIZE")
#pragma push_macro("STATUS_VHD_INVALID_FILE_SIZE")
#undef STATUS_VHD_INVALID_FILE_SIZE
static const NTSTATUS STATUS_VHD_INVALID_FILE_SIZE = (NTSTATUS)0xc03a0013;
#pragma pop_macro("STATUS_VHD_INVALID_FILE_SIZE")
#pragma push_macro("STATUS_VIRTDISK_PROVIDER_NOT_FOUND")
#undef STATUS_VIRTDISK_PROVIDER_NOT_FOUND
static const NTSTATUS STATUS_VIRTDISK_PROVIDER_NOT_FOUND = (NTSTATUS)0xc03a0014;
#pragma pop_macro("STATUS_VIRTDISK_PROVIDER_NOT_FOUND")
#pragma push_macro("STATUS_VIRTDISK_NOT_VIRTUAL_DISK")
#undef STATUS_VIRTDISK_NOT_VIRTUAL_DISK
static const NTSTATUS STATUS_VIRTDISK_NOT_VIRTUAL_DISK = (NTSTATUS)0xc03a0015;
#pragma pop_macro("STATUS_VIRTDISK_NOT_VIRTUAL_DISK")
#pragma push_macro("STATUS_VHD_PARENT_VHD_ACCESS_DENIED")
#undef STATUS_VHD_PARENT_VHD_ACCESS_DENIED
static const NTSTATUS STATUS_VHD_PARENT_VHD_ACCESS_DENIED = (NTSTATUS)0xc03a0016;
#pragma pop_macro("STATUS_VHD_PARENT_VHD_ACCESS_DENIED")
#pragma push_macro("STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH")
#undef STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH
static const NTSTATUS STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH = (NTSTATUS)0xc03a0017;
#pragma pop_macro("STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH")
#pragma push_macro("STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED")
#undef STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED
static const NTSTATUS STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED = (NTSTATUS)0xc03a0018;
#pragma pop_macro("STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED")
#pragma push_macro("STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT")
#undef STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT
static const NTSTATUS STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT = (NTSTATUS)0xc03a0019;
#pragma pop_macro("STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT")
#pragma push_macro("STATUS_VIRTUAL_DISK_LIMITATION")
#undef STATUS_VIRTUAL_DISK_LIMITATION
static const NTSTATUS STATUS_VIRTUAL_DISK_LIMITATION = (NTSTATUS)0xc03a001a;
#pragma pop_macro("STATUS_VIRTUAL_DISK_LIMITATION")
#pragma push_macro("STATUS_VHD_INVALID_TYPE")
#undef STATUS_VHD_INVALID_TYPE
static const NTSTATUS STATUS_VHD_INVALID_TYPE = (NTSTATUS)0xc03a001b;
#pragma pop_macro("STATUS_VHD_INVALID_TYPE")
#pragma push_macro("STATUS_VHD_INVALID_STATE")
#undef STATUS_VHD_INVALID_STATE
static const NTSTATUS STATUS_VHD_INVALID_STATE = (NTSTATUS)0xc03a001c;
#pragma pop_macro("STATUS_VHD_INVALID_STATE")
#pragma push_macro("STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE")
#undef STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE
static const NTSTATUS STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE = (NTSTATUS)0xc03a001d;
#pragma pop_macro("STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE")
#pragma push_macro("STATUS_VIRTDISK_DISK_ALREADY_OWNED")
#undef STATUS_VIRTDISK_DISK_ALREADY_OWNED
static const NTSTATUS STATUS_VIRTDISK_DISK_ALREADY_OWNED = (NTSTATUS)0xc03a001e;
#pragma pop_macro("STATUS_VIRTDISK_DISK_ALREADY_OWNED")
#pragma push_macro("STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE")
#undef STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE
static const NTSTATUS STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE = (NTSTATUS)0xc03a001f;
#pragma pop_macro("STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE")
#pragma push_macro("STATUS_CTLOG_TRACKING_NOT_INITIALIZED")
#undef STATUS_CTLOG_TRACKING_NOT_INITIALIZED
static const NTSTATUS STATUS_CTLOG_TRACKING_NOT_INITIALIZED = (NTSTATUS)0xc03a0020;
#pragma pop_macro("STATUS_CTLOG_TRACKING_NOT_INITIALIZED")
#pragma push_macro("STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE")
#undef STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE
static const NTSTATUS STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE = (NTSTATUS)0xc03a0021;
#pragma pop_macro("STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE")
#pragma push_macro("STATUS_CTLOG_VHD_CHANGED_OFFLINE")
#undef STATUS_CTLOG_VHD_CHANGED_OFFLINE
static const NTSTATUS STATUS_CTLOG_VHD_CHANGED_OFFLINE = (NTSTATUS)0xc03a0022;
#pragma pop_macro("STATUS_CTLOG_VHD_CHANGED_OFFLINE")
#pragma push_macro("STATUS_CTLOG_INVALID_TRACKING_STATE")
#undef STATUS_CTLOG_INVALID_TRACKING_STATE
static const NTSTATUS STATUS_CTLOG_INVALID_TRACKING_STATE = (NTSTATUS)0xc03a0023;
#pragma pop_macro("STATUS_CTLOG_INVALID_TRACKING_STATE")
#pragma push_macro("STATUS_CTLOG_INCONSISTENT_TRACKING_FILE")
#undef STATUS_CTLOG_INCONSISTENT_TRACKING_FILE
static const NTSTATUS STATUS_CTLOG_INCONSISTENT_TRACKING_FILE = (NTSTATUS)0xc03a0024;
#pragma pop_macro("STATUS_CTLOG_INCONSISTENT_TRACKING_FILE")
#pragma push_macro("STATUS_VHD_METADATA_FULL")
#undef STATUS_VHD_METADATA_FULL
static const NTSTATUS STATUS_VHD_METADATA_FULL = (NTSTATUS)0xc03a0028;
#pragma pop_macro("STATUS_VHD_METADATA_FULL")
#pragma push_macro("STATUS_VHD_INVALID_CHANGE_TRACKING_ID")
#undef STATUS_VHD_INVALID_CHANGE_TRACKING_ID
static const NTSTATUS STATUS_VHD_INVALID_CHANGE_TRACKING_ID = (NTSTATUS)0xc03a0029;
#pragma pop_macro("STATUS_VHD_INVALID_CHANGE_TRACKING_ID")
#pragma push_macro("STATUS_VHD_CHANGE_TRACKING_DISABLED")
#undef STATUS_VHD_CHANGE_TRACKING_DISABLED
static const NTSTATUS STATUS_VHD_CHANGE_TRACKING_DISABLED = (NTSTATUS)0xc03a002a;
#pragma pop_macro("STATUS_VHD_CHANGE_TRACKING_DISABLED")
#pragma push_macro("STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION")
#undef STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION
static const NTSTATUS STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION = (NTSTATUS)0xc03a0030;
#pragma pop_macro("STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION")
#pragma push_macro("STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA")
#undef STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA
static const NTSTATUS STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA = (NTSTATUS)0xc03a0031;
#pragma pop_macro("STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA")
#pragma push_macro("STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE")
#undef STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE
static const NTSTATUS STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE = (NTSTATUS)0xc03a0032;
#pragma pop_macro("STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE")
#pragma push_macro("STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE")
#undef STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE
static const NTSTATUS STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE = (NTSTATUS)0xc03a0033;
#pragma pop_macro("STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE")
#pragma push_macro("STATUS_QUERY_STORAGE_ERROR")
#undef STATUS_QUERY_STORAGE_ERROR
static const NTSTATUS STATUS_QUERY_STORAGE_ERROR = (NTSTATUS)0x803a0001;
#pragma pop_macro("STATUS_QUERY_STORAGE_ERROR")
#pragma push_macro("STATUS_RKF_KEY_NOT_FOUND")
#undef STATUS_RKF_KEY_NOT_FOUND
static const NTSTATUS STATUS_RKF_KEY_NOT_FOUND = (NTSTATUS)0xc0400001;
#pragma pop_macro("STATUS_RKF_KEY_NOT_FOUND")
#pragma push_macro("STATUS_RKF_DUPLICATE_KEY")
#undef STATUS_RKF_DUPLICATE_KEY
static const NTSTATUS STATUS_RKF_DUPLICATE_KEY = (NTSTATUS)0xc0400002;
#pragma pop_macro("STATUS_RKF_DUPLICATE_KEY")
#pragma push_macro("STATUS_RKF_BLOB_FULL")
#undef STATUS_RKF_BLOB_FULL
static const NTSTATUS STATUS_RKF_BLOB_FULL = (NTSTATUS)0xc0400003;
#pragma pop_macro("STATUS_RKF_BLOB_FULL")
#pragma push_macro("STATUS_RKF_STORE_FULL")
#undef STATUS_RKF_STORE_FULL
static const NTSTATUS STATUS_RKF_STORE_FULL = (NTSTATUS)0xc0400004;
#pragma pop_macro("STATUS_RKF_STORE_FULL")
#pragma push_macro("STATUS_RKF_FILE_BLOCKED")
#undef STATUS_RKF_FILE_BLOCKED
static const NTSTATUS STATUS_RKF_FILE_BLOCKED = (NTSTATUS)0xc0400005;
#pragma pop_macro("STATUS_RKF_FILE_BLOCKED")
#pragma push_macro("STATUS_RKF_ACTIVE_KEY")
#undef STATUS_RKF_ACTIVE_KEY
static const NTSTATUS STATUS_RKF_ACTIVE_KEY = (NTSTATUS)0xc0400006;
#pragma pop_macro("STATUS_RKF_ACTIVE_KEY")
#pragma push_macro("STATUS_RDBSS_RESTART_OPERATION")
#undef STATUS_RDBSS_RESTART_OPERATION
static const NTSTATUS STATUS_RDBSS_RESTART_OPERATION = (NTSTATUS)0xc0410001;
#pragma pop_macro("STATUS_RDBSS_RESTART_OPERATION")
#pragma push_macro("STATUS_RDBSS_CONTINUE_OPERATION")
#undef STATUS_RDBSS_CONTINUE_OPERATION
static const NTSTATUS STATUS_RDBSS_CONTINUE_OPERATION = (NTSTATUS)0xc0410002;
#pragma pop_macro("STATUS_RDBSS_CONTINUE_OPERATION")
#pragma push_macro("STATUS_RDBSS_POST_OPERATION")
#undef STATUS_RDBSS_POST_OPERATION
static const NTSTATUS STATUS_RDBSS_POST_OPERATION = (NTSTATUS)0xc0410003;
#pragma pop_macro("STATUS_RDBSS_POST_OPERATION")
#pragma push_macro("STATUS_BTH_ATT_INVALID_HANDLE")
#undef STATUS_BTH_ATT_INVALID_HANDLE
static const NTSTATUS STATUS_BTH_ATT_INVALID_HANDLE = (NTSTATUS)0xc0420001;
#pragma pop_macro("STATUS_BTH_ATT_INVALID_HANDLE")
#pragma push_macro("STATUS_BTH_ATT_READ_NOT_PERMITTED")
#undef STATUS_BTH_ATT_READ_NOT_PERMITTED
static const NTSTATUS STATUS_BTH_ATT_READ_NOT_PERMITTED = (NTSTATUS)0xc0420002;
#pragma pop_macro("STATUS_BTH_ATT_READ_NOT_PERMITTED")
#pragma push_macro("STATUS_BTH_ATT_WRITE_NOT_PERMITTED")
#undef STATUS_BTH_ATT_WRITE_NOT_PERMITTED
static const NTSTATUS STATUS_BTH_ATT_WRITE_NOT_PERMITTED = (NTSTATUS)0xc0420003;
#pragma pop_macro("STATUS_BTH_ATT_WRITE_NOT_PERMITTED")
#pragma push_macro("STATUS_BTH_ATT_INVALID_PDU")
#undef STATUS_BTH_ATT_INVALID_PDU
static const NTSTATUS STATUS_BTH_ATT_INVALID_PDU = (NTSTATUS)0xc0420004;
#pragma pop_macro("STATUS_BTH_ATT_INVALID_PDU")
#pragma push_macro("STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION")
#undef STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION
static const NTSTATUS STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION = (NTSTATUS)0xc0420005;
#pragma pop_macro("STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION")
#pragma push_macro("STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED")
#undef STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED
static const NTSTATUS STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED = (NTSTATUS)0xc0420006;
#pragma pop_macro("STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED")
#pragma push_macro("STATUS_BTH_ATT_INVALID_OFFSET")
#undef STATUS_BTH_ATT_INVALID_OFFSET
static const NTSTATUS STATUS_BTH_ATT_INVALID_OFFSET = (NTSTATUS)0xc0420007;
#pragma pop_macro("STATUS_BTH_ATT_INVALID_OFFSET")
#pragma push_macro("STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION")
#undef STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION
static const NTSTATUS STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION = (NTSTATUS)0xc0420008;
#pragma pop_macro("STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION")
#pragma push_macro("STATUS_BTH_ATT_PREPARE_QUEUE_FULL")
#undef STATUS_BTH_ATT_PREPARE_QUEUE_FULL
static const NTSTATUS STATUS_BTH_ATT_PREPARE_QUEUE_FULL = (NTSTATUS)0xc0420009;
#pragma pop_macro("STATUS_BTH_ATT_PREPARE_QUEUE_FULL")
#pragma push_macro("STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND")
#undef STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND
static const NTSTATUS STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND = (NTSTATUS)0xc042000a;
#pragma pop_macro("STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND")
#pragma push_macro("STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG")
#undef STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG
static const NTSTATUS STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG = (NTSTATUS)0xc042000b;
#pragma pop_macro("STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG")
#pragma push_macro("STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE")
#undef STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE
static const NTSTATUS STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE = (NTSTATUS)0xc042000c;
#pragma pop_macro("STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE")
#pragma push_macro("STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH")
#undef STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH
static const NTSTATUS STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH = (NTSTATUS)0xc042000d;
#pragma pop_macro("STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH")
#pragma push_macro("STATUS_BTH_ATT_UNLIKELY")
#undef STATUS_BTH_ATT_UNLIKELY
static const NTSTATUS STATUS_BTH_ATT_UNLIKELY = (NTSTATUS)0xc042000e;
#pragma pop_macro("STATUS_BTH_ATT_UNLIKELY")
#pragma push_macro("STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION")
#undef STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION
static const NTSTATUS STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION = (NTSTATUS)0xc042000f;
#pragma pop_macro("STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION")
#pragma push_macro("STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE")
#undef STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE
static const NTSTATUS STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE = (NTSTATUS)0xc0420010;
#pragma pop_macro("STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE")
#pragma push_macro("STATUS_BTH_ATT_INSUFFICIENT_RESOURCES")
#undef STATUS_BTH_ATT_INSUFFICIENT_RESOURCES
static const NTSTATUS STATUS_BTH_ATT_INSUFFICIENT_RESOURCES = (NTSTATUS)0xc0420011;
#pragma pop_macro("STATUS_BTH_ATT_INSUFFICIENT_RESOURCES")
#pragma push_macro("STATUS_BTH_ATT_UNKNOWN_ERROR")
#undef STATUS_BTH_ATT_UNKNOWN_ERROR
static const NTSTATUS STATUS_BTH_ATT_UNKNOWN_ERROR = (NTSTATUS)0xc0421000;
#pragma pop_macro("STATUS_BTH_ATT_UNKNOWN_ERROR")
#pragma push_macro("STATUS_SECUREBOOT_ROLLBACK_DETECTED")
#undef STATUS_SECUREBOOT_ROLLBACK_DETECTED
static const NTSTATUS STATUS_SECUREBOOT_ROLLBACK_DETECTED = (NTSTATUS)0xc0430001;
#pragma pop_macro("STATUS_SECUREBOOT_ROLLBACK_DETECTED")
#pragma push_macro("STATUS_SECUREBOOT_POLICY_VIOLATION")
#undef STATUS_SECUREBOOT_POLICY_VIOLATION
static const NTSTATUS STATUS_SECUREBOOT_POLICY_VIOLATION = (NTSTATUS)0xc0430002;
#pragma pop_macro("STATUS_SECUREBOOT_POLICY_VIOLATION")
#pragma push_macro("STATUS_SECUREBOOT_INVALID_POLICY")
#undef STATUS_SECUREBOOT_INVALID_POLICY
static const NTSTATUS STATUS_SECUREBOOT_INVALID_POLICY = (NTSTATUS)0xc0430003;
#pragma pop_macro("STATUS_SECUREBOOT_INVALID_POLICY")
#pragma push_macro("STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND")
#undef STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND
static const NTSTATUS STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND = (NTSTATUS)0xc0430004;
#pragma pop_macro("STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND")
#pragma push_macro("STATUS_SECUREBOOT_POLICY_NOT_SIGNED")
#undef STATUS_SECUREBOOT_POLICY_NOT_SIGNED
static const NTSTATUS STATUS_SECUREBOOT_POLICY_NOT_SIGNED = (NTSTATUS)0xc0430005;
#pragma pop_macro("STATUS_SECUREBOOT_POLICY_NOT_SIGNED")
#pragma push_macro("STATUS_SECUREBOOT_NOT_ENABLED")
#undef STATUS_SECUREBOOT_NOT_ENABLED
static const NTSTATUS STATUS_SECUREBOOT_NOT_ENABLED = (NTSTATUS)0x80430006;
#pragma pop_macro("STATUS_SECUREBOOT_NOT_ENABLED")
#pragma push_macro("STATUS_SECUREBOOT_FILE_REPLACED")
#undef STATUS_SECUREBOOT_FILE_REPLACED
static const NTSTATUS STATUS_SECUREBOOT_FILE_REPLACED = (NTSTATUS)0xc0430007;
#pragma pop_macro("STATUS_SECUREBOOT_FILE_REPLACED")
#pragma push_macro("STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED")
#undef STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED
static const NTSTATUS STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED = (NTSTATUS)0xc0e90001;
#pragma pop_macro("STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED")
#pragma push_macro("STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION")
#undef STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION
static const NTSTATUS STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION = (NTSTATUS)0xc0e90002;
#pragma pop_macro("STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION")
#pragma push_macro("STATUS_SYSTEM_INTEGRITY_INVALID_POLICY")
#undef STATUS_SYSTEM_INTEGRITY_INVALID_POLICY
static const NTSTATUS STATUS_SYSTEM_INTEGRITY_INVALID_POLICY = (NTSTATUS)0xc0e90003;
#pragma pop_macro("STATUS_SYSTEM_INTEGRITY_INVALID_POLICY")
#pragma push_macro("STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED")
#undef STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED
static const NTSTATUS STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED = (NTSTATUS)0xc0e90004;
#pragma pop_macro("STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED")
#pragma push_macro("STATUS_NO_APPLICABLE_APP_LICENSES_FOUND")
#undef STATUS_NO_APPLICABLE_APP_LICENSES_FOUND
static const NTSTATUS STATUS_NO_APPLICABLE_APP_LICENSES_FOUND = (NTSTATUS)0xc0ea0001;
#pragma pop_macro("STATUS_NO_APPLICABLE_APP_LICENSES_FOUND")
#pragma push_macro("STATUS_CLIP_LICENSE_NOT_FOUND")
#undef STATUS_CLIP_LICENSE_NOT_FOUND
static const NTSTATUS STATUS_CLIP_LICENSE_NOT_FOUND = (NTSTATUS)0xc0ea0002;
#pragma pop_macro("STATUS_CLIP_LICENSE_NOT_FOUND")
#pragma push_macro("STATUS_CLIP_DEVICE_LICENSE_MISSING")
#undef STATUS_CLIP_DEVICE_LICENSE_MISSING
static const NTSTATUS STATUS_CLIP_DEVICE_LICENSE_MISSING = (NTSTATUS)0xc0ea0003;
#pragma pop_macro("STATUS_CLIP_DEVICE_LICENSE_MISSING")
#pragma push_macro("STATUS_CLIP_LICENSE_INVALID_SIGNATURE")
#undef STATUS_CLIP_LICENSE_INVALID_SIGNATURE
static const NTSTATUS STATUS_CLIP_LICENSE_INVALID_SIGNATURE = (NTSTATUS)0xc0ea0004;
#pragma pop_macro("STATUS_CLIP_LICENSE_INVALID_SIGNATURE")
#pragma push_macro("STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID")
#undef STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID
static const NTSTATUS STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID = (NTSTATUS)0xc0ea0005;
#pragma pop_macro("STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID")
#pragma push_macro("STATUS_CLIP_LICENSE_EXPIRED")
#undef STATUS_CLIP_LICENSE_EXPIRED
static const NTSTATUS STATUS_CLIP_LICENSE_EXPIRED = (NTSTATUS)0xc0ea0006;
#pragma pop_macro("STATUS_CLIP_LICENSE_EXPIRED")
#pragma push_macro("STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE")
#undef STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE
static const NTSTATUS STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE = (NTSTATUS)0xc0ea0007;
#pragma pop_macro("STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE")
#pragma push_macro("STATUS_CLIP_LICENSE_NOT_SIGNED")
#undef STATUS_CLIP_LICENSE_NOT_SIGNED
static const NTSTATUS STATUS_CLIP_LICENSE_NOT_SIGNED = (NTSTATUS)0xc0ea0008;
#pragma pop_macro("STATUS_CLIP_LICENSE_NOT_SIGNED")
#pragma push_macro("STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE")
#undef STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE
static const NTSTATUS STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE = (NTSTATUS)0xc0ea0009;
#pragma pop_macro("STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE")
#pragma push_macro("STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH")
#undef STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH
static const NTSTATUS STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH = (NTSTATUS)0xc0ea000a;
#pragma pop_macro("STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH")
#pragma push_macro("STATUS_AUDIO_ENGINE_NODE_NOT_FOUND")
#undef STATUS_AUDIO_ENGINE_NODE_NOT_FOUND
static const NTSTATUS STATUS_AUDIO_ENGINE_NODE_NOT_FOUND = (NTSTATUS)0xc0440001;
#pragma pop_macro("STATUS_AUDIO_ENGINE_NODE_NOT_FOUND")
#pragma push_macro("STATUS_HDAUDIO_EMPTY_CONNECTION_LIST")
#undef STATUS_HDAUDIO_EMPTY_CONNECTION_LIST
static const NTSTATUS STATUS_HDAUDIO_EMPTY_CONNECTION_LIST = (NTSTATUS)0xc0440002;
#pragma pop_macro("STATUS_HDAUDIO_EMPTY_CONNECTION_LIST")
#pragma push_macro("STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED")
#undef STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED
static const NTSTATUS STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED = (NTSTATUS)0xc0440003;
#pragma pop_macro("STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED")
#pragma push_macro("STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED")
#undef STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED
static const NTSTATUS STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED = (NTSTATUS)0xc0440004;
#pragma pop_macro("STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED")
#pragma push_macro("STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY")
#undef STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY
static const NTSTATUS STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY = (NTSTATUS)0xc0440005;
#pragma pop_macro("STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY")
#pragma push_macro("STATUS_SPACES_REPAIRED")
#undef STATUS_SPACES_REPAIRED
static const NTSTATUS STATUS_SPACES_REPAIRED = (NTSTATUS)0x00e70000;
#pragma pop_macro("STATUS_SPACES_REPAIRED")
#pragma push_macro("STATUS_SPACES_PAUSE")
#undef STATUS_SPACES_PAUSE
static const NTSTATUS STATUS_SPACES_PAUSE = (NTSTATUS)0x00e70001;
#pragma pop_macro("STATUS_SPACES_PAUSE")
#pragma push_macro("STATUS_SPACES_COMPLETE")
#undef STATUS_SPACES_COMPLETE
static const NTSTATUS STATUS_SPACES_COMPLETE = (NTSTATUS)0x00e70002;
#pragma pop_macro("STATUS_SPACES_COMPLETE")
#pragma push_macro("STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID")
#undef STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID
static const NTSTATUS STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID = (NTSTATUS)0xc0e70001;
#pragma pop_macro("STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID")
#pragma push_macro("STATUS_SPACES_RESILIENCY_TYPE_INVALID")
#undef STATUS_SPACES_RESILIENCY_TYPE_INVALID
static const NTSTATUS STATUS_SPACES_RESILIENCY_TYPE_INVALID = (NTSTATUS)0xc0e70003;
#pragma pop_macro("STATUS_SPACES_RESILIENCY_TYPE_INVALID")
#pragma push_macro("STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID")
#undef STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID
static const NTSTATUS STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID = (NTSTATUS)0xc0e70004;
#pragma pop_macro("STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID")
#pragma push_macro("STATUS_SPACES_DRIVE_REDUNDANCY_INVALID")
#undef STATUS_SPACES_DRIVE_REDUNDANCY_INVALID
static const NTSTATUS STATUS_SPACES_DRIVE_REDUNDANCY_INVALID = (NTSTATUS)0xc0e70006;
#pragma pop_macro("STATUS_SPACES_DRIVE_REDUNDANCY_INVALID")
#pragma push_macro("STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID")
#undef STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID
static const NTSTATUS STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID = (NTSTATUS)0xc0e70007;
#pragma pop_macro("STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID")
#pragma push_macro("STATUS_SPACES_INTERLEAVE_LENGTH_INVALID")
#undef STATUS_SPACES_INTERLEAVE_LENGTH_INVALID
static const NTSTATUS STATUS_SPACES_INTERLEAVE_LENGTH_INVALID = (NTSTATUS)0xc0e70009;
#pragma pop_macro("STATUS_SPACES_INTERLEAVE_LENGTH_INVALID")
#pragma push_macro("STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID")
#undef STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID
static const NTSTATUS STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID = (NTSTATUS)0xc0e7000a;
#pragma pop_macro("STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID")
#pragma push_macro("STATUS_SPACES_NOT_ENOUGH_DRIVES")
#undef STATUS_SPACES_NOT_ENOUGH_DRIVES
static const NTSTATUS STATUS_SPACES_NOT_ENOUGH_DRIVES = (NTSTATUS)0xc0e7000b;
#pragma pop_macro("STATUS_SPACES_NOT_ENOUGH_DRIVES")
#pragma push_macro("STATUS_SPACES_EXTENDED_ERROR")
#undef STATUS_SPACES_EXTENDED_ERROR
static const NTSTATUS STATUS_SPACES_EXTENDED_ERROR = (NTSTATUS)0xc0e7000c;
#pragma pop_macro("STATUS_SPACES_EXTENDED_ERROR")
#pragma push_macro("STATUS_SPACES_PROVISIONING_TYPE_INVALID")
#undef STATUS_SPACES_PROVISIONING_TYPE_INVALID
static const NTSTATUS STATUS_SPACES_PROVISIONING_TYPE_INVALID = (NTSTATUS)0xc0e7000d;
#pragma pop_macro("STATUS_SPACES_PROVISIONING_TYPE_INVALID")
#pragma push_macro("STATUS_SPACES_ALLOCATION_SIZE_INVALID")
#undef STATUS_SPACES_ALLOCATION_SIZE_INVALID
static const NTSTATUS STATUS_SPACES_ALLOCATION_SIZE_INVALID = (NTSTATUS)0xc0e7000e;
#pragma pop_macro("STATUS_SPACES_ALLOCATION_SIZE_INVALID")
#pragma push_macro("STATUS_SPACES_ENCLOSURE_AWARE_INVALID")
#undef STATUS_SPACES_ENCLOSURE_AWARE_INVALID
static const NTSTATUS STATUS_SPACES_ENCLOSURE_AWARE_INVALID = (NTSTATUS)0xc0e7000f;
#pragma pop_macro("STATUS_SPACES_ENCLOSURE_AWARE_INVALID")
#pragma push_macro("STATUS_SPACES_WRITE_CACHE_SIZE_INVALID")
#undef STATUS_SPACES_WRITE_CACHE_SIZE_INVALID
static const NTSTATUS STATUS_SPACES_WRITE_CACHE_SIZE_INVALID = (NTSTATUS)0xc0e70010;
#pragma pop_macro("STATUS_SPACES_WRITE_CACHE_SIZE_INVALID")
#pragma push_macro("STATUS_SPACES_NUMBER_OF_GROUPS_INVALID")
#undef STATUS_SPACES_NUMBER_OF_GROUPS_INVALID
static const NTSTATUS STATUS_SPACES_NUMBER_OF_GROUPS_INVALID = (NTSTATUS)0xc0e70011;
#pragma pop_macro("STATUS_SPACES_NUMBER_OF_GROUPS_INVALID")
#pragma push_macro("STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID")
#undef STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID
static const NTSTATUS STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID = (NTSTATUS)0xc0e70012;
#pragma pop_macro("STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID")
#pragma push_macro("STATUS_SPACES_UPDATE_COLUMN_STATE")
#undef STATUS_SPACES_UPDATE_COLUMN_STATE
static const NTSTATUS STATUS_SPACES_UPDATE_COLUMN_STATE = (NTSTATUS)0xc0e70013;
#pragma pop_macro("STATUS_SPACES_UPDATE_COLUMN_STATE")
#pragma push_macro("STATUS_SPACES_MAP_REQUIRED")
#undef STATUS_SPACES_MAP_REQUIRED
static const NTSTATUS STATUS_SPACES_MAP_REQUIRED = (NTSTATUS)0xc0e70014;
#pragma pop_macro("STATUS_SPACES_MAP_REQUIRED")
#pragma push_macro("STATUS_SPACES_UNSUPPORTED_VERSION")
#undef STATUS_SPACES_UNSUPPORTED_VERSION
static const NTSTATUS STATUS_SPACES_UNSUPPORTED_VERSION = (NTSTATUS)0xc0e70015;
#pragma pop_macro("STATUS_SPACES_UNSUPPORTED_VERSION")
#pragma push_macro("STATUS_SPACES_CORRUPT_METADATA")
#undef STATUS_SPACES_CORRUPT_METADATA
static const NTSTATUS STATUS_SPACES_CORRUPT_METADATA = (NTSTATUS)0xc0e70016;
#pragma pop_macro("STATUS_SPACES_CORRUPT_METADATA")
#pragma push_macro("STATUS_SPACES_DRT_FULL")
#undef STATUS_SPACES_DRT_FULL
static const NTSTATUS STATUS_SPACES_DRT_FULL = (NTSTATUS)0xc0e70017;
#pragma pop_macro("STATUS_SPACES_DRT_FULL")
#pragma push_macro("STATUS_SPACES_INCONSISTENCY")
#undef STATUS_SPACES_INCONSISTENCY
static const NTSTATUS STATUS_SPACES_INCONSISTENCY = (NTSTATUS)0xc0e70018;
#pragma pop_macro("STATUS_SPACES_INCONSISTENCY")
#pragma push_macro("STATUS_SPACES_LOG_NOT_READY")
#undef STATUS_SPACES_LOG_NOT_READY
static const NTSTATUS STATUS_SPACES_LOG_NOT_READY = (NTSTATUS)0xc0e70019;
#pragma pop_macro("STATUS_SPACES_LOG_NOT_READY")
#pragma push_macro("STATUS_SPACES_NO_REDUNDANCY")
#undef STATUS_SPACES_NO_REDUNDANCY
static const NTSTATUS STATUS_SPACES_NO_REDUNDANCY = (NTSTATUS)0xc0e7001a;
#pragma pop_macro("STATUS_SPACES_NO_REDUNDANCY")
#pragma push_macro("STATUS_SPACES_DRIVE_NOT_READY")
#undef STATUS_SPACES_DRIVE_NOT_READY
static const NTSTATUS STATUS_SPACES_DRIVE_NOT_READY = (NTSTATUS)0xc0e7001b;
#pragma pop_macro("STATUS_SPACES_DRIVE_NOT_READY")
#pragma push_macro("STATUS_VOLSNAP_BOOTFILE_NOT_VALID")
#undef STATUS_VOLSNAP_BOOTFILE_NOT_VALID
static const NTSTATUS STATUS_VOLSNAP_BOOTFILE_NOT_VALID = (NTSTATUS)0xc0500003;
#pragma pop_macro("STATUS_VOLSNAP_BOOTFILE_NOT_VALID")
#pragma push_macro("STATUS_IO_PREEMPTED")
#undef STATUS_IO_PREEMPTED
static const NTSTATUS STATUS_IO_PREEMPTED = (NTSTATUS)0xc0510001;
#pragma pop_macro("STATUS_IO_PREEMPTED")
#pragma push_macro("STATUS_SVHDX_ERROR_STORED")
#undef STATUS_SVHDX_ERROR_STORED
static const NTSTATUS STATUS_SVHDX_ERROR_STORED = (NTSTATUS)0xc05c0000;
#pragma pop_macro("STATUS_SVHDX_ERROR_STORED")
#pragma push_macro("STATUS_SVHDX_ERROR_NOT_AVAILABLE")
#undef STATUS_SVHDX_ERROR_NOT_AVAILABLE
static const NTSTATUS STATUS_SVHDX_ERROR_NOT_AVAILABLE = (NTSTATUS)0xc05cff00;
#pragma pop_macro("STATUS_SVHDX_ERROR_NOT_AVAILABLE")
#pragma push_macro("STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE")
#undef STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE
static const NTSTATUS STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE = (NTSTATUS)0xc05cff01;
#pragma pop_macro("STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE")
#pragma push_macro("STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED")
#undef STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED
static const NTSTATUS STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED = (NTSTATUS)0xc05cff02;
#pragma pop_macro("STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED")
#pragma push_macro("STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED")
#undef STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED
static const NTSTATUS STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED = (NTSTATUS)0xc05cff03;
#pragma pop_macro("STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED")
#pragma push_macro("STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED")
#undef STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED
static const NTSTATUS STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED = (NTSTATUS)0xc05cff04;
#pragma pop_macro("STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED")
#pragma push_macro("STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED")
#undef STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED
static const NTSTATUS STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED = (NTSTATUS)0xc05cff05;
#pragma pop_macro("STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED")
#pragma push_macro("STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED")
#undef STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED
static const NTSTATUS STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED = (NTSTATUS)0xc05cff06;
#pragma pop_macro("STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED")
#pragma push_macro("STATUS_SVHDX_RESERVATION_CONFLICT")
#undef STATUS_SVHDX_RESERVATION_CONFLICT
static const NTSTATUS STATUS_SVHDX_RESERVATION_CONFLICT = (NTSTATUS)0xc05cff07;
#pragma pop_macro("STATUS_SVHDX_RESERVATION_CONFLICT")
#pragma push_macro("STATUS_SVHDX_WRONG_FILE_TYPE")
#undef STATUS_SVHDX_WRONG_FILE_TYPE
static const NTSTATUS STATUS_SVHDX_WRONG_FILE_TYPE = (NTSTATUS)0xc05cff08;
#pragma pop_macro("STATUS_SVHDX_WRONG_FILE_TYPE")
#pragma push_macro("STATUS_SVHDX_VERSION_MISMATCH")
#undef STATUS_SVHDX_VERSION_MISMATCH
static const NTSTATUS STATUS_SVHDX_VERSION_MISMATCH = (NTSTATUS)0xc05cff09;
#pragma pop_macro("STATUS_SVHDX_VERSION_MISMATCH")
#pragma push_macro("STATUS_VHD_SHARED")
#undef STATUS_VHD_SHARED
static const NTSTATUS STATUS_VHD_SHARED = (NTSTATUS)0xc05cff0a;
#pragma pop_macro("STATUS_VHD_SHARED")
#pragma push_macro("STATUS_SVHDX_NO_INITIATOR")
#undef STATUS_SVHDX_NO_INITIATOR
static const NTSTATUS STATUS_SVHDX_NO_INITIATOR = (NTSTATUS)0xc05cff0b;
#pragma pop_macro("STATUS_SVHDX_NO_INITIATOR")
#pragma push_macro("STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND")
#undef STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND
static const NTSTATUS STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND = (NTSTATUS)0xc05cff0c;
#pragma pop_macro("STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND")
#pragma push_macro("STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP")
#undef STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP
static const NTSTATUS STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP = (NTSTATUS)0xc05d0000;
#pragma pop_macro("STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP")
#pragma push_macro("STATUS_SMB_BAD_CLUSTER_DIALECT")
#undef STATUS_SMB_BAD_CLUSTER_DIALECT
static const NTSTATUS STATUS_SMB_BAD_CLUSTER_DIALECT = (NTSTATUS)0xc05d0001;
#pragma pop_macro("STATUS_SMB_BAD_CLUSTER_DIALECT")
#pragma push_macro("STATUS_SMB_GUEST_LOGON_BLOCKED")
#undef STATUS_SMB_GUEST_LOGON_BLOCKED
static const NTSTATUS STATUS_SMB_GUEST_LOGON_BLOCKED = (NTSTATUS)0xc05d0002;
#pragma pop_macro("STATUS_SMB_GUEST_LOGON_BLOCKED")
#pragma push_macro("STATUS_SECCORE_INVALID_COMMAND")
#undef STATUS_SECCORE_INVALID_COMMAND
static const NTSTATUS STATUS_SECCORE_INVALID_COMMAND = (NTSTATUS)0xc0e80000;
#pragma pop_macro("STATUS_SECCORE_INVALID_COMMAND")
#pragma push_macro("STATUS_VSM_NOT_INITIALIZED")
#undef STATUS_VSM_NOT_INITIALIZED
static const NTSTATUS STATUS_VSM_NOT_INITIALIZED = (NTSTATUS)0xc0450000;
#pragma pop_macro("STATUS_VSM_NOT_INITIALIZED")
#pragma push_macro("STATUS_VSM_DMA_PROTECTION_NOT_IN_USE")
#undef STATUS_VSM_DMA_PROTECTION_NOT_IN_USE
static const NTSTATUS STATUS_VSM_DMA_PROTECTION_NOT_IN_USE = (NTSTATUS)0xc0450001;
#pragma pop_macro("STATUS_VSM_DMA_PROTECTION_NOT_IN_USE")
#define WIN32_NO_STATUS
#include <windows.h>
#undef WIN32_NO_STATUS
#include <winternl.h>
#pragma warning(push)
#pragma warning(disable:4005) /* macro redefinition */
#include <ntstatus.h>
#pragma warning(pop)
#include <stdio.h>
#define SYM(sym) { #sym, sym },
struct
{
const char *sym;
NTSTATUS val;
} syms[] =
{
#include "ntstatus.i"
};
int main()
{
for (size_t i = 0; sizeof(syms) / sizeof(syms[i]) > i; i++)
{
printf("#pragma push_macro(\"%s\")\n", syms[i].sym);
printf("#undef %s\n", syms[i].sym);
printf("static const NTSTATUS %s = (NTSTATUS)0x%08x;\n", syms[i].sym, syms[i].val);
printf("#pragma pop_macro(\"%s\")\n", syms[i].sym);
}
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment