1 // Licensed under the Apache License, Version 2.0
2 // <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
3 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
4 // All files in the project carrying such notice may not be copied, modified, or distributed
5 // except according to those terms.
6 //! Constant definitions for the NTSTATUS values.
7 use shared::ntdef::NTSTATUS;
8 pub const STATUS_WAIT_0: NTSTATUS = 0x00000000;
9 pub const FACILITY_VSM: NTSTATUS = 0x45;
10 pub const FACILITY_VOLSNAP: NTSTATUS = 0x50;
11 pub const FACILITY_VOLMGR: NTSTATUS = 0x38;
12 pub const FACILITY_VIRTUALIZATION: NTSTATUS = 0x37;
13 pub const FACILITY_VIDEO: NTSTATUS = 0x1B;
14 pub const FACILITY_USB_ERROR_CODE: NTSTATUS = 0x10;
15 pub const FACILITY_TRANSACTION: NTSTATUS = 0x19;
16 pub const FACILITY_TPM: NTSTATUS = 0x29;
17 pub const FACILITY_TERMINAL_SERVER: NTSTATUS = 0xA;
18 pub const FACILITY_SXS_ERROR_CODE: NTSTATUS = 0x15;
19 pub const FACILITY_NTSSPI: NTSTATUS = 0x9;
20 pub const FACILITY_SPACES: NTSTATUS = 0xE7;
21 pub const FACILITY_SMB: NTSTATUS = 0x5D;
22 pub const FACILITY_SYSTEM_INTEGRITY: NTSTATUS = 0xE9;
23 pub const FACILITY_SHARED_VHDX: NTSTATUS = 0x5C;
24 pub const FACILITY_SECUREBOOT: NTSTATUS = 0x43;
25 pub const FACILITY_SECURITY_CORE: NTSTATUS = 0xE8;
26 pub const FACILITY_SDBUS: NTSTATUS = 0x51;
27 pub const FACILITY_RTPM: NTSTATUS = 0x2A;
28 pub const FACILITY_RPC_STUBS: NTSTATUS = 0x3;
29 pub const FACILITY_RPC_RUNTIME: NTSTATUS = 0x2;
30 pub const FACILITY_RESUME_KEY_FILTER: NTSTATUS = 0x40;
31 pub const FACILITY_RDBSS: NTSTATUS = 0x41;
32 pub const FACILITY_PLATFORM_MANIFEST: NTSTATUS = 0xEB;
33 pub const FACILITY_NTWIN32: NTSTATUS = 0x7;
34 pub const FACILITY_WIN32K_NTUSER: NTSTATUS = 0x3E;
35 pub const FACILITY_WIN32K_NTGDI: NTSTATUS = 0x3F;
36 pub const FACILITY_NDIS_ERROR_CODE: NTSTATUS = 0x23;
37 pub const FACILTIY_MUI_ERROR_CODE: NTSTATUS = 0xB;
38 pub const FACILITY_MONITOR: NTSTATUS = 0x1D;
39 pub const FACILITY_MAXIMUM_VALUE: NTSTATUS = 0xEC;
40 pub const FACILITY_LICENSING: NTSTATUS = 0xEA;
41 pub const FACILITY_IPSEC: NTSTATUS = 0x36;
42 pub const FACILITY_IO_ERROR_CODE: NTSTATUS = 0x4;
43 pub const FACILITY_INTERIX: NTSTATUS = 0x99;
44 pub const FACILITY_HYPERVISOR: NTSTATUS = 0x35;
45 pub const FACILITY_HID_ERROR_CODE: NTSTATUS = 0x11;
46 pub const FACILITY_GRAPHICS_KERNEL: NTSTATUS = 0x1E;
47 pub const FACILITY_FWP_ERROR_CODE: NTSTATUS = 0x22;
48 pub const FACILITY_FVE_ERROR_CODE: NTSTATUS = 0x21;
49 pub const FACILITY_FIREWIRE_ERROR_CODE: NTSTATUS = 0x12;
50 pub const FACILITY_FILTER_MANAGER: NTSTATUS = 0x1C;
51 pub const FACILITY_DRIVER_FRAMEWORK: NTSTATUS = 0x20;
52 pub const FACILITY_DEBUGGER: NTSTATUS = 0x1;
53 pub const FACILITY_COMMONLOG: NTSTATUS = 0x1A;
54 pub const FACILITY_CODCLASS_ERROR_CODE: NTSTATUS = 0x6;
55 pub const FACILITY_CLUSTER_ERROR_CODE: NTSTATUS = 0x13;
56 pub const FACILITY_NTCERT: NTSTATUS = 0x8;
57 pub const FACILITY_BTH_ATT: NTSTATUS = 0x42;
58 pub const FACILITY_BCD_ERROR_CODE: NTSTATUS = 0x39;
59 pub const FACILITY_AUDIO_KERNEL: NTSTATUS = 0x44;
60 pub const FACILITY_ACPI_ERROR_CODE: NTSTATUS = 0x14;
61 pub const STATUS_SEVERITY_WARNING: NTSTATUS = 0x2;
62 pub const STATUS_SEVERITY_SUCCESS: NTSTATUS = 0x0;
63 pub const STATUS_SEVERITY_INFORMATIONAL: NTSTATUS = 0x1;
64 pub const STATUS_SEVERITY_ERROR: NTSTATUS = 0x3;
65 pub const STATUS_SUCCESS: NTSTATUS = 0x00000000;
66 pub const STATUS_WAIT_1: NTSTATUS = 0x00000001;
67 pub const STATUS_WAIT_2: NTSTATUS = 0x00000002;
68 pub const STATUS_WAIT_3: NTSTATUS = 0x00000003;
69 pub const STATUS_WAIT_63: NTSTATUS = 0x0000003F;
70 pub const STATUS_ABANDONED: NTSTATUS = 0x00000080;
71 pub const STATUS_ABANDONED_WAIT_0: NTSTATUS = 0x00000080;
72 pub const STATUS_ABANDONED_WAIT_63: NTSTATUS = 0x000000BF;
73 pub const STATUS_USER_APC: NTSTATUS = 0x000000C0;
74 pub const STATUS_ALREADY_COMPLETE: NTSTATUS = 0x000000FF;
75 pub const STATUS_KERNEL_APC: NTSTATUS = 0x00000100;
76 pub const STATUS_ALERTED: NTSTATUS = 0x00000101;
77 pub const STATUS_TIMEOUT: NTSTATUS = 0x00000102;
78 pub const STATUS_PENDING: NTSTATUS = 0x00000103;
79 pub const STATUS_REPARSE: NTSTATUS = 0x00000104;
80 pub const STATUS_MORE_ENTRIES: NTSTATUS = 0x00000105;
81 pub const STATUS_NOT_ALL_ASSIGNED: NTSTATUS = 0x00000106;
82 pub const STATUS_SOME_NOT_MAPPED: NTSTATUS = 0x00000107;
83 pub const STATUS_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = 0x00000108;
84 pub const STATUS_VOLUME_MOUNTED: NTSTATUS = 0x00000109;
85 pub const STATUS_RXACT_COMMITTED: NTSTATUS = 0x0000010A;
86 pub const STATUS_NOTIFY_CLEANUP: NTSTATUS = 0x0000010B;
87 pub const STATUS_NOTIFY_ENUM_DIR: NTSTATUS = 0x0000010C;
88 pub const STATUS_NO_QUOTAS_FOR_ACCOUNT: NTSTATUS = 0x0000010D;
89 pub const STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED: NTSTATUS = 0x0000010E;
90 pub const STATUS_PAGE_FAULT_TRANSITION: NTSTATUS = 0x00000110;
91 pub const STATUS_PAGE_FAULT_DEMAND_ZERO: NTSTATUS = 0x00000111;
92 pub const STATUS_PAGE_FAULT_COPY_ON_WRITE: NTSTATUS = 0x00000112;
93 pub const STATUS_PAGE_FAULT_GUARD_PAGE: NTSTATUS = 0x00000113;
94 pub const STATUS_PAGE_FAULT_PAGING_FILE: NTSTATUS = 0x00000114;
95 pub const STATUS_CACHE_PAGE_LOCKED: NTSTATUS = 0x00000115;
96 pub const STATUS_CRASH_DUMP: NTSTATUS = 0x00000116;
97 pub const STATUS_BUFFER_ALL_ZEROS: NTSTATUS = 0x00000117;
98 pub const STATUS_REPARSE_OBJECT: NTSTATUS = 0x00000118;
99 pub const STATUS_RESOURCE_REQUIREMENTS_CHANGED: NTSTATUS = 0x00000119;
100 pub const STATUS_TRANSLATION_COMPLETE: NTSTATUS = 0x00000120;
101 pub const STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY: NTSTATUS = 0x00000121;
102 pub const STATUS_NOTHING_TO_TERMINATE: NTSTATUS = 0x00000122;
103 pub const STATUS_PROCESS_NOT_IN_JOB: NTSTATUS = 0x00000123;
104 pub const STATUS_PROCESS_IN_JOB: NTSTATUS = 0x00000124;
105 pub const STATUS_VOLSNAP_HIBERNATE_READY: NTSTATUS = 0x00000125;
106 pub const STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY: NTSTATUS = 0x00000126;
107 pub const STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED: NTSTATUS = 0x00000127;
108 pub const STATUS_INTERRUPT_STILL_CONNECTED: NTSTATUS = 0x00000128;
109 pub const STATUS_PROCESS_CLONED: NTSTATUS = 0x00000129;
110 pub const STATUS_FILE_LOCKED_WITH_ONLY_READERS: NTSTATUS = 0x0000012A;
111 pub const STATUS_FILE_LOCKED_WITH_WRITERS: NTSTATUS = 0x0000012B;
112 pub const STATUS_VALID_IMAGE_HASH: NTSTATUS = 0x0000012C;
113 pub const STATUS_VALID_CATALOG_HASH: NTSTATUS = 0x0000012D;
114 pub const STATUS_VALID_STRONG_CODE_HASH: NTSTATUS = 0x0000012E;
115 pub const STATUS_GHOSTED: NTSTATUS = 0x0000012F;
116 pub const STATUS_RESOURCEMANAGER_READ_ONLY: NTSTATUS = 0x00000202;
117 pub const STATUS_RING_PREVIOUSLY_EMPTY: NTSTATUS = 0x00000210;
118 pub const STATUS_RING_PREVIOUSLY_FULL: NTSTATUS = 0x00000211;
119 pub const STATUS_RING_PREVIOUSLY_ABOVE_QUOTA: NTSTATUS = 0x00000212;
120 pub const STATUS_RING_NEWLY_EMPTY: NTSTATUS = 0x00000213;
121 pub const STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT: NTSTATUS = 0x00000214;
122 pub const STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE: NTSTATUS = 0x00000215;
123 pub const STATUS_OPLOCK_HANDLE_CLOSED: NTSTATUS = 0x00000216;
124 pub const STATUS_WAIT_FOR_OPLOCK: NTSTATUS = 0x00000367;
125 pub const STATUS_REPARSE_GLOBAL: NTSTATUS = 0x00000368;
126 pub const DBG_EXCEPTION_HANDLED: NTSTATUS = 0x00010001;
127 pub const DBG_CONTINUE: NTSTATUS = 0x00010002;
128 pub const STATUS_FLT_IO_COMPLETE: NTSTATUS = 0x001C0001;
129 pub const STATUS_OBJECT_NAME_EXISTS: NTSTATUS = 0x40000000;
130 pub const STATUS_THREAD_WAS_SUSPENDED: NTSTATUS = 0x40000001;
131 pub const STATUS_WORKING_SET_LIMIT_RANGE: NTSTATUS = 0x40000002;
132 pub const STATUS_IMAGE_NOT_AT_BASE: NTSTATUS = 0x40000003;
133 pub const STATUS_RXACT_STATE_CREATED: NTSTATUS = 0x40000004;
134 pub const STATUS_SEGMENT_NOTIFICATION: NTSTATUS = 0x40000005;
135 pub const STATUS_LOCAL_USER_SESSION_KEY: NTSTATUS = 0x40000006;
136 pub const STATUS_BAD_CURRENT_DIRECTORY: NTSTATUS = 0x40000007;
137 pub const STATUS_SERIAL_MORE_WRITES: NTSTATUS = 0x40000008;
138 pub const STATUS_REGISTRY_RECOVERED: NTSTATUS = 0x40000009;
139 pub const STATUS_FT_READ_RECOVERY_FROM_BACKUP: NTSTATUS = 0x4000000A;
140 pub const STATUS_FT_WRITE_RECOVERY: NTSTATUS = 0x4000000B;
141 pub const STATUS_SERIAL_COUNTER_TIMEOUT: NTSTATUS = 0x4000000C;
142 pub const STATUS_NULL_LM_PASSWORD: NTSTATUS = 0x4000000D;
143 pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH: NTSTATUS = 0x4000000E;
144 pub const STATUS_RECEIVE_PARTIAL: NTSTATUS = 0x4000000F;
145 pub const STATUS_RECEIVE_EXPEDITED: NTSTATUS = 0x40000010;
146 pub const STATUS_RECEIVE_PARTIAL_EXPEDITED: NTSTATUS = 0x40000011;
147 pub const STATUS_EVENT_DONE: NTSTATUS = 0x40000012;
148 pub const STATUS_EVENT_PENDING: NTSTATUS = 0x40000013;
149 pub const STATUS_CHECKING_FILE_SYSTEM: NTSTATUS = 0x40000014;
150 pub const STATUS_FATAL_APP_EXIT: NTSTATUS = 0x40000015;
151 pub const STATUS_PREDEFINED_HANDLE: NTSTATUS = 0x40000016;
152 pub const STATUS_WAS_UNLOCKED: NTSTATUS = 0x40000017;
153 pub const STATUS_SERVICE_NOTIFICATION: NTSTATUS = 0x40000018;
154 pub const STATUS_WAS_LOCKED: NTSTATUS = 0x40000019;
155 pub const STATUS_LOG_HARD_ERROR: NTSTATUS = 0x4000001A;
156 pub const STATUS_ALREADY_WIN32: NTSTATUS = 0x4000001B;
157 pub const STATUS_WX86_UNSIMULATE: NTSTATUS = 0x4000001C;
158 pub const STATUS_WX86_CONTINUE: NTSTATUS = 0x4000001D;
159 pub const STATUS_WX86_SINGLE_STEP: NTSTATUS = 0x4000001E;
160 pub const STATUS_WX86_BREAKPOINT: NTSTATUS = 0x4000001F;
161 pub const STATUS_WX86_EXCEPTION_CONTINUE: NTSTATUS = 0x40000020;
162 pub const STATUS_WX86_EXCEPTION_LASTCHANCE: NTSTATUS = 0x40000021;
163 pub const STATUS_WX86_EXCEPTION_CHAIN: NTSTATUS = 0x40000022;
164 pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE: NTSTATUS = 0x40000023;
165 pub const STATUS_NO_YIELD_PERFORMED: NTSTATUS = 0x40000024;
166 pub const STATUS_TIMER_RESUME_IGNORED: NTSTATUS = 0x40000025;
167 pub const STATUS_ARBITRATION_UNHANDLED: NTSTATUS = 0x40000026;
168 pub const STATUS_CARDBUS_NOT_SUPPORTED: NTSTATUS = 0x40000027;
169 pub const STATUS_WX86_CREATEWX86TIB: NTSTATUS = 0x40000028;
170 pub const STATUS_MP_PROCESSOR_MISMATCH: NTSTATUS = 0x40000029;
171 pub const STATUS_HIBERNATED: NTSTATUS = 0x4000002A;
172 pub const STATUS_RESUME_HIBERNATION: NTSTATUS = 0x4000002B;
173 pub const STATUS_FIRMWARE_UPDATED: NTSTATUS = 0x4000002C;
174 pub const STATUS_DRIVERS_LEAKING_LOCKED_PAGES: NTSTATUS = 0x4000002D;
175 pub const STATUS_MESSAGE_RETRIEVED: NTSTATUS = 0x4000002E;
176 pub const STATUS_SYSTEM_POWERSTATE_TRANSITION: NTSTATUS = 0x4000002F;
177 pub const STATUS_ALPC_CHECK_COMPLETION_LIST: NTSTATUS = 0x40000030;
178 pub const STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION: NTSTATUS = 0x40000031;
179 pub const STATUS_ACCESS_AUDIT_BY_POLICY: NTSTATUS = 0x40000032;
180 pub const STATUS_ABANDON_HIBERFILE: NTSTATUS = 0x40000033;
181 pub const STATUS_BIZRULES_NOT_ENABLED: NTSTATUS = 0x40000034;
182 pub const STATUS_FT_READ_FROM_COPY: NTSTATUS = 0x40000035;
183 pub const STATUS_IMAGE_AT_DIFFERENT_BASE: NTSTATUS = 0x40000036;
184 pub const DBG_REPLY_LATER: NTSTATUS = 0x40010001;
185 pub const DBG_UNABLE_TO_PROVIDE_HANDLE: NTSTATUS = 0x40010002;
186 pub const DBG_TERMINATE_THREAD: NTSTATUS = 0x40010003;
187 pub const DBG_TERMINATE_PROCESS: NTSTATUS = 0x40010004;
188 pub const DBG_CONTROL_C: NTSTATUS = 0x40010005;
189 pub const DBG_PRINTEXCEPTION_C: NTSTATUS = 0x40010006;
190 pub const DBG_RIPEXCEPTION: NTSTATUS = 0x40010007;
191 pub const DBG_CONTROL_BREAK: NTSTATUS = 0x40010008;
192 pub const DBG_COMMAND_EXCEPTION: NTSTATUS = 0x40010009;
193 pub const DBG_PRINTEXCEPTION_WIDE_C: NTSTATUS = 0x4001000A;
194 pub const STATUS_HEURISTIC_DAMAGE_POSSIBLE: NTSTATUS = 0x40190001;
195 pub const STATUS_GUARD_PAGE_VIOLATION: NTSTATUS = 0x80000001;
196 pub const STATUS_DATATYPE_MISALIGNMENT: NTSTATUS = 0x80000002;
197 pub const STATUS_BREAKPOINT: NTSTATUS = 0x80000003;
198 pub const STATUS_SINGLE_STEP: NTSTATUS = 0x80000004;
199 pub const STATUS_BUFFER_OVERFLOW: NTSTATUS = 0x80000005;
200 pub const STATUS_NO_MORE_FILES: NTSTATUS = 0x80000006;
201 pub const STATUS_WAKE_SYSTEM_DEBUGGER: NTSTATUS = 0x80000007;
202 pub const STATUS_HANDLES_CLOSED: NTSTATUS = 0x8000000A;
203 pub const STATUS_NO_INHERITANCE: NTSTATUS = 0x8000000B;
204 pub const STATUS_GUID_SUBSTITUTION_MADE: NTSTATUS = 0x8000000C;
205 pub const STATUS_PARTIAL_COPY: NTSTATUS = 0x8000000D;
206 pub const STATUS_DEVICE_PAPER_EMPTY: NTSTATUS = 0x8000000E;
207 pub const STATUS_DEVICE_POWERED_OFF: NTSTATUS = 0x8000000F;
208 pub const STATUS_DEVICE_OFF_LINE: NTSTATUS = 0x80000010;
209 pub const STATUS_DEVICE_BUSY: NTSTATUS = 0x80000011;
210 pub const STATUS_NO_MORE_EAS: NTSTATUS = 0x80000012;
211 pub const STATUS_INVALID_EA_NAME: NTSTATUS = 0x80000013;
212 pub const STATUS_EA_LIST_INCONSISTENT: NTSTATUS = 0x80000014;
213 pub const STATUS_INVALID_EA_FLAG: NTSTATUS = 0x80000015;
214 pub const STATUS_VERIFY_REQUIRED: NTSTATUS = 0x80000016;
215 pub const STATUS_EXTRANEOUS_INFORMATION: NTSTATUS = 0x80000017;
216 pub const STATUS_RXACT_COMMIT_NECESSARY: NTSTATUS = 0x80000018;
217 pub const STATUS_NO_MORE_ENTRIES: NTSTATUS = 0x8000001A;
218 pub const STATUS_FILEMARK_DETECTED: NTSTATUS = 0x8000001B;
219 pub const STATUS_MEDIA_CHANGED: NTSTATUS = 0x8000001C;
220 pub const STATUS_BUS_RESET: NTSTATUS = 0x8000001D;
221 pub const STATUS_END_OF_MEDIA: NTSTATUS = 0x8000001E;
222 pub const STATUS_BEGINNING_OF_MEDIA: NTSTATUS = 0x8000001F;
223 pub const STATUS_MEDIA_CHECK: NTSTATUS = 0x80000020;
224 pub const STATUS_SETMARK_DETECTED: NTSTATUS = 0x80000021;
225 pub const STATUS_NO_DATA_DETECTED: NTSTATUS = 0x80000022;
226 pub const STATUS_REDIRECTOR_HAS_OPEN_HANDLES: NTSTATUS = 0x80000023;
227 pub const STATUS_SERVER_HAS_OPEN_HANDLES: NTSTATUS = 0x80000024;
228 pub const STATUS_ALREADY_DISCONNECTED: NTSTATUS = 0x80000025;
229 pub const STATUS_LONGJUMP: NTSTATUS = 0x80000026;
230 pub const STATUS_CLEANER_CARTRIDGE_INSTALLED: NTSTATUS = 0x80000027;
231 pub const STATUS_PLUGPLAY_QUERY_VETOED: NTSTATUS = 0x80000028;
232 pub const STATUS_UNWIND_CONSOLIDATE: NTSTATUS = 0x80000029;
233 pub const STATUS_REGISTRY_HIVE_RECOVERED: NTSTATUS = 0x8000002A;
234 pub const STATUS_DLL_MIGHT_BE_INSECURE: NTSTATUS = 0x8000002B;
235 pub const STATUS_DLL_MIGHT_BE_INCOMPATIBLE: NTSTATUS = 0x8000002C;
236 pub const STATUS_STOPPED_ON_SYMLINK: NTSTATUS = 0x8000002D;
237 pub const STATUS_CANNOT_GRANT_REQUESTED_OPLOCK: NTSTATUS = 0x8000002E;
238 pub const STATUS_NO_ACE_CONDITION: NTSTATUS = 0x8000002F;
239 pub const STATUS_DEVICE_SUPPORT_IN_PROGRESS: NTSTATUS = 0x80000030;
240 pub const STATUS_DEVICE_POWER_CYCLE_REQUIRED: NTSTATUS = 0x80000031;
241 pub const STATUS_NO_WORK_DONE: NTSTATUS = 0x80000032;
242 pub const DBG_EXCEPTION_NOT_HANDLED: NTSTATUS = 0x80010001;
243 pub const STATUS_CLUSTER_NODE_ALREADY_UP: NTSTATUS = 0x80130001;
244 pub const STATUS_CLUSTER_NODE_ALREADY_DOWN: NTSTATUS = 0x80130002;
245 pub const STATUS_CLUSTER_NETWORK_ALREADY_ONLINE: NTSTATUS = 0x80130003;
246 pub const STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE: NTSTATUS = 0x80130004;
247 pub const STATUS_CLUSTER_NODE_ALREADY_MEMBER: NTSTATUS = 0x80130005;
248 pub const STATUS_FLT_BUFFER_TOO_SMALL: NTSTATUS = 0x801C0001;
249 pub const STATUS_FVE_PARTIAL_METADATA: NTSTATUS = 0x80210001;
250 pub const STATUS_FVE_TRANSIENT_STATE: NTSTATUS = 0x80210002;
251 pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: NTSTATUS = 0x8000CF00;
252 pub const STATUS_UNSUCCESSFUL: NTSTATUS = 0xC0000001;
253 pub const STATUS_NOT_IMPLEMENTED: NTSTATUS = 0xC0000002;
254 pub const STATUS_INVALID_INFO_CLASS: NTSTATUS = 0xC0000003;
255 pub const STATUS_INFO_LENGTH_MISMATCH: NTSTATUS = 0xC0000004;
256 pub const STATUS_ACCESS_VIOLATION: NTSTATUS = 0xC0000005;
257 pub const STATUS_IN_PAGE_ERROR: NTSTATUS = 0xC0000006;
258 pub const STATUS_PAGEFILE_QUOTA: NTSTATUS = 0xC0000007;
259 pub const STATUS_INVALID_HANDLE: NTSTATUS = 0xC0000008;
260 pub const STATUS_BAD_INITIAL_STACK: NTSTATUS = 0xC0000009;
261 pub const STATUS_BAD_INITIAL_PC: NTSTATUS = 0xC000000A;
262 pub const STATUS_INVALID_CID: NTSTATUS = 0xC000000B;
263 pub const STATUS_TIMER_NOT_CANCELED: NTSTATUS = 0xC000000C;
264 pub const STATUS_INVALID_PARAMETER: NTSTATUS = 0xC000000D;
265 pub const STATUS_NO_SUCH_DEVICE: NTSTATUS = 0xC000000E;
266 pub const STATUS_NO_SUCH_FILE: NTSTATUS = 0xC000000F;
267 pub const STATUS_INVALID_DEVICE_REQUEST: NTSTATUS = 0xC0000010;
268 pub const STATUS_END_OF_FILE: NTSTATUS = 0xC0000011;
269 pub const STATUS_WRONG_VOLUME: NTSTATUS = 0xC0000012;
270 pub const STATUS_NO_MEDIA_IN_DEVICE: NTSTATUS = 0xC0000013;
271 pub const STATUS_UNRECOGNIZED_MEDIA: NTSTATUS = 0xC0000014;
272 pub const STATUS_NONEXISTENT_SECTOR: NTSTATUS = 0xC0000015;
273 pub const STATUS_MORE_PROCESSING_REQUIRED: NTSTATUS = 0xC0000016;
274 pub const STATUS_NO_MEMORY: NTSTATUS = 0xC0000017;
275 pub const STATUS_CONFLICTING_ADDRESSES: NTSTATUS = 0xC0000018;
276 pub const STATUS_NOT_MAPPED_VIEW: NTSTATUS = 0xC0000019;
277 pub const STATUS_UNABLE_TO_FREE_VM: NTSTATUS = 0xC000001A;
278 pub const STATUS_UNABLE_TO_DELETE_SECTION: NTSTATUS = 0xC000001B;
279 pub const STATUS_INVALID_SYSTEM_SERVICE: NTSTATUS = 0xC000001C;
280 pub const STATUS_ILLEGAL_INSTRUCTION: NTSTATUS = 0xC000001D;
281 pub const STATUS_INVALID_LOCK_SEQUENCE: NTSTATUS = 0xC000001E;
282 pub const STATUS_INVALID_VIEW_SIZE: NTSTATUS = 0xC000001F;
283 pub const STATUS_INVALID_FILE_FOR_SECTION: NTSTATUS = 0xC0000020;
284 pub const STATUS_ALREADY_COMMITTED: NTSTATUS = 0xC0000021;
285 pub const STATUS_ACCESS_DENIED: NTSTATUS = 0xC0000022;
286 pub const STATUS_BUFFER_TOO_SMALL: NTSTATUS = 0xC0000023;
287 pub const STATUS_OBJECT_TYPE_MISMATCH: NTSTATUS = 0xC0000024;
288 pub const STATUS_NONCONTINUABLE_EXCEPTION: NTSTATUS = 0xC0000025;
289 pub const STATUS_INVALID_DISPOSITION: NTSTATUS = 0xC0000026;
290 pub const STATUS_UNWIND: NTSTATUS = 0xC0000027;
291 pub const STATUS_BAD_STACK: NTSTATUS = 0xC0000028;
292 pub const STATUS_INVALID_UNWIND_TARGET: NTSTATUS = 0xC0000029;
293 pub const STATUS_NOT_LOCKED: NTSTATUS = 0xC000002A;
294 pub const STATUS_PARITY_ERROR: NTSTATUS = 0xC000002B;
295 pub const STATUS_UNABLE_TO_DECOMMIT_VM: NTSTATUS = 0xC000002C;
296 pub const STATUS_NOT_COMMITTED: NTSTATUS = 0xC000002D;
297 pub const STATUS_INVALID_PORT_ATTRIBUTES: NTSTATUS = 0xC000002E;
298 pub const STATUS_PORT_MESSAGE_TOO_LONG: NTSTATUS = 0xC000002F;
299 pub const STATUS_INVALID_PARAMETER_MIX: NTSTATUS = 0xC0000030;
300 pub const STATUS_INVALID_QUOTA_LOWER: NTSTATUS = 0xC0000031;
301 pub const STATUS_DISK_CORRUPT_ERROR: NTSTATUS = 0xC0000032;
302 pub const STATUS_OBJECT_NAME_INVALID: NTSTATUS = 0xC0000033;
303 pub const STATUS_OBJECT_NAME_NOT_FOUND: NTSTATUS = 0xC0000034;
304 pub const STATUS_OBJECT_NAME_COLLISION: NTSTATUS = 0xC0000035;
305 pub const STATUS_PORT_DO_NOT_DISTURB: NTSTATUS = 0xC0000036;
306 pub const STATUS_PORT_DISCONNECTED: NTSTATUS = 0xC0000037;
307 pub const STATUS_DEVICE_ALREADY_ATTACHED: NTSTATUS = 0xC0000038;
308 pub const STATUS_OBJECT_PATH_INVALID: NTSTATUS = 0xC0000039;
309 pub const STATUS_OBJECT_PATH_NOT_FOUND: NTSTATUS = 0xC000003A;
310 pub const STATUS_OBJECT_PATH_SYNTAX_BAD: NTSTATUS = 0xC000003B;
311 pub const STATUS_DATA_OVERRUN: NTSTATUS = 0xC000003C;
312 pub const STATUS_DATA_LATE_ERROR: NTSTATUS = 0xC000003D;
313 pub const STATUS_DATA_ERROR: NTSTATUS = 0xC000003E;
314 pub const STATUS_CRC_ERROR: NTSTATUS = 0xC000003F;
315 pub const STATUS_SECTION_TOO_BIG: NTSTATUS = 0xC0000040;
316 pub const STATUS_PORT_CONNECTION_REFUSED: NTSTATUS = 0xC0000041;
317 pub const STATUS_INVALID_PORT_HANDLE: NTSTATUS = 0xC0000042;
318 pub const STATUS_SHARING_VIOLATION: NTSTATUS = 0xC0000043;
319 pub const STATUS_QUOTA_EXCEEDED: NTSTATUS = 0xC0000044;
320 pub const STATUS_INVALID_PAGE_PROTECTION: NTSTATUS = 0xC0000045;
321 pub const STATUS_MUTANT_NOT_OWNED: NTSTATUS = 0xC0000046;
322 pub const STATUS_SEMAPHORE_LIMIT_EXCEEDED: NTSTATUS = 0xC0000047;
323 pub const STATUS_PORT_ALREADY_SET: NTSTATUS = 0xC0000048;
324 pub const STATUS_SECTION_NOT_IMAGE: NTSTATUS = 0xC0000049;
325 pub const STATUS_SUSPEND_COUNT_EXCEEDED: NTSTATUS = 0xC000004A;
326 pub const STATUS_THREAD_IS_TERMINATING: NTSTATUS = 0xC000004B;
327 pub const STATUS_BAD_WORKING_SET_LIMIT: NTSTATUS = 0xC000004C;
328 pub const STATUS_INCOMPATIBLE_FILE_MAP: NTSTATUS = 0xC000004D;
329 pub const STATUS_SECTION_PROTECTION: NTSTATUS = 0xC000004E;
330 pub const STATUS_EAS_NOT_SUPPORTED: NTSTATUS = 0xC000004F;
331 pub const STATUS_EA_TOO_LARGE: NTSTATUS = 0xC0000050;
332 pub const STATUS_NONEXISTENT_EA_ENTRY: NTSTATUS = 0xC0000051;
333 pub const STATUS_NO_EAS_ON_FILE: NTSTATUS = 0xC0000052;
334 pub const STATUS_EA_CORRUPT_ERROR: NTSTATUS = 0xC0000053;
335 pub const STATUS_FILE_LOCK_CONFLICT: NTSTATUS = 0xC0000054;
336 pub const STATUS_LOCK_NOT_GRANTED: NTSTATUS = 0xC0000055;
337 pub const STATUS_DELETE_PENDING: NTSTATUS = 0xC0000056;
338 pub const STATUS_CTL_FILE_NOT_SUPPORTED: NTSTATUS = 0xC0000057;
339 pub const STATUS_UNKNOWN_REVISION: NTSTATUS = 0xC0000058;
340 pub const STATUS_REVISION_MISMATCH: NTSTATUS = 0xC0000059;
341 pub const STATUS_INVALID_OWNER: NTSTATUS = 0xC000005A;
342 pub const STATUS_INVALID_PRIMARY_GROUP: NTSTATUS = 0xC000005B;
343 pub const STATUS_NO_IMPERSONATION_TOKEN: NTSTATUS = 0xC000005C;
344 pub const STATUS_CANT_DISABLE_MANDATORY: NTSTATUS = 0xC000005D;
345 pub const STATUS_NO_LOGON_SERVERS: NTSTATUS = 0xC000005E;
346 pub const STATUS_NO_SUCH_LOGON_SESSION: NTSTATUS = 0xC000005F;
347 pub const STATUS_NO_SUCH_PRIVILEGE: NTSTATUS = 0xC0000060;
348 pub const STATUS_PRIVILEGE_NOT_HELD: NTSTATUS = 0xC0000061;
349 pub const STATUS_INVALID_ACCOUNT_NAME: NTSTATUS = 0xC0000062;
350 pub const STATUS_USER_EXISTS: NTSTATUS = 0xC0000063;
351 pub const STATUS_NO_SUCH_USER: NTSTATUS = 0xC0000064;
352 pub const STATUS_GROUP_EXISTS: NTSTATUS = 0xC0000065;
353 pub const STATUS_NO_SUCH_GROUP: NTSTATUS = 0xC0000066;
354 pub const STATUS_MEMBER_IN_GROUP: NTSTATUS = 0xC0000067;
355 pub const STATUS_MEMBER_NOT_IN_GROUP: NTSTATUS = 0xC0000068;
356 pub const STATUS_LAST_ADMIN: NTSTATUS = 0xC0000069;
357 pub const STATUS_WRONG_PASSWORD: NTSTATUS = 0xC000006A;
358 pub const STATUS_ILL_FORMED_PASSWORD: NTSTATUS = 0xC000006B;
359 pub const STATUS_PASSWORD_RESTRICTION: NTSTATUS = 0xC000006C;
360 pub const STATUS_LOGON_FAILURE: NTSTATUS = 0xC000006D;
361 pub const STATUS_ACCOUNT_RESTRICTION: NTSTATUS = 0xC000006E;
362 pub const STATUS_INVALID_LOGON_HOURS: NTSTATUS = 0xC000006F;
363 pub const STATUS_INVALID_WORKSTATION: NTSTATUS = 0xC0000070;
364 pub const STATUS_PASSWORD_EXPIRED: NTSTATUS = 0xC0000071;
365 pub const STATUS_ACCOUNT_DISABLED: NTSTATUS = 0xC0000072;
366 pub const STATUS_NONE_MAPPED: NTSTATUS = 0xC0000073;
367 pub const STATUS_TOO_MANY_LUIDS_REQUESTED: NTSTATUS = 0xC0000074;
368 pub const STATUS_LUIDS_EXHAUSTED: NTSTATUS = 0xC0000075;
369 pub const STATUS_INVALID_SUB_AUTHORITY: NTSTATUS = 0xC0000076;
370 pub const STATUS_INVALID_ACL: NTSTATUS = 0xC0000077;
371 pub const STATUS_INVALID_SID: NTSTATUS = 0xC0000078;
372 pub const STATUS_INVALID_SECURITY_DESCR: NTSTATUS = 0xC0000079;
373 pub const STATUS_PROCEDURE_NOT_FOUND: NTSTATUS = 0xC000007A;
374 pub const STATUS_INVALID_IMAGE_FORMAT: NTSTATUS = 0xC000007B;
375 pub const STATUS_NO_TOKEN: NTSTATUS = 0xC000007C;
376 pub const STATUS_BAD_INHERITANCE_ACL: NTSTATUS = 0xC000007D;
377 pub const STATUS_RANGE_NOT_LOCKED: NTSTATUS = 0xC000007E;
378 pub const STATUS_DISK_FULL: NTSTATUS = 0xC000007F;
379 pub const STATUS_SERVER_DISABLED: NTSTATUS = 0xC0000080;
380 pub const STATUS_SERVER_NOT_DISABLED: NTSTATUS = 0xC0000081;
381 pub const STATUS_TOO_MANY_GUIDS_REQUESTED: NTSTATUS = 0xC0000082;
382 pub const STATUS_GUIDS_EXHAUSTED: NTSTATUS = 0xC0000083;
383 pub const STATUS_INVALID_ID_AUTHORITY: NTSTATUS = 0xC0000084;
384 pub const STATUS_AGENTS_EXHAUSTED: NTSTATUS = 0xC0000085;
385 pub const STATUS_INVALID_VOLUME_LABEL: NTSTATUS = 0xC0000086;
386 pub const STATUS_SECTION_NOT_EXTENDED: NTSTATUS = 0xC0000087;
387 pub const STATUS_NOT_MAPPED_DATA: NTSTATUS = 0xC0000088;
388 pub const STATUS_RESOURCE_DATA_NOT_FOUND: NTSTATUS = 0xC0000089;
389 pub const STATUS_RESOURCE_TYPE_NOT_FOUND: NTSTATUS = 0xC000008A;
390 pub const STATUS_RESOURCE_NAME_NOT_FOUND: NTSTATUS = 0xC000008B;
391 pub const STATUS_ARRAY_BOUNDS_EXCEEDED: NTSTATUS = 0xC000008C;
392 pub const STATUS_FLOAT_DENORMAL_OPERAND: NTSTATUS = 0xC000008D;
393 pub const STATUS_FLOAT_DIVIDE_BY_ZERO: NTSTATUS = 0xC000008E;
394 pub const STATUS_FLOAT_INEXACT_RESULT: NTSTATUS = 0xC000008F;
395 pub const STATUS_FLOAT_INVALID_OPERATION: NTSTATUS = 0xC0000090;
396 pub const STATUS_FLOAT_OVERFLOW: NTSTATUS = 0xC0000091;
397 pub const STATUS_FLOAT_STACK_CHECK: NTSTATUS = 0xC0000092;
398 pub const STATUS_FLOAT_UNDERFLOW: NTSTATUS = 0xC0000093;
399 pub const STATUS_INTEGER_DIVIDE_BY_ZERO: NTSTATUS = 0xC0000094;
400 pub const STATUS_INTEGER_OVERFLOW: NTSTATUS = 0xC0000095;
401 pub const STATUS_PRIVILEGED_INSTRUCTION: NTSTATUS = 0xC0000096;
402 pub const STATUS_TOO_MANY_PAGING_FILES: NTSTATUS = 0xC0000097;
403 pub const STATUS_FILE_INVALID: NTSTATUS = 0xC0000098;
404 pub const STATUS_ALLOTTED_SPACE_EXCEEDED: NTSTATUS = 0xC0000099;
405 pub const STATUS_INSUFFICIENT_RESOURCES: NTSTATUS = 0xC000009A;
406 pub const STATUS_DFS_EXIT_PATH_FOUND: NTSTATUS = 0xC000009B;
407 pub const STATUS_DEVICE_DATA_ERROR: NTSTATUS = 0xC000009C;
408 pub const STATUS_DEVICE_NOT_CONNECTED: NTSTATUS = 0xC000009D;
409 pub const STATUS_DEVICE_POWER_FAILURE: NTSTATUS = 0xC000009E;
410 pub const STATUS_FREE_VM_NOT_AT_BASE: NTSTATUS = 0xC000009F;
411 pub const STATUS_MEMORY_NOT_ALLOCATED: NTSTATUS = 0xC00000A0;
412 pub const STATUS_WORKING_SET_QUOTA: NTSTATUS = 0xC00000A1;
413 pub const STATUS_MEDIA_WRITE_PROTECTED: NTSTATUS = 0xC00000A2;
414 pub const STATUS_DEVICE_NOT_READY: NTSTATUS = 0xC00000A3;
415 pub const STATUS_INVALID_GROUP_ATTRIBUTES: NTSTATUS = 0xC00000A4;
416 pub const STATUS_BAD_IMPERSONATION_LEVEL: NTSTATUS = 0xC00000A5;
417 pub const STATUS_CANT_OPEN_ANONYMOUS: NTSTATUS = 0xC00000A6;
418 pub const STATUS_BAD_VALIDATION_CLASS: NTSTATUS = 0xC00000A7;
419 pub const STATUS_BAD_TOKEN_TYPE: NTSTATUS = 0xC00000A8;
420 pub const STATUS_BAD_MASTER_BOOT_RECORD: NTSTATUS = 0xC00000A9;
421 pub const STATUS_INSTRUCTION_MISALIGNMENT: NTSTATUS = 0xC00000AA;
422 pub const STATUS_INSTANCE_NOT_AVAILABLE: NTSTATUS = 0xC00000AB;
423 pub const STATUS_PIPE_NOT_AVAILABLE: NTSTATUS = 0xC00000AC;
424 pub const STATUS_INVALID_PIPE_STATE: NTSTATUS = 0xC00000AD;
425 pub const STATUS_PIPE_BUSY: NTSTATUS = 0xC00000AE;
426 pub const STATUS_ILLEGAL_FUNCTION: NTSTATUS = 0xC00000AF;
427 pub const STATUS_PIPE_DISCONNECTED: NTSTATUS = 0xC00000B0;
428 pub const STATUS_PIPE_CLOSING: NTSTATUS = 0xC00000B1;
429 pub const STATUS_PIPE_CONNECTED: NTSTATUS = 0xC00000B2;
430 pub const STATUS_PIPE_LISTENING: NTSTATUS = 0xC00000B3;
431 pub const STATUS_INVALID_READ_MODE: NTSTATUS = 0xC00000B4;
432 pub const STATUS_IO_TIMEOUT: NTSTATUS = 0xC00000B5;
433 pub const STATUS_FILE_FORCED_CLOSED: NTSTATUS = 0xC00000B6;
434 pub const STATUS_PROFILING_NOT_STARTED: NTSTATUS = 0xC00000B7;
435 pub const STATUS_PROFILING_NOT_STOPPED: NTSTATUS = 0xC00000B8;
436 pub const STATUS_COULD_NOT_INTERPRET: NTSTATUS = 0xC00000B9;
437 pub const STATUS_FILE_IS_A_DIRECTORY: NTSTATUS = 0xC00000BA;
438 pub const STATUS_NOT_SUPPORTED: NTSTATUS = 0xC00000BB;
439 pub const STATUS_REMOTE_NOT_LISTENING: NTSTATUS = 0xC00000BC;
440 pub const STATUS_DUPLICATE_NAME: NTSTATUS = 0xC00000BD;
441 pub const STATUS_BAD_NETWORK_PATH: NTSTATUS = 0xC00000BE;
442 pub const STATUS_NETWORK_BUSY: NTSTATUS = 0xC00000BF;
443 pub const STATUS_DEVICE_DOES_NOT_EXIST: NTSTATUS = 0xC00000C0;
444 pub const STATUS_TOO_MANY_COMMANDS: NTSTATUS = 0xC00000C1;
445 pub const STATUS_ADAPTER_HARDWARE_ERROR: NTSTATUS = 0xC00000C2;
446 pub const STATUS_INVALID_NETWORK_RESPONSE: NTSTATUS = 0xC00000C3;
447 pub const STATUS_UNEXPECTED_NETWORK_ERROR: NTSTATUS = 0xC00000C4;
448 pub const STATUS_BAD_REMOTE_ADAPTER: NTSTATUS = 0xC00000C5;
449 pub const STATUS_PRINT_QUEUE_FULL: NTSTATUS = 0xC00000C6;
450 pub const STATUS_NO_SPOOL_SPACE: NTSTATUS = 0xC00000C7;
451 pub const STATUS_PRINT_CANCELLED: NTSTATUS = 0xC00000C8;
452 pub const STATUS_NETWORK_NAME_DELETED: NTSTATUS = 0xC00000C9;
453 pub const STATUS_NETWORK_ACCESS_DENIED: NTSTATUS = 0xC00000CA;
454 pub const STATUS_BAD_DEVICE_TYPE: NTSTATUS = 0xC00000CB;
455 pub const STATUS_BAD_NETWORK_NAME: NTSTATUS = 0xC00000CC;
456 pub const STATUS_TOO_MANY_NAMES: NTSTATUS = 0xC00000CD;
457 pub const STATUS_TOO_MANY_SESSIONS: NTSTATUS = 0xC00000CE;
458 pub const STATUS_SHARING_PAUSED: NTSTATUS = 0xC00000CF;
459 pub const STATUS_REQUEST_NOT_ACCEPTED: NTSTATUS = 0xC00000D0;
460 pub const STATUS_REDIRECTOR_PAUSED: NTSTATUS = 0xC00000D1;
461 pub const STATUS_NET_WRITE_FAULT: NTSTATUS = 0xC00000D2;
462 pub const STATUS_PROFILING_AT_LIMIT: NTSTATUS = 0xC00000D3;
463 pub const STATUS_NOT_SAME_DEVICE: NTSTATUS = 0xC00000D4;
464 pub const STATUS_FILE_RENAMED: NTSTATUS = 0xC00000D5;
465 pub const STATUS_VIRTUAL_CIRCUIT_CLOSED: NTSTATUS = 0xC00000D6;
466 pub const STATUS_NO_SECURITY_ON_OBJECT: NTSTATUS = 0xC00000D7;
467 pub const STATUS_CANT_WAIT: NTSTATUS = 0xC00000D8;
468 pub const STATUS_PIPE_EMPTY: NTSTATUS = 0xC00000D9;
469 pub const STATUS_CANT_ACCESS_DOMAIN_INFO: NTSTATUS = 0xC00000DA;
470 pub const STATUS_CANT_TERMINATE_SELF: NTSTATUS = 0xC00000DB;
471 pub const STATUS_INVALID_SERVER_STATE: NTSTATUS = 0xC00000DC;
472 pub const STATUS_INVALID_DOMAIN_STATE: NTSTATUS = 0xC00000DD;
473 pub const STATUS_INVALID_DOMAIN_ROLE: NTSTATUS = 0xC00000DE;
474 pub const STATUS_NO_SUCH_DOMAIN: NTSTATUS = 0xC00000DF;
475 pub const STATUS_DOMAIN_EXISTS: NTSTATUS = 0xC00000E0;
476 pub const STATUS_DOMAIN_LIMIT_EXCEEDED: NTSTATUS = 0xC00000E1;
477 pub const STATUS_OPLOCK_NOT_GRANTED: NTSTATUS = 0xC00000E2;
478 pub const STATUS_INVALID_OPLOCK_PROTOCOL: NTSTATUS = 0xC00000E3;
479 pub const STATUS_INTERNAL_DB_CORRUPTION: NTSTATUS = 0xC00000E4;
480 pub const STATUS_INTERNAL_ERROR: NTSTATUS = 0xC00000E5;
481 pub const STATUS_GENERIC_NOT_MAPPED: NTSTATUS = 0xC00000E6;
482 pub const STATUS_BAD_DESCRIPTOR_FORMAT: NTSTATUS = 0xC00000E7;
483 pub const STATUS_INVALID_USER_BUFFER: NTSTATUS = 0xC00000E8;
484 pub const STATUS_UNEXPECTED_IO_ERROR: NTSTATUS = 0xC00000E9;
485 pub const STATUS_UNEXPECTED_MM_CREATE_ERR: NTSTATUS = 0xC00000EA;
486 pub const STATUS_UNEXPECTED_MM_MAP_ERROR: NTSTATUS = 0xC00000EB;
487 pub const STATUS_UNEXPECTED_MM_EXTEND_ERR: NTSTATUS = 0xC00000EC;
488 pub const STATUS_NOT_LOGON_PROCESS: NTSTATUS = 0xC00000ED;
489 pub const STATUS_LOGON_SESSION_EXISTS: NTSTATUS = 0xC00000EE;
490 pub const STATUS_INVALID_PARAMETER_1: NTSTATUS = 0xC00000EF;
491 pub const STATUS_INVALID_PARAMETER_2: NTSTATUS = 0xC00000F0;
492 pub const STATUS_INVALID_PARAMETER_3: NTSTATUS = 0xC00000F1;
493 pub const STATUS_INVALID_PARAMETER_4: NTSTATUS = 0xC00000F2;
494 pub const STATUS_INVALID_PARAMETER_5: NTSTATUS = 0xC00000F3;
495 pub const STATUS_INVALID_PARAMETER_6: NTSTATUS = 0xC00000F4;
496 pub const STATUS_INVALID_PARAMETER_7: NTSTATUS = 0xC00000F5;
497 pub const STATUS_INVALID_PARAMETER_8: NTSTATUS = 0xC00000F6;
498 pub const STATUS_INVALID_PARAMETER_9: NTSTATUS = 0xC00000F7;
499 pub const STATUS_INVALID_PARAMETER_10: NTSTATUS = 0xC00000F8;
500 pub const STATUS_INVALID_PARAMETER_11: NTSTATUS = 0xC00000F9;
501 pub const STATUS_INVALID_PARAMETER_12: NTSTATUS = 0xC00000FA;
502 pub const STATUS_REDIRECTOR_NOT_STARTED: NTSTATUS = 0xC00000FB;
503 pub const STATUS_REDIRECTOR_STARTED: NTSTATUS = 0xC00000FC;
504 pub const STATUS_STACK_OVERFLOW: NTSTATUS = 0xC00000FD;
505 pub const STATUS_NO_SUCH_PACKAGE: NTSTATUS = 0xC00000FE;
506 pub const STATUS_BAD_FUNCTION_TABLE: NTSTATUS = 0xC00000FF;
507 pub const STATUS_VARIABLE_NOT_FOUND: NTSTATUS = 0xC0000100;
508 pub const STATUS_DIRECTORY_NOT_EMPTY: NTSTATUS = 0xC0000101;
509 pub const STATUS_FILE_CORRUPT_ERROR: NTSTATUS = 0xC0000102;
510 pub const STATUS_NOT_A_DIRECTORY: NTSTATUS = 0xC0000103;
511 pub const STATUS_BAD_LOGON_SESSION_STATE: NTSTATUS = 0xC0000104;
512 pub const STATUS_LOGON_SESSION_COLLISION: NTSTATUS = 0xC0000105;
513 pub const STATUS_NAME_TOO_LONG: NTSTATUS = 0xC0000106;
514 pub const STATUS_FILES_OPEN: NTSTATUS = 0xC0000107;
515 pub const STATUS_CONNECTION_IN_USE: NTSTATUS = 0xC0000108;
516 pub const STATUS_MESSAGE_NOT_FOUND: NTSTATUS = 0xC0000109;
517 pub const STATUS_PROCESS_IS_TERMINATING: NTSTATUS = 0xC000010A;
518 pub const STATUS_INVALID_LOGON_TYPE: NTSTATUS = 0xC000010B;
519 pub const STATUS_NO_GUID_TRANSLATION: NTSTATUS = 0xC000010C;
520 pub const STATUS_CANNOT_IMPERSONATE: NTSTATUS = 0xC000010D;
521 pub const STATUS_IMAGE_ALREADY_LOADED: NTSTATUS = 0xC000010E;
522 pub const STATUS_ABIOS_NOT_PRESENT: NTSTATUS = 0xC000010F;
523 pub const STATUS_ABIOS_LID_NOT_EXIST: NTSTATUS = 0xC0000110;
524 pub const STATUS_ABIOS_LID_ALREADY_OWNED: NTSTATUS = 0xC0000111;
525 pub const STATUS_ABIOS_NOT_LID_OWNER: NTSTATUS = 0xC0000112;
526 pub const STATUS_ABIOS_INVALID_COMMAND: NTSTATUS = 0xC0000113;
527 pub const STATUS_ABIOS_INVALID_LID: NTSTATUS = 0xC0000114;
528 pub const STATUS_ABIOS_SELECTOR_NOT_AVAILABLE: NTSTATUS = 0xC0000115;
529 pub const STATUS_ABIOS_INVALID_SELECTOR: NTSTATUS = 0xC0000116;
530 pub const STATUS_NO_LDT: NTSTATUS = 0xC0000117;
531 pub const STATUS_INVALID_LDT_SIZE: NTSTATUS = 0xC0000118;
532 pub const STATUS_INVALID_LDT_OFFSET: NTSTATUS = 0xC0000119;
533 pub const STATUS_INVALID_LDT_DESCRIPTOR: NTSTATUS = 0xC000011A;
534 pub const STATUS_INVALID_IMAGE_NE_FORMAT: NTSTATUS = 0xC000011B;
535 pub const STATUS_RXACT_INVALID_STATE: NTSTATUS = 0xC000011C;
536 pub const STATUS_RXACT_COMMIT_FAILURE: NTSTATUS = 0xC000011D;
537 pub const STATUS_MAPPED_FILE_SIZE_ZERO: NTSTATUS = 0xC000011E;
538 pub const STATUS_TOO_MANY_OPENED_FILES: NTSTATUS = 0xC000011F;
539 pub const STATUS_CANCELLED: NTSTATUS = 0xC0000120;
540 pub const STATUS_CANNOT_DELETE: NTSTATUS = 0xC0000121;
541 pub const STATUS_INVALID_COMPUTER_NAME: NTSTATUS = 0xC0000122;
542 pub const STATUS_FILE_DELETED: NTSTATUS = 0xC0000123;
543 pub const STATUS_SPECIAL_ACCOUNT: NTSTATUS = 0xC0000124;
544 pub const STATUS_SPECIAL_GROUP: NTSTATUS = 0xC0000125;
545 pub const STATUS_SPECIAL_USER: NTSTATUS = 0xC0000126;
546 pub const STATUS_MEMBERS_PRIMARY_GROUP: NTSTATUS = 0xC0000127;
547 pub const STATUS_FILE_CLOSED: NTSTATUS = 0xC0000128;
548 pub const STATUS_TOO_MANY_THREADS: NTSTATUS = 0xC0000129;
549 pub const STATUS_THREAD_NOT_IN_PROCESS: NTSTATUS = 0xC000012A;
550 pub const STATUS_TOKEN_ALREADY_IN_USE: NTSTATUS = 0xC000012B;
551 pub const STATUS_PAGEFILE_QUOTA_EXCEEDED: NTSTATUS = 0xC000012C;
552 pub const STATUS_COMMITMENT_LIMIT: NTSTATUS = 0xC000012D;
553 pub const STATUS_INVALID_IMAGE_LE_FORMAT: NTSTATUS = 0xC000012E;
554 pub const STATUS_INVALID_IMAGE_NOT_MZ: NTSTATUS = 0xC000012F;
555 pub const STATUS_INVALID_IMAGE_PROTECT: NTSTATUS = 0xC0000130;
556 pub const STATUS_INVALID_IMAGE_WIN_16: NTSTATUS = 0xC0000131;
557 pub const STATUS_LOGON_SERVER_CONFLICT: NTSTATUS = 0xC0000132;
558 pub const STATUS_TIME_DIFFERENCE_AT_DC: NTSTATUS = 0xC0000133;
559 pub const STATUS_SYNCHRONIZATION_REQUIRED: NTSTATUS = 0xC0000134;
560 pub const STATUS_DLL_NOT_FOUND: NTSTATUS = 0xC0000135;
561 pub const STATUS_OPEN_FAILED: NTSTATUS = 0xC0000136;
562 pub const STATUS_IO_PRIVILEGE_FAILED: NTSTATUS = 0xC0000137;
563 pub const STATUS_ORDINAL_NOT_FOUND: NTSTATUS = 0xC0000138;
564 pub const STATUS_ENTRYPOINT_NOT_FOUND: NTSTATUS = 0xC0000139;
565 pub const STATUS_CONTROL_C_EXIT: NTSTATUS = 0xC000013A;
566 pub const STATUS_LOCAL_DISCONNECT: NTSTATUS = 0xC000013B;
567 pub const STATUS_REMOTE_DISCONNECT: NTSTATUS = 0xC000013C;
568 pub const STATUS_REMOTE_RESOURCES: NTSTATUS = 0xC000013D;
569 pub const STATUS_LINK_FAILED: NTSTATUS = 0xC000013E;
570 pub const STATUS_LINK_TIMEOUT: NTSTATUS = 0xC000013F;
571 pub const STATUS_INVALID_CONNECTION: NTSTATUS = 0xC0000140;
572 pub const STATUS_INVALID_ADDRESS: NTSTATUS = 0xC0000141;
573 pub const STATUS_DLL_INIT_FAILED: NTSTATUS = 0xC0000142;
574 pub const STATUS_MISSING_SYSTEMFILE: NTSTATUS = 0xC0000143;
575 pub const STATUS_UNHANDLED_EXCEPTION: NTSTATUS = 0xC0000144;
576 pub const STATUS_APP_INIT_FAILURE: NTSTATUS = 0xC0000145;
577 pub const STATUS_PAGEFILE_CREATE_FAILED: NTSTATUS = 0xC0000146;
578 pub const STATUS_NO_PAGEFILE: NTSTATUS = 0xC0000147;
579 pub const STATUS_INVALID_LEVEL: NTSTATUS = 0xC0000148;
580 pub const STATUS_WRONG_PASSWORD_CORE: NTSTATUS = 0xC0000149;
581 pub const STATUS_ILLEGAL_FLOAT_CONTEXT: NTSTATUS = 0xC000014A;
582 pub const STATUS_PIPE_BROKEN: NTSTATUS = 0xC000014B;
583 pub const STATUS_REGISTRY_CORRUPT: NTSTATUS = 0xC000014C;
584 pub const STATUS_REGISTRY_IO_FAILED: NTSTATUS = 0xC000014D;
585 pub const STATUS_NO_EVENT_PAIR: NTSTATUS = 0xC000014E;
586 pub const STATUS_UNRECOGNIZED_VOLUME: NTSTATUS = 0xC000014F;
587 pub const STATUS_SERIAL_NO_DEVICE_INITED: NTSTATUS = 0xC0000150;
588 pub const STATUS_NO_SUCH_ALIAS: NTSTATUS = 0xC0000151;
589 pub const STATUS_MEMBER_NOT_IN_ALIAS: NTSTATUS = 0xC0000152;
590 pub const STATUS_MEMBER_IN_ALIAS: NTSTATUS = 0xC0000153;
591 pub const STATUS_ALIAS_EXISTS: NTSTATUS = 0xC0000154;
592 pub const STATUS_LOGON_NOT_GRANTED: NTSTATUS = 0xC0000155;
593 pub const STATUS_TOO_MANY_SECRETS: NTSTATUS = 0xC0000156;
594 pub const STATUS_SECRET_TOO_LONG: NTSTATUS = 0xC0000157;
595 pub const STATUS_INTERNAL_DB_ERROR: NTSTATUS = 0xC0000158;
596 pub const STATUS_FULLSCREEN_MODE: NTSTATUS = 0xC0000159;
597 pub const STATUS_TOO_MANY_CONTEXT_IDS: NTSTATUS = 0xC000015A;
598 pub const STATUS_LOGON_TYPE_NOT_GRANTED: NTSTATUS = 0xC000015B;
599 pub const STATUS_NOT_REGISTRY_FILE: NTSTATUS = 0xC000015C;
600 pub const STATUS_NT_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = 0xC000015D;
601 pub const STATUS_DOMAIN_CTRLR_CONFIG_ERROR: NTSTATUS = 0xC000015E;
602 pub const STATUS_FT_MISSING_MEMBER: NTSTATUS = 0xC000015F;
603 pub const STATUS_ILL_FORMED_SERVICE_ENTRY: NTSTATUS = 0xC0000160;
604 pub const STATUS_ILLEGAL_CHARACTER: NTSTATUS = 0xC0000161;
605 pub const STATUS_UNMAPPABLE_CHARACTER: NTSTATUS = 0xC0000162;
606 pub const STATUS_UNDEFINED_CHARACTER: NTSTATUS = 0xC0000163;
607 pub const STATUS_FLOPPY_VOLUME: NTSTATUS = 0xC0000164;
608 pub const STATUS_FLOPPY_ID_MARK_NOT_FOUND: NTSTATUS = 0xC0000165;
609 pub const STATUS_FLOPPY_WRONG_CYLINDER: NTSTATUS = 0xC0000166;
610 pub const STATUS_FLOPPY_UNKNOWN_ERROR: NTSTATUS = 0xC0000167;
611 pub const STATUS_FLOPPY_BAD_REGISTERS: NTSTATUS = 0xC0000168;
612 pub const STATUS_DISK_RECALIBRATE_FAILED: NTSTATUS = 0xC0000169;
613 pub const STATUS_DISK_OPERATION_FAILED: NTSTATUS = 0xC000016A;
614 pub const STATUS_DISK_RESET_FAILED: NTSTATUS = 0xC000016B;
615 pub const STATUS_SHARED_IRQ_BUSY: NTSTATUS = 0xC000016C;
616 pub const STATUS_FT_ORPHANING: NTSTATUS = 0xC000016D;
617 pub const STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT: NTSTATUS = 0xC000016E;
618 pub const STATUS_PARTITION_FAILURE: NTSTATUS = 0xC0000172;
619 pub const STATUS_INVALID_BLOCK_LENGTH: NTSTATUS = 0xC0000173;
620 pub const STATUS_DEVICE_NOT_PARTITIONED: NTSTATUS = 0xC0000174;
621 pub const STATUS_UNABLE_TO_LOCK_MEDIA: NTSTATUS = 0xC0000175;
622 pub const STATUS_UNABLE_TO_UNLOAD_MEDIA: NTSTATUS = 0xC0000176;
623 pub const STATUS_EOM_OVERFLOW: NTSTATUS = 0xC0000177;
624 pub const STATUS_NO_MEDIA: NTSTATUS = 0xC0000178;
625 pub const STATUS_NO_SUCH_MEMBER: NTSTATUS = 0xC000017A;
626 pub const STATUS_INVALID_MEMBER: NTSTATUS = 0xC000017B;
627 pub const STATUS_KEY_DELETED: NTSTATUS = 0xC000017C;
628 pub const STATUS_NO_LOG_SPACE: NTSTATUS = 0xC000017D;
629 pub const STATUS_TOO_MANY_SIDS: NTSTATUS = 0xC000017E;
630 pub const STATUS_LM_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = 0xC000017F;
631 pub const STATUS_KEY_HAS_CHILDREN: NTSTATUS = 0xC0000180;
632 pub const STATUS_CHILD_MUST_BE_VOLATILE: NTSTATUS = 0xC0000181;
633 pub const STATUS_DEVICE_CONFIGURATION_ERROR: NTSTATUS = 0xC0000182;
634 pub const STATUS_DRIVER_INTERNAL_ERROR: NTSTATUS = 0xC0000183;
635 pub const STATUS_INVALID_DEVICE_STATE: NTSTATUS = 0xC0000184;
636 pub const STATUS_IO_DEVICE_ERROR: NTSTATUS = 0xC0000185;
637 pub const STATUS_DEVICE_PROTOCOL_ERROR: NTSTATUS = 0xC0000186;
638 pub const STATUS_BACKUP_CONTROLLER: NTSTATUS = 0xC0000187;
639 pub const STATUS_LOG_FILE_FULL: NTSTATUS = 0xC0000188;
640 pub const STATUS_TOO_LATE: NTSTATUS = 0xC0000189;
641 pub const STATUS_NO_TRUST_LSA_SECRET: NTSTATUS = 0xC000018A;
642 pub const STATUS_NO_TRUST_SAM_ACCOUNT: NTSTATUS = 0xC000018B;
643 pub const STATUS_TRUSTED_DOMAIN_FAILURE: NTSTATUS = 0xC000018C;
644 pub const STATUS_TRUSTED_RELATIONSHIP_FAILURE: NTSTATUS = 0xC000018D;
645 pub const STATUS_EVENTLOG_FILE_CORRUPT: NTSTATUS = 0xC000018E;
646 pub const STATUS_EVENTLOG_CANT_START: NTSTATUS = 0xC000018F;
647 pub const STATUS_TRUST_FAILURE: NTSTATUS = 0xC0000190;
648 pub const STATUS_MUTANT_LIMIT_EXCEEDED: NTSTATUS = 0xC0000191;
649 pub const STATUS_NETLOGON_NOT_STARTED: NTSTATUS = 0xC0000192;
650 pub const STATUS_ACCOUNT_EXPIRED: NTSTATUS = 0xC0000193;
651 pub const STATUS_POSSIBLE_DEADLOCK: NTSTATUS = 0xC0000194;
652 pub const STATUS_NETWORK_CREDENTIAL_CONFLICT: NTSTATUS = 0xC0000195;
653 pub const STATUS_REMOTE_SESSION_LIMIT: NTSTATUS = 0xC0000196;
654 pub const STATUS_EVENTLOG_FILE_CHANGED: NTSTATUS = 0xC0000197;
655 pub const STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: NTSTATUS = 0xC0000198;
656 pub const STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT: NTSTATUS = 0xC0000199;
657 pub const STATUS_NOLOGON_SERVER_TRUST_ACCOUNT: NTSTATUS = 0xC000019A;
658 pub const STATUS_DOMAIN_TRUST_INCONSISTENT: NTSTATUS = 0xC000019B;
659 pub const STATUS_FS_DRIVER_REQUIRED: NTSTATUS = 0xC000019C;
660 pub const STATUS_IMAGE_ALREADY_LOADED_AS_DLL: NTSTATUS = 0xC000019D;
661 pub const STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: NTSTATUS
662     = 0xC000019E;
663 pub const STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME: NTSTATUS = 0xC000019F;
664 pub const STATUS_SECURITY_STREAM_IS_INCONSISTENT: NTSTATUS = 0xC00001A0;
665 pub const STATUS_INVALID_LOCK_RANGE: NTSTATUS = 0xC00001A1;
666 pub const STATUS_INVALID_ACE_CONDITION: NTSTATUS = 0xC00001A2;
667 pub const STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT: NTSTATUS = 0xC00001A3;
668 pub const STATUS_NOTIFICATION_GUID_ALREADY_DEFINED: NTSTATUS = 0xC00001A4;
669 pub const STATUS_INVALID_EXCEPTION_HANDLER: NTSTATUS = 0xC00001A5;
670 pub const STATUS_DUPLICATE_PRIVILEGES: NTSTATUS = 0xC00001A6;
671 pub const STATUS_NOT_ALLOWED_ON_SYSTEM_FILE: NTSTATUS = 0xC00001A7;
672 pub const STATUS_REPAIR_NEEDED: NTSTATUS = 0xC00001A8;
673 pub const STATUS_QUOTA_NOT_ENABLED: NTSTATUS = 0xC00001A9;
674 pub const STATUS_NO_APPLICATION_PACKAGE: NTSTATUS = 0xC00001AA;
675 pub const STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS: NTSTATUS = 0xC00001AB;
676 pub const STATUS_NOT_SAME_OBJECT: NTSTATUS = 0xC00001AC;
677 pub const STATUS_FATAL_MEMORY_EXHAUSTION: NTSTATUS = 0xC00001AD;
678 pub const STATUS_ERROR_PROCESS_NOT_IN_JOB: NTSTATUS = 0xC00001AE;
679 pub const STATUS_CPU_SET_INVALID: NTSTATUS = 0xC00001AF;
680 pub const STATUS_NETWORK_OPEN_RESTRICTION: NTSTATUS = 0xC0000201;
681 pub const STATUS_NO_USER_SESSION_KEY: NTSTATUS = 0xC0000202;
682 pub const STATUS_USER_SESSION_DELETED: NTSTATUS = 0xC0000203;
683 pub const STATUS_RESOURCE_LANG_NOT_FOUND: NTSTATUS = 0xC0000204;
684 pub const STATUS_INSUFF_SERVER_RESOURCES: NTSTATUS = 0xC0000205;
685 pub const STATUS_INVALID_BUFFER_SIZE: NTSTATUS = 0xC0000206;
686 pub const STATUS_INVALID_ADDRESS_COMPONENT: NTSTATUS = 0xC0000207;
687 pub const STATUS_INVALID_ADDRESS_WILDCARD: NTSTATUS = 0xC0000208;
688 pub const STATUS_TOO_MANY_ADDRESSES: NTSTATUS = 0xC0000209;
689 pub const STATUS_ADDRESS_ALREADY_EXISTS: NTSTATUS = 0xC000020A;
690 pub const STATUS_ADDRESS_CLOSED: NTSTATUS = 0xC000020B;
691 pub const STATUS_CONNECTION_DISCONNECTED: NTSTATUS = 0xC000020C;
692 pub const STATUS_CONNECTION_RESET: NTSTATUS = 0xC000020D;
693 pub const STATUS_TOO_MANY_NODES: NTSTATUS = 0xC000020E;
694 pub const STATUS_TRANSACTION_ABORTED: NTSTATUS = 0xC000020F;
695 pub const STATUS_TRANSACTION_TIMED_OUT: NTSTATUS = 0xC0000210;
696 pub const STATUS_TRANSACTION_NO_RELEASE: NTSTATUS = 0xC0000211;
697 pub const STATUS_TRANSACTION_NO_MATCH: NTSTATUS = 0xC0000212;
698 pub const STATUS_TRANSACTION_RESPONDED: NTSTATUS = 0xC0000213;
699 pub const STATUS_TRANSACTION_INVALID_ID: NTSTATUS = 0xC0000214;
700 pub const STATUS_TRANSACTION_INVALID_TYPE: NTSTATUS = 0xC0000215;
701 pub const STATUS_NOT_SERVER_SESSION: NTSTATUS = 0xC0000216;
702 pub const STATUS_NOT_CLIENT_SESSION: NTSTATUS = 0xC0000217;
703 pub const STATUS_CANNOT_LOAD_REGISTRY_FILE: NTSTATUS = 0xC0000218;
704 pub const STATUS_DEBUG_ATTACH_FAILED: NTSTATUS = 0xC0000219;
705 pub const STATUS_SYSTEM_PROCESS_TERMINATED: NTSTATUS = 0xC000021A;
706 pub const STATUS_DATA_NOT_ACCEPTED: NTSTATUS = 0xC000021B;
707 pub const STATUS_NO_BROWSER_SERVERS_FOUND: NTSTATUS = 0xC000021C;
708 pub const STATUS_VDM_HARD_ERROR: NTSTATUS = 0xC000021D;
709 pub const STATUS_DRIVER_CANCEL_TIMEOUT: NTSTATUS = 0xC000021E;
710 pub const STATUS_REPLY_MESSAGE_MISMATCH: NTSTATUS = 0xC000021F;
711 pub const STATUS_MAPPED_ALIGNMENT: NTSTATUS = 0xC0000220;
712 pub const STATUS_IMAGE_CHECKSUM_MISMATCH: NTSTATUS = 0xC0000221;
713 pub const STATUS_LOST_WRITEBEHIND_DATA: NTSTATUS = 0xC0000222;
714 pub const STATUS_CLIENT_SERVER_PARAMETERS_INVALID: NTSTATUS = 0xC0000223;
715 pub const STATUS_PASSWORD_MUST_CHANGE: NTSTATUS = 0xC0000224;
716 pub const STATUS_NOT_FOUND: NTSTATUS = 0xC0000225;
717 pub const STATUS_NOT_TINY_STREAM: NTSTATUS = 0xC0000226;
718 pub const STATUS_RECOVERY_FAILURE: NTSTATUS = 0xC0000227;
719 pub const STATUS_STACK_OVERFLOW_READ: NTSTATUS = 0xC0000228;
720 pub const STATUS_FAIL_CHECK: NTSTATUS = 0xC0000229;
721 pub const STATUS_DUPLICATE_OBJECTID: NTSTATUS = 0xC000022A;
722 pub const STATUS_OBJECTID_EXISTS: NTSTATUS = 0xC000022B;
723 pub const STATUS_CONVERT_TO_LARGE: NTSTATUS = 0xC000022C;
724 pub const STATUS_RETRY: NTSTATUS = 0xC000022D;
725 pub const STATUS_FOUND_OUT_OF_SCOPE: NTSTATUS = 0xC000022E;
726 pub const STATUS_ALLOCATE_BUCKET: NTSTATUS = 0xC000022F;
727 pub const STATUS_PROPSET_NOT_FOUND: NTSTATUS = 0xC0000230;
728 pub const STATUS_MARSHALL_OVERFLOW: NTSTATUS = 0xC0000231;
729 pub const STATUS_INVALID_VARIANT: NTSTATUS = 0xC0000232;
730 pub const STATUS_DOMAIN_CONTROLLER_NOT_FOUND: NTSTATUS = 0xC0000233;
731 pub const STATUS_ACCOUNT_LOCKED_OUT: NTSTATUS = 0xC0000234;
732 pub const STATUS_HANDLE_NOT_CLOSABLE: NTSTATUS = 0xC0000235;
733 pub const STATUS_CONNECTION_REFUSED: NTSTATUS = 0xC0000236;
734 pub const STATUS_GRACEFUL_DISCONNECT: NTSTATUS = 0xC0000237;
735 pub const STATUS_ADDRESS_ALREADY_ASSOCIATED: NTSTATUS = 0xC0000238;
736 pub const STATUS_ADDRESS_NOT_ASSOCIATED: NTSTATUS = 0xC0000239;
737 pub const STATUS_CONNECTION_INVALID: NTSTATUS = 0xC000023A;
738 pub const STATUS_CONNECTION_ACTIVE: NTSTATUS = 0xC000023B;
739 pub const STATUS_NETWORK_UNREACHABLE: NTSTATUS = 0xC000023C;
740 pub const STATUS_HOST_UNREACHABLE: NTSTATUS = 0xC000023D;
741 pub const STATUS_PROTOCOL_UNREACHABLE: NTSTATUS = 0xC000023E;
742 pub const STATUS_PORT_UNREACHABLE: NTSTATUS = 0xC000023F;
743 pub const STATUS_REQUEST_ABORTED: NTSTATUS = 0xC0000240;
744 pub const STATUS_CONNECTION_ABORTED: NTSTATUS = 0xC0000241;
745 pub const STATUS_BAD_COMPRESSION_BUFFER: NTSTATUS = 0xC0000242;
746 pub const STATUS_USER_MAPPED_FILE: NTSTATUS = 0xC0000243;
747 pub const STATUS_AUDIT_FAILED: NTSTATUS = 0xC0000244;
748 pub const STATUS_TIMER_RESOLUTION_NOT_SET: NTSTATUS = 0xC0000245;
749 pub const STATUS_CONNECTION_COUNT_LIMIT: NTSTATUS = 0xC0000246;
750 pub const STATUS_LOGIN_TIME_RESTRICTION: NTSTATUS = 0xC0000247;
751 pub const STATUS_LOGIN_WKSTA_RESTRICTION: NTSTATUS = 0xC0000248;
752 pub const STATUS_IMAGE_MP_UP_MISMATCH: NTSTATUS = 0xC0000249;
753 pub const STATUS_INSUFFICIENT_LOGON_INFO: NTSTATUS = 0xC0000250;
754 pub const STATUS_BAD_DLL_ENTRYPOINT: NTSTATUS = 0xC0000251;
755 pub const STATUS_BAD_SERVICE_ENTRYPOINT: NTSTATUS = 0xC0000252;
756 pub const STATUS_LPC_REPLY_LOST: NTSTATUS = 0xC0000253;
757 pub const STATUS_IP_ADDRESS_CONFLICT1: NTSTATUS = 0xC0000254;
758 pub const STATUS_IP_ADDRESS_CONFLICT2: NTSTATUS = 0xC0000255;
759 pub const STATUS_REGISTRY_QUOTA_LIMIT: NTSTATUS = 0xC0000256;
760 pub const STATUS_PATH_NOT_COVERED: NTSTATUS = 0xC0000257;
761 pub const STATUS_NO_CALLBACK_ACTIVE: NTSTATUS = 0xC0000258;
762 pub const STATUS_LICENSE_QUOTA_EXCEEDED: NTSTATUS = 0xC0000259;
763 pub const STATUS_PWD_TOO_SHORT: NTSTATUS = 0xC000025A;
764 pub const STATUS_PWD_TOO_RECENT: NTSTATUS = 0xC000025B;
765 pub const STATUS_PWD_HISTORY_CONFLICT: NTSTATUS = 0xC000025C;
766 pub const STATUS_PLUGPLAY_NO_DEVICE: NTSTATUS = 0xC000025E;
767 pub const STATUS_UNSUPPORTED_COMPRESSION: NTSTATUS = 0xC000025F;
768 pub const STATUS_INVALID_HW_PROFILE: NTSTATUS = 0xC0000260;
769 pub const STATUS_INVALID_PLUGPLAY_DEVICE_PATH: NTSTATUS = 0xC0000261;
770 pub const STATUS_DRIVER_ORDINAL_NOT_FOUND: NTSTATUS = 0xC0000262;
771 pub const STATUS_DRIVER_ENTRYPOINT_NOT_FOUND: NTSTATUS = 0xC0000263;
772 pub const STATUS_RESOURCE_NOT_OWNED: NTSTATUS = 0xC0000264;
773 pub const STATUS_TOO_MANY_LINKS: NTSTATUS = 0xC0000265;
774 pub const STATUS_QUOTA_LIST_INCONSISTENT: NTSTATUS = 0xC0000266;
775 pub const STATUS_FILE_IS_OFFLINE: NTSTATUS = 0xC0000267;
776 pub const STATUS_EVALUATION_EXPIRATION: NTSTATUS = 0xC0000268;
777 pub const STATUS_ILLEGAL_DLL_RELOCATION: NTSTATUS = 0xC0000269;
778 pub const STATUS_LICENSE_VIOLATION: NTSTATUS = 0xC000026A;
779 pub const STATUS_DLL_INIT_FAILED_LOGOFF: NTSTATUS = 0xC000026B;
780 pub const STATUS_DRIVER_UNABLE_TO_LOAD: NTSTATUS = 0xC000026C;
781 pub const STATUS_DFS_UNAVAILABLE: NTSTATUS = 0xC000026D;
782 pub const STATUS_VOLUME_DISMOUNTED: NTSTATUS = 0xC000026E;
783 pub const STATUS_WX86_INTERNAL_ERROR: NTSTATUS = 0xC000026F;
784 pub const STATUS_WX86_FLOAT_STACK_CHECK: NTSTATUS = 0xC0000270;
785 pub const STATUS_VALIDATE_CONTINUE: NTSTATUS = 0xC0000271;
786 pub const STATUS_NO_MATCH: NTSTATUS = 0xC0000272;
787 pub const STATUS_NO_MORE_MATCHES: NTSTATUS = 0xC0000273;
788 pub const STATUS_NOT_A_REPARSE_POINT: NTSTATUS = 0xC0000275;
789 pub const STATUS_IO_REPARSE_TAG_INVALID: NTSTATUS = 0xC0000276;
790 pub const STATUS_IO_REPARSE_TAG_MISMATCH: NTSTATUS = 0xC0000277;
791 pub const STATUS_IO_REPARSE_DATA_INVALID: NTSTATUS = 0xC0000278;
792 pub const STATUS_IO_REPARSE_TAG_NOT_HANDLED: NTSTATUS = 0xC0000279;
793 pub const STATUS_PWD_TOO_LONG: NTSTATUS = 0xC000027A;
794 pub const STATUS_STOWED_EXCEPTION: NTSTATUS = 0xC000027B;
795 pub const STATUS_REPARSE_POINT_NOT_RESOLVED: NTSTATUS = 0xC0000280;
796 pub const STATUS_DIRECTORY_IS_A_REPARSE_POINT: NTSTATUS = 0xC0000281;
797 pub const STATUS_RANGE_LIST_CONFLICT: NTSTATUS = 0xC0000282;
798 pub const STATUS_SOURCE_ELEMENT_EMPTY: NTSTATUS = 0xC0000283;
799 pub const STATUS_DESTINATION_ELEMENT_FULL: NTSTATUS = 0xC0000284;
800 pub const STATUS_ILLEGAL_ELEMENT_ADDRESS: NTSTATUS = 0xC0000285;
801 pub const STATUS_MAGAZINE_NOT_PRESENT: NTSTATUS = 0xC0000286;
802 pub const STATUS_REINITIALIZATION_NEEDED: NTSTATUS = 0xC0000287;
803 pub const STATUS_DEVICE_REQUIRES_CLEANING: NTSTATUS = 0x80000288;
804 pub const STATUS_DEVICE_DOOR_OPEN: NTSTATUS = 0x80000289;
805 pub const STATUS_ENCRYPTION_FAILED: NTSTATUS = 0xC000028A;
806 pub const STATUS_DECRYPTION_FAILED: NTSTATUS = 0xC000028B;
807 pub const STATUS_RANGE_NOT_FOUND: NTSTATUS = 0xC000028C;
808 pub const STATUS_NO_RECOVERY_POLICY: NTSTATUS = 0xC000028D;
809 pub const STATUS_NO_EFS: NTSTATUS = 0xC000028E;
810 pub const STATUS_WRONG_EFS: NTSTATUS = 0xC000028F;
811 pub const STATUS_NO_USER_KEYS: NTSTATUS = 0xC0000290;
812 pub const STATUS_FILE_NOT_ENCRYPTED: NTSTATUS = 0xC0000291;
813 pub const STATUS_NOT_EXPORT_FORMAT: NTSTATUS = 0xC0000292;
814 pub const STATUS_FILE_ENCRYPTED: NTSTATUS = 0xC0000293;
815 pub const STATUS_WAKE_SYSTEM: NTSTATUS = 0x40000294;
816 pub const STATUS_WMI_GUID_NOT_FOUND: NTSTATUS = 0xC0000295;
817 pub const STATUS_WMI_INSTANCE_NOT_FOUND: NTSTATUS = 0xC0000296;
818 pub const STATUS_WMI_ITEMID_NOT_FOUND: NTSTATUS = 0xC0000297;
819 pub const STATUS_WMI_TRY_AGAIN: NTSTATUS = 0xC0000298;
820 pub const STATUS_SHARED_POLICY: NTSTATUS = 0xC0000299;
821 pub const STATUS_POLICY_OBJECT_NOT_FOUND: NTSTATUS = 0xC000029A;
822 pub const STATUS_POLICY_ONLY_IN_DS: NTSTATUS = 0xC000029B;
823 pub const STATUS_VOLUME_NOT_UPGRADED: NTSTATUS = 0xC000029C;
824 pub const STATUS_REMOTE_STORAGE_NOT_ACTIVE: NTSTATUS = 0xC000029D;
825 pub const STATUS_REMOTE_STORAGE_MEDIA_ERROR: NTSTATUS = 0xC000029E;
826 pub const STATUS_NO_TRACKING_SERVICE: NTSTATUS = 0xC000029F;
827 pub const STATUS_SERVER_SID_MISMATCH: NTSTATUS = 0xC00002A0;
828 pub const STATUS_DS_NO_ATTRIBUTE_OR_VALUE: NTSTATUS = 0xC00002A1;
829 pub const STATUS_DS_INVALID_ATTRIBUTE_SYNTAX: NTSTATUS = 0xC00002A2;
830 pub const STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED: NTSTATUS = 0xC00002A3;
831 pub const STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS: NTSTATUS = 0xC00002A4;
832 pub const STATUS_DS_BUSY: NTSTATUS = 0xC00002A5;
833 pub const STATUS_DS_UNAVAILABLE: NTSTATUS = 0xC00002A6;
834 pub const STATUS_DS_NO_RIDS_ALLOCATED: NTSTATUS = 0xC00002A7;
835 pub const STATUS_DS_NO_MORE_RIDS: NTSTATUS = 0xC00002A8;
836 pub const STATUS_DS_INCORRECT_ROLE_OWNER: NTSTATUS = 0xC00002A9;
837 pub const STATUS_DS_RIDMGR_INIT_ERROR: NTSTATUS = 0xC00002AA;
838 pub const STATUS_DS_OBJ_CLASS_VIOLATION: NTSTATUS = 0xC00002AB;
839 pub const STATUS_DS_CANT_ON_NON_LEAF: NTSTATUS = 0xC00002AC;
840 pub const STATUS_DS_CANT_ON_RDN: NTSTATUS = 0xC00002AD;
841 pub const STATUS_DS_CANT_MOD_OBJ_CLASS: NTSTATUS = 0xC00002AE;
842 pub const STATUS_DS_CROSS_DOM_MOVE_FAILED: NTSTATUS = 0xC00002AF;
843 pub const STATUS_DS_GC_NOT_AVAILABLE: NTSTATUS = 0xC00002B0;
844 pub const STATUS_DIRECTORY_SERVICE_REQUIRED: NTSTATUS = 0xC00002B1;
845 pub const STATUS_REPARSE_ATTRIBUTE_CONFLICT: NTSTATUS = 0xC00002B2;
846 pub const STATUS_CANT_ENABLE_DENY_ONLY: NTSTATUS = 0xC00002B3;
847 pub const STATUS_FLOAT_MULTIPLE_FAULTS: NTSTATUS = 0xC00002B4;
848 pub const STATUS_FLOAT_MULTIPLE_TRAPS: NTSTATUS = 0xC00002B5;
849 pub const STATUS_DEVICE_REMOVED: NTSTATUS = 0xC00002B6;
850 pub const STATUS_JOURNAL_DELETE_IN_PROGRESS: NTSTATUS = 0xC00002B7;
851 pub const STATUS_JOURNAL_NOT_ACTIVE: NTSTATUS = 0xC00002B8;
852 pub const STATUS_NOINTERFACE: NTSTATUS = 0xC00002B9;
853 pub const STATUS_DS_RIDMGR_DISABLED: NTSTATUS = 0xC00002BA;
854 pub const STATUS_DS_ADMIN_LIMIT_EXCEEDED: NTSTATUS = 0xC00002C1;
855 pub const STATUS_DRIVER_FAILED_SLEEP: NTSTATUS = 0xC00002C2;
856 pub const STATUS_MUTUAL_AUTHENTICATION_FAILED: NTSTATUS = 0xC00002C3;
857 pub const STATUS_CORRUPT_SYSTEM_FILE: NTSTATUS = 0xC00002C4;
858 pub const STATUS_DATATYPE_MISALIGNMENT_ERROR: NTSTATUS = 0xC00002C5;
859 pub const STATUS_WMI_READ_ONLY: NTSTATUS = 0xC00002C6;
860 pub const STATUS_WMI_SET_FAILURE: NTSTATUS = 0xC00002C7;
861 pub const STATUS_COMMITMENT_MINIMUM: NTSTATUS = 0xC00002C8;
862 pub const STATUS_REG_NAT_CONSUMPTION: NTSTATUS = 0xC00002C9;
863 pub const STATUS_TRANSPORT_FULL: NTSTATUS = 0xC00002CA;
864 pub const STATUS_DS_SAM_INIT_FAILURE: NTSTATUS = 0xC00002CB;
865 pub const STATUS_ONLY_IF_CONNECTED: NTSTATUS = 0xC00002CC;
866 pub const STATUS_DS_SENSITIVE_GROUP_VIOLATION: NTSTATUS = 0xC00002CD;
867 pub const STATUS_PNP_RESTART_ENUMERATION: NTSTATUS = 0xC00002CE;
868 pub const STATUS_JOURNAL_ENTRY_DELETED: NTSTATUS = 0xC00002CF;
869 pub const STATUS_DS_CANT_MOD_PRIMARYGROUPID: NTSTATUS = 0xC00002D0;
870 pub const STATUS_SYSTEM_IMAGE_BAD_SIGNATURE: NTSTATUS = 0xC00002D1;
871 pub const STATUS_PNP_REBOOT_REQUIRED: NTSTATUS = 0xC00002D2;
872 pub const STATUS_POWER_STATE_INVALID: NTSTATUS = 0xC00002D3;
873 pub const STATUS_DS_INVALID_GROUP_TYPE: NTSTATUS = 0xC00002D4;
874 pub const STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: NTSTATUS = 0xC00002D5;
875 pub const STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: NTSTATUS = 0xC00002D6;
876 pub const STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = 0xC00002D7;
877 pub const STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = 0xC00002D8;
878 pub const STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = 0xC00002D9;
879 pub const STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: NTSTATUS = 0xC00002DA;
880 pub const STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: NTSTATUS = 0xC00002DB;
881 pub const STATUS_DS_HAVE_PRIMARY_MEMBERS: NTSTATUS = 0xC00002DC;
882 pub const STATUS_WMI_NOT_SUPPORTED: NTSTATUS = 0xC00002DD;
883 pub const STATUS_INSUFFICIENT_POWER: NTSTATUS = 0xC00002DE;
884 pub const STATUS_SAM_NEED_BOOTKEY_PASSWORD: NTSTATUS = 0xC00002DF;
885 pub const STATUS_SAM_NEED_BOOTKEY_FLOPPY: NTSTATUS = 0xC00002E0;
886 pub const STATUS_DS_CANT_START: NTSTATUS = 0xC00002E1;
887 pub const STATUS_DS_INIT_FAILURE: NTSTATUS = 0xC00002E2;
888 pub const STATUS_SAM_INIT_FAILURE: NTSTATUS = 0xC00002E3;
889 pub const STATUS_DS_GC_REQUIRED: NTSTATUS = 0xC00002E4;
890 pub const STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY: NTSTATUS = 0xC00002E5;
891 pub const STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS: NTSTATUS = 0xC00002E6;
892 pub const STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: NTSTATUS = 0xC00002E7;
893 pub const STATUS_MULTIPLE_FAULT_VIOLATION: NTSTATUS = 0xC00002E8;
894 pub const STATUS_CURRENT_DOMAIN_NOT_ALLOWED: NTSTATUS = 0xC00002E9;
895 pub const STATUS_CANNOT_MAKE: NTSTATUS = 0xC00002EA;
896 pub const STATUS_SYSTEM_SHUTDOWN: NTSTATUS = 0xC00002EB;
897 pub const STATUS_DS_INIT_FAILURE_CONSOLE: NTSTATUS = 0xC00002EC;
898 pub const STATUS_DS_SAM_INIT_FAILURE_CONSOLE: NTSTATUS = 0xC00002ED;
899 pub const STATUS_UNFINISHED_CONTEXT_DELETED: NTSTATUS = 0xC00002EE;
900 pub const STATUS_NO_TGT_REPLY: NTSTATUS = 0xC00002EF;
901 pub const STATUS_OBJECTID_NOT_FOUND: NTSTATUS = 0xC00002F0;
902 pub const STATUS_NO_IP_ADDRESSES: NTSTATUS = 0xC00002F1;
903 pub const STATUS_WRONG_CREDENTIAL_HANDLE: NTSTATUS = 0xC00002F2;
904 pub const STATUS_CRYPTO_SYSTEM_INVALID: NTSTATUS = 0xC00002F3;
905 pub const STATUS_MAX_REFERRALS_EXCEEDED: NTSTATUS = 0xC00002F4;
906 pub const STATUS_MUST_BE_KDC: NTSTATUS = 0xC00002F5;
907 pub const STATUS_STRONG_CRYPTO_NOT_SUPPORTED: NTSTATUS = 0xC00002F6;
908 pub const STATUS_TOO_MANY_PRINCIPALS: NTSTATUS = 0xC00002F7;
909 pub const STATUS_NO_PA_DATA: NTSTATUS = 0xC00002F8;
910 pub const STATUS_PKINIT_NAME_MISMATCH: NTSTATUS = 0xC00002F9;
911 pub const STATUS_SMARTCARD_LOGON_REQUIRED: NTSTATUS = 0xC00002FA;
912 pub const STATUS_KDC_INVALID_REQUEST: NTSTATUS = 0xC00002FB;
913 pub const STATUS_KDC_UNABLE_TO_REFER: NTSTATUS = 0xC00002FC;
914 pub const STATUS_KDC_UNKNOWN_ETYPE: NTSTATUS = 0xC00002FD;
915 pub const STATUS_SHUTDOWN_IN_PROGRESS: NTSTATUS = 0xC00002FE;
916 pub const STATUS_SERVER_SHUTDOWN_IN_PROGRESS: NTSTATUS = 0xC00002FF;
917 pub const STATUS_NOT_SUPPORTED_ON_SBS: NTSTATUS = 0xC0000300;
918 pub const STATUS_WMI_GUID_DISCONNECTED: NTSTATUS = 0xC0000301;
919 pub const STATUS_WMI_ALREADY_DISABLED: NTSTATUS = 0xC0000302;
920 pub const STATUS_WMI_ALREADY_ENABLED: NTSTATUS = 0xC0000303;
921 pub const STATUS_MFT_TOO_FRAGMENTED: NTSTATUS = 0xC0000304;
922 pub const STATUS_COPY_PROTECTION_FAILURE: NTSTATUS = 0xC0000305;
923 pub const STATUS_CSS_AUTHENTICATION_FAILURE: NTSTATUS = 0xC0000306;
924 pub const STATUS_CSS_KEY_NOT_PRESENT: NTSTATUS = 0xC0000307;
925 pub const STATUS_CSS_KEY_NOT_ESTABLISHED: NTSTATUS = 0xC0000308;
926 pub const STATUS_CSS_SCRAMBLED_SECTOR: NTSTATUS = 0xC0000309;
927 pub const STATUS_CSS_REGION_MISMATCH: NTSTATUS = 0xC000030A;
928 pub const STATUS_CSS_RESETS_EXHAUSTED: NTSTATUS = 0xC000030B;
929 pub const STATUS_PASSWORD_CHANGE_REQUIRED: NTSTATUS = 0xC000030C;
930 pub const STATUS_PKINIT_FAILURE: NTSTATUS = 0xC0000320;
931 pub const STATUS_SMARTCARD_SUBSYSTEM_FAILURE: NTSTATUS = 0xC0000321;
932 pub const STATUS_NO_KERB_KEY: NTSTATUS = 0xC0000322;
933 pub const STATUS_HOST_DOWN: NTSTATUS = 0xC0000350;
934 pub const STATUS_UNSUPPORTED_PREAUTH: NTSTATUS = 0xC0000351;
935 pub const STATUS_EFS_ALG_BLOB_TOO_BIG: NTSTATUS = 0xC0000352;
936 pub const STATUS_PORT_NOT_SET: NTSTATUS = 0xC0000353;
937 pub const STATUS_DEBUGGER_INACTIVE: NTSTATUS = 0xC0000354;
938 pub const STATUS_DS_VERSION_CHECK_FAILURE: NTSTATUS = 0xC0000355;
939 pub const STATUS_AUDITING_DISABLED: NTSTATUS = 0xC0000356;
940 pub const STATUS_PRENT4_MACHINE_ACCOUNT: NTSTATUS = 0xC0000357;
941 pub const STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = 0xC0000358;
942 pub const STATUS_INVALID_IMAGE_WIN_32: NTSTATUS = 0xC0000359;
943 pub const STATUS_INVALID_IMAGE_WIN_64: NTSTATUS = 0xC000035A;
944 pub const STATUS_BAD_BINDINGS: NTSTATUS = 0xC000035B;
945 pub const STATUS_NETWORK_SESSION_EXPIRED: NTSTATUS = 0xC000035C;
946 pub const STATUS_APPHELP_BLOCK: NTSTATUS = 0xC000035D;
947 pub const STATUS_ALL_SIDS_FILTERED: NTSTATUS = 0xC000035E;
948 pub const STATUS_NOT_SAFE_MODE_DRIVER: NTSTATUS = 0xC000035F;
949 pub const STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT: NTSTATUS = 0xC0000361;
950 pub const STATUS_ACCESS_DISABLED_BY_POLICY_PATH: NTSTATUS = 0xC0000362;
951 pub const STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER: NTSTATUS = 0xC0000363;
952 pub const STATUS_ACCESS_DISABLED_BY_POLICY_OTHER: NTSTATUS = 0xC0000364;
953 pub const STATUS_FAILED_DRIVER_ENTRY: NTSTATUS = 0xC0000365;
954 pub const STATUS_DEVICE_ENUMERATION_ERROR: NTSTATUS = 0xC0000366;
955 pub const STATUS_MOUNT_POINT_NOT_RESOLVED: NTSTATUS = 0xC0000368;
956 pub const STATUS_INVALID_DEVICE_OBJECT_PARAMETER: NTSTATUS = 0xC0000369;
957 pub const STATUS_MCA_OCCURED: NTSTATUS = 0xC000036A;
958 pub const STATUS_DRIVER_BLOCKED_CRITICAL: NTSTATUS = 0xC000036B;
959 pub const STATUS_DRIVER_BLOCKED: NTSTATUS = 0xC000036C;
960 pub const STATUS_DRIVER_DATABASE_ERROR: NTSTATUS = 0xC000036D;
961 pub const STATUS_SYSTEM_HIVE_TOO_LARGE: NTSTATUS = 0xC000036E;
962 pub const STATUS_INVALID_IMPORT_OF_NON_DLL: NTSTATUS = 0xC000036F;
963 pub const STATUS_DS_SHUTTING_DOWN: NTSTATUS = 0x40000370;
964 pub const STATUS_NO_SECRETS: NTSTATUS = 0xC0000371;
965 pub const STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: NTSTATUS = 0xC0000372;
966 pub const STATUS_FAILED_STACK_SWITCH: NTSTATUS = 0xC0000373;
967 pub const STATUS_HEAP_CORRUPTION: NTSTATUS = 0xC0000374;
968 pub const STATUS_SMARTCARD_WRONG_PIN: NTSTATUS = 0xC0000380;
969 pub const STATUS_SMARTCARD_CARD_BLOCKED: NTSTATUS = 0xC0000381;
970 pub const STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED: NTSTATUS = 0xC0000382;
971 pub const STATUS_SMARTCARD_NO_CARD: NTSTATUS = 0xC0000383;
972 pub const STATUS_SMARTCARD_NO_KEY_CONTAINER: NTSTATUS = 0xC0000384;
973 pub const STATUS_SMARTCARD_NO_CERTIFICATE: NTSTATUS = 0xC0000385;
974 pub const STATUS_SMARTCARD_NO_KEYSET: NTSTATUS = 0xC0000386;
975 pub const STATUS_SMARTCARD_IO_ERROR: NTSTATUS = 0xC0000387;
976 pub const STATUS_DOWNGRADE_DETECTED: NTSTATUS = 0xC0000388;
977 pub const STATUS_SMARTCARD_CERT_REVOKED: NTSTATUS = 0xC0000389;
978 pub const STATUS_ISSUING_CA_UNTRUSTED: NTSTATUS = 0xC000038A;
979 pub const STATUS_REVOCATION_OFFLINE_C: NTSTATUS = 0xC000038B;
980 pub const STATUS_PKINIT_CLIENT_FAILURE: NTSTATUS = 0xC000038C;
981 pub const STATUS_SMARTCARD_CERT_EXPIRED: NTSTATUS = 0xC000038D;
982 pub const STATUS_DRIVER_FAILED_PRIOR_UNLOAD: NTSTATUS = 0xC000038E;
983 pub const STATUS_SMARTCARD_SILENT_CONTEXT: NTSTATUS = 0xC000038F;
984 pub const STATUS_PER_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = 0xC0000401;
985 pub const STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = 0xC0000402;
986 pub const STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED: NTSTATUS = 0xC0000403;
987 pub const STATUS_DS_NAME_NOT_UNIQUE: NTSTATUS = 0xC0000404;
988 pub const STATUS_DS_DUPLICATE_ID_FOUND: NTSTATUS = 0xC0000405;
989 pub const STATUS_DS_GROUP_CONVERSION_ERROR: NTSTATUS = 0xC0000406;
990 pub const STATUS_VOLSNAP_PREPARE_HIBERNATE: NTSTATUS = 0xC0000407;
991 pub const STATUS_USER2USER_REQUIRED: NTSTATUS = 0xC0000408;
992 pub const STATUS_STACK_BUFFER_OVERRUN: NTSTATUS = 0xC0000409;
993 pub const STATUS_NO_S4U_PROT_SUPPORT: NTSTATUS = 0xC000040A;
994 pub const STATUS_CROSSREALM_DELEGATION_FAILURE: NTSTATUS = 0xC000040B;
995 pub const STATUS_REVOCATION_OFFLINE_KDC: NTSTATUS = 0xC000040C;
996 pub const STATUS_ISSUING_CA_UNTRUSTED_KDC: NTSTATUS = 0xC000040D;
997 pub const STATUS_KDC_CERT_EXPIRED: NTSTATUS = 0xC000040E;
998 pub const STATUS_KDC_CERT_REVOKED: NTSTATUS = 0xC000040F;
999 pub const STATUS_PARAMETER_QUOTA_EXCEEDED: NTSTATUS = 0xC0000410;
1000 pub const STATUS_HIBERNATION_FAILURE: NTSTATUS = 0xC0000411;
1001 pub const STATUS_DELAY_LOAD_FAILED: NTSTATUS = 0xC0000412;
1002 pub const STATUS_AUTHENTICATION_FIREWALL_FAILED: NTSTATUS = 0xC0000413;
1003 pub const STATUS_VDM_DISALLOWED: NTSTATUS = 0xC0000414;
1004 pub const STATUS_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = 0xC0000415;
1005 pub const STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: NTSTATUS
1006     = 0xC0000416;
1007 pub const STATUS_INVALID_CRUNTIME_PARAMETER: NTSTATUS = 0xC0000417;
1008 pub const STATUS_NTLM_BLOCKED: NTSTATUS = 0xC0000418;
1009 pub const STATUS_DS_SRC_SID_EXISTS_IN_FOREST: NTSTATUS = 0xC0000419;
1010 pub const STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST: NTSTATUS = 0xC000041A;
1011 pub const STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST: NTSTATUS = 0xC000041B;
1012 pub const STATUS_INVALID_USER_PRINCIPAL_NAME: NTSTATUS = 0xC000041C;
1013 pub const STATUS_FATAL_USER_CALLBACK_EXCEPTION: NTSTATUS = 0xC000041D;
1014 pub const STATUS_ASSERTION_FAILURE: NTSTATUS = 0xC0000420;
1015 pub const STATUS_VERIFIER_STOP: NTSTATUS = 0xC0000421;
1016 pub const STATUS_CALLBACK_POP_STACK: NTSTATUS = 0xC0000423;
1017 pub const STATUS_INCOMPATIBLE_DRIVER_BLOCKED: NTSTATUS = 0xC0000424;
1018 pub const STATUS_HIVE_UNLOADED: NTSTATUS = 0xC0000425;
1019 pub const STATUS_COMPRESSION_DISABLED: NTSTATUS = 0xC0000426;
1020 pub const STATUS_FILE_SYSTEM_LIMITATION: NTSTATUS = 0xC0000427;
1021 pub const STATUS_INVALID_IMAGE_HASH: NTSTATUS = 0xC0000428;
1022 pub const STATUS_NOT_CAPABLE: NTSTATUS = 0xC0000429;
1023 pub const STATUS_REQUEST_OUT_OF_SEQUENCE: NTSTATUS = 0xC000042A;
1024 pub const STATUS_IMPLEMENTATION_LIMIT: NTSTATUS = 0xC000042B;
1025 pub const STATUS_ELEVATION_REQUIRED: NTSTATUS = 0xC000042C;
1026 pub const STATUS_NO_SECURITY_CONTEXT: NTSTATUS = 0xC000042D;
1027 pub const STATUS_PKU2U_CERT_FAILURE: NTSTATUS = 0xC000042F;
1028 pub const STATUS_BEYOND_VDL: NTSTATUS = 0xC0000432;
1029 pub const STATUS_ENCOUNTERED_WRITE_IN_PROGRESS: NTSTATUS = 0xC0000433;
1030 pub const STATUS_PTE_CHANGED: NTSTATUS = 0xC0000434;
1031 pub const STATUS_PURGE_FAILED: NTSTATUS = 0xC0000435;
1032 pub const STATUS_CRED_REQUIRES_CONFIRMATION: NTSTATUS = 0xC0000440;
1033 pub const STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE: NTSTATUS = 0xC0000441;
1034 pub const STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER: NTSTATUS = 0xC0000442;
1035 pub const STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: NTSTATUS = 0xC0000443;
1036 pub const STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE: NTSTATUS = 0xC0000444;
1037 pub const STATUS_CS_ENCRYPTION_FILE_NOT_CSE: NTSTATUS = 0xC0000445;
1038 pub const STATUS_INVALID_LABEL: NTSTATUS = 0xC0000446;
1039 pub const STATUS_DRIVER_PROCESS_TERMINATED: NTSTATUS = 0xC0000450;
1040 pub const STATUS_AMBIGUOUS_SYSTEM_DEVICE: NTSTATUS = 0xC0000451;
1041 pub const STATUS_SYSTEM_DEVICE_NOT_FOUND: NTSTATUS = 0xC0000452;
1042 pub const STATUS_RESTART_BOOT_APPLICATION: NTSTATUS = 0xC0000453;
1043 pub const STATUS_INSUFFICIENT_NVRAM_RESOURCES: NTSTATUS = 0xC0000454;
1044 pub const STATUS_INVALID_SESSION: NTSTATUS = 0xC0000455;
1045 pub const STATUS_THREAD_ALREADY_IN_SESSION: NTSTATUS = 0xC0000456;
1046 pub const STATUS_THREAD_NOT_IN_SESSION: NTSTATUS = 0xC0000457;
1047 pub const STATUS_INVALID_WEIGHT: NTSTATUS = 0xC0000458;
1048 pub const STATUS_REQUEST_PAUSED: NTSTATUS = 0xC0000459;
1049 pub const STATUS_NO_RANGES_PROCESSED: NTSTATUS = 0xC0000460;
1050 pub const STATUS_DISK_RESOURCES_EXHAUSTED: NTSTATUS = 0xC0000461;
1051 pub const STATUS_NEEDS_REMEDIATION: NTSTATUS = 0xC0000462;
1052 pub const STATUS_DEVICE_FEATURE_NOT_SUPPORTED: NTSTATUS = 0xC0000463;
1053 pub const STATUS_DEVICE_UNREACHABLE: NTSTATUS = 0xC0000464;
1054 pub const STATUS_INVALID_TOKEN: NTSTATUS = 0xC0000465;
1055 pub const STATUS_SERVER_UNAVAILABLE: NTSTATUS = 0xC0000466;
1056 pub const STATUS_FILE_NOT_AVAILABLE: NTSTATUS = 0xC0000467;
1057 pub const STATUS_DEVICE_INSUFFICIENT_RESOURCES: NTSTATUS = 0xC0000468;
1058 pub const STATUS_PACKAGE_UPDATING: NTSTATUS = 0xC0000469;
1059 pub const STATUS_NOT_READ_FROM_COPY: NTSTATUS = 0xC000046A;
1060 pub const STATUS_FT_WRITE_FAILURE: NTSTATUS = 0xC000046B;
1061 pub const STATUS_FT_DI_SCAN_REQUIRED: NTSTATUS = 0xC000046C;
1062 pub const STATUS_OBJECT_NOT_EXTERNALLY_BACKED: NTSTATUS = 0xC000046D;
1063 pub const STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN: NTSTATUS = 0xC000046E;
1064 pub const STATUS_COMPRESSION_NOT_BENEFICIAL: NTSTATUS = 0xC000046F;
1065 pub const STATUS_DATA_CHECKSUM_ERROR: NTSTATUS = 0xC0000470;
1066 pub const STATUS_INTERMIXED_KERNEL_EA_OPERATION: NTSTATUS = 0xC0000471;
1067 pub const STATUS_TRIM_READ_ZERO_NOT_SUPPORTED: NTSTATUS = 0xC0000472;
1068 pub const STATUS_TOO_MANY_SEGMENT_DESCRIPTORS: NTSTATUS = 0xC0000473;
1069 pub const STATUS_INVALID_OFFSET_ALIGNMENT: NTSTATUS = 0xC0000474;
1070 pub const STATUS_INVALID_FIELD_IN_PARAMETER_LIST: NTSTATUS = 0xC0000475;
1071 pub const STATUS_OPERATION_IN_PROGRESS: NTSTATUS = 0xC0000476;
1072 pub const STATUS_INVALID_INITIATOR_TARGET_PATH: NTSTATUS = 0xC0000477;
1073 pub const STATUS_SCRUB_DATA_DISABLED: NTSTATUS = 0xC0000478;
1074 pub const STATUS_NOT_REDUNDANT_STORAGE: NTSTATUS = 0xC0000479;
1075 pub const STATUS_RESIDENT_FILE_NOT_SUPPORTED: NTSTATUS = 0xC000047A;
1076 pub const STATUS_COMPRESSED_FILE_NOT_SUPPORTED: NTSTATUS = 0xC000047B;
1077 pub const STATUS_DIRECTORY_NOT_SUPPORTED: NTSTATUS = 0xC000047C;
1078 pub const STATUS_IO_OPERATION_TIMEOUT: NTSTATUS = 0xC000047D;
1079 pub const STATUS_SYSTEM_NEEDS_REMEDIATION: NTSTATUS = 0xC000047E;
1080 pub const STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN: NTSTATUS = 0xC000047F;
1081 pub const STATUS_SHARE_UNAVAILABLE: NTSTATUS = 0xC0000480;
1082 pub const STATUS_APISET_NOT_HOSTED: NTSTATUS = 0xC0000481;
1083 pub const STATUS_APISET_NOT_PRESENT: NTSTATUS = 0xC0000482;
1084 pub const STATUS_DEVICE_HARDWARE_ERROR: NTSTATUS = 0xC0000483;
1085 pub const STATUS_FIRMWARE_SLOT_INVALID: NTSTATUS = 0xC0000484;
1086 pub const STATUS_FIRMWARE_IMAGE_INVALID: NTSTATUS = 0xC0000485;
1087 pub const STATUS_STORAGE_TOPOLOGY_ID_MISMATCH: NTSTATUS = 0xC0000486;
1088 pub const STATUS_WIM_NOT_BOOTABLE: NTSTATUS = 0xC0000487;
1089 pub const STATUS_BLOCKED_BY_PARENTAL_CONTROLS: NTSTATUS = 0xC0000488;
1090 pub const STATUS_NEEDS_REGISTRATION: NTSTATUS = 0xC0000489;
1091 pub const STATUS_QUOTA_ACTIVITY: NTSTATUS = 0xC000048A;
1092 pub const STATUS_CALLBACK_INVOKE_INLINE: NTSTATUS = 0xC000048B;
1093 pub const STATUS_BLOCK_TOO_MANY_REFERENCES: NTSTATUS = 0xC000048C;
1094 pub const STATUS_MARKED_TO_DISALLOW_WRITES: NTSTATUS = 0xC000048D;
1095 pub const STATUS_NETWORK_ACCESS_DENIED_EDP: NTSTATUS = 0xC000048E;
1096 pub const STATUS_ENCLAVE_FAILURE: NTSTATUS = 0xC000048F;
1097 pub const STATUS_PNP_NO_COMPAT_DRIVERS: NTSTATUS = 0xC0000490;
1098 pub const STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND: NTSTATUS = 0xC0000491;
1099 pub const STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND: NTSTATUS = 0xC0000492;
1100 pub const STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE: NTSTATUS = 0xC0000493;
1101 pub const STATUS_PNP_FUNCTION_DRIVER_REQUIRED: NTSTATUS = 0xC0000494;
1102 pub const STATUS_PNP_DEVICE_CONFIGURATION_PENDING: NTSTATUS = 0xC0000495;
1103 pub const STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL: NTSTATUS = 0xC0000496;
1104 pub const STATUS_PACKAGE_NOT_AVAILABLE: NTSTATUS = 0xC0000497;
1105 pub const STATUS_DEVICE_IN_MAINTENANCE: NTSTATUS = 0xC0000499;
1106 pub const STATUS_NOT_SUPPORTED_ON_DAX: NTSTATUS = 0xC000049A;
1107 pub const STATUS_FREE_SPACE_TOO_FRAGMENTED: NTSTATUS = 0xC000049B;
1108 pub const STATUS_DAX_MAPPING_EXISTS: NTSTATUS = 0xC000049C;
1109 pub const STATUS_CHILD_PROCESS_BLOCKED: NTSTATUS = 0xC000049D;
1110 pub const STATUS_STORAGE_LOST_DATA_PERSISTENCE: NTSTATUS = 0xC000049E;
1111 pub const STATUS_INVALID_TASK_NAME: NTSTATUS = 0xC0000500;
1112 pub const STATUS_INVALID_TASK_INDEX: NTSTATUS = 0xC0000501;
1113 pub const STATUS_THREAD_ALREADY_IN_TASK: NTSTATUS = 0xC0000502;
1114 pub const STATUS_CALLBACK_BYPASS: NTSTATUS = 0xC0000503;
1115 pub const STATUS_UNDEFINED_SCOPE: NTSTATUS = 0xC0000504;
1116 pub const STATUS_INVALID_CAP: NTSTATUS = 0xC0000505;
1117 pub const STATUS_NOT_GUI_PROCESS: NTSTATUS = 0xC0000506;
1118 pub const STATUS_DEVICE_HUNG: NTSTATUS = 0xC0000507;
1119 pub const STATUS_CONTAINER_ASSIGNED: NTSTATUS = 0xC0000508;
1120 pub const STATUS_JOB_NO_CONTAINER: NTSTATUS = 0xC0000509;
1121 pub const STATUS_DEVICE_UNRESPONSIVE: NTSTATUS = 0xC000050A;
1122 pub const STATUS_REPARSE_POINT_ENCOUNTERED: NTSTATUS = 0xC000050B;
1123 pub const STATUS_FAIL_FAST_EXCEPTION: NTSTATUS = 0xC0000602;
1124 pub const STATUS_IMAGE_CERT_REVOKED: NTSTATUS = 0xC0000603;
1125 pub const STATUS_DYNAMIC_CODE_BLOCKED: NTSTATUS = 0xC0000604;
1126 pub const STATUS_IMAGE_CERT_EXPIRED: NTSTATUS = 0xC0000605;
1127 pub const STATUS_PORT_CLOSED: NTSTATUS = 0xC0000700;
1128 pub const STATUS_MESSAGE_LOST: NTSTATUS = 0xC0000701;
1129 pub const STATUS_INVALID_MESSAGE: NTSTATUS = 0xC0000702;
1130 pub const STATUS_REQUEST_CANCELED: NTSTATUS = 0xC0000703;
1131 pub const STATUS_RECURSIVE_DISPATCH: NTSTATUS = 0xC0000704;
1132 pub const STATUS_LPC_RECEIVE_BUFFER_EXPECTED: NTSTATUS = 0xC0000705;
1133 pub const STATUS_LPC_INVALID_CONNECTION_USAGE: NTSTATUS = 0xC0000706;
1134 pub const STATUS_LPC_REQUESTS_NOT_ALLOWED: NTSTATUS = 0xC0000707;
1135 pub const STATUS_RESOURCE_IN_USE: NTSTATUS = 0xC0000708;
1136 pub const STATUS_HARDWARE_MEMORY_ERROR: NTSTATUS = 0xC0000709;
1137 pub const STATUS_THREADPOOL_HANDLE_EXCEPTION: NTSTATUS = 0xC000070A;
1138 pub const STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED: NTSTATUS = 0xC000070B;
1139 pub const STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED: NTSTATUS
1140     = 0xC000070C;
1141 pub const STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED: NTSTATUS = 0xC000070D;
1142 pub const STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED: NTSTATUS = 0xC000070E;
1143 pub const STATUS_THREADPOOL_RELEASED_DURING_OPERATION: NTSTATUS = 0xC000070F;
1144 pub const STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING: NTSTATUS = 0xC0000710;
1145 pub const STATUS_APC_RETURNED_WHILE_IMPERSONATING: NTSTATUS = 0xC0000711;
1146 pub const STATUS_PROCESS_IS_PROTECTED: NTSTATUS = 0xC0000712;
1147 pub const STATUS_MCA_EXCEPTION: NTSTATUS = 0xC0000713;
1148 pub const STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE: NTSTATUS = 0xC0000714;
1149 pub const STATUS_SYMLINK_CLASS_DISABLED: NTSTATUS = 0xC0000715;
1150 pub const STATUS_INVALID_IDN_NORMALIZATION: NTSTATUS = 0xC0000716;
1151 pub const STATUS_NO_UNICODE_TRANSLATION: NTSTATUS = 0xC0000717;
1152 pub const STATUS_ALREADY_REGISTERED: NTSTATUS = 0xC0000718;
1153 pub const STATUS_CONTEXT_MISMATCH: NTSTATUS = 0xC0000719;
1154 pub const STATUS_PORT_ALREADY_HAS_COMPLETION_LIST: NTSTATUS = 0xC000071A;
1155 pub const STATUS_CALLBACK_RETURNED_THREAD_PRIORITY: NTSTATUS = 0xC000071B;
1156 pub const STATUS_INVALID_THREAD: NTSTATUS = 0xC000071C;
1157 pub const STATUS_CALLBACK_RETURNED_TRANSACTION: NTSTATUS = 0xC000071D;
1158 pub const STATUS_CALLBACK_RETURNED_LDR_LOCK: NTSTATUS = 0xC000071E;
1159 pub const STATUS_CALLBACK_RETURNED_LANG: NTSTATUS = 0xC000071F;
1160 pub const STATUS_CALLBACK_RETURNED_PRI_BACK: NTSTATUS = 0xC0000720;
1161 pub const STATUS_CALLBACK_RETURNED_THREAD_AFFINITY: NTSTATUS = 0xC0000721;
1162 pub const STATUS_LPC_HANDLE_COUNT_EXCEEDED: NTSTATUS = 0xC0000722;
1163 pub const STATUS_DISK_REPAIR_DISABLED: NTSTATUS = 0xC0000800;
1164 pub const STATUS_DS_DOMAIN_RENAME_IN_PROGRESS: NTSTATUS = 0xC0000801;
1165 pub const STATUS_DISK_QUOTA_EXCEEDED: NTSTATUS = 0xC0000802;
1166 pub const STATUS_DATA_LOST_REPAIR: NTSTATUS = 0x80000803;
1167 pub const STATUS_CONTENT_BLOCKED: NTSTATUS = 0xC0000804;
1168 pub const STATUS_BAD_CLUSTERS: NTSTATUS = 0xC0000805;
1169 pub const STATUS_VOLUME_DIRTY: NTSTATUS = 0xC0000806;
1170 pub const STATUS_DISK_REPAIR_REDIRECTED: NTSTATUS = 0x40000807;
1171 pub const STATUS_DISK_REPAIR_UNSUCCESSFUL: NTSTATUS = 0xC0000808;
1172 pub const STATUS_CORRUPT_LOG_OVERFULL: NTSTATUS = 0xC0000809;
1173 pub const STATUS_CORRUPT_LOG_CORRUPTED: NTSTATUS = 0xC000080A;
1174 pub const STATUS_CORRUPT_LOG_UNAVAILABLE: NTSTATUS = 0xC000080B;
1175 pub const STATUS_CORRUPT_LOG_DELETED_FULL: NTSTATUS = 0xC000080C;
1176 pub const STATUS_CORRUPT_LOG_CLEARED: NTSTATUS = 0xC000080D;
1177 pub const STATUS_ORPHAN_NAME_EXHAUSTED: NTSTATUS = 0xC000080E;
1178 pub const STATUS_PROACTIVE_SCAN_IN_PROGRESS: NTSTATUS = 0xC000080F;
1179 pub const STATUS_ENCRYPTED_IO_NOT_POSSIBLE: NTSTATUS = 0xC0000810;
1180 pub const STATUS_CORRUPT_LOG_UPLEVEL_RECORDS: NTSTATUS = 0xC0000811;
1181 pub const STATUS_FILE_CHECKED_OUT: NTSTATUS = 0xC0000901;
1182 pub const STATUS_CHECKOUT_REQUIRED: NTSTATUS = 0xC0000902;
1183 pub const STATUS_BAD_FILE_TYPE: NTSTATUS = 0xC0000903;
1184 pub const STATUS_FILE_TOO_LARGE: NTSTATUS = 0xC0000904;
1185 pub const STATUS_FORMS_AUTH_REQUIRED: NTSTATUS = 0xC0000905;
1186 pub const STATUS_VIRUS_INFECTED: NTSTATUS = 0xC0000906;
1187 pub const STATUS_VIRUS_DELETED: NTSTATUS = 0xC0000907;
1188 pub const STATUS_BAD_MCFG_TABLE: NTSTATUS = 0xC0000908;
1189 pub const STATUS_CANNOT_BREAK_OPLOCK: NTSTATUS = 0xC0000909;
1190 pub const STATUS_BAD_KEY: NTSTATUS = 0xC000090A;
1191 pub const STATUS_BAD_DATA: NTSTATUS = 0xC000090B;
1192 pub const STATUS_NO_KEY: NTSTATUS = 0xC000090C;
1193 pub const STATUS_FILE_HANDLE_REVOKED: NTSTATUS = 0xC0000910;
1194 pub const STATUS_WOW_ASSERTION: NTSTATUS = 0xC0009898;
1195 pub const STATUS_INVALID_SIGNATURE: NTSTATUS = 0xC000A000;
1196 pub const STATUS_HMAC_NOT_SUPPORTED: NTSTATUS = 0xC000A001;
1197 pub const STATUS_AUTH_TAG_MISMATCH: NTSTATUS = 0xC000A002;
1198 pub const STATUS_INVALID_STATE_TRANSITION: NTSTATUS = 0xC000A003;
1199 pub const STATUS_INVALID_KERNEL_INFO_VERSION: NTSTATUS = 0xC000A004;
1200 pub const STATUS_INVALID_PEP_INFO_VERSION: NTSTATUS = 0xC000A005;
1201 pub const STATUS_HANDLE_REVOKED: NTSTATUS = 0xC000A006;
1202 pub const STATUS_EOF_ON_GHOSTED_RANGE: NTSTATUS = 0xC000A007;
1203 pub const STATUS_IPSEC_QUEUE_OVERFLOW: NTSTATUS = 0xC000A010;
1204 pub const STATUS_ND_QUEUE_OVERFLOW: NTSTATUS = 0xC000A011;
1205 pub const STATUS_HOPLIMIT_EXCEEDED: NTSTATUS = 0xC000A012;
1206 pub const STATUS_PROTOCOL_NOT_SUPPORTED: NTSTATUS = 0xC000A013;
1207 pub const STATUS_FASTPATH_REJECTED: NTSTATUS = 0xC000A014;
1208 pub const STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED: NTSTATUS = 0xC000A080;
1209 pub const STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR: NTSTATUS = 0xC000A081;
1210 pub const STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR: NTSTATUS = 0xC000A082;
1211 pub const STATUS_XML_PARSE_ERROR: NTSTATUS = 0xC000A083;
1212 pub const STATUS_XMLDSIG_ERROR: NTSTATUS = 0xC000A084;
1213 pub const STATUS_WRONG_COMPARTMENT: NTSTATUS = 0xC000A085;
1214 pub const STATUS_AUTHIP_FAILURE: NTSTATUS = 0xC000A086;
1215 pub const STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS: NTSTATUS = 0xC000A087;
1216 pub const STATUS_DS_OID_NOT_FOUND: NTSTATUS = 0xC000A088;
1217 pub const STATUS_INCORRECT_ACCOUNT_TYPE: NTSTATUS = 0xC000A089;
1218 pub const STATUS_HASH_NOT_SUPPORTED: NTSTATUS = 0xC000A100;
1219 pub const STATUS_HASH_NOT_PRESENT: NTSTATUS = 0xC000A101;
1220 pub const STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED: NTSTATUS = 0xC000A121;
1221 pub const STATUS_GPIO_CLIENT_INFORMATION_INVALID: NTSTATUS = 0xC000A122;
1222 pub const STATUS_GPIO_VERSION_NOT_SUPPORTED: NTSTATUS = 0xC000A123;
1223 pub const STATUS_GPIO_INVALID_REGISTRATION_PACKET: NTSTATUS = 0xC000A124;
1224 pub const STATUS_GPIO_OPERATION_DENIED: NTSTATUS = 0xC000A125;
1225 pub const STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE: NTSTATUS = 0xC000A126;
1226 pub const STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED: NTSTATUS = 0x8000A127;
1227 pub const STATUS_CANNOT_SWITCH_RUNLEVEL: NTSTATUS = 0xC000A141;
1228 pub const STATUS_INVALID_RUNLEVEL_SETTING: NTSTATUS = 0xC000A142;
1229 pub const STATUS_RUNLEVEL_SWITCH_TIMEOUT: NTSTATUS = 0xC000A143;
1230 pub const STATUS_SERVICES_FAILED_AUTOSTART: NTSTATUS = 0x4000A144;
1231 pub const STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT: NTSTATUS = 0xC000A145;
1232 pub const STATUS_RUNLEVEL_SWITCH_IN_PROGRESS: NTSTATUS = 0xC000A146;
1233 pub const STATUS_NOT_APPCONTAINER: NTSTATUS = 0xC000A200;
1234 pub const STATUS_NOT_SUPPORTED_IN_APPCONTAINER: NTSTATUS = 0xC000A201;
1235 pub const STATUS_INVALID_PACKAGE_SID_LENGTH: NTSTATUS = 0xC000A202;
1236 pub const STATUS_APP_DATA_NOT_FOUND: NTSTATUS = 0xC000A281;
1237 pub const STATUS_APP_DATA_EXPIRED: NTSTATUS = 0xC000A282;
1238 pub const STATUS_APP_DATA_CORRUPT: NTSTATUS = 0xC000A283;
1239 pub const STATUS_APP_DATA_LIMIT_EXCEEDED: NTSTATUS = 0xC000A284;
1240 pub const STATUS_APP_DATA_REBOOT_REQUIRED: NTSTATUS = 0xC000A285;
1241 pub const STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED: NTSTATUS = 0xC000A2A1;
1242 pub const STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED: NTSTATUS = 0xC000A2A2;
1243 pub const STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED: NTSTATUS = 0xC000A2A3;
1244 pub const STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED: NTSTATUS = 0xC000A2A4;
1245 pub const STATUS_CLOUD_FILE_PROVIDER_UNKNOWN: NTSTATUS = 0xC000CF00;
1246 pub const STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING: NTSTATUS = 0xC000CF01;
1247 pub const STATUS_CLOUD_FILE_METADATA_CORRUPT: NTSTATUS = 0xC000CF02;
1248 pub const STATUS_CLOUD_FILE_METADATA_TOO_LARGE: NTSTATUS = 0xC000CF03;
1249 pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE: NTSTATUS = 0x8000CF04;
1250 pub const DBG_NO_STATE_CHANGE: NTSTATUS = 0xC0010001;
1251 pub const DBG_APP_NOT_IDLE: NTSTATUS = 0xC0010002;
1252 pub const RPC_NT_INVALID_STRING_BINDING: NTSTATUS = 0xC0020001;
1253 pub const RPC_NT_WRONG_KIND_OF_BINDING: NTSTATUS = 0xC0020002;
1254 pub const RPC_NT_INVALID_BINDING: NTSTATUS = 0xC0020003;
1255 pub const RPC_NT_PROTSEQ_NOT_SUPPORTED: NTSTATUS = 0xC0020004;
1256 pub const RPC_NT_INVALID_RPC_PROTSEQ: NTSTATUS = 0xC0020005;
1257 pub const RPC_NT_INVALID_STRING_UUID: NTSTATUS = 0xC0020006;
1258 pub const RPC_NT_INVALID_ENDPOINT_FORMAT: NTSTATUS = 0xC0020007;
1259 pub const RPC_NT_INVALID_NET_ADDR: NTSTATUS = 0xC0020008;
1260 pub const RPC_NT_NO_ENDPOINT_FOUND: NTSTATUS = 0xC0020009;
1261 pub const RPC_NT_INVALID_TIMEOUT: NTSTATUS = 0xC002000A;
1262 pub const RPC_NT_OBJECT_NOT_FOUND: NTSTATUS = 0xC002000B;
1263 pub const RPC_NT_ALREADY_REGISTERED: NTSTATUS = 0xC002000C;
1264 pub const RPC_NT_TYPE_ALREADY_REGISTERED: NTSTATUS = 0xC002000D;
1265 pub const RPC_NT_ALREADY_LISTENING: NTSTATUS = 0xC002000E;
1266 pub const RPC_NT_NO_PROTSEQS_REGISTERED: NTSTATUS = 0xC002000F;
1267 pub const RPC_NT_NOT_LISTENING: NTSTATUS = 0xC0020010;
1268 pub const RPC_NT_UNKNOWN_MGR_TYPE: NTSTATUS = 0xC0020011;
1269 pub const RPC_NT_UNKNOWN_IF: NTSTATUS = 0xC0020012;
1270 pub const RPC_NT_NO_BINDINGS: NTSTATUS = 0xC0020013;
1271 pub const RPC_NT_NO_PROTSEQS: NTSTATUS = 0xC0020014;
1272 pub const RPC_NT_CANT_CREATE_ENDPOINT: NTSTATUS = 0xC0020015;
1273 pub const RPC_NT_OUT_OF_RESOURCES: NTSTATUS = 0xC0020016;
1274 pub const RPC_NT_SERVER_UNAVAILABLE: NTSTATUS = 0xC0020017;
1275 pub const RPC_NT_SERVER_TOO_BUSY: NTSTATUS = 0xC0020018;
1276 pub const RPC_NT_INVALID_NETWORK_OPTIONS: NTSTATUS = 0xC0020019;
1277 pub const RPC_NT_NO_CALL_ACTIVE: NTSTATUS = 0xC002001A;
1278 pub const RPC_NT_CALL_FAILED: NTSTATUS = 0xC002001B;
1279 pub const RPC_NT_CALL_FAILED_DNE: NTSTATUS = 0xC002001C;
1280 pub const RPC_NT_PROTOCOL_ERROR: NTSTATUS = 0xC002001D;
1281 pub const RPC_NT_UNSUPPORTED_TRANS_SYN: NTSTATUS = 0xC002001F;
1282 pub const RPC_NT_UNSUPPORTED_TYPE: NTSTATUS = 0xC0020021;
1283 pub const RPC_NT_INVALID_TAG: NTSTATUS = 0xC0020022;
1284 pub const RPC_NT_INVALID_BOUND: NTSTATUS = 0xC0020023;
1285 pub const RPC_NT_NO_ENTRY_NAME: NTSTATUS = 0xC0020024;
1286 pub const RPC_NT_INVALID_NAME_SYNTAX: NTSTATUS = 0xC0020025;
1287 pub const RPC_NT_UNSUPPORTED_NAME_SYNTAX: NTSTATUS = 0xC0020026;
1288 pub const RPC_NT_UUID_NO_ADDRESS: NTSTATUS = 0xC0020028;
1289 pub const RPC_NT_DUPLICATE_ENDPOINT: NTSTATUS = 0xC0020029;
1290 pub const RPC_NT_UNKNOWN_AUTHN_TYPE: NTSTATUS = 0xC002002A;
1291 pub const RPC_NT_MAX_CALLS_TOO_SMALL: NTSTATUS = 0xC002002B;
1292 pub const RPC_NT_STRING_TOO_LONG: NTSTATUS = 0xC002002C;
1293 pub const RPC_NT_PROTSEQ_NOT_FOUND: NTSTATUS = 0xC002002D;
1294 pub const RPC_NT_PROCNUM_OUT_OF_RANGE: NTSTATUS = 0xC002002E;
1295 pub const RPC_NT_BINDING_HAS_NO_AUTH: NTSTATUS = 0xC002002F;
1296 pub const RPC_NT_UNKNOWN_AUTHN_SERVICE: NTSTATUS = 0xC0020030;
1297 pub const RPC_NT_UNKNOWN_AUTHN_LEVEL: NTSTATUS = 0xC0020031;
1298 pub const RPC_NT_INVALID_AUTH_IDENTITY: NTSTATUS = 0xC0020032;
1299 pub const RPC_NT_UNKNOWN_AUTHZ_SERVICE: NTSTATUS = 0xC0020033;
1300 pub const EPT_NT_INVALID_ENTRY: NTSTATUS = 0xC0020034;
1301 pub const EPT_NT_CANT_PERFORM_OP: NTSTATUS = 0xC0020035;
1302 pub const EPT_NT_NOT_REGISTERED: NTSTATUS = 0xC0020036;
1303 pub const RPC_NT_NOTHING_TO_EXPORT: NTSTATUS = 0xC0020037;
1304 pub const RPC_NT_INCOMPLETE_NAME: NTSTATUS = 0xC0020038;
1305 pub const RPC_NT_INVALID_VERS_OPTION: NTSTATUS = 0xC0020039;
1306 pub const RPC_NT_NO_MORE_MEMBERS: NTSTATUS = 0xC002003A;
1307 pub const RPC_NT_NOT_ALL_OBJS_UNEXPORTED: NTSTATUS = 0xC002003B;
1308 pub const RPC_NT_INTERFACE_NOT_FOUND: NTSTATUS = 0xC002003C;
1309 pub const RPC_NT_ENTRY_ALREADY_EXISTS: NTSTATUS = 0xC002003D;
1310 pub const RPC_NT_ENTRY_NOT_FOUND: NTSTATUS = 0xC002003E;
1311 pub const RPC_NT_NAME_SERVICE_UNAVAILABLE: NTSTATUS = 0xC002003F;
1312 pub const RPC_NT_INVALID_NAF_ID: NTSTATUS = 0xC0020040;
1313 pub const RPC_NT_CANNOT_SUPPORT: NTSTATUS = 0xC0020041;
1314 pub const RPC_NT_NO_CONTEXT_AVAILABLE: NTSTATUS = 0xC0020042;
1315 pub const RPC_NT_INTERNAL_ERROR: NTSTATUS = 0xC0020043;
1316 pub const RPC_NT_ZERO_DIVIDE: NTSTATUS = 0xC0020044;
1317 pub const RPC_NT_ADDRESS_ERROR: NTSTATUS = 0xC0020045;
1318 pub const RPC_NT_FP_DIV_ZERO: NTSTATUS = 0xC0020046;
1319 pub const RPC_NT_FP_UNDERFLOW: NTSTATUS = 0xC0020047;
1320 pub const RPC_NT_FP_OVERFLOW: NTSTATUS = 0xC0020048;
1321 pub const RPC_NT_NO_MORE_ENTRIES: NTSTATUS = 0xC0030001;
1322 pub const RPC_NT_SS_CHAR_TRANS_OPEN_FAIL: NTSTATUS = 0xC0030002;
1323 pub const RPC_NT_SS_CHAR_TRANS_SHORT_FILE: NTSTATUS = 0xC0030003;
1324 pub const RPC_NT_SS_IN_NULL_CONTEXT: NTSTATUS = 0xC0030004;
1325 pub const RPC_NT_SS_CONTEXT_MISMATCH: NTSTATUS = 0xC0030005;
1326 pub const RPC_NT_SS_CONTEXT_DAMAGED: NTSTATUS = 0xC0030006;
1327 pub const RPC_NT_SS_HANDLES_MISMATCH: NTSTATUS = 0xC0030007;
1328 pub const RPC_NT_SS_CANNOT_GET_CALL_HANDLE: NTSTATUS = 0xC0030008;
1329 pub const RPC_NT_NULL_REF_POINTER: NTSTATUS = 0xC0030009;
1330 pub const RPC_NT_ENUM_VALUE_OUT_OF_RANGE: NTSTATUS = 0xC003000A;
1331 pub const RPC_NT_BYTE_COUNT_TOO_SMALL: NTSTATUS = 0xC003000B;
1332 pub const RPC_NT_BAD_STUB_DATA: NTSTATUS = 0xC003000C;
1333 pub const RPC_NT_CALL_IN_PROGRESS: NTSTATUS = 0xC0020049;
1334 pub const RPC_NT_NO_MORE_BINDINGS: NTSTATUS = 0xC002004A;
1335 pub const RPC_NT_GROUP_MEMBER_NOT_FOUND: NTSTATUS = 0xC002004B;
1336 pub const EPT_NT_CANT_CREATE: NTSTATUS = 0xC002004C;
1337 pub const RPC_NT_INVALID_OBJECT: NTSTATUS = 0xC002004D;
1338 pub const RPC_NT_NO_INTERFACES: NTSTATUS = 0xC002004F;
1339 pub const RPC_NT_CALL_CANCELLED: NTSTATUS = 0xC0020050;
1340 pub const RPC_NT_BINDING_INCOMPLETE: NTSTATUS = 0xC0020051;
1341 pub const RPC_NT_COMM_FAILURE: NTSTATUS = 0xC0020052;
1342 pub const RPC_NT_UNSUPPORTED_AUTHN_LEVEL: NTSTATUS = 0xC0020053;
1343 pub const RPC_NT_NO_PRINC_NAME: NTSTATUS = 0xC0020054;
1344 pub const RPC_NT_NOT_RPC_ERROR: NTSTATUS = 0xC0020055;
1345 pub const RPC_NT_UUID_LOCAL_ONLY: NTSTATUS = 0x40020056;
1346 pub const RPC_NT_SEC_PKG_ERROR: NTSTATUS = 0xC0020057;
1347 pub const RPC_NT_NOT_CANCELLED: NTSTATUS = 0xC0020058;
1348 pub const RPC_NT_INVALID_ES_ACTION: NTSTATUS = 0xC0030059;
1349 pub const RPC_NT_WRONG_ES_VERSION: NTSTATUS = 0xC003005A;
1350 pub const RPC_NT_WRONG_STUB_VERSION: NTSTATUS = 0xC003005B;
1351 pub const RPC_NT_INVALID_PIPE_OBJECT: NTSTATUS = 0xC003005C;
1352 pub const RPC_NT_INVALID_PIPE_OPERATION: NTSTATUS = 0xC003005D;
1353 pub const RPC_NT_WRONG_PIPE_VERSION: NTSTATUS = 0xC003005E;
1354 pub const RPC_NT_PIPE_CLOSED: NTSTATUS = 0xC003005F;
1355 pub const RPC_NT_PIPE_DISCIPLINE_ERROR: NTSTATUS = 0xC0030060;
1356 pub const RPC_NT_PIPE_EMPTY: NTSTATUS = 0xC0030061;
1357 pub const RPC_NT_INVALID_ASYNC_HANDLE: NTSTATUS = 0xC0020062;
1358 pub const RPC_NT_INVALID_ASYNC_CALL: NTSTATUS = 0xC0020063;
1359 pub const RPC_NT_PROXY_ACCESS_DENIED: NTSTATUS = 0xC0020064;
1360 pub const RPC_NT_COOKIE_AUTH_FAILED: NTSTATUS = 0xC0020065;
1361 pub const RPC_NT_SEND_INCOMPLETE: NTSTATUS = 0x400200AF;
1362 pub const STATUS_ACPI_INVALID_OPCODE: NTSTATUS = 0xC0140001;
1363 pub const STATUS_ACPI_STACK_OVERFLOW: NTSTATUS = 0xC0140002;
1364 pub const STATUS_ACPI_ASSERT_FAILED: NTSTATUS = 0xC0140003;
1365 pub const STATUS_ACPI_INVALID_INDEX: NTSTATUS = 0xC0140004;
1366 pub const STATUS_ACPI_INVALID_ARGUMENT: NTSTATUS = 0xC0140005;
1367 pub const STATUS_ACPI_FATAL: NTSTATUS = 0xC0140006;
1368 pub const STATUS_ACPI_INVALID_SUPERNAME: NTSTATUS = 0xC0140007;
1369 pub const STATUS_ACPI_INVALID_ARGTYPE: NTSTATUS = 0xC0140008;
1370 pub const STATUS_ACPI_INVALID_OBJTYPE: NTSTATUS = 0xC0140009;
1371 pub const STATUS_ACPI_INVALID_TARGETTYPE: NTSTATUS = 0xC014000A;
1372 pub const STATUS_ACPI_INCORRECT_ARGUMENT_COUNT: NTSTATUS = 0xC014000B;
1373 pub const STATUS_ACPI_ADDRESS_NOT_MAPPED: NTSTATUS = 0xC014000C;
1374 pub const STATUS_ACPI_INVALID_EVENTTYPE: NTSTATUS = 0xC014000D;
1375 pub const STATUS_ACPI_HANDLER_COLLISION: NTSTATUS = 0xC014000E;
1376 pub const STATUS_ACPI_INVALID_DATA: NTSTATUS = 0xC014000F;
1377 pub const STATUS_ACPI_INVALID_REGION: NTSTATUS = 0xC0140010;
1378 pub const STATUS_ACPI_INVALID_ACCESS_SIZE: NTSTATUS = 0xC0140011;
1379 pub const STATUS_ACPI_ACQUIRE_GLOBAL_LOCK: NTSTATUS = 0xC0140012;
1380 pub const STATUS_ACPI_ALREADY_INITIALIZED: NTSTATUS = 0xC0140013;
1381 pub const STATUS_ACPI_NOT_INITIALIZED: NTSTATUS = 0xC0140014;
1382 pub const STATUS_ACPI_INVALID_MUTEX_LEVEL: NTSTATUS = 0xC0140015;
1383 pub const STATUS_ACPI_MUTEX_NOT_OWNED: NTSTATUS = 0xC0140016;
1384 pub const STATUS_ACPI_MUTEX_NOT_OWNER: NTSTATUS = 0xC0140017;
1385 pub const STATUS_ACPI_RS_ACCESS: NTSTATUS = 0xC0140018;
1386 pub const STATUS_ACPI_INVALID_TABLE: NTSTATUS = 0xC0140019;
1387 pub const STATUS_ACPI_REG_HANDLER_FAILED: NTSTATUS = 0xC0140020;
1388 pub const STATUS_ACPI_POWER_REQUEST_FAILED: NTSTATUS = 0xC0140021;
1389 pub const STATUS_CTX_WINSTATION_NAME_INVALID: NTSTATUS = 0xC00A0001;
1390 pub const STATUS_CTX_INVALID_PD: NTSTATUS = 0xC00A0002;
1391 pub const STATUS_CTX_PD_NOT_FOUND: NTSTATUS = 0xC00A0003;
1392 pub const STATUS_CTX_CDM_CONNECT: NTSTATUS = 0x400A0004;
1393 pub const STATUS_CTX_CDM_DISCONNECT: NTSTATUS = 0x400A0005;
1394 pub const STATUS_CTX_CLOSE_PENDING: NTSTATUS = 0xC00A0006;
1395 pub const STATUS_CTX_NO_OUTBUF: NTSTATUS = 0xC00A0007;
1396 pub const STATUS_CTX_MODEM_INF_NOT_FOUND: NTSTATUS = 0xC00A0008;
1397 pub const STATUS_CTX_INVALID_MODEMNAME: NTSTATUS = 0xC00A0009;
1398 pub const STATUS_CTX_RESPONSE_ERROR: NTSTATUS = 0xC00A000A;
1399 pub const STATUS_CTX_MODEM_RESPONSE_TIMEOUT: NTSTATUS = 0xC00A000B;
1400 pub const STATUS_CTX_MODEM_RESPONSE_NO_CARRIER: NTSTATUS = 0xC00A000C;
1401 pub const STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE: NTSTATUS = 0xC00A000D;
1402 pub const STATUS_CTX_MODEM_RESPONSE_BUSY: NTSTATUS = 0xC00A000E;
1403 pub const STATUS_CTX_MODEM_RESPONSE_VOICE: NTSTATUS = 0xC00A000F;
1404 pub const STATUS_CTX_TD_ERROR: NTSTATUS = 0xC00A0010;
1405 pub const STATUS_CTX_LICENSE_CLIENT_INVALID: NTSTATUS = 0xC00A0012;
1406 pub const STATUS_CTX_LICENSE_NOT_AVAILABLE: NTSTATUS = 0xC00A0013;
1407 pub const STATUS_CTX_LICENSE_EXPIRED: NTSTATUS = 0xC00A0014;
1408 pub const STATUS_CTX_WINSTATION_NOT_FOUND: NTSTATUS = 0xC00A0015;
1409 pub const STATUS_CTX_WINSTATION_NAME_COLLISION: NTSTATUS = 0xC00A0016;
1410 pub const STATUS_CTX_WINSTATION_BUSY: NTSTATUS = 0xC00A0017;
1411 pub const STATUS_CTX_BAD_VIDEO_MODE: NTSTATUS = 0xC00A0018;
1412 pub const STATUS_CTX_GRAPHICS_INVALID: NTSTATUS = 0xC00A0022;
1413 pub const STATUS_CTX_NOT_CONSOLE: NTSTATUS = 0xC00A0024;
1414 pub const STATUS_CTX_CLIENT_QUERY_TIMEOUT: NTSTATUS = 0xC00A0026;
1415 pub const STATUS_CTX_CONSOLE_DISCONNECT: NTSTATUS = 0xC00A0027;
1416 pub const STATUS_CTX_CONSOLE_CONNECT: NTSTATUS = 0xC00A0028;
1417 pub const STATUS_CTX_SHADOW_DENIED: NTSTATUS = 0xC00A002A;
1418 pub const STATUS_CTX_WINSTATION_ACCESS_DENIED: NTSTATUS = 0xC00A002B;
1419 pub const STATUS_CTX_INVALID_WD: NTSTATUS = 0xC00A002E;
1420 pub const STATUS_CTX_WD_NOT_FOUND: NTSTATUS = 0xC00A002F;
1421 pub const STATUS_CTX_SHADOW_INVALID: NTSTATUS = 0xC00A0030;
1422 pub const STATUS_CTX_SHADOW_DISABLED: NTSTATUS = 0xC00A0031;
1423 pub const STATUS_RDP_PROTOCOL_ERROR: NTSTATUS = 0xC00A0032;
1424 pub const STATUS_CTX_CLIENT_LICENSE_NOT_SET: NTSTATUS = 0xC00A0033;
1425 pub const STATUS_CTX_CLIENT_LICENSE_IN_USE: NTSTATUS = 0xC00A0034;
1426 pub const STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE: NTSTATUS = 0xC00A0035;
1427 pub const STATUS_CTX_SHADOW_NOT_RUNNING: NTSTATUS = 0xC00A0036;
1428 pub const STATUS_CTX_LOGON_DISABLED: NTSTATUS = 0xC00A0037;
1429 pub const STATUS_CTX_SECURITY_LAYER_ERROR: NTSTATUS = 0xC00A0038;
1430 pub const STATUS_TS_INCOMPATIBLE_SESSIONS: NTSTATUS = 0xC00A0039;
1431 pub const STATUS_TS_VIDEO_SUBSYSTEM_ERROR: NTSTATUS = 0xC00A003A;
1432 pub const STATUS_PNP_BAD_MPS_TABLE: NTSTATUS = 0xC0040035;
1433 pub const STATUS_PNP_TRANSLATION_FAILED: NTSTATUS = 0xC0040036;
1434 pub const STATUS_PNP_IRQ_TRANSLATION_FAILED: NTSTATUS = 0xC0040037;
1435 pub const STATUS_PNP_INVALID_ID: NTSTATUS = 0xC0040038;
1436 pub const STATUS_IO_REISSUE_AS_CACHED: NTSTATUS = 0xC0040039;
1437 pub const STATUS_MUI_FILE_NOT_FOUND: NTSTATUS = 0xC00B0001;
1438 pub const STATUS_MUI_INVALID_FILE: NTSTATUS = 0xC00B0002;
1439 pub const STATUS_MUI_INVALID_RC_CONFIG: NTSTATUS = 0xC00B0003;
1440 pub const STATUS_MUI_INVALID_LOCALE_NAME: NTSTATUS = 0xC00B0004;
1441 pub const STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME: NTSTATUS = 0xC00B0005;
1442 pub const STATUS_MUI_FILE_NOT_LOADED: NTSTATUS = 0xC00B0006;
1443 pub const STATUS_RESOURCE_ENUM_USER_STOP: NTSTATUS = 0xC00B0007;
1444 //FILTER_FLT_NTSTATUS_FROM_HRESULT
1445 pub const STATUS_FLT_NO_HANDLER_DEFINED: NTSTATUS = 0xC01C0001;
1446 pub const STATUS_FLT_CONTEXT_ALREADY_DEFINED: NTSTATUS = 0xC01C0002;
1447 pub const STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST: NTSTATUS = 0xC01C0003;
1448 pub const STATUS_FLT_DISALLOW_FAST_IO: NTSTATUS = 0xC01C0004;
1449 pub const STATUS_FLT_INVALID_NAME_REQUEST: NTSTATUS = 0xC01C0005;
1450 pub const STATUS_FLT_NOT_SAFE_TO_POST_OPERATION: NTSTATUS = 0xC01C0006;
1451 pub const STATUS_FLT_NOT_INITIALIZED: NTSTATUS = 0xC01C0007;
1452 pub const STATUS_FLT_FILTER_NOT_READY: NTSTATUS = 0xC01C0008;
1453 pub const STATUS_FLT_POST_OPERATION_CLEANUP: NTSTATUS = 0xC01C0009;
1454 pub const STATUS_FLT_INTERNAL_ERROR: NTSTATUS = 0xC01C000A;
1455 pub const STATUS_FLT_DELETING_OBJECT: NTSTATUS = 0xC01C000B;
1456 pub const STATUS_FLT_MUST_BE_NONPAGED_POOL: NTSTATUS = 0xC01C000C;
1457 pub const STATUS_FLT_DUPLICATE_ENTRY: NTSTATUS = 0xC01C000D;
1458 pub const STATUS_FLT_CBDQ_DISABLED: NTSTATUS = 0xC01C000E;
1459 pub const STATUS_FLT_DO_NOT_ATTACH: NTSTATUS = 0xC01C000F;
1460 pub const STATUS_FLT_DO_NOT_DETACH: NTSTATUS = 0xC01C0010;
1461 pub const STATUS_FLT_INSTANCE_ALTITUDE_COLLISION: NTSTATUS = 0xC01C0011;
1462 pub const STATUS_FLT_INSTANCE_NAME_COLLISION: NTSTATUS = 0xC01C0012;
1463 pub const STATUS_FLT_FILTER_NOT_FOUND: NTSTATUS = 0xC01C0013;
1464 pub const STATUS_FLT_VOLUME_NOT_FOUND: NTSTATUS = 0xC01C0014;
1465 pub const STATUS_FLT_INSTANCE_NOT_FOUND: NTSTATUS = 0xC01C0015;
1466 pub const STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND: NTSTATUS = 0xC01C0016;
1467 pub const STATUS_FLT_INVALID_CONTEXT_REGISTRATION: NTSTATUS = 0xC01C0017;
1468 pub const STATUS_FLT_NAME_CACHE_MISS: NTSTATUS = 0xC01C0018;
1469 pub const STATUS_FLT_NO_DEVICE_OBJECT: NTSTATUS = 0xC01C0019;
1470 pub const STATUS_FLT_VOLUME_ALREADY_MOUNTED: NTSTATUS = 0xC01C001A;
1471 pub const STATUS_FLT_ALREADY_ENLISTED: NTSTATUS = 0xC01C001B;
1472 pub const STATUS_FLT_CONTEXT_ALREADY_LINKED: NTSTATUS = 0xC01C001C;
1473 pub const STATUS_FLT_NO_WAITER_FOR_REPLY: NTSTATUS = 0xC01C0020;
1474 pub const STATUS_FLT_REGISTRATION_BUSY: NTSTATUS = 0xC01C0023;
1475 pub const STATUS_SXS_SECTION_NOT_FOUND: NTSTATUS = 0xC0150001;
1476 pub const STATUS_SXS_CANT_GEN_ACTCTX: NTSTATUS = 0xC0150002;
1477 pub const STATUS_SXS_INVALID_ACTCTXDATA_FORMAT: NTSTATUS = 0xC0150003;
1478 pub const STATUS_SXS_ASSEMBLY_NOT_FOUND: NTSTATUS = 0xC0150004;
1479 pub const STATUS_SXS_MANIFEST_FORMAT_ERROR: NTSTATUS = 0xC0150005;
1480 pub const STATUS_SXS_MANIFEST_PARSE_ERROR: NTSTATUS = 0xC0150006;
1481 pub const STATUS_SXS_ACTIVATION_CONTEXT_DISABLED: NTSTATUS = 0xC0150007;
1482 pub const STATUS_SXS_KEY_NOT_FOUND: NTSTATUS = 0xC0150008;
1483 pub const STATUS_SXS_VERSION_CONFLICT: NTSTATUS = 0xC0150009;
1484 pub const STATUS_SXS_WRONG_SECTION_TYPE: NTSTATUS = 0xC015000A;
1485 pub const STATUS_SXS_THREAD_QUERIES_DISABLED: NTSTATUS = 0xC015000B;
1486 pub const STATUS_SXS_ASSEMBLY_MISSING: NTSTATUS = 0xC015000C;
1487 pub const STATUS_SXS_RELEASE_ACTIVATION_CONTEXT: NTSTATUS = 0x4015000D;
1488 pub const STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET: NTSTATUS = 0xC015000E;
1489 pub const STATUS_SXS_EARLY_DEACTIVATION: NTSTATUS = 0xC015000F;
1490 pub const STATUS_SXS_INVALID_DEACTIVATION: NTSTATUS = 0xC0150010;
1491 pub const STATUS_SXS_MULTIPLE_DEACTIVATION: NTSTATUS = 0xC0150011;
1492 pub const STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY: NTSTATUS = 0xC0150012;
1493 pub const STATUS_SXS_PROCESS_TERMINATION_REQUESTED: NTSTATUS = 0xC0150013;
1494 pub const STATUS_SXS_CORRUPT_ACTIVATION_STACK: NTSTATUS = 0xC0150014;
1495 pub const STATUS_SXS_CORRUPTION: NTSTATUS = 0xC0150015;
1496 pub const STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE: NTSTATUS = 0xC0150016;
1497 pub const STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME: NTSTATUS = 0xC0150017;
1498 pub const STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE: NTSTATUS = 0xC0150018;
1499 pub const STATUS_SXS_IDENTITY_PARSE_ERROR: NTSTATUS = 0xC0150019;
1500 pub const STATUS_SXS_COMPONENT_STORE_CORRUPT: NTSTATUS = 0xC015001A;
1501 pub const STATUS_SXS_FILE_HASH_MISMATCH: NTSTATUS = 0xC015001B;
1502 pub const STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT: NTSTATUS
1503     = 0xC015001C;
1504 pub const STATUS_SXS_IDENTITIES_DIFFERENT: NTSTATUS = 0xC015001D;
1505 pub const STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT: NTSTATUS = 0xC015001E;
1506 pub const STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY: NTSTATUS = 0xC015001F;
1507 pub const STATUS_ADVANCED_INSTALLER_FAILED: NTSTATUS = 0xC0150020;
1508 pub const STATUS_XML_ENCODING_MISMATCH: NTSTATUS = 0xC0150021;
1509 pub const STATUS_SXS_MANIFEST_TOO_BIG: NTSTATUS = 0xC0150022;
1510 pub const STATUS_SXS_SETTING_NOT_REGISTERED: NTSTATUS = 0xC0150023;
1511 pub const STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE: NTSTATUS = 0xC0150024;
1512 pub const STATUS_SMI_PRIMITIVE_INSTALLER_FAILED: NTSTATUS = 0xC0150025;
1513 pub const STATUS_GENERIC_COMMAND_FAILED: NTSTATUS = 0xC0150026;
1514 pub const STATUS_SXS_FILE_HASH_MISSING: NTSTATUS = 0xC0150027;
1515 pub const STATUS_CLUSTER_INVALID_NODE: NTSTATUS = 0xC0130001;
1516 pub const STATUS_CLUSTER_NODE_EXISTS: NTSTATUS = 0xC0130002;
1517 pub const STATUS_CLUSTER_JOIN_IN_PROGRESS: NTSTATUS = 0xC0130003;
1518 pub const STATUS_CLUSTER_NODE_NOT_FOUND: NTSTATUS = 0xC0130004;
1519 pub const STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND: NTSTATUS = 0xC0130005;
1520 pub const STATUS_CLUSTER_NETWORK_EXISTS: NTSTATUS = 0xC0130006;
1521 pub const STATUS_CLUSTER_NETWORK_NOT_FOUND: NTSTATUS = 0xC0130007;
1522 pub const STATUS_CLUSTER_NETINTERFACE_EXISTS: NTSTATUS = 0xC0130008;
1523 pub const STATUS_CLUSTER_NETINTERFACE_NOT_FOUND: NTSTATUS = 0xC0130009;
1524 pub const STATUS_CLUSTER_INVALID_REQUEST: NTSTATUS = 0xC013000A;
1525 pub const STATUS_CLUSTER_INVALID_NETWORK_PROVIDER: NTSTATUS = 0xC013000B;
1526 pub const STATUS_CLUSTER_NODE_DOWN: NTSTATUS = 0xC013000C;
1527 pub const STATUS_CLUSTER_NODE_UNREACHABLE: NTSTATUS = 0xC013000D;
1528 pub const STATUS_CLUSTER_NODE_NOT_MEMBER: NTSTATUS = 0xC013000E;
1529 pub const STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS: NTSTATUS = 0xC013000F;
1530 pub const STATUS_CLUSTER_INVALID_NETWORK: NTSTATUS = 0xC0130010;
1531 pub const STATUS_CLUSTER_NO_NET_ADAPTERS: NTSTATUS = 0xC0130011;
1532 pub const STATUS_CLUSTER_NODE_UP: NTSTATUS = 0xC0130012;
1533 pub const STATUS_CLUSTER_NODE_PAUSED: NTSTATUS = 0xC0130013;
1534 pub const STATUS_CLUSTER_NODE_NOT_PAUSED: NTSTATUS = 0xC0130014;
1535 pub const STATUS_CLUSTER_NO_SECURITY_CONTEXT: NTSTATUS = 0xC0130015;
1536 pub const STATUS_CLUSTER_NETWORK_NOT_INTERNAL: NTSTATUS = 0xC0130016;
1537 pub const STATUS_CLUSTER_POISONED: NTSTATUS = 0xC0130017;
1538 pub const STATUS_CLUSTER_NON_CSV_PATH: NTSTATUS = 0xC0130018;
1539 pub const STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL: NTSTATUS = 0xC0130019;
1540 pub const STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = 0xC0130020;
1541 pub const STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR: NTSTATUS = 0xC0130021;
1542 pub const STATUS_CLUSTER_CSV_REDIRECTED: NTSTATUS = 0xC0130022;
1543 pub const STATUS_CLUSTER_CSV_NOT_REDIRECTED: NTSTATUS = 0xC0130023;
1544 pub const STATUS_CLUSTER_CSV_VOLUME_DRAINING: NTSTATUS = 0xC0130024;
1545 pub const STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS: NTSTATUS = 0xC0130025;
1546 pub const STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL: NTSTATUS = 0xC0130026;
1547 pub const STATUS_CLUSTER_CSV_NO_SNAPSHOTS: NTSTATUS = 0xC0130027;
1548 pub const STATUS_CSV_IO_PAUSE_TIMEOUT: NTSTATUS = 0xC0130028;
1549 pub const STATUS_CLUSTER_CSV_INVALID_HANDLE: NTSTATUS = 0xC0130029;
1550 pub const STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR: NTSTATUS = 0xC0130030;
1551 pub const STATUS_TRANSACTIONAL_CONFLICT: NTSTATUS = 0xC0190001;
1552 pub const STATUS_INVALID_TRANSACTION: NTSTATUS = 0xC0190002;
1553 pub const STATUS_TRANSACTION_NOT_ACTIVE: NTSTATUS = 0xC0190003;
1554 pub const STATUS_TM_INITIALIZATION_FAILED: NTSTATUS = 0xC0190004;
1555 pub const STATUS_RM_NOT_ACTIVE: NTSTATUS = 0xC0190005;
1556 pub const STATUS_RM_METADATA_CORRUPT: NTSTATUS = 0xC0190006;
1557 pub const STATUS_TRANSACTION_NOT_JOINED: NTSTATUS = 0xC0190007;
1558 pub const STATUS_DIRECTORY_NOT_RM: NTSTATUS = 0xC0190008;
1559 pub const STATUS_COULD_NOT_RESIZE_LOG: NTSTATUS = 0x80190009;
1560 pub const STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE: NTSTATUS = 0xC019000A;
1561 pub const STATUS_LOG_RESIZE_INVALID_SIZE: NTSTATUS = 0xC019000B;
1562 pub const STATUS_REMOTE_FILE_VERSION_MISMATCH: NTSTATUS = 0xC019000C;
1563 pub const STATUS_CRM_PROTOCOL_ALREADY_EXISTS: NTSTATUS = 0xC019000F;
1564 pub const STATUS_TRANSACTION_PROPAGATION_FAILED: NTSTATUS = 0xC0190010;
1565 pub const STATUS_CRM_PROTOCOL_NOT_FOUND: NTSTATUS = 0xC0190011;
1566 pub const STATUS_TRANSACTION_SUPERIOR_EXISTS: NTSTATUS = 0xC0190012;
1567 pub const STATUS_TRANSACTION_REQUEST_NOT_VALID: NTSTATUS = 0xC0190013;
1568 pub const STATUS_TRANSACTION_NOT_REQUESTED: NTSTATUS = 0xC0190014;
1569 pub const STATUS_TRANSACTION_ALREADY_ABORTED: NTSTATUS = 0xC0190015;
1570 pub const STATUS_TRANSACTION_ALREADY_COMMITTED: NTSTATUS = 0xC0190016;
1571 pub const STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER: NTSTATUS = 0xC0190017;
1572 pub const STATUS_CURRENT_TRANSACTION_NOT_VALID: NTSTATUS = 0xC0190018;
1573 pub const STATUS_LOG_GROWTH_FAILED: NTSTATUS = 0xC0190019;
1574 pub const STATUS_OBJECT_NO_LONGER_EXISTS: NTSTATUS = 0xC0190021;
1575 pub const STATUS_STREAM_MINIVERSION_NOT_FOUND: NTSTATUS = 0xC0190022;
1576 pub const STATUS_STREAM_MINIVERSION_NOT_VALID: NTSTATUS = 0xC0190023;
1577 pub const STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION: NTSTATUS
1578     = 0xC0190024;
1579 pub const STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT: NTSTATUS = 0xC0190025;
1580 pub const STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS: NTSTATUS = 0xC0190026;
1581 pub const STATUS_HANDLE_NO_LONGER_VALID: NTSTATUS = 0xC0190028;
1582 pub const STATUS_NO_TXF_METADATA: NTSTATUS = 0x80190029;
1583 pub const STATUS_LOG_CORRUPTION_DETECTED: NTSTATUS = 0xC0190030;
1584 pub const STATUS_CANT_RECOVER_WITH_HANDLE_OPEN: NTSTATUS = 0x80190031;
1585 pub const STATUS_RM_DISCONNECTED: NTSTATUS = 0xC0190032;
1586 pub const STATUS_ENLISTMENT_NOT_SUPERIOR: NTSTATUS = 0xC0190033;
1587 pub const STATUS_RECOVERY_NOT_NEEDED: NTSTATUS = 0x40190034;
1588 pub const STATUS_RM_ALREADY_STARTED: NTSTATUS = 0x40190035;
1589 pub const STATUS_FILE_IDENTITY_NOT_PERSISTENT: NTSTATUS = 0xC0190036;
1590 pub const STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY: NTSTATUS = 0xC0190037;
1591 pub const STATUS_CANT_CROSS_RM_BOUNDARY: NTSTATUS = 0xC0190038;
1592 pub const STATUS_TXF_DIR_NOT_EMPTY: NTSTATUS = 0xC0190039;
1593 pub const STATUS_INDOUBT_TRANSACTIONS_EXIST: NTSTATUS = 0xC019003A;
1594 pub const STATUS_TM_VOLATILE: NTSTATUS = 0xC019003B;
1595 pub const STATUS_ROLLBACK_TIMER_EXPIRED: NTSTATUS = 0xC019003C;
1596 pub const STATUS_TXF_ATTRIBUTE_CORRUPT: NTSTATUS = 0xC019003D;
1597 pub const STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = 0xC019003E;
1598 pub const STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED: NTSTATUS = 0xC019003F;
1599 pub const STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE: NTSTATUS = 0xC0190040;
1600 pub const STATUS_TXF_METADATA_ALREADY_PRESENT: NTSTATUS = 0x80190041;
1601 pub const STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET: NTSTATUS = 0x80190042;
1602 pub const STATUS_TRANSACTION_REQUIRED_PROMOTION: NTSTATUS = 0xC0190043;
1603 pub const STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION: NTSTATUS = 0xC0190044;
1604 pub const STATUS_TRANSACTIONS_NOT_FROZEN: NTSTATUS = 0xC0190045;
1605 pub const STATUS_TRANSACTION_FREEZE_IN_PROGRESS: NTSTATUS = 0xC0190046;
1606 pub const STATUS_NOT_SNAPSHOT_VOLUME: NTSTATUS = 0xC0190047;
1607 pub const STATUS_NO_SAVEPOINT_WITH_OPEN_FILES: NTSTATUS = 0xC0190048;
1608 pub const STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = 0xC0190049;
1609 pub const STATUS_TM_IDENTITY_MISMATCH: NTSTATUS = 0xC019004A;
1610 pub const STATUS_FLOATED_SECTION: NTSTATUS = 0xC019004B;
1611 pub const STATUS_CANNOT_ACCEPT_TRANSACTED_WORK: NTSTATUS = 0xC019004C;
1612 pub const STATUS_CANNOT_ABORT_TRANSACTIONS: NTSTATUS = 0xC019004D;
1613 pub const STATUS_TRANSACTION_NOT_FOUND: NTSTATUS = 0xC019004E;
1614 pub const STATUS_RESOURCEMANAGER_NOT_FOUND: NTSTATUS = 0xC019004F;
1615 pub const STATUS_ENLISTMENT_NOT_FOUND: NTSTATUS = 0xC0190050;
1616 pub const STATUS_TRANSACTIONMANAGER_NOT_FOUND: NTSTATUS = 0xC0190051;
1617 pub const STATUS_TRANSACTIONMANAGER_NOT_ONLINE: NTSTATUS = 0xC0190052;
1618 pub const STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION: NTSTATUS = 0xC0190053;
1619 pub const STATUS_TRANSACTION_NOT_ROOT: NTSTATUS = 0xC0190054;
1620 pub const STATUS_TRANSACTION_OBJECT_EXPIRED: NTSTATUS = 0xC0190055;
1621 pub const STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = 0xC0190056;
1622 pub const STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED: NTSTATUS = 0xC0190057;
1623 pub const STATUS_TRANSACTION_RECORD_TOO_LONG: NTSTATUS = 0xC0190058;
1624 pub const STATUS_NO_LINK_TRACKING_IN_TRANSACTION: NTSTATUS = 0xC0190059;
1625 pub const STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION: NTSTATUS = 0xC019005A;
1626 pub const STATUS_TRANSACTION_INTEGRITY_VIOLATED: NTSTATUS = 0xC019005B;
1627 pub const STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH: NTSTATUS = 0xC019005C;
1628 pub const STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT: NTSTATUS = 0xC019005D;
1629 pub const STATUS_TRANSACTION_MUST_WRITETHROUGH: NTSTATUS = 0xC019005E;
1630 pub const STATUS_TRANSACTION_NO_SUPERIOR: NTSTATUS = 0xC019005F;
1631 pub const STATUS_EXPIRED_HANDLE: NTSTATUS = 0xC0190060;
1632 pub const STATUS_TRANSACTION_NOT_ENLISTED: NTSTATUS = 0xC0190061;
1633 pub const STATUS_LOG_SECTOR_INVALID: NTSTATUS = 0xC01A0001;
1634 pub const STATUS_LOG_SECTOR_PARITY_INVALID: NTSTATUS = 0xC01A0002;
1635 pub const STATUS_LOG_SECTOR_REMAPPED: NTSTATUS = 0xC01A0003;
1636 pub const STATUS_LOG_BLOCK_INCOMPLETE: NTSTATUS = 0xC01A0004;
1637 pub const STATUS_LOG_INVALID_RANGE: NTSTATUS = 0xC01A0005;
1638 pub const STATUS_LOG_BLOCKS_EXHAUSTED: NTSTATUS = 0xC01A0006;
1639 pub const STATUS_LOG_READ_CONTEXT_INVALID: NTSTATUS = 0xC01A0007;
1640 pub const STATUS_LOG_RESTART_INVALID: NTSTATUS = 0xC01A0008;
1641 pub const STATUS_LOG_BLOCK_VERSION: NTSTATUS = 0xC01A0009;
1642 pub const STATUS_LOG_BLOCK_INVALID: NTSTATUS = 0xC01A000A;
1643 pub const STATUS_LOG_READ_MODE_INVALID: NTSTATUS = 0xC01A000B;
1644 pub const STATUS_LOG_NO_RESTART: NTSTATUS = 0x401A000C;
1645 pub const STATUS_LOG_METADATA_CORRUPT: NTSTATUS = 0xC01A000D;
1646 pub const STATUS_LOG_METADATA_INVALID: NTSTATUS = 0xC01A000E;
1647 pub const STATUS_LOG_METADATA_INCONSISTENT: NTSTATUS = 0xC01A000F;
1648 pub const STATUS_LOG_RESERVATION_INVALID: NTSTATUS = 0xC01A0010;
1649 pub const STATUS_LOG_CANT_DELETE: NTSTATUS = 0xC01A0011;
1650 pub const STATUS_LOG_CONTAINER_LIMIT_EXCEEDED: NTSTATUS = 0xC01A0012;
1651 pub const STATUS_LOG_START_OF_LOG: NTSTATUS = 0xC01A0013;
1652 pub const STATUS_LOG_POLICY_ALREADY_INSTALLED: NTSTATUS = 0xC01A0014;
1653 pub const STATUS_LOG_POLICY_NOT_INSTALLED: NTSTATUS = 0xC01A0015;
1654 pub const STATUS_LOG_POLICY_INVALID: NTSTATUS = 0xC01A0016;
1655 pub const STATUS_LOG_POLICY_CONFLICT: NTSTATUS = 0xC01A0017;
1656 pub const STATUS_LOG_PINNED_ARCHIVE_TAIL: NTSTATUS = 0xC01A0018;
1657 pub const STATUS_LOG_RECORD_NONEXISTENT: NTSTATUS = 0xC01A0019;
1658 pub const STATUS_LOG_RECORDS_RESERVED_INVALID: NTSTATUS = 0xC01A001A;
1659 pub const STATUS_LOG_SPACE_RESERVED_INVALID: NTSTATUS = 0xC01A001B;
1660 pub const STATUS_LOG_TAIL_INVALID: NTSTATUS = 0xC01A001C;
1661 pub const STATUS_LOG_FULL: NTSTATUS = 0xC01A001D;
1662 pub const STATUS_LOG_MULTIPLEXED: NTSTATUS = 0xC01A001E;
1663 pub const STATUS_LOG_DEDICATED: NTSTATUS = 0xC01A001F;
1664 pub const STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS: NTSTATUS = 0xC01A0020;
1665 pub const STATUS_LOG_ARCHIVE_IN_PROGRESS: NTSTATUS = 0xC01A0021;
1666 pub const STATUS_LOG_EPHEMERAL: NTSTATUS = 0xC01A0022;
1667 pub const STATUS_LOG_NOT_ENOUGH_CONTAINERS: NTSTATUS = 0xC01A0023;
1668 pub const STATUS_LOG_CLIENT_ALREADY_REGISTERED: NTSTATUS = 0xC01A0024;
1669 pub const STATUS_LOG_CLIENT_NOT_REGISTERED: NTSTATUS = 0xC01A0025;
1670 pub const STATUS_LOG_FULL_HANDLER_IN_PROGRESS: NTSTATUS = 0xC01A0026;
1671 pub const STATUS_LOG_CONTAINER_READ_FAILED: NTSTATUS = 0xC01A0027;
1672 pub const STATUS_LOG_CONTAINER_WRITE_FAILED: NTSTATUS = 0xC01A0028;
1673 pub const STATUS_LOG_CONTAINER_OPEN_FAILED: NTSTATUS = 0xC01A0029;
1674 pub const STATUS_LOG_CONTAINER_STATE_INVALID: NTSTATUS = 0xC01A002A;
1675 pub const STATUS_LOG_STATE_INVALID: NTSTATUS = 0xC01A002B;
1676 pub const STATUS_LOG_PINNED: NTSTATUS = 0xC01A002C;
1677 pub const STATUS_LOG_METADATA_FLUSH_FAILED: NTSTATUS = 0xC01A002D;
1678 pub const STATUS_LOG_INCONSISTENT_SECURITY: NTSTATUS = 0xC01A002E;
1679 pub const STATUS_LOG_APPENDED_FLUSH_FAILED: NTSTATUS = 0xC01A002F;
1680 pub const STATUS_LOG_PINNED_RESERVATION: NTSTATUS = 0xC01A0030;
1681 pub const STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = 0xC01B00EA;
1682 pub const STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED: NTSTATUS = 0x801B00EB;
1683 pub const STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST: NTSTATUS = 0x401B00EC;
1684 pub const STATUS_MONITOR_NO_DESCRIPTOR: NTSTATUS = 0xC01D0001;
1685 pub const STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT: NTSTATUS = 0xC01D0002;
1686 pub const STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM: NTSTATUS = 0xC01D0003;
1687 pub const STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK: NTSTATUS = 0xC01D0004;
1688 pub const STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED: NTSTATUS = 0xC01D0005;
1689 pub const STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK: NTSTATUS = 0xC01D0006;
1690 pub const STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK: NTSTATUS = 0xC01D0007;
1691 pub const STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA: NTSTATUS = 0xC01D0008;
1692 pub const STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK: NTSTATUS = 0xC01D0009;
1693 pub const STATUS_MONITOR_INVALID_MANUFACTURE_DATE: NTSTATUS = 0xC01D000A;
1694 pub const STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER: NTSTATUS = 0xC01E0000;
1695 pub const STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER: NTSTATUS = 0xC01E0001;
1696 pub const STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER: NTSTATUS = 0xC01E0002;
1697 pub const STATUS_GRAPHICS_ADAPTER_WAS_RESET: NTSTATUS = 0xC01E0003;
1698 pub const STATUS_GRAPHICS_INVALID_DRIVER_MODEL: NTSTATUS = 0xC01E0004;
1699 pub const STATUS_GRAPHICS_PRESENT_MODE_CHANGED: NTSTATUS = 0xC01E0005;
1700 pub const STATUS_GRAPHICS_PRESENT_OCCLUDED: NTSTATUS = 0xC01E0006;
1701 pub const STATUS_GRAPHICS_PRESENT_DENIED: NTSTATUS = 0xC01E0007;
1702 pub const STATUS_GRAPHICS_CANNOTCOLORCONVERT: NTSTATUS = 0xC01E0008;
1703 pub const STATUS_GRAPHICS_DRIVER_MISMATCH: NTSTATUS = 0xC01E0009;
1704 pub const STATUS_GRAPHICS_PARTIAL_DATA_POPULATED: NTSTATUS = 0x401E000A;
1705 pub const STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED: NTSTATUS = 0xC01E000B;
1706 pub const STATUS_GRAPHICS_PRESENT_UNOCCLUDED: NTSTATUS = 0xC01E000C;
1707 pub const STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE: NTSTATUS = 0xC01E000D;
1708 pub const STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED: NTSTATUS = 0xC01E000E;
1709 pub const STATUS_GRAPHICS_NO_VIDEO_MEMORY: NTSTATUS = 0xC01E0100;
1710 pub const STATUS_GRAPHICS_CANT_LOCK_MEMORY: NTSTATUS = 0xC01E0101;
1711 pub const STATUS_GRAPHICS_ALLOCATION_BUSY: NTSTATUS = 0xC01E0102;
1712 pub const STATUS_GRAPHICS_TOO_MANY_REFERENCES: NTSTATUS = 0xC01E0103;
1713 pub const STATUS_GRAPHICS_TRY_AGAIN_LATER: NTSTATUS = 0xC01E0104;
1714 pub const STATUS_GRAPHICS_TRY_AGAIN_NOW: NTSTATUS = 0xC01E0105;
1715 pub const STATUS_GRAPHICS_ALLOCATION_INVALID: NTSTATUS = 0xC01E0106;
1716 pub const STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE: NTSTATUS = 0xC01E0107;
1717 pub const STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED: NTSTATUS = 0xC01E0108;
1718 pub const STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION: NTSTATUS = 0xC01E0109;
1719 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE: NTSTATUS = 0xC01E0110;
1720 pub const STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION: NTSTATUS = 0xC01E0111;
1721 pub const STATUS_GRAPHICS_ALLOCATION_CLOSED: NTSTATUS = 0xC01E0112;
1722 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE: NTSTATUS = 0xC01E0113;
1723 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE: NTSTATUS = 0xC01E0114;
1724 pub const STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE: NTSTATUS = 0xC01E0115;
1725 pub const STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST: NTSTATUS = 0xC01E0116;
1726 pub const STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE: NTSTATUS = 0xC01E0200;
1727 pub const STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION: NTSTATUS = 0x401E0201;
1728 pub const STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY: NTSTATUS = 0xC01E0300;
1729 pub const STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED: NTSTATUS = 0xC01E0301;
1730 pub const STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED: NTSTATUS = 0xC01E0302;
1731 pub const STATUS_GRAPHICS_INVALID_VIDPN: NTSTATUS = 0xC01E0303;
1732 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE: NTSTATUS = 0xC01E0304;
1733 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET: NTSTATUS = 0xC01E0305;
1734 pub const STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED: NTSTATUS = 0xC01E0306;
1735 pub const STATUS_GRAPHICS_MODE_NOT_PINNED: NTSTATUS = 0x401E0307;
1736 pub const STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET: NTSTATUS = 0xC01E0308;
1737 pub const STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET: NTSTATUS = 0xC01E0309;
1738 pub const STATUS_GRAPHICS_INVALID_FREQUENCY: NTSTATUS = 0xC01E030A;
1739 pub const STATUS_GRAPHICS_INVALID_ACTIVE_REGION: NTSTATUS = 0xC01E030B;
1740 pub const STATUS_GRAPHICS_INVALID_TOTAL_REGION: NTSTATUS = 0xC01E030C;
1741 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE: NTSTATUS = 0xC01E0310;
1742 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE: NTSTATUS = 0xC01E0311;
1743 pub const STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET: NTSTATUS = 0xC01E0312;
1744 pub const STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY: NTSTATUS = 0xC01E0313;
1745 pub const STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET: NTSTATUS = 0xC01E0314;
1746 pub const STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET: NTSTATUS = 0xC01E0315;
1747 pub const STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET: NTSTATUS = 0xC01E0316;
1748 pub const STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET: NTSTATUS = 0xC01E0317;
1749 pub const STATUS_GRAPHICS_TARGET_ALREADY_IN_SET: NTSTATUS = 0xC01E0318;
1750 pub const STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH: NTSTATUS = 0xC01E0319;
1751 pub const STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY: NTSTATUS = 0xC01E031A;
1752 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET: NTSTATUS = 0xC01E031B;
1753 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE: NTSTATUS = 0xC01E031C;
1754 pub const STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET: NTSTATUS = 0xC01E031D;
1755 pub const STATUS_GRAPHICS_NO_PREFERRED_MODE: NTSTATUS = 0x401E031E;
1756 pub const STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET: NTSTATUS = 0xC01E031F;
1757 pub const STATUS_GRAPHICS_STALE_MODESET: NTSTATUS = 0xC01E0320;
1758 pub const STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET: NTSTATUS = 0xC01E0321;
1759 pub const STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE: NTSTATUS = 0xC01E0322;
1760 pub const STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN: NTSTATUS = 0xC01E0323;
1761 pub const STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE: NTSTATUS = 0xC01E0324;
1762 pub const STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION: NTSTATUS
1763     = 0xC01E0325;
1764 pub const STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES: NTSTATUS = 0xC01E0326;
1765 pub const STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY: NTSTATUS = 0xC01E0327;
1766 pub const STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE: NTSTATUS = 0xC01E0328;
1767 pub const STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET: NTSTATUS = 0xC01E0329;
1768 pub const STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET: NTSTATUS = 0xC01E032A;
1769 pub const STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR: NTSTATUS = 0xC01E032B;
1770 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET: NTSTATUS = 0xC01E032C;
1771 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET: NTSTATUS = 0xC01E032D;
1772 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE: NTSTATUS = 0xC01E032E;
1773 pub const STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE: NTSTATUS = 0xC01E032F;
1774 pub const STATUS_GRAPHICS_RESOURCES_NOT_RELATED: NTSTATUS = 0xC01E0330;
1775 pub const STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE: NTSTATUS = 0xC01E0331;
1776 pub const STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE: NTSTATUS = 0xC01E0332;
1777 pub const STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET: NTSTATUS = 0xC01E0333;
1778 pub const STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER: NTSTATUS
1779     = 0xC01E0334;
1780 pub const STATUS_GRAPHICS_NO_VIDPNMGR: NTSTATUS = 0xC01E0335;
1781 pub const STATUS_GRAPHICS_NO_ACTIVE_VIDPN: NTSTATUS = 0xC01E0336;
1782 pub const STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY: NTSTATUS = 0xC01E0337;
1783 pub const STATUS_GRAPHICS_MONITOR_NOT_CONNECTED: NTSTATUS = 0xC01E0338;
1784 pub const STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY: NTSTATUS = 0xC01E0339;
1785 pub const STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE: NTSTATUS = 0xC01E033A;
1786 pub const STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE: NTSTATUS = 0xC01E033B;
1787 pub const STATUS_GRAPHICS_INVALID_STRIDE: NTSTATUS = 0xC01E033C;
1788 pub const STATUS_GRAPHICS_INVALID_PIXELFORMAT: NTSTATUS = 0xC01E033D;
1789 pub const STATUS_GRAPHICS_INVALID_COLORBASIS: NTSTATUS = 0xC01E033E;
1790 pub const STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE: NTSTATUS = 0xC01E033F;
1791 pub const STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY: NTSTATUS = 0xC01E0340;
1792 pub const STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT: NTSTATUS = 0xC01E0341;
1793 pub const STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE: NTSTATUS = 0xC01E0342;
1794 pub const STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN: NTSTATUS = 0xC01E0343;
1795 pub const STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL: NTSTATUS = 0xC01E0344;
1796 pub const STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION: NTSTATUS
1797     = 0xC01E0345;
1798 pub const STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED: NTSTATUS
1799     = 0xC01E0346;
1800 pub const STATUS_GRAPHICS_INVALID_GAMMA_RAMP: NTSTATUS = 0xC01E0347;
1801 pub const STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED: NTSTATUS = 0xC01E0348;
1802 pub const STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED: NTSTATUS = 0xC01E0349;
1803 pub const STATUS_GRAPHICS_MODE_NOT_IN_MODESET: NTSTATUS = 0xC01E034A;
1804 pub const STATUS_GRAPHICS_DATASET_IS_EMPTY: NTSTATUS = 0x401E034B;
1805 pub const STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET: NTSTATUS = 0x401E034C;
1806 pub const STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON: NTSTATUS
1807     = 0xC01E034D;
1808 pub const STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE: NTSTATUS = 0xC01E034E;
1809 pub const STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE: NTSTATUS = 0xC01E034F;
1810 pub const STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS: NTSTATUS = 0xC01E0350;
1811 pub const STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED: NTSTATUS = 0x401E0351;
1812 pub const STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING: NTSTATUS = 0xC01E0352;
1813 pub const STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED: NTSTATUS = 0xC01E0353;
1814 pub const STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS: NTSTATUS = 0xC01E0354;
1815 pub const STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT: NTSTATUS = 0xC01E0355;
1816 pub const STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM: NTSTATUS = 0xC01E0356;
1817 pub const STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN: NTSTATUS = 0xC01E0357;
1818 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT: NTSTATUS
1819     = 0xC01E0358;
1820 pub const STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED: NTSTATUS = 0xC01E0359;
1821 pub const STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION: NTSTATUS = 0xC01E035A;
1822 pub const STATUS_GRAPHICS_INVALID_CLIENT_TYPE: NTSTATUS = 0xC01E035B;
1823 pub const STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET: NTSTATUS = 0xC01E035C;
1824 pub const STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED: NTSTATUS = 0xC01E0400;
1825 pub const STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED: NTSTATUS = 0xC01E0401;
1826 pub const STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS: NTSTATUS = 0x401E042F;
1827 pub const STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER: NTSTATUS = 0xC01E0430;
1828 pub const STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED: NTSTATUS = 0xC01E0431;
1829 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED: NTSTATUS = 0xC01E0432;
1830 pub const STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY: NTSTATUS = 0xC01E0433;
1831 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED: NTSTATUS = 0xC01E0434;
1832 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON: NTSTATUS = 0xC01E0435;
1833 pub const STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE: NTSTATUS = 0xC01E0436;
1834 pub const STATUS_GRAPHICS_LEADLINK_START_DEFERRED: NTSTATUS = 0x401E0437;
1835 pub const STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER: NTSTATUS = 0xC01E0438;
1836 pub const STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY: NTSTATUS = 0x401E0439;
1837 pub const STATUS_GRAPHICS_START_DEFERRED: NTSTATUS = 0x401E043A;
1838 pub const STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED: NTSTATUS = 0xC01E043B;
1839 pub const STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS: NTSTATUS = 0x401E043C;
1840 pub const STATUS_GRAPHICS_OPM_NOT_SUPPORTED: NTSTATUS = 0xC01E0500;
1841 pub const STATUS_GRAPHICS_COPP_NOT_SUPPORTED: NTSTATUS = 0xC01E0501;
1842 pub const STATUS_GRAPHICS_UAB_NOT_SUPPORTED: NTSTATUS = 0xC01E0502;
1843 pub const STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS: NTSTATUS = 0xC01E0503;
1844 pub const STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST: NTSTATUS = 0xC01E0505;
1845 pub const STATUS_GRAPHICS_OPM_INTERNAL_ERROR: NTSTATUS = 0xC01E050B;
1846 pub const STATUS_GRAPHICS_OPM_INVALID_HANDLE: NTSTATUS = 0xC01E050C;
1847 pub const STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH: NTSTATUS = 0xC01E050E;
1848 pub const STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED: NTSTATUS = 0xC01E050F;
1849 pub const STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED: NTSTATUS = 0xC01E0510;
1850 pub const STATUS_GRAPHICS_PVP_HFS_FAILED: NTSTATUS = 0xC01E0511;
1851 pub const STATUS_GRAPHICS_OPM_INVALID_SRM: NTSTATUS = 0xC01E0512;
1852 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP: NTSTATUS = 0xC01E0513;
1853 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP: NTSTATUS = 0xC01E0514;
1854 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA: NTSTATUS = 0xC01E0515;
1855 pub const STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET: NTSTATUS = 0xC01E0516;
1856 pub const STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH: NTSTATUS = 0xC01E0517;
1857 pub const STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE: NTSTATUS = 0xC01E0518;
1858 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS: NTSTATUS = 0xC01E051A;
1859 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS: NTSTATUS
1860     = 0xC01E051C;
1861 pub const STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST: NTSTATUS = 0xC01E051D;
1862 pub const STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR: NTSTATUS = 0xC01E051E;
1863 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS: NTSTATUS
1864     = 0xC01E051F;
1865 pub const STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED: NTSTATUS = 0xC01E0520;
1866 pub const STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST: NTSTATUS = 0xC01E0521;
1867 pub const STATUS_GRAPHICS_I2C_NOT_SUPPORTED: NTSTATUS = 0xC01E0580;
1868 pub const STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST: NTSTATUS = 0xC01E0581;
1869 pub const STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA: NTSTATUS = 0xC01E0582;
1870 pub const STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA: NTSTATUS = 0xC01E0583;
1871 pub const STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED: NTSTATUS = 0xC01E0584;
1872 pub const STATUS_GRAPHICS_DDCCI_INVALID_DATA: NTSTATUS = 0xC01E0585;
1873 pub const STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE: NTSTATUS
1874     = 0xC01E0586;
1875 pub const STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING: NTSTATUS = 0xC01E0587;
1876 pub const STATUS_GRAPHICS_MCA_INTERNAL_ERROR: NTSTATUS = 0xC01E0588;
1877 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND: NTSTATUS = 0xC01E0589;
1878 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH: NTSTATUS = 0xC01E058A;
1879 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM: NTSTATUS = 0xC01E058B;
1880 pub const STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE: NTSTATUS = 0xC01E058C;
1881 pub const STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS: NTSTATUS = 0xC01E058D;
1882 pub const STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED: NTSTATUS = 0xC01E05E0;
1883 pub const STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME: NTSTATUS = 0xC01E05E1;
1884 pub const STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP: NTSTATUS = 0xC01E05E2;
1885 pub const STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED: NTSTATUS = 0xC01E05E3;
1886 pub const STATUS_GRAPHICS_INVALID_POINTER: NTSTATUS = 0xC01E05E4;
1887 pub const STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE: NTSTATUS
1888     = 0xC01E05E5;
1889 pub const STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL: NTSTATUS = 0xC01E05E6;
1890 pub const STATUS_GRAPHICS_INTERNAL_ERROR: NTSTATUS = 0xC01E05E7;
1891 pub const STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS: NTSTATUS = 0xC01E05E8;
1892 pub const STATUS_FVE_LOCKED_VOLUME: NTSTATUS = 0xC0210000;
1893 pub const STATUS_FVE_NOT_ENCRYPTED: NTSTATUS = 0xC0210001;
1894 pub const STATUS_FVE_BAD_INFORMATION: NTSTATUS = 0xC0210002;
1895 pub const STATUS_FVE_TOO_SMALL: NTSTATUS = 0xC0210003;
1896 pub const STATUS_FVE_FAILED_WRONG_FS: NTSTATUS = 0xC0210004;
1897 pub const STATUS_FVE_BAD_PARTITION_SIZE: NTSTATUS = 0xC0210005;
1898 pub const STATUS_FVE_FS_NOT_EXTENDED: NTSTATUS = 0xC0210006;
1899 pub const STATUS_FVE_FS_MOUNTED: NTSTATUS = 0xC0210007;
1900 pub const STATUS_FVE_NO_LICENSE: NTSTATUS = 0xC0210008;
1901 pub const STATUS_FVE_ACTION_NOT_ALLOWED: NTSTATUS = 0xC0210009;
1902 pub const STATUS_FVE_BAD_DATA: NTSTATUS = 0xC021000A;
1903 pub const STATUS_FVE_VOLUME_NOT_BOUND: NTSTATUS = 0xC021000B;
1904 pub const STATUS_FVE_NOT_DATA_VOLUME: NTSTATUS = 0xC021000C;
1905 pub const STATUS_FVE_CONV_READ_ERROR: NTSTATUS = 0xC021000D;
1906 pub const STATUS_FVE_CONV_WRITE_ERROR: NTSTATUS = 0xC021000E;
1907 pub const STATUS_FVE_OVERLAPPED_UPDATE: NTSTATUS = 0xC021000F;
1908 pub const STATUS_FVE_FAILED_SECTOR_SIZE: NTSTATUS = 0xC0210010;
1909 pub const STATUS_FVE_FAILED_AUTHENTICATION: NTSTATUS = 0xC0210011;
1910 pub const STATUS_FVE_NOT_OS_VOLUME: NTSTATUS = 0xC0210012;
1911 pub const STATUS_FVE_KEYFILE_NOT_FOUND: NTSTATUS = 0xC0210013;
1912 pub const STATUS_FVE_KEYFILE_INVALID: NTSTATUS = 0xC0210014;
1913 pub const STATUS_FVE_KEYFILE_NO_VMK: NTSTATUS = 0xC0210015;
1914 pub const STATUS_FVE_TPM_DISABLED: NTSTATUS = 0xC0210016;
1915 pub const STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO: NTSTATUS = 0xC0210017;
1916 pub const STATUS_FVE_TPM_INVALID_PCR: NTSTATUS = 0xC0210018;
1917 pub const STATUS_FVE_TPM_NO_VMK: NTSTATUS = 0xC0210019;
1918 pub const STATUS_FVE_PIN_INVALID: NTSTATUS = 0xC021001A;
1919 pub const STATUS_FVE_AUTH_INVALID_APPLICATION: NTSTATUS = 0xC021001B;
1920 pub const STATUS_FVE_AUTH_INVALID_CONFIG: NTSTATUS = 0xC021001C;
1921 pub const STATUS_FVE_DEBUGGER_ENABLED: NTSTATUS = 0xC021001D;
1922 pub const STATUS_FVE_DRY_RUN_FAILED: NTSTATUS = 0xC021001E;
1923 pub const STATUS_FVE_BAD_METADATA_POINTER: NTSTATUS = 0xC021001F;
1924 pub const STATUS_FVE_OLD_METADATA_COPY: NTSTATUS = 0xC0210020;
1925 pub const STATUS_FVE_REBOOT_REQUIRED: NTSTATUS = 0xC0210021;
1926 pub const STATUS_FVE_RAW_ACCESS: NTSTATUS = 0xC0210022;
1927 pub const STATUS_FVE_RAW_BLOCKED: NTSTATUS = 0xC0210023;
1928 pub const STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY: NTSTATUS = 0xC0210024;
1929 pub const STATUS_FVE_MOR_FAILED: NTSTATUS = 0xC0210025;
1930 pub const STATUS_FVE_NO_FEATURE_LICENSE: NTSTATUS = 0xC0210026;
1931 pub const STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED: NTSTATUS = 0xC0210027;
1932 pub const STATUS_FVE_CONV_RECOVERY_FAILED: NTSTATUS = 0xC0210028;
1933 pub const STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG: NTSTATUS = 0xC0210029;
1934 pub const STATUS_FVE_INVALID_DATUM_TYPE: NTSTATUS = 0xC021002A;
1935 pub const STATUS_FVE_VOLUME_TOO_SMALL: NTSTATUS = 0xC0210030;
1936 pub const STATUS_FVE_ENH_PIN_INVALID: NTSTATUS = 0xC0210031;
1937 pub const STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE: NTSTATUS = 0xC0210032;
1938 pub const STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE: NTSTATUS = 0xC0210033;
1939 pub const STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK: NTSTATUS = 0xC0210034;
1940 pub const STATUS_FVE_NOT_ALLOWED_ON_CLUSTER: NTSTATUS = 0xC0210035;
1941 pub const STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING: NTSTATUS = 0xC0210036;
1942 pub const STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE: NTSTATUS = 0xC0210037;
1943 pub const STATUS_FVE_EDRIVE_DRY_RUN_FAILED: NTSTATUS = 0xC0210038;
1944 pub const STATUS_FVE_SECUREBOOT_DISABLED: NTSTATUS = 0xC0210039;
1945 pub const STATUS_FVE_SECUREBOOT_CONFIG_CHANGE: NTSTATUS = 0xC021003A;
1946 pub const STATUS_FVE_DEVICE_LOCKEDOUT: NTSTATUS = 0xC021003B;
1947 pub const STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT: NTSTATUS = 0xC021003C;
1948 pub const STATUS_FVE_NOT_DE_VOLUME: NTSTATUS = 0xC021003D;
1949 pub const STATUS_FVE_PROTECTION_DISABLED: NTSTATUS = 0xC021003E;
1950 pub const STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED: NTSTATUS = 0xC021003F;
1951 pub const STATUS_FWP_CALLOUT_NOT_FOUND: NTSTATUS = 0xC0220001;
1952 pub const STATUS_FWP_CONDITION_NOT_FOUND: NTSTATUS = 0xC0220002;
1953 pub const STATUS_FWP_FILTER_NOT_FOUND: NTSTATUS = 0xC0220003;
1954 pub const STATUS_FWP_LAYER_NOT_FOUND: NTSTATUS = 0xC0220004;
1955 pub const STATUS_FWP_PROVIDER_NOT_FOUND: NTSTATUS = 0xC0220005;
1956 pub const STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND: NTSTATUS = 0xC0220006;
1957 pub const STATUS_FWP_SUBLAYER_NOT_FOUND: NTSTATUS = 0xC0220007;
1958 pub const STATUS_FWP_NOT_FOUND: NTSTATUS = 0xC0220008;
1959 pub const STATUS_FWP_ALREADY_EXISTS: NTSTATUS = 0xC0220009;
1960 pub const STATUS_FWP_IN_USE: NTSTATUS = 0xC022000A;
1961 pub const STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS: NTSTATUS = 0xC022000B;
1962 pub const STATUS_FWP_WRONG_SESSION: NTSTATUS = 0xC022000C;
1963 pub const STATUS_FWP_NO_TXN_IN_PROGRESS: NTSTATUS = 0xC022000D;
1964 pub const STATUS_FWP_TXN_IN_PROGRESS: NTSTATUS = 0xC022000E;
1965 pub const STATUS_FWP_TXN_ABORTED: NTSTATUS = 0xC022000F;
1966 pub const STATUS_FWP_SESSION_ABORTED: NTSTATUS = 0xC0220010;
1967 pub const STATUS_FWP_INCOMPATIBLE_TXN: NTSTATUS = 0xC0220011;
1968 pub const STATUS_FWP_TIMEOUT: NTSTATUS = 0xC0220012;
1969 pub const STATUS_FWP_NET_EVENTS_DISABLED: NTSTATUS = 0xC0220013;
1970 pub const STATUS_FWP_INCOMPATIBLE_LAYER: NTSTATUS = 0xC0220014;
1971 pub const STATUS_FWP_KM_CLIENTS_ONLY: NTSTATUS = 0xC0220015;
1972 pub const STATUS_FWP_LIFETIME_MISMATCH: NTSTATUS = 0xC0220016;
1973 pub const STATUS_FWP_BUILTIN_OBJECT: NTSTATUS = 0xC0220017;
1974 pub const STATUS_FWP_TOO_MANY_CALLOUTS: NTSTATUS = 0xC0220018;
1975 pub const STATUS_FWP_NOTIFICATION_DROPPED: NTSTATUS = 0xC0220019;
1976 pub const STATUS_FWP_TRAFFIC_MISMATCH: NTSTATUS = 0xC022001A;
1977 pub const STATUS_FWP_INCOMPATIBLE_SA_STATE: NTSTATUS = 0xC022001B;
1978 pub const STATUS_FWP_NULL_POINTER: NTSTATUS = 0xC022001C;
1979 pub const STATUS_FWP_INVALID_ENUMERATOR: NTSTATUS = 0xC022001D;
1980 pub const STATUS_FWP_INVALID_FLAGS: NTSTATUS = 0xC022001E;
1981 pub const STATUS_FWP_INVALID_NET_MASK: NTSTATUS = 0xC022001F;
1982 pub const STATUS_FWP_INVALID_RANGE: NTSTATUS = 0xC0220020;
1983 pub const STATUS_FWP_INVALID_INTERVAL: NTSTATUS = 0xC0220021;
1984 pub const STATUS_FWP_ZERO_LENGTH_ARRAY: NTSTATUS = 0xC0220022;
1985 pub const STATUS_FWP_NULL_DISPLAY_NAME: NTSTATUS = 0xC0220023;
1986 pub const STATUS_FWP_INVALID_ACTION_TYPE: NTSTATUS = 0xC0220024;
1987 pub const STATUS_FWP_INVALID_WEIGHT: NTSTATUS = 0xC0220025;
1988 pub const STATUS_FWP_MATCH_TYPE_MISMATCH: NTSTATUS = 0xC0220026;
1989 pub const STATUS_FWP_TYPE_MISMATCH: NTSTATUS = 0xC0220027;
1990 pub const STATUS_FWP_OUT_OF_BOUNDS: NTSTATUS = 0xC0220028;
1991 pub const STATUS_FWP_RESERVED: NTSTATUS = 0xC0220029;
1992 pub const STATUS_FWP_DUPLICATE_CONDITION: NTSTATUS = 0xC022002A;
1993 pub const STATUS_FWP_DUPLICATE_KEYMOD: NTSTATUS = 0xC022002B;
1994 pub const STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER: NTSTATUS = 0xC022002C;
1995 pub const STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER: NTSTATUS = 0xC022002D;
1996 pub const STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER: NTSTATUS = 0xC022002E;
1997 pub const STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT: NTSTATUS = 0xC022002F;
1998 pub const STATUS_FWP_INCOMPATIBLE_AUTH_METHOD: NTSTATUS = 0xC0220030;
1999 pub const STATUS_FWP_INCOMPATIBLE_DH_GROUP: NTSTATUS = 0xC0220031;
2000 pub const STATUS_FWP_EM_NOT_SUPPORTED: NTSTATUS = 0xC0220032;
2001 pub const STATUS_FWP_NEVER_MATCH: NTSTATUS = 0xC0220033;
2002 pub const STATUS_FWP_PROVIDER_CONTEXT_MISMATCH: NTSTATUS = 0xC0220034;
2003 pub const STATUS_FWP_INVALID_PARAMETER: NTSTATUS = 0xC0220035;
2004 pub const STATUS_FWP_TOO_MANY_SUBLAYERS: NTSTATUS = 0xC0220036;
2005 pub const STATUS_FWP_CALLOUT_NOTIFICATION_FAILED: NTSTATUS = 0xC0220037;
2006 pub const STATUS_FWP_INVALID_AUTH_TRANSFORM: NTSTATUS = 0xC0220038;
2007 pub const STATUS_FWP_INVALID_CIPHER_TRANSFORM: NTSTATUS = 0xC0220039;
2008 pub const STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM: NTSTATUS = 0xC022003A;
2009 pub const STATUS_FWP_INVALID_TRANSFORM_COMBINATION: NTSTATUS = 0xC022003B;
2010 pub const STATUS_FWP_DUPLICATE_AUTH_METHOD: NTSTATUS = 0xC022003C;
2011 pub const STATUS_FWP_INVALID_TUNNEL_ENDPOINT: NTSTATUS = 0xC022003D;
2012 pub const STATUS_FWP_L2_DRIVER_NOT_READY: NTSTATUS = 0xC022003E;
2013 pub const STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED: NTSTATUS = 0xC022003F;
2014 pub const STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL: NTSTATUS = 0xC0220040;
2015 pub const STATUS_FWP_CONNECTIONS_DISABLED: NTSTATUS = 0xC0220041;
2016 pub const STATUS_FWP_INVALID_DNS_NAME: NTSTATUS = 0xC0220042;
2017 pub const STATUS_FWP_STILL_ON: NTSTATUS = 0xC0220043;
2018 pub const STATUS_FWP_IKEEXT_NOT_RUNNING: NTSTATUS = 0xC0220044;
2019 pub const STATUS_FWP_TCPIP_NOT_READY: NTSTATUS = 0xC0220100;
2020 pub const STATUS_FWP_INJECT_HANDLE_CLOSING: NTSTATUS = 0xC0220101;
2021 pub const STATUS_FWP_INJECT_HANDLE_STALE: NTSTATUS = 0xC0220102;
2022 pub const STATUS_FWP_CANNOT_PEND: NTSTATUS = 0xC0220103;
2023 pub const STATUS_FWP_DROP_NOICMP: NTSTATUS = 0xC0220104;
2024 pub const STATUS_NDIS_CLOSING: NTSTATUS = 0xC0230002;
2025 pub const STATUS_NDIS_BAD_VERSION: NTSTATUS = 0xC0230004;
2026 pub const STATUS_NDIS_BAD_CHARACTERISTICS: NTSTATUS = 0xC0230005;
2027 pub const STATUS_NDIS_ADAPTER_NOT_FOUND: NTSTATUS = 0xC0230006;
2028 pub const STATUS_NDIS_OPEN_FAILED: NTSTATUS = 0xC0230007;
2029 pub const STATUS_NDIS_DEVICE_FAILED: NTSTATUS = 0xC0230008;
2030 pub const STATUS_NDIS_MULTICAST_FULL: NTSTATUS = 0xC0230009;
2031 pub const STATUS_NDIS_MULTICAST_EXISTS: NTSTATUS = 0xC023000A;
2032 pub const STATUS_NDIS_MULTICAST_NOT_FOUND: NTSTATUS = 0xC023000B;
2033 pub const STATUS_NDIS_REQUEST_ABORTED: NTSTATUS = 0xC023000C;
2034 pub const STATUS_NDIS_RESET_IN_PROGRESS: NTSTATUS = 0xC023000D;
2035 pub const STATUS_NDIS_NOT_SUPPORTED: NTSTATUS = 0xC02300BB;
2036 pub const STATUS_NDIS_INVALID_PACKET: NTSTATUS = 0xC023000F;
2037 pub const STATUS_NDIS_ADAPTER_NOT_READY: NTSTATUS = 0xC0230011;
2038 pub const STATUS_NDIS_INVALID_LENGTH: NTSTATUS = 0xC0230014;
2039 pub const STATUS_NDIS_INVALID_DATA: NTSTATUS = 0xC0230015;
2040 pub const STATUS_NDIS_BUFFER_TOO_SHORT: NTSTATUS = 0xC0230016;
2041 pub const STATUS_NDIS_INVALID_OID: NTSTATUS = 0xC0230017;
2042 pub const STATUS_NDIS_ADAPTER_REMOVED: NTSTATUS = 0xC0230018;
2043 pub const STATUS_NDIS_UNSUPPORTED_MEDIA: NTSTATUS = 0xC0230019;
2044 pub const STATUS_NDIS_GROUP_ADDRESS_IN_USE: NTSTATUS = 0xC023001A;
2045 pub const STATUS_NDIS_FILE_NOT_FOUND: NTSTATUS = 0xC023001B;
2046 pub const STATUS_NDIS_ERROR_READING_FILE: NTSTATUS = 0xC023001C;
2047 pub const STATUS_NDIS_ALREADY_MAPPED: NTSTATUS = 0xC023001D;
2048 pub const STATUS_NDIS_RESOURCE_CONFLICT: NTSTATUS = 0xC023001E;
2049 pub const STATUS_NDIS_MEDIA_DISCONNECTED: NTSTATUS = 0xC023001F;
2050 pub const STATUS_NDIS_INVALID_ADDRESS: NTSTATUS = 0xC0230022;
2051 pub const STATUS_NDIS_INVALID_DEVICE_REQUEST: NTSTATUS = 0xC0230010;
2052 pub const STATUS_NDIS_PAUSED: NTSTATUS = 0xC023002A;
2053 pub const STATUS_NDIS_INTERFACE_NOT_FOUND: NTSTATUS = 0xC023002B;
2054 pub const STATUS_NDIS_UNSUPPORTED_REVISION: NTSTATUS = 0xC023002C;
2055 pub const STATUS_NDIS_INVALID_PORT: NTSTATUS = 0xC023002D;
2056 pub const STATUS_NDIS_INVALID_PORT_STATE: NTSTATUS = 0xC023002E;
2057 pub const STATUS_NDIS_LOW_POWER_STATE: NTSTATUS = 0xC023002F;
2058 pub const STATUS_NDIS_REINIT_REQUIRED: NTSTATUS = 0xC0230030;
2059 pub const STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED: NTSTATUS = 0xC0232000;
2060 pub const STATUS_NDIS_DOT11_MEDIA_IN_USE: NTSTATUS = 0xC0232001;
2061 pub const STATUS_NDIS_DOT11_POWER_STATE_INVALID: NTSTATUS = 0xC0232002;
2062 pub const STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL: NTSTATUS = 0xC0232003;
2063 pub const STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL: NTSTATUS = 0xC0232004;
2064 pub const STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE: NTSTATUS = 0xC0232005;
2065 pub const STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE: NTSTATUS = 0xC0232006;
2066 pub const STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED: NTSTATUS = 0xC0232007;
2067 pub const STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED: NTSTATUS = 0xC0232008;
2068 pub const STATUS_NDIS_INDICATION_REQUIRED: NTSTATUS = 0x40230001;
2069 pub const STATUS_NDIS_OFFLOAD_POLICY: NTSTATUS = 0xC023100F;
2070 pub const STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED: NTSTATUS = 0xC0231012;
2071 pub const STATUS_NDIS_OFFLOAD_PATH_REJECTED: NTSTATUS = 0xC0231013;
2072 pub const STATUS_TPM_ERROR_MASK: NTSTATUS = 0xC0290000;
2073 pub const STATUS_TPM_AUTHFAIL: NTSTATUS = 0xC0290001;
2074 pub const STATUS_TPM_BADINDEX: NTSTATUS = 0xC0290002;
2075 pub const STATUS_TPM_BAD_PARAMETER: NTSTATUS = 0xC0290003;
2076 pub const STATUS_TPM_AUDITFAILURE: NTSTATUS = 0xC0290004;
2077 pub const STATUS_TPM_CLEAR_DISABLED: NTSTATUS = 0xC0290005;
2078 pub const STATUS_TPM_DEACTIVATED: NTSTATUS = 0xC0290006;
2079 pub const STATUS_TPM_DISABLED: NTSTATUS = 0xC0290007;
2080 pub const STATUS_TPM_DISABLED_CMD: NTSTATUS = 0xC0290008;
2081 pub const STATUS_TPM_FAIL: NTSTATUS = 0xC0290009;
2082 pub const STATUS_TPM_BAD_ORDINAL: NTSTATUS = 0xC029000A;
2083 pub const STATUS_TPM_INSTALL_DISABLED: NTSTATUS = 0xC029000B;
2084 pub const STATUS_TPM_INVALID_KEYHANDLE: NTSTATUS = 0xC029000C;
2085 pub const STATUS_TPM_KEYNOTFOUND: NTSTATUS = 0xC029000D;
2086 pub const STATUS_TPM_INAPPROPRIATE_ENC: NTSTATUS = 0xC029000E;
2087 pub const STATUS_TPM_MIGRATEFAIL: NTSTATUS = 0xC029000F;
2088 pub const STATUS_TPM_INVALID_PCR_INFO: NTSTATUS = 0xC0290010;
2089 pub const STATUS_TPM_NOSPACE: NTSTATUS = 0xC0290011;
2090 pub const STATUS_TPM_NOSRK: NTSTATUS = 0xC0290012;
2091 pub const STATUS_TPM_NOTSEALED_BLOB: NTSTATUS = 0xC0290013;
2092 pub const STATUS_TPM_OWNER_SET: NTSTATUS = 0xC0290014;
2093 pub const STATUS_TPM_RESOURCES: NTSTATUS = 0xC0290015;
2094 pub const STATUS_TPM_SHORTRANDOM: NTSTATUS = 0xC0290016;
2095 pub const STATUS_TPM_SIZE: NTSTATUS = 0xC0290017;
2096 pub const STATUS_TPM_WRONGPCRVAL: NTSTATUS = 0xC0290018;
2097 pub const STATUS_TPM_BAD_PARAM_SIZE: NTSTATUS = 0xC0290019;
2098 pub const STATUS_TPM_SHA_THREAD: NTSTATUS = 0xC029001A;
2099 pub const STATUS_TPM_SHA_ERROR: NTSTATUS = 0xC029001B;
2100 pub const STATUS_TPM_FAILEDSELFTEST: NTSTATUS = 0xC029001C;
2101 pub const STATUS_TPM_AUTH2FAIL: NTSTATUS = 0xC029001D;
2102 pub const STATUS_TPM_BADTAG: NTSTATUS = 0xC029001E;
2103 pub const STATUS_TPM_IOERROR: NTSTATUS = 0xC029001F;
2104 pub const STATUS_TPM_ENCRYPT_ERROR: NTSTATUS = 0xC0290020;
2105 pub const STATUS_TPM_DECRYPT_ERROR: NTSTATUS = 0xC0290021;
2106 pub const STATUS_TPM_INVALID_AUTHHANDLE: NTSTATUS = 0xC0290022;
2107 pub const STATUS_TPM_NO_ENDORSEMENT: NTSTATUS = 0xC0290023;
2108 pub const STATUS_TPM_INVALID_KEYUSAGE: NTSTATUS = 0xC0290024;
2109 pub const STATUS_TPM_WRONG_ENTITYTYPE: NTSTATUS = 0xC0290025;
2110 pub const STATUS_TPM_INVALID_POSTINIT: NTSTATUS = 0xC0290026;
2111 pub const STATUS_TPM_INAPPROPRIATE_SIG: NTSTATUS = 0xC0290027;
2112 pub const STATUS_TPM_BAD_KEY_PROPERTY: NTSTATUS = 0xC0290028;
2113 pub const STATUS_TPM_BAD_MIGRATION: NTSTATUS = 0xC0290029;
2114 pub const STATUS_TPM_BAD_SCHEME: NTSTATUS = 0xC029002A;
2115 pub const STATUS_TPM_BAD_DATASIZE: NTSTATUS = 0xC029002B;
2116 pub const STATUS_TPM_BAD_MODE: NTSTATUS = 0xC029002C;
2117 pub const STATUS_TPM_BAD_PRESENCE: NTSTATUS = 0xC029002D;
2118 pub const STATUS_TPM_BAD_VERSION: NTSTATUS = 0xC029002E;
2119 pub const STATUS_TPM_NO_WRAP_TRANSPORT: NTSTATUS = 0xC029002F;
2120 pub const STATUS_TPM_AUDITFAIL_UNSUCCESSFUL: NTSTATUS = 0xC0290030;
2121 pub const STATUS_TPM_AUDITFAIL_SUCCESSFUL: NTSTATUS = 0xC0290031;
2122 pub const STATUS_TPM_NOTRESETABLE: NTSTATUS = 0xC0290032;
2123 pub const STATUS_TPM_NOTLOCAL: NTSTATUS = 0xC0290033;
2124 pub const STATUS_TPM_BAD_TYPE: NTSTATUS = 0xC0290034;
2125 pub const STATUS_TPM_INVALID_RESOURCE: NTSTATUS = 0xC0290035;
2126 pub const STATUS_TPM_NOTFIPS: NTSTATUS = 0xC0290036;
2127 pub const STATUS_TPM_INVALID_FAMILY: NTSTATUS = 0xC0290037;
2128 pub const STATUS_TPM_NO_NV_PERMISSION: NTSTATUS = 0xC0290038;
2129 pub const STATUS_TPM_REQUIRES_SIGN: NTSTATUS = 0xC0290039;
2130 pub const STATUS_TPM_KEY_NOTSUPPORTED: NTSTATUS = 0xC029003A;
2131 pub const STATUS_TPM_AUTH_CONFLICT: NTSTATUS = 0xC029003B;
2132 pub const STATUS_TPM_AREA_LOCKED: NTSTATUS = 0xC029003C;
2133 pub const STATUS_TPM_BAD_LOCALITY: NTSTATUS = 0xC029003D;
2134 pub const STATUS_TPM_READ_ONLY: NTSTATUS = 0xC029003E;
2135 pub const STATUS_TPM_PER_NOWRITE: NTSTATUS = 0xC029003F;
2136 pub const STATUS_TPM_FAMILYCOUNT: NTSTATUS = 0xC0290040;
2137 pub const STATUS_TPM_WRITE_LOCKED: NTSTATUS = 0xC0290041;
2138 pub const STATUS_TPM_BAD_ATTRIBUTES: NTSTATUS = 0xC0290042;
2139 pub const STATUS_TPM_INVALID_STRUCTURE: NTSTATUS = 0xC0290043;
2140 pub const STATUS_TPM_KEY_OWNER_CONTROL: NTSTATUS = 0xC0290044;
2141 pub const STATUS_TPM_BAD_COUNTER: NTSTATUS = 0xC0290045;
2142 pub const STATUS_TPM_NOT_FULLWRITE: NTSTATUS = 0xC0290046;
2143 pub const STATUS_TPM_CONTEXT_GAP: NTSTATUS = 0xC0290047;
2144 pub const STATUS_TPM_MAXNVWRITES: NTSTATUS = 0xC0290048;
2145 pub const STATUS_TPM_NOOPERATOR: NTSTATUS = 0xC0290049;
2146 pub const STATUS_TPM_RESOURCEMISSING: NTSTATUS = 0xC029004A;
2147 pub const STATUS_TPM_DELEGATE_LOCK: NTSTATUS = 0xC029004B;
2148 pub const STATUS_TPM_DELEGATE_FAMILY: NTSTATUS = 0xC029004C;
2149 pub const STATUS_TPM_DELEGATE_ADMIN: NTSTATUS = 0xC029004D;
2150 pub const STATUS_TPM_TRANSPORT_NOTEXCLUSIVE: NTSTATUS = 0xC029004E;
2151 pub const STATUS_TPM_OWNER_CONTROL: NTSTATUS = 0xC029004F;
2152 pub const STATUS_TPM_DAA_RESOURCES: NTSTATUS = 0xC0290050;
2153 pub const STATUS_TPM_DAA_INPUT_DATA0: NTSTATUS = 0xC0290051;
2154 pub const STATUS_TPM_DAA_INPUT_DATA1: NTSTATUS = 0xC0290052;
2155 pub const STATUS_TPM_DAA_ISSUER_SETTINGS: NTSTATUS = 0xC0290053;
2156 pub const STATUS_TPM_DAA_TPM_SETTINGS: NTSTATUS = 0xC0290054;
2157 pub const STATUS_TPM_DAA_STAGE: NTSTATUS = 0xC0290055;
2158 pub const STATUS_TPM_DAA_ISSUER_VALIDITY: NTSTATUS = 0xC0290056;
2159 pub const STATUS_TPM_DAA_WRONG_W: NTSTATUS = 0xC0290057;
2160 pub const STATUS_TPM_BAD_HANDLE: NTSTATUS = 0xC0290058;
2161 pub const STATUS_TPM_BAD_DELEGATE: NTSTATUS = 0xC0290059;
2162 pub const STATUS_TPM_BADCONTEXT: NTSTATUS = 0xC029005A;
2163 pub const STATUS_TPM_TOOMANYCONTEXTS: NTSTATUS = 0xC029005B;
2164 pub const STATUS_TPM_MA_TICKET_SIGNATURE: NTSTATUS = 0xC029005C;
2165 pub const STATUS_TPM_MA_DESTINATION: NTSTATUS = 0xC029005D;
2166 pub const STATUS_TPM_MA_SOURCE: NTSTATUS = 0xC029005E;
2167 pub const STATUS_TPM_MA_AUTHORITY: NTSTATUS = 0xC029005F;
2168 pub const STATUS_TPM_PERMANENTEK: NTSTATUS = 0xC0290061;
2169 pub const STATUS_TPM_BAD_SIGNATURE: NTSTATUS = 0xC0290062;
2170 pub const STATUS_TPM_NOCONTEXTSPACE: NTSTATUS = 0xC0290063;
2171 pub const STATUS_TPM_COMMAND_BLOCKED: NTSTATUS = 0xC0290400;
2172 pub const STATUS_TPM_INVALID_HANDLE: NTSTATUS = 0xC0290401;
2173 pub const STATUS_TPM_DUPLICATE_VHANDLE: NTSTATUS = 0xC0290402;
2174 pub const STATUS_TPM_EMBEDDED_COMMAND_BLOCKED: NTSTATUS = 0xC0290403;
2175 pub const STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED: NTSTATUS = 0xC0290404;
2176 pub const STATUS_TPM_RETRY: NTSTATUS = 0xC0290800;
2177 pub const STATUS_TPM_NEEDS_SELFTEST: NTSTATUS = 0xC0290801;
2178 pub const STATUS_TPM_DOING_SELFTEST: NTSTATUS = 0xC0290802;
2179 pub const STATUS_TPM_DEFEND_LOCK_RUNNING: NTSTATUS = 0xC0290803;
2180 pub const STATUS_TPM_COMMAND_CANCELED: NTSTATUS = 0xC0291001;
2181 pub const STATUS_TPM_TOO_MANY_CONTEXTS: NTSTATUS = 0xC0291002;
2182 pub const STATUS_TPM_NOT_FOUND: NTSTATUS = 0xC0291003;
2183 pub const STATUS_TPM_ACCESS_DENIED: NTSTATUS = 0xC0291004;
2184 pub const STATUS_TPM_INSUFFICIENT_BUFFER: NTSTATUS = 0xC0291005;
2185 pub const STATUS_TPM_PPI_FUNCTION_UNSUPPORTED: NTSTATUS = 0xC0291006;
2186 pub const STATUS_PCP_ERROR_MASK: NTSTATUS = 0xC0292000;
2187 pub const STATUS_PCP_DEVICE_NOT_READY: NTSTATUS = 0xC0292001;
2188 pub const STATUS_PCP_INVALID_HANDLE: NTSTATUS = 0xC0292002;
2189 pub const STATUS_PCP_INVALID_PARAMETER: NTSTATUS = 0xC0292003;
2190 pub const STATUS_PCP_FLAG_NOT_SUPPORTED: NTSTATUS = 0xC0292004;
2191 pub const STATUS_PCP_NOT_SUPPORTED: NTSTATUS = 0xC0292005;
2192 pub const STATUS_PCP_BUFFER_TOO_SMALL: NTSTATUS = 0xC0292006;
2193 pub const STATUS_PCP_INTERNAL_ERROR: NTSTATUS = 0xC0292007;
2194 pub const STATUS_PCP_AUTHENTICATION_FAILED: NTSTATUS = 0xC0292008;
2195 pub const STATUS_PCP_AUTHENTICATION_IGNORED: NTSTATUS = 0xC0292009;
2196 pub const STATUS_PCP_POLICY_NOT_FOUND: NTSTATUS = 0xC029200A;
2197 pub const STATUS_PCP_PROFILE_NOT_FOUND: NTSTATUS = 0xC029200B;
2198 pub const STATUS_PCP_VALIDATION_FAILED: NTSTATUS = 0xC029200C;
2199 pub const STATUS_PCP_DEVICE_NOT_FOUND: NTSTATUS = 0xC029200D;
2200 pub const STATUS_RTPM_CONTEXT_CONTINUE: NTSTATUS = 0x00293000;
2201 pub const STATUS_RTPM_CONTEXT_COMPLETE: NTSTATUS = 0x00293001;
2202 pub const STATUS_RTPM_NO_RESULT: NTSTATUS = 0xC0293002;
2203 pub const STATUS_RTPM_PCR_READ_INCOMPLETE: NTSTATUS = 0xC0293003;
2204 pub const STATUS_RTPM_INVALID_CONTEXT: NTSTATUS = 0xC0293004;
2205 pub const STATUS_RTPM_UNSUPPORTED_CMD: NTSTATUS = 0xC0293005;
2206 pub const STATUS_HV_INVALID_HYPERCALL_CODE: NTSTATUS = 0xC0350002;
2207 pub const STATUS_HV_INVALID_HYPERCALL_INPUT: NTSTATUS = 0xC0350003;
2208 pub const STATUS_HV_INVALID_ALIGNMENT: NTSTATUS = 0xC0350004;
2209 pub const STATUS_HV_INVALID_PARAMETER: NTSTATUS = 0xC0350005;
2210 pub const STATUS_HV_ACCESS_DENIED: NTSTATUS = 0xC0350006;
2211 pub const STATUS_HV_INVALID_PARTITION_STATE: NTSTATUS = 0xC0350007;
2212 pub const STATUS_HV_OPERATION_DENIED: NTSTATUS = 0xC0350008;
2213 pub const STATUS_HV_UNKNOWN_PROPERTY: NTSTATUS = 0xC0350009;
2214 pub const STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE: NTSTATUS = 0xC035000A;
2215 pub const STATUS_HV_INSUFFICIENT_MEMORY: NTSTATUS = 0xC035000B;
2216 pub const STATUS_HV_PARTITION_TOO_DEEP: NTSTATUS = 0xC035000C;
2217 pub const STATUS_HV_INVALID_PARTITION_ID: NTSTATUS = 0xC035000D;
2218 pub const STATUS_HV_INVALID_VP_INDEX: NTSTATUS = 0xC035000E;
2219 pub const STATUS_HV_INVALID_PORT_ID: NTSTATUS = 0xC0350011;
2220 pub const STATUS_HV_INVALID_CONNECTION_ID: NTSTATUS = 0xC0350012;
2221 pub const STATUS_HV_INSUFFICIENT_BUFFERS: NTSTATUS = 0xC0350013;
2222 pub const STATUS_HV_NOT_ACKNOWLEDGED: NTSTATUS = 0xC0350014;
2223 pub const STATUS_HV_INVALID_VP_STATE: NTSTATUS = 0xC0350015;
2224 pub const STATUS_HV_ACKNOWLEDGED: NTSTATUS = 0xC0350016;
2225 pub const STATUS_HV_INVALID_SAVE_RESTORE_STATE: NTSTATUS = 0xC0350017;
2226 pub const STATUS_HV_INVALID_SYNIC_STATE: NTSTATUS = 0xC0350018;
2227 pub const STATUS_HV_OBJECT_IN_USE: NTSTATUS = 0xC0350019;
2228 pub const STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO: NTSTATUS = 0xC035001A;
2229 pub const STATUS_HV_NO_DATA: NTSTATUS = 0xC035001B;
2230 pub const STATUS_HV_INACTIVE: NTSTATUS = 0xC035001C;
2231 pub const STATUS_HV_NO_RESOURCES: NTSTATUS = 0xC035001D;
2232 pub const STATUS_HV_FEATURE_UNAVAILABLE: NTSTATUS = 0xC035001E;
2233 pub const STATUS_HV_INSUFFICIENT_BUFFER: NTSTATUS = 0xC0350033;
2234 pub const STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS: NTSTATUS = 0xC0350038;
2235 pub const STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR: NTSTATUS = 0xC035003C;
2236 pub const STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR: NTSTATUS = 0xC035003D;
2237 pub const STATUS_HV_PROCESSOR_STARTUP_TIMEOUT: NTSTATUS = 0xC035003E;
2238 pub const STATUS_HV_SMX_ENABLED: NTSTATUS = 0xC035003F;
2239 pub const STATUS_HV_INVALID_LP_INDEX: NTSTATUS = 0xC0350041;
2240 pub const STATUS_HV_INVALID_REGISTER_VALUE: NTSTATUS = 0xC0350050;
2241 pub const STATUS_HV_INVALID_VTL_STATE: NTSTATUS = 0xC0350051;
2242 pub const STATUS_HV_NX_NOT_DETECTED: NTSTATUS = 0xC0350055;
2243 pub const STATUS_HV_INVALID_DEVICE_ID: NTSTATUS = 0xC0350057;
2244 pub const STATUS_HV_INVALID_DEVICE_STATE: NTSTATUS = 0xC0350058;
2245 pub const STATUS_HV_PENDING_PAGE_REQUESTS: NTSTATUS = 0x00350059;
2246 pub const STATUS_HV_PAGE_REQUEST_INVALID: NTSTATUS = 0xC0350060;
2247 pub const STATUS_HV_INVALID_CPU_GROUP_ID: NTSTATUS = 0xC035006F;
2248 pub const STATUS_HV_INVALID_CPU_GROUP_STATE: NTSTATUS = 0xC0350070;
2249 pub const STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE: NTSTATUS = 0xC0350071;
2250 pub const STATUS_HV_NOT_PRESENT: NTSTATUS = 0xC0351000;
2251 pub const STATUS_VID_DUPLICATE_HANDLER: NTSTATUS = 0xC0370001;
2252 pub const STATUS_VID_TOO_MANY_HANDLERS: NTSTATUS = 0xC0370002;
2253 pub const STATUS_VID_QUEUE_FULL: NTSTATUS = 0xC0370003;
2254 pub const STATUS_VID_HANDLER_NOT_PRESENT: NTSTATUS = 0xC0370004;
2255 pub const STATUS_VID_INVALID_OBJECT_NAME: NTSTATUS = 0xC0370005;
2256 pub const STATUS_VID_PARTITION_NAME_TOO_LONG: NTSTATUS = 0xC0370006;
2257 pub const STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG: NTSTATUS = 0xC0370007;
2258 pub const STATUS_VID_PARTITION_ALREADY_EXISTS: NTSTATUS = 0xC0370008;
2259 pub const STATUS_VID_PARTITION_DOES_NOT_EXIST: NTSTATUS = 0xC0370009;
2260 pub const STATUS_VID_PARTITION_NAME_NOT_FOUND: NTSTATUS = 0xC037000A;
2261 pub const STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS: NTSTATUS = 0xC037000B;
2262 pub const STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT: NTSTATUS = 0xC037000C;
2263 pub const STATUS_VID_MB_STILL_REFERENCED: NTSTATUS = 0xC037000D;
2264 pub const STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED: NTSTATUS = 0xC037000E;
2265 pub const STATUS_VID_INVALID_NUMA_SETTINGS: NTSTATUS = 0xC037000F;
2266 pub const STATUS_VID_INVALID_NUMA_NODE_INDEX: NTSTATUS = 0xC0370010;
2267 pub const STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED: NTSTATUS = 0xC0370011;
2268 pub const STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE: NTSTATUS = 0xC0370012;
2269 pub const STATUS_VID_PAGE_RANGE_OVERFLOW: NTSTATUS = 0xC0370013;
2270 pub const STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE: NTSTATUS = 0xC0370014;
2271 pub const STATUS_VID_INVALID_GPA_RANGE_HANDLE: NTSTATUS = 0xC0370015;
2272 pub const STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE: NTSTATUS = 0xC0370016;
2273 pub const STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED: NTSTATUS = 0xC0370017;
2274 pub const STATUS_VID_INVALID_PPM_HANDLE: NTSTATUS = 0xC0370018;
2275 pub const STATUS_VID_MBPS_ARE_LOCKED: NTSTATUS = 0xC0370019;
2276 pub const STATUS_VID_MESSAGE_QUEUE_CLOSED: NTSTATUS = 0xC037001A;
2277 pub const STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED: NTSTATUS = 0xC037001B;
2278 pub const STATUS_VID_STOP_PENDING: NTSTATUS = 0xC037001C;
2279 pub const STATUS_VID_INVALID_PROCESSOR_STATE: NTSTATUS = 0xC037001D;
2280 pub const STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT: NTSTATUS = 0xC037001E;
2281 pub const STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED: NTSTATUS = 0xC037001F;
2282 pub const STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET: NTSTATUS = 0xC0370020;
2283 pub const STATUS_VID_MMIO_RANGE_DESTROYED: NTSTATUS = 0xC0370021;
2284 pub const STATUS_VID_INVALID_CHILD_GPA_PAGE_SET: NTSTATUS = 0xC0370022;
2285 pub const STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED: NTSTATUS = 0xC0370023;
2286 pub const STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL: NTSTATUS = 0xC0370024;
2287 pub const STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE: NTSTATUS = 0xC0370025;
2288 pub const STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT: NTSTATUS = 0xC0370026;
2289 pub const STATUS_VID_SAVED_STATE_CORRUPT: NTSTATUS = 0xC0370027;
2290 pub const STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM: NTSTATUS = 0xC0370028;
2291 pub const STATUS_VID_SAVED_STATE_INCOMPATIBLE: NTSTATUS = 0xC0370029;
2292 pub const STATUS_VID_VTL_ACCESS_DENIED: NTSTATUS = 0xC037002A;
2293 pub const STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED: NTSTATUS = 0x80370001;
2294 pub const STATUS_IPSEC_BAD_SPI: NTSTATUS = 0xC0360001;
2295 pub const STATUS_IPSEC_SA_LIFETIME_EXPIRED: NTSTATUS = 0xC0360002;
2296 pub const STATUS_IPSEC_WRONG_SA: NTSTATUS = 0xC0360003;
2297 pub const STATUS_IPSEC_REPLAY_CHECK_FAILED: NTSTATUS = 0xC0360004;
2298 pub const STATUS_IPSEC_INVALID_PACKET: NTSTATUS = 0xC0360005;
2299 pub const STATUS_IPSEC_INTEGRITY_CHECK_FAILED: NTSTATUS = 0xC0360006;
2300 pub const STATUS_IPSEC_CLEAR_TEXT_DROP: NTSTATUS = 0xC0360007;
2301 pub const STATUS_IPSEC_AUTH_FIREWALL_DROP: NTSTATUS = 0xC0360008;
2302 pub const STATUS_IPSEC_THROTTLE_DROP: NTSTATUS = 0xC0360009;
2303 pub const STATUS_IPSEC_DOSP_BLOCK: NTSTATUS = 0xC0368000;
2304 pub const STATUS_IPSEC_DOSP_RECEIVED_MULTICAST: NTSTATUS = 0xC0368001;
2305 pub const STATUS_IPSEC_DOSP_INVALID_PACKET: NTSTATUS = 0xC0368002;
2306 pub const STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED: NTSTATUS = 0xC0368003;
2307 pub const STATUS_IPSEC_DOSP_MAX_ENTRIES: NTSTATUS = 0xC0368004;
2308 pub const STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED: NTSTATUS = 0xC0368005;
2309 pub const STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES: NTSTATUS = 0xC0368006;
2310 pub const STATUS_VOLMGR_INCOMPLETE_REGENERATION: NTSTATUS = 0x80380001;
2311 pub const STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION: NTSTATUS = 0x80380002;
2312 pub const STATUS_VOLMGR_DATABASE_FULL: NTSTATUS = 0xC0380001;
2313 pub const STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED: NTSTATUS = 0xC0380002;
2314 pub const STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC: NTSTATUS = 0xC0380003;
2315 pub const STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED: NTSTATUS = 0xC0380004;
2316 pub const STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME: NTSTATUS = 0xC0380005;
2317 pub const STATUS_VOLMGR_DISK_DUPLICATE: NTSTATUS = 0xC0380006;
2318 pub const STATUS_VOLMGR_DISK_DYNAMIC: NTSTATUS = 0xC0380007;
2319 pub const STATUS_VOLMGR_DISK_ID_INVALID: NTSTATUS = 0xC0380008;
2320 pub const STATUS_VOLMGR_DISK_INVALID: NTSTATUS = 0xC0380009;
2321 pub const STATUS_VOLMGR_DISK_LAST_VOTER: NTSTATUS = 0xC038000A;
2322 pub const STATUS_VOLMGR_DISK_LAYOUT_INVALID: NTSTATUS = 0xC038000B;
2323 pub const STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS: NTSTATUS
2324     = 0xC038000C;
2325 pub const STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED: NTSTATUS = 0xC038000D;
2326 pub const STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL: NTSTATUS = 0xC038000E;
2327 pub const STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS: NTSTATUS
2328     = 0xC038000F;
2329 pub const STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS: NTSTATUS = 0xC0380010;
2330 pub const STATUS_VOLMGR_DISK_MISSING: NTSTATUS = 0xC0380011;
2331 pub const STATUS_VOLMGR_DISK_NOT_EMPTY: NTSTATUS = 0xC0380012;
2332 pub const STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE: NTSTATUS = 0xC0380013;
2333 pub const STATUS_VOLMGR_DISK_REVECTORING_FAILED: NTSTATUS = 0xC0380014;
2334 pub const STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID: NTSTATUS = 0xC0380015;
2335 pub const STATUS_VOLMGR_DISK_SET_NOT_CONTAINED: NTSTATUS = 0xC0380016;
2336 pub const STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS: NTSTATUS = 0xC0380017;
2337 pub const STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES: NTSTATUS = 0xC0380018;
2338 pub const STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED: NTSTATUS = 0xC0380019;
2339 pub const STATUS_VOLMGR_EXTENT_ALREADY_USED: NTSTATUS = 0xC038001A;
2340 pub const STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS: NTSTATUS = 0xC038001B;
2341 pub const STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION: NTSTATUS = 0xC038001C;
2342 pub const STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED: NTSTATUS = 0xC038001D;
2343 pub const STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION: NTSTATUS = 0xC038001E;
2344 pub const STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH: NTSTATUS = 0xC038001F;
2345 pub const STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED: NTSTATUS = 0xC0380020;
2346 pub const STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID: NTSTATUS = 0xC0380021;
2347 pub const STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS: NTSTATUS = 0xC0380022;
2348 pub const STATUS_VOLMGR_MEMBER_IN_SYNC: NTSTATUS = 0xC0380023;
2349 pub const STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE: NTSTATUS = 0xC0380024;
2350 pub const STATUS_VOLMGR_MEMBER_INDEX_INVALID: NTSTATUS = 0xC0380025;
2351 pub const STATUS_VOLMGR_MEMBER_MISSING: NTSTATUS = 0xC0380026;
2352 pub const STATUS_VOLMGR_MEMBER_NOT_DETACHED: NTSTATUS = 0xC0380027;
2353 pub const STATUS_VOLMGR_MEMBER_REGENERATING: NTSTATUS = 0xC0380028;
2354 pub const STATUS_VOLMGR_ALL_DISKS_FAILED: NTSTATUS = 0xC0380029;
2355 pub const STATUS_VOLMGR_NO_REGISTERED_USERS: NTSTATUS = 0xC038002A;
2356 pub const STATUS_VOLMGR_NO_SUCH_USER: NTSTATUS = 0xC038002B;
2357 pub const STATUS_VOLMGR_NOTIFICATION_RESET: NTSTATUS = 0xC038002C;
2358 pub const STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID: NTSTATUS = 0xC038002D;
2359 pub const STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID: NTSTATUS = 0xC038002E;
2360 pub const STATUS_VOLMGR_PACK_DUPLICATE: NTSTATUS = 0xC038002F;
2361 pub const STATUS_VOLMGR_PACK_ID_INVALID: NTSTATUS = 0xC0380030;
2362 pub const STATUS_VOLMGR_PACK_INVALID: NTSTATUS = 0xC0380031;
2363 pub const STATUS_VOLMGR_PACK_NAME_INVALID: NTSTATUS = 0xC0380032;
2364 pub const STATUS_VOLMGR_PACK_OFFLINE: NTSTATUS = 0xC0380033;
2365 pub const STATUS_VOLMGR_PACK_HAS_QUORUM: NTSTATUS = 0xC0380034;
2366 pub const STATUS_VOLMGR_PACK_WITHOUT_QUORUM: NTSTATUS = 0xC0380035;
2367 pub const STATUS_VOLMGR_PARTITION_STYLE_INVALID: NTSTATUS = 0xC0380036;
2368 pub const STATUS_VOLMGR_PARTITION_UPDATE_FAILED: NTSTATUS = 0xC0380037;
2369 pub const STATUS_VOLMGR_PLEX_IN_SYNC: NTSTATUS = 0xC0380038;
2370 pub const STATUS_VOLMGR_PLEX_INDEX_DUPLICATE: NTSTATUS = 0xC0380039;
2371 pub const STATUS_VOLMGR_PLEX_INDEX_INVALID: NTSTATUS = 0xC038003A;
2372 pub const STATUS_VOLMGR_PLEX_LAST_ACTIVE: NTSTATUS = 0xC038003B;
2373 pub const STATUS_VOLMGR_PLEX_MISSING: NTSTATUS = 0xC038003C;
2374 pub const STATUS_VOLMGR_PLEX_REGENERATING: NTSTATUS = 0xC038003D;
2375 pub const STATUS_VOLMGR_PLEX_TYPE_INVALID: NTSTATUS = 0xC038003E;
2376 pub const STATUS_VOLMGR_PLEX_NOT_RAID5: NTSTATUS = 0xC038003F;
2377 pub const STATUS_VOLMGR_PLEX_NOT_SIMPLE: NTSTATUS = 0xC0380040;
2378 pub const STATUS_VOLMGR_STRUCTURE_SIZE_INVALID: NTSTATUS = 0xC0380041;
2379 pub const STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS: NTSTATUS = 0xC0380042;
2380 pub const STATUS_VOLMGR_TRANSACTION_IN_PROGRESS: NTSTATUS = 0xC0380043;
2381 pub const STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE: NTSTATUS = 0xC0380044;
2382 pub const STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK: NTSTATUS = 0xC0380045;
2383 pub const STATUS_VOLMGR_VOLUME_ID_INVALID: NTSTATUS = 0xC0380046;
2384 pub const STATUS_VOLMGR_VOLUME_LENGTH_INVALID: NTSTATUS = 0xC0380047;
2385 pub const STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE: NTSTATUS = 0xC0380048;
2386 pub const STATUS_VOLMGR_VOLUME_NOT_MIRRORED: NTSTATUS = 0xC0380049;
2387 pub const STATUS_VOLMGR_VOLUME_NOT_RETAINED: NTSTATUS = 0xC038004A;
2388 pub const STATUS_VOLMGR_VOLUME_OFFLINE: NTSTATUS = 0xC038004B;
2389 pub const STATUS_VOLMGR_VOLUME_RETAINED: NTSTATUS = 0xC038004C;
2390 pub const STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID: NTSTATUS = 0xC038004D;
2391 pub const STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE: NTSTATUS = 0xC038004E;
2392 pub const STATUS_VOLMGR_BAD_BOOT_DISK: NTSTATUS = 0xC038004F;
2393 pub const STATUS_VOLMGR_PACK_CONFIG_OFFLINE: NTSTATUS = 0xC0380050;
2394 pub const STATUS_VOLMGR_PACK_CONFIG_ONLINE: NTSTATUS = 0xC0380051;
2395 pub const STATUS_VOLMGR_NOT_PRIMARY_PACK: NTSTATUS = 0xC0380052;
2396 pub const STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED: NTSTATUS = 0xC0380053;
2397 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID: NTSTATUS = 0xC0380054;
2398 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID: NTSTATUS = 0xC0380055;
2399 pub const STATUS_VOLMGR_VOLUME_MIRRORED: NTSTATUS = 0xC0380056;
2400 pub const STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED: NTSTATUS = 0xC0380057;
2401 pub const STATUS_VOLMGR_NO_VALID_LOG_COPIES: NTSTATUS = 0xC0380058;
2402 pub const STATUS_VOLMGR_PRIMARY_PACK_PRESENT: NTSTATUS = 0xC0380059;
2403 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID: NTSTATUS = 0xC038005A;
2404 pub const STATUS_VOLMGR_MIRROR_NOT_SUPPORTED: NTSTATUS = 0xC038005B;
2405 pub const STATUS_VOLMGR_RAID5_NOT_SUPPORTED: NTSTATUS = 0xC038005C;
2406 pub const STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED: NTSTATUS = 0x80390001;
2407 pub const STATUS_BCD_TOO_MANY_ELEMENTS: NTSTATUS = 0xC0390002;
2408 pub const STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED: NTSTATUS = 0x80390003;
2409 pub const STATUS_VHD_DRIVE_FOOTER_MISSING: NTSTATUS = 0xC03A0001;
2410 pub const STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH: NTSTATUS = 0xC03A0002;
2411 pub const STATUS_VHD_DRIVE_FOOTER_CORRUPT: NTSTATUS = 0xC03A0003;
2412 pub const STATUS_VHD_FORMAT_UNKNOWN: NTSTATUS = 0xC03A0004;
2413 pub const STATUS_VHD_FORMAT_UNSUPPORTED_VERSION: NTSTATUS = 0xC03A0005;
2414 pub const STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH: NTSTATUS = 0xC03A0006;
2415 pub const STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION: NTSTATUS = 0xC03A0007;
2416 pub const STATUS_VHD_SPARSE_HEADER_CORRUPT: NTSTATUS = 0xC03A0008;
2417 pub const STATUS_VHD_BLOCK_ALLOCATION_FAILURE: NTSTATUS = 0xC03A0009;
2418 pub const STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT: NTSTATUS = 0xC03A000A;
2419 pub const STATUS_VHD_INVALID_BLOCK_SIZE: NTSTATUS = 0xC03A000B;
2420 pub const STATUS_VHD_BITMAP_MISMATCH: NTSTATUS = 0xC03A000C;
2421 pub const STATUS_VHD_PARENT_VHD_NOT_FOUND: NTSTATUS = 0xC03A000D;
2422 pub const STATUS_VHD_CHILD_PARENT_ID_MISMATCH: NTSTATUS = 0xC03A000E;
2423 pub const STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH: NTSTATUS = 0xC03A000F;
2424 pub const STATUS_VHD_METADATA_READ_FAILURE: NTSTATUS = 0xC03A0010;
2425 pub const STATUS_VHD_METADATA_WRITE_FAILURE: NTSTATUS = 0xC03A0011;
2426 pub const STATUS_VHD_INVALID_SIZE: NTSTATUS = 0xC03A0012;
2427 pub const STATUS_VHD_INVALID_FILE_SIZE: NTSTATUS = 0xC03A0013;
2428 pub const STATUS_VIRTDISK_PROVIDER_NOT_FOUND: NTSTATUS = 0xC03A0014;
2429 pub const STATUS_VIRTDISK_NOT_VIRTUAL_DISK: NTSTATUS = 0xC03A0015;
2430 pub const STATUS_VHD_PARENT_VHD_ACCESS_DENIED: NTSTATUS = 0xC03A0016;
2431 pub const STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH: NTSTATUS = 0xC03A0017;
2432 pub const STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED: NTSTATUS = 0xC03A0018;
2433 pub const STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT: NTSTATUS = 0xC03A0019;
2434 pub const STATUS_VIRTUAL_DISK_LIMITATION: NTSTATUS = 0xC03A001A;
2435 pub const STATUS_VHD_INVALID_TYPE: NTSTATUS = 0xC03A001B;
2436 pub const STATUS_VHD_INVALID_STATE: NTSTATUS = 0xC03A001C;
2437 pub const STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE: NTSTATUS = 0xC03A001D;
2438 pub const STATUS_VIRTDISK_DISK_ALREADY_OWNED: NTSTATUS = 0xC03A001E;
2439 pub const STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE: NTSTATUS = 0xC03A001F;
2440 pub const STATUS_CTLOG_TRACKING_NOT_INITIALIZED: NTSTATUS = 0xC03A0020;
2441 pub const STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE: NTSTATUS = 0xC03A0021;
2442 pub const STATUS_CTLOG_VHD_CHANGED_OFFLINE: NTSTATUS = 0xC03A0022;
2443 pub const STATUS_CTLOG_INVALID_TRACKING_STATE: NTSTATUS = 0xC03A0023;
2444 pub const STATUS_CTLOG_INCONSISTENT_TRACKING_FILE: NTSTATUS = 0xC03A0024;
2445 pub const STATUS_VHD_METADATA_FULL: NTSTATUS = 0xC03A0028;
2446 pub const STATUS_VHD_INVALID_CHANGE_TRACKING_ID: NTSTATUS = 0xC03A0029;
2447 pub const STATUS_VHD_CHANGE_TRACKING_DISABLED: NTSTATUS = 0xC03A002A;
2448 pub const STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION: NTSTATUS = 0xC03A0030;
2449 pub const STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA: NTSTATUS = 0xC03A0031;
2450 pub const STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE: NTSTATUS = 0xC03A0032;
2451 pub const STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE: NTSTATUS = 0xC03A0033;
2452 pub const STATUS_QUERY_STORAGE_ERROR: NTSTATUS = 0x803A0001;
2453 pub const STATUS_RKF_KEY_NOT_FOUND: NTSTATUS = 0xC0400001;
2454 pub const STATUS_RKF_DUPLICATE_KEY: NTSTATUS = 0xC0400002;
2455 pub const STATUS_RKF_BLOB_FULL: NTSTATUS = 0xC0400003;
2456 pub const STATUS_RKF_STORE_FULL: NTSTATUS = 0xC0400004;
2457 pub const STATUS_RKF_FILE_BLOCKED: NTSTATUS = 0xC0400005;
2458 pub const STATUS_RKF_ACTIVE_KEY: NTSTATUS = 0xC0400006;
2459 pub const STATUS_RDBSS_RESTART_OPERATION: NTSTATUS = 0xC0410001;
2460 pub const STATUS_RDBSS_CONTINUE_OPERATION: NTSTATUS = 0xC0410002;
2461 pub const STATUS_RDBSS_POST_OPERATION: NTSTATUS = 0xC0410003;
2462 pub const STATUS_BTH_ATT_INVALID_HANDLE: NTSTATUS = 0xC0420001;
2463 pub const STATUS_BTH_ATT_READ_NOT_PERMITTED: NTSTATUS = 0xC0420002;
2464 pub const STATUS_BTH_ATT_WRITE_NOT_PERMITTED: NTSTATUS = 0xC0420003;
2465 pub const STATUS_BTH_ATT_INVALID_PDU: NTSTATUS = 0xC0420004;
2466 pub const STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION: NTSTATUS = 0xC0420005;
2467 pub const STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED: NTSTATUS = 0xC0420006;
2468 pub const STATUS_BTH_ATT_INVALID_OFFSET: NTSTATUS = 0xC0420007;
2469 pub const STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION: NTSTATUS = 0xC0420008;
2470 pub const STATUS_BTH_ATT_PREPARE_QUEUE_FULL: NTSTATUS = 0xC0420009;
2471 pub const STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND: NTSTATUS = 0xC042000A;
2472 pub const STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG: NTSTATUS = 0xC042000B;
2473 pub const STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE: NTSTATUS = 0xC042000C;
2474 pub const STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH: NTSTATUS = 0xC042000D;
2475 pub const STATUS_BTH_ATT_UNLIKELY: NTSTATUS = 0xC042000E;
2476 pub const STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION: NTSTATUS = 0xC042000F;
2477 pub const STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE: NTSTATUS = 0xC0420010;
2478 pub const STATUS_BTH_ATT_INSUFFICIENT_RESOURCES: NTSTATUS = 0xC0420011;
2479 pub const STATUS_BTH_ATT_UNKNOWN_ERROR: NTSTATUS = 0xC0421000;
2480 pub const STATUS_SECUREBOOT_ROLLBACK_DETECTED: NTSTATUS = 0xC0430001;
2481 pub const STATUS_SECUREBOOT_POLICY_VIOLATION: NTSTATUS = 0xC0430002;
2482 pub const STATUS_SECUREBOOT_INVALID_POLICY: NTSTATUS = 0xC0430003;
2483 pub const STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND: NTSTATUS = 0xC0430004;
2484 pub const STATUS_SECUREBOOT_POLICY_NOT_SIGNED: NTSTATUS = 0xC0430005;
2485 pub const STATUS_SECUREBOOT_NOT_ENABLED: NTSTATUS = 0x80430006;
2486 pub const STATUS_SECUREBOOT_FILE_REPLACED: NTSTATUS = 0xC0430007;
2487 pub const STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED: NTSTATUS = 0xC0430008;
2488 pub const STATUS_SECUREBOOT_POLICY_UNKNOWN: NTSTATUS = 0xC0430009;
2489 pub const STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION: NTSTATUS = 0xC043000A;
2490 pub const STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH: NTSTATUS = 0xC043000B;
2491 pub const STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED: NTSTATUS = 0xC043000C;
2492 pub const STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH: NTSTATUS = 0xC043000D;
2493 pub const STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING: NTSTATUS = 0xC043000E;
2494 pub const STATUS_SECUREBOOT_NOT_BASE_POLICY: NTSTATUS = 0xC043000F;
2495 pub const STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY: NTSTATUS = 0xC0430010;
2496 pub const STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED: NTSTATUS = 0xC0EB0001;
2497 pub const STATUS_PLATFORM_MANIFEST_INVALID: NTSTATUS = 0xC0EB0002;
2498 pub const STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED: NTSTATUS = 0xC0EB0003;
2499 pub const STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED: NTSTATUS = 0xC0EB0004;
2500 pub const STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND: NTSTATUS = 0xC0EB0005;
2501 pub const STATUS_PLATFORM_MANIFEST_NOT_ACTIVE: NTSTATUS = 0xC0EB0006;
2502 pub const STATUS_PLATFORM_MANIFEST_NOT_SIGNED: NTSTATUS = 0xC0EB0007;
2503 pub const STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED: NTSTATUS = 0xC0E90001;
2504 pub const STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION: NTSTATUS = 0xC0E90002;
2505 pub const STATUS_SYSTEM_INTEGRITY_INVALID_POLICY: NTSTATUS = 0xC0E90003;
2506 pub const STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED: NTSTATUS = 0xC0E90004;
2507 pub const STATUS_NO_APPLICABLE_APP_LICENSES_FOUND: NTSTATUS = 0xC0EA0001;
2508 pub const STATUS_CLIP_LICENSE_NOT_FOUND: NTSTATUS = 0xC0EA0002;
2509 pub const STATUS_CLIP_DEVICE_LICENSE_MISSING: NTSTATUS = 0xC0EA0003;
2510 pub const STATUS_CLIP_LICENSE_INVALID_SIGNATURE: NTSTATUS = 0xC0EA0004;
2511 pub const STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID: NTSTATUS = 0xC0EA0005;
2512 pub const STATUS_CLIP_LICENSE_EXPIRED: NTSTATUS = 0xC0EA0006;
2513 pub const STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE: NTSTATUS = 0xC0EA0007;
2514 pub const STATUS_CLIP_LICENSE_NOT_SIGNED: NTSTATUS = 0xC0EA0008;
2515 pub const STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE: NTSTATUS = 0xC0EA0009;
2516 pub const STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH: NTSTATUS = 0xC0EA000A;
2517 pub const STATUS_AUDIO_ENGINE_NODE_NOT_FOUND: NTSTATUS = 0xC0440001;
2518 pub const STATUS_HDAUDIO_EMPTY_CONNECTION_LIST: NTSTATUS = 0xC0440002;
2519 pub const STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED: NTSTATUS = 0xC0440003;
2520 pub const STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED: NTSTATUS = 0xC0440004;
2521 pub const STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY: NTSTATUS = 0xC0440005;
2522 pub const STATUS_SPACES_REPAIRED: NTSTATUS = 0x00E70000;
2523 pub const STATUS_SPACES_PAUSE: NTSTATUS = 0x00E70001;
2524 pub const STATUS_SPACES_COMPLETE: NTSTATUS = 0x00E70002;
2525 pub const STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID: NTSTATUS = 0xC0E70001;
2526 pub const STATUS_SPACES_RESILIENCY_TYPE_INVALID: NTSTATUS = 0xC0E70003;
2527 pub const STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID: NTSTATUS = 0xC0E70004;
2528 pub const STATUS_SPACES_DRIVE_REDUNDANCY_INVALID: NTSTATUS = 0xC0E70006;
2529 pub const STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID: NTSTATUS = 0xC0E70007;
2530 pub const STATUS_SPACES_INTERLEAVE_LENGTH_INVALID: NTSTATUS = 0xC0E70009;
2531 pub const STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID: NTSTATUS = 0xC0E7000A;
2532 pub const STATUS_SPACES_NOT_ENOUGH_DRIVES: NTSTATUS = 0xC0E7000B;
2533 pub const STATUS_SPACES_EXTENDED_ERROR: NTSTATUS = 0xC0E7000C;
2534 pub const STATUS_SPACES_PROVISIONING_TYPE_INVALID: NTSTATUS = 0xC0E7000D;
2535 pub const STATUS_SPACES_ALLOCATION_SIZE_INVALID: NTSTATUS = 0xC0E7000E;
2536 pub const STATUS_SPACES_ENCLOSURE_AWARE_INVALID: NTSTATUS = 0xC0E7000F;
2537 pub const STATUS_SPACES_WRITE_CACHE_SIZE_INVALID: NTSTATUS = 0xC0E70010;
2538 pub const STATUS_SPACES_NUMBER_OF_GROUPS_INVALID: NTSTATUS = 0xC0E70011;
2539 pub const STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID: NTSTATUS = 0xC0E70012;
2540 pub const STATUS_SPACES_UPDATE_COLUMN_STATE: NTSTATUS = 0xC0E70013;
2541 pub const STATUS_SPACES_MAP_REQUIRED: NTSTATUS = 0xC0E70014;
2542 pub const STATUS_SPACES_UNSUPPORTED_VERSION: NTSTATUS = 0xC0E70015;
2543 pub const STATUS_SPACES_CORRUPT_METADATA: NTSTATUS = 0xC0E70016;
2544 pub const STATUS_SPACES_DRT_FULL: NTSTATUS = 0xC0E70017;
2545 pub const STATUS_SPACES_INCONSISTENCY: NTSTATUS = 0xC0E70018;
2546 pub const STATUS_SPACES_LOG_NOT_READY: NTSTATUS = 0xC0E70019;
2547 pub const STATUS_SPACES_NO_REDUNDANCY: NTSTATUS = 0xC0E7001A;
2548 pub const STATUS_SPACES_DRIVE_NOT_READY: NTSTATUS = 0xC0E7001B;
2549 pub const STATUS_SPACES_DRIVE_SPLIT: NTSTATUS = 0xC0E7001C;
2550 pub const STATUS_SPACES_DRIVE_LOST_DATA: NTSTATUS = 0xC0E7001D;
2551 pub const STATUS_VOLSNAP_BOOTFILE_NOT_VALID: NTSTATUS = 0xC0500003;
2552 pub const STATUS_VOLSNAP_ACTIVATION_TIMEOUT: NTSTATUS = 0xC0500004;
2553 pub const STATUS_IO_PREEMPTED: NTSTATUS = 0xC0510001;
2554 pub const STATUS_SVHDX_ERROR_STORED: NTSTATUS = 0xC05C0000;
2555 pub const STATUS_SVHDX_ERROR_NOT_AVAILABLE: NTSTATUS = 0xC05CFF00;
2556 pub const STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE: NTSTATUS = 0xC05CFF01;
2557 pub const STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED: NTSTATUS = 0xC05CFF02;
2558 pub const STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED: NTSTATUS = 0xC05CFF03;
2559 pub const STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED: NTSTATUS = 0xC05CFF04;
2560 pub const STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED: NTSTATUS = 0xC05CFF05;
2561 pub const STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED: NTSTATUS
2562     = 0xC05CFF06;
2563 pub const STATUS_SVHDX_RESERVATION_CONFLICT: NTSTATUS = 0xC05CFF07;
2564 pub const STATUS_SVHDX_WRONG_FILE_TYPE: NTSTATUS = 0xC05CFF08;
2565 pub const STATUS_SVHDX_VERSION_MISMATCH: NTSTATUS = 0xC05CFF09;
2566 pub const STATUS_VHD_SHARED: NTSTATUS = 0xC05CFF0A;
2567 pub const STATUS_SVHDX_NO_INITIATOR: NTSTATUS = 0xC05CFF0B;
2568 pub const STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND: NTSTATUS = 0xC05CFF0C;
2569 pub const STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP: NTSTATUS = 0xC05D0000;
2570 pub const STATUS_SMB_BAD_CLUSTER_DIALECT: NTSTATUS = 0xC05D0001;
2571 pub const STATUS_SMB_GUEST_LOGON_BLOCKED: NTSTATUS = 0xC05D0002;
2572 pub const STATUS_SECCORE_INVALID_COMMAND: NTSTATUS = 0xC0E80000;
2573 pub const STATUS_VSM_NOT_INITIALIZED: NTSTATUS = 0xC0450000;
2574 pub const STATUS_VSM_DMA_PROTECTION_NOT_IN_USE: NTSTATUS = 0xC0450001;
2575