]> git.proxmox.com Git - rustc.git/blame - vendor/winapi/src/shared/bugcodes.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / vendor / winapi / src / shared / bugcodes.rs
CommitLineData
ff7c6d11
XL
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//! Definitions of system bug check codes
7use shared::ntdef::ULONG;
8pub const HARDWARE_PROFILE_UNDOCKED_STRING: ULONG = 0x40010001;
9pub const HARDWARE_PROFILE_DOCKED_STRING: ULONG = 0x40010002;
10pub const HARDWARE_PROFILE_UNKNOWN_STRING: ULONG = 0x40010003;
11pub const WINDOWS_NT_BANNER: ULONG = 0x4000007E;
12pub const WINDOWS_NT_CSD_STRING: ULONG = 0x40000087;
13pub const WINDOWS_NT_INFO_STRING: ULONG = 0x40000088;
14pub const WINDOWS_NT_MP_STRING: ULONG = 0x40000089;
15pub const THREAD_TERMINATE_HELD_MUTEX: ULONG = 0x4000008A;
16pub const WINDOWS_NT_INFO_STRING_PLURAL: ULONG = 0x4000009D;
17pub const WINDOWS_NT_RC_STRING: ULONG = 0x4000009E;
18pub const APC_INDEX_MISMATCH: ULONG = 0x00000001;
19pub const DEVICE_QUEUE_NOT_BUSY: ULONG = 0x00000002;
20pub const INVALID_AFFINITY_SET: ULONG = 0x00000003;
21pub const INVALID_DATA_ACCESS_TRAP: ULONG = 0x00000004;
22pub const INVALID_PROCESS_ATTACH_ATTEMPT: ULONG = 0x00000005;
23pub const INVALID_PROCESS_DETACH_ATTEMPT: ULONG = 0x00000006;
24pub const INVALID_SOFTWARE_INTERRUPT: ULONG = 0x00000007;
25pub const IRQL_NOT_DISPATCH_LEVEL: ULONG = 0x00000008;
26pub const IRQL_NOT_GREATER_OR_EQUAL: ULONG = 0x00000009;
27pub const IRQL_NOT_LESS_OR_EQUAL: ULONG = 0x0000000A;
28pub const NO_EXCEPTION_HANDLING_SUPPORT: ULONG = 0x0000000B;
29pub const MAXIMUM_WAIT_OBJECTS_EXCEEDED: ULONG = 0x0000000C;
30pub const MUTEX_LEVEL_NUMBER_VIOLATION: ULONG = 0x0000000D;
31pub const NO_USER_MODE_CONTEXT: ULONG = 0x0000000E;
32pub const SPIN_LOCK_ALREADY_OWNED: ULONG = 0x0000000F;
33pub const SPIN_LOCK_NOT_OWNED: ULONG = 0x00000010;
34pub const THREAD_NOT_MUTEX_OWNER: ULONG = 0x00000011;
35pub const TRAP_CAUSE_UNKNOWN: ULONG = 0x00000012;
36pub const EMPTY_THREAD_REAPER_LIST: ULONG = 0x00000013;
37pub const CREATE_DELETE_LOCK_NOT_LOCKED: ULONG = 0x00000014;
38pub const LAST_CHANCE_CALLED_FROM_KMODE: ULONG = 0x00000015;
39pub const CID_HANDLE_CREATION: ULONG = 0x00000016;
40pub const CID_HANDLE_DELETION: ULONG = 0x00000017;
41pub const REFERENCE_BY_POINTER: ULONG = 0x00000018;
42pub const BAD_POOL_HEADER: ULONG = 0x00000019;
43pub const MEMORY_MANAGEMENT: ULONG = 0x0000001A;
44pub const PFN_SHARE_COUNT: ULONG = 0x0000001B;
45pub const PFN_REFERENCE_COUNT: ULONG = 0x0000001C;
46pub const NO_SPIN_LOCK_AVAILABLE: ULONG = 0x0000001D;
47pub const KMODE_EXCEPTION_NOT_HANDLED: ULONG = 0x0000001E;
48pub const SHARED_RESOURCE_CONV_ERROR: ULONG = 0x0000001F;
49pub const KERNEL_APC_PENDING_DURING_EXIT: ULONG = 0x00000020;
50pub const QUOTA_UNDERFLOW: ULONG = 0x00000021;
51pub const FILE_SYSTEM: ULONG = 0x00000022;
52pub const FAT_FILE_SYSTEM: ULONG = 0x00000023;
53pub const NTFS_FILE_SYSTEM: ULONG = 0x00000024;
54pub const NPFS_FILE_SYSTEM: ULONG = 0x00000025;
55pub const CDFS_FILE_SYSTEM: ULONG = 0x00000026;
56pub const RDR_FILE_SYSTEM: ULONG = 0x00000027;
57pub const CORRUPT_ACCESS_TOKEN: ULONG = 0x00000028;
58pub const SECURITY_SYSTEM: ULONG = 0x00000029;
59pub const INCONSISTENT_IRP: ULONG = 0x0000002A;
60pub const PANIC_STACK_SWITCH: ULONG = 0x0000002B;
61pub const PORT_DRIVER_INTERNAL: ULONG = 0x0000002C;
62pub const SCSI_DISK_DRIVER_INTERNAL: ULONG = 0x0000002D;
63pub const DATA_BUS_ERROR: ULONG = 0x0000002E;
64pub const INSTRUCTION_BUS_ERROR: ULONG = 0x0000002F;
65pub const SET_OF_INVALID_CONTEXT: ULONG = 0x00000030;
66pub const PHASE0_INITIALIZATION_FAILED: ULONG = 0x00000031;
67pub const PHASE1_INITIALIZATION_FAILED: ULONG = 0x00000032;
68pub const UNEXPECTED_INITIALIZATION_CALL: ULONG = 0x00000033;
69pub const CACHE_MANAGER: ULONG = 0x00000034;
70pub const NO_MORE_IRP_STACK_LOCATIONS: ULONG = 0x00000035;
71pub const DEVICE_REFERENCE_COUNT_NOT_ZERO: ULONG = 0x00000036;
72pub const FLOPPY_INTERNAL_ERROR: ULONG = 0x00000037;
73pub const SERIAL_DRIVER_INTERNAL: ULONG = 0x00000038;
74pub const SYSTEM_EXIT_OWNED_MUTEX: ULONG = 0x00000039;
75pub const SYSTEM_UNWIND_PREVIOUS_USER: ULONG = 0x0000003A;
76pub const SYSTEM_SERVICE_EXCEPTION: ULONG = 0x0000003B;
77pub const INTERRUPT_UNWIND_ATTEMPTED: ULONG = 0x0000003C;
78pub const INTERRUPT_EXCEPTION_NOT_HANDLED: ULONG = 0x0000003D;
79pub const MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED: ULONG = 0x0000003E;
80pub const NO_MORE_SYSTEM_PTES: ULONG = 0x0000003F;
81pub const TARGET_MDL_TOO_SMALL: ULONG = 0x00000040;
82pub const MUST_SUCCEED_POOL_EMPTY: ULONG = 0x00000041;
83pub const ATDISK_DRIVER_INTERNAL: ULONG = 0x00000042;
84pub const NO_SUCH_PARTITION: ULONG = 0x00000043;
85pub const MULTIPLE_IRP_COMPLETE_REQUESTS: ULONG = 0x00000044;
86pub const INSUFFICIENT_SYSTEM_MAP_REGS: ULONG = 0x00000045;
87pub const DEREF_UNKNOWN_LOGON_SESSION: ULONG = 0x00000046;
88pub const REF_UNKNOWN_LOGON_SESSION: ULONG = 0x00000047;
89pub const CANCEL_STATE_IN_COMPLETED_IRP: ULONG = 0x00000048;
90pub const PAGE_FAULT_WITH_INTERRUPTS_OFF: ULONG = 0x00000049;
91pub const IRQL_GT_ZERO_AT_SYSTEM_SERVICE: ULONG = 0x0000004A;
92pub const STREAMS_INTERNAL_ERROR: ULONG = 0x0000004B;
93pub const FATAL_UNHANDLED_HARD_ERROR: ULONG = 0x0000004C;
94pub const NO_PAGES_AVAILABLE: ULONG = 0x0000004D;
95pub const PFN_LIST_CORRUPT: ULONG = 0x0000004E;
96pub const NDIS_INTERNAL_ERROR: ULONG = 0x0000004F;
97pub const PAGE_FAULT_IN_NONPAGED_AREA: ULONG = 0x00000050;
98pub const PAGE_FAULT_IN_NONPAGED_AREA_M: ULONG = 0x10000050;
99pub const REGISTRY_ERROR: ULONG = 0x00000051;
100pub const MAILSLOT_FILE_SYSTEM: ULONG = 0x00000052;
101pub const NO_BOOT_DEVICE: ULONG = 0x00000053;
102pub const LM_SERVER_INTERNAL_ERROR: ULONG = 0x00000054;
103pub const DATA_COHERENCY_EXCEPTION: ULONG = 0x00000055;
104pub const INSTRUCTION_COHERENCY_EXCEPTION: ULONG = 0x00000056;
105pub const XNS_INTERNAL_ERROR: ULONG = 0x00000057;
106pub const VOLMGRX_INTERNAL_ERROR: ULONG = 0x00000058;
107pub const PINBALL_FILE_SYSTEM: ULONG = 0x00000059;
108pub const CRITICAL_SERVICE_FAILED: ULONG = 0x0000005A;
109pub const SET_ENV_VAR_FAILED: ULONG = 0x0000005B;
110pub const HAL_INITIALIZATION_FAILED: ULONG = 0x0000005C;
111pub const UNSUPPORTED_PROCESSOR: ULONG = 0x0000005D;
112pub const OBJECT_INITIALIZATION_FAILED: ULONG = 0x0000005E;
113pub const SECURITY_INITIALIZATION_FAILED: ULONG = 0x0000005F;
114pub const PROCESS_INITIALIZATION_FAILED: ULONG = 0x00000060;
115pub const HAL1_INITIALIZATION_FAILED: ULONG = 0x00000061;
116pub const OBJECT1_INITIALIZATION_FAILED: ULONG = 0x00000062;
117pub const SECURITY1_INITIALIZATION_FAILED: ULONG = 0x00000063;
118pub const SYMBOLIC_INITIALIZATION_FAILED: ULONG = 0x00000064;
119pub const MEMORY1_INITIALIZATION_FAILED: ULONG = 0x00000065;
120pub const CACHE_INITIALIZATION_FAILED: ULONG = 0x00000066;
121pub const CONFIG_INITIALIZATION_FAILED: ULONG = 0x00000067;
122pub const FILE_INITIALIZATION_FAILED: ULONG = 0x00000068;
123pub const IO1_INITIALIZATION_FAILED: ULONG = 0x00000069;
124pub const LPC_INITIALIZATION_FAILED: ULONG = 0x0000006A;
125pub const PROCESS1_INITIALIZATION_FAILED: ULONG = 0x0000006B;
126pub const REFMON_INITIALIZATION_FAILED: ULONG = 0x0000006C;
127pub const SESSION1_INITIALIZATION_FAILED: ULONG = 0x0000006D;
128pub const BOOTPROC_INITIALIZATION_FAILED: ULONG = 0x0000006E;
129pub const VSL_INITIALIZATION_FAILED: ULONG = 0x0000006F;
130pub const SOFT_RESTART_FATAL_ERROR: ULONG = 0x00000070;
131pub const ASSIGN_DRIVE_LETTERS_FAILED: ULONG = 0x00000072;
132pub const CONFIG_LIST_FAILED: ULONG = 0x00000073;
133pub const BAD_SYSTEM_CONFIG_INFO: ULONG = 0x00000074;
134pub const CANNOT_WRITE_CONFIGURATION: ULONG = 0x00000075;
135pub const PROCESS_HAS_LOCKED_PAGES: ULONG = 0x00000076;
136pub const KERNEL_STACK_INPAGE_ERROR: ULONG = 0x00000077;
137pub const PHASE0_EXCEPTION: ULONG = 0x00000078;
138pub const MISMATCHED_HAL: ULONG = 0x00000079;
139pub const KERNEL_DATA_INPAGE_ERROR: ULONG = 0x0000007A;
140pub const INACCESSIBLE_BOOT_DEVICE: ULONG = 0x0000007B;
141pub const BUGCODE_NDIS_DRIVER: ULONG = 0x0000007C;
142pub const INSTALL_MORE_MEMORY: ULONG = 0x0000007D;
143pub const SYSTEM_THREAD_EXCEPTION_NOT_HANDLED: ULONG = 0x0000007E;
144pub const SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M: ULONG = 0x1000007E;
145pub const UNEXPECTED_KERNEL_MODE_TRAP: ULONG = 0x0000007F;
146pub const UNEXPECTED_KERNEL_MODE_TRAP_M: ULONG = 0x1000007F;
147pub const NMI_HARDWARE_FAILURE: ULONG = 0x00000080;
148pub const SPIN_LOCK_INIT_FAILURE: ULONG = 0x00000081;
149pub const DFS_FILE_SYSTEM: ULONG = 0x00000082;
150pub const OFS_FILE_SYSTEM: ULONG = 0x00000083;
151pub const RECOM_DRIVER: ULONG = 0x00000084;
152pub const SETUP_FAILURE: ULONG = 0x00000085;
153pub const AUDIT_FAILURE: ULONG = 0x00000086;
154pub const MBR_CHECKSUM_MISMATCH: ULONG = 0x0000008B;
155pub const KERNEL_MODE_EXCEPTION_NOT_HANDLED: ULONG = 0x0000008E;
156pub const KERNEL_MODE_EXCEPTION_NOT_HANDLED_M: ULONG = 0x1000008E;
157pub const PP0_INITIALIZATION_FAILED: ULONG = 0x0000008F;
158pub const PP1_INITIALIZATION_FAILED: ULONG = 0x00000090;
159pub const WIN32K_INIT_OR_RIT_FAILURE: ULONG = 0x00000091;
160pub const UP_DRIVER_ON_MP_SYSTEM: ULONG = 0x00000092;
161pub const INVALID_KERNEL_HANDLE: ULONG = 0x00000093;
162pub const KERNEL_STACK_LOCKED_AT_EXIT: ULONG = 0x00000094;
163pub const PNP_INTERNAL_ERROR: ULONG = 0x00000095;
164pub const INVALID_WORK_QUEUE_ITEM: ULONG = 0x00000096;
165pub const BOUND_IMAGE_UNSUPPORTED: ULONG = 0x00000097;
166pub const END_OF_NT_EVALUATION_PERIOD: ULONG = 0x00000098;
167pub const INVALID_REGION_OR_SEGMENT: ULONG = 0x00000099;
168pub const SYSTEM_LICENSE_VIOLATION: ULONG = 0x0000009A;
169pub const UDFS_FILE_SYSTEM: ULONG = 0x0000009B;
170pub const MACHINE_CHECK_EXCEPTION: ULONG = 0x0000009C;
171pub const USER_MODE_HEALTH_MONITOR: ULONG = 0x0000009E;
172pub const DRIVER_POWER_STATE_FAILURE: ULONG = 0x0000009F;
173pub const INTERNAL_POWER_ERROR: ULONG = 0x000000A0;
174pub const PCI_BUS_DRIVER_INTERNAL: ULONG = 0x000000A1;
175pub const MEMORY_IMAGE_CORRUPT: ULONG = 0x000000A2;
176pub const ACPI_DRIVER_INTERNAL: ULONG = 0x000000A3;
177pub const CNSS_FILE_SYSTEM_FILTER: ULONG = 0x000000A4;
178pub const ACPI_BIOS_ERROR: ULONG = 0x000000A5;
179pub const FP_EMULATION_ERROR: ULONG = 0x000000A6;
180pub const BAD_EXHANDLE: ULONG = 0x000000A7;
181pub const BOOTING_IN_SAFEMODE_MINIMAL: ULONG = 0x000000A8;
182pub const BOOTING_IN_SAFEMODE_NETWORK: ULONG = 0x000000A9;
183pub const BOOTING_IN_SAFEMODE_DSREPAIR: ULONG = 0x000000AA;
184pub const SESSION_HAS_VALID_POOL_ON_EXIT: ULONG = 0x000000AB;
185pub const HAL_MEMORY_ALLOCATION: ULONG = 0x000000AC;
186pub const VIDEO_DRIVER_DEBUG_REPORT_REQUEST: ULONG = 0x400000AD;
187pub const BGI_DETECTED_VIOLATION: ULONG = 0x000000B1;
188pub const VIDEO_DRIVER_INIT_FAILURE: ULONG = 0x000000B4;
189pub const BOOTLOG_LOADED: ULONG = 0x000000B5;
190pub const BOOTLOG_NOT_LOADED: ULONG = 0x000000B6;
191pub const BOOTLOG_ENABLED: ULONG = 0x000000B7;
192pub const ATTEMPTED_SWITCH_FROM_DPC: ULONG = 0x000000B8;
193pub const CHIPSET_DETECTED_ERROR: ULONG = 0x000000B9;
194pub const SESSION_HAS_VALID_VIEWS_ON_EXIT: ULONG = 0x000000BA;
195pub const NETWORK_BOOT_INITIALIZATION_FAILED: ULONG = 0x000000BB;
196pub const NETWORK_BOOT_DUPLICATE_ADDRESS: ULONG = 0x000000BC;
197pub const INVALID_HIBERNATED_STATE: ULONG = 0x000000BD;
198pub const ATTEMPTED_WRITE_TO_READONLY_MEMORY: ULONG = 0x000000BE;
199pub const MUTEX_ALREADY_OWNED: ULONG = 0x000000BF;
200pub const PCI_CONFIG_SPACE_ACCESS_FAILURE: ULONG = 0x000000C0;
201pub const SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION: ULONG = 0x000000C1;
202pub const BAD_POOL_CALLER: ULONG = 0x000000C2;
203pub const SYSTEM_IMAGE_BAD_SIGNATURE: ULONG = 0x000000C3;
204pub const DRIVER_VERIFIER_DETECTED_VIOLATION: ULONG = 0x000000C4;
205pub const DRIVER_CORRUPTED_EXPOOL: ULONG = 0x000000C5;
206pub const DRIVER_CAUGHT_MODIFYING_FREED_POOL: ULONG = 0x000000C6;
207pub const TIMER_OR_DPC_INVALID: ULONG = 0x000000C7;
208pub const IRQL_UNEXPECTED_VALUE: ULONG = 0x000000C8;
209pub const DRIVER_VERIFIER_IOMANAGER_VIOLATION: ULONG = 0x000000C9;
210pub const PNP_DETECTED_FATAL_ERROR: ULONG = 0x000000CA;
211pub const DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS: ULONG = 0x000000CB;
212pub const PAGE_FAULT_IN_FREED_SPECIAL_POOL: ULONG = 0x000000CC;
213pub const PAGE_FAULT_BEYOND_END_OF_ALLOCATION: ULONG = 0x000000CD;
214pub const DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS: ULONG = 0x000000CE;
215pub const TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE: ULONG = 0x000000CF;
216pub const DRIVER_CORRUPTED_MMPOOL: ULONG = 0x000000D0;
217pub const DRIVER_IRQL_NOT_LESS_OR_EQUAL: ULONG = 0x000000D1;
218pub const BUGCODE_ID_DRIVER: ULONG = 0x000000D2;
219pub const DRIVER_PORTION_MUST_BE_NONPAGED: ULONG = 0x000000D3;
220pub const SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD: ULONG = 0x000000D4;
221pub const DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL: ULONG = 0x000000D5;
222pub const DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION: ULONG = 0x000000D6;
223pub const DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION_M: ULONG = 0x100000D6;
224pub const DRIVER_UNMAPPING_INVALID_VIEW: ULONG = 0x000000D7;
225pub const DRIVER_USED_EXCESSIVE_PTES: ULONG = 0x000000D8;
226pub const LOCKED_PAGES_TRACKER_CORRUPTION: ULONG = 0x000000D9;
227pub const SYSTEM_PTE_MISUSE: ULONG = 0x000000DA;
228pub const DRIVER_CORRUPTED_SYSPTES: ULONG = 0x000000DB;
229pub const DRIVER_INVALID_STACK_ACCESS: ULONG = 0x000000DC;
230pub const POOL_CORRUPTION_IN_FILE_AREA: ULONG = 0x000000DE;
231pub const IMPERSONATING_WORKER_THREAD: ULONG = 0x000000DF;
232pub const ACPI_BIOS_FATAL_ERROR: ULONG = 0x000000E0;
233pub const WORKER_THREAD_RETURNED_AT_BAD_IRQL: ULONG = 0x000000E1;
234pub const MANUALLY_INITIATED_CRASH: ULONG = 0x000000E2;
235pub const RESOURCE_NOT_OWNED: ULONG = 0x000000E3;
236pub const WORKER_INVALID: ULONG = 0x000000E4;
237pub const POWER_FAILURE_SIMULATE: ULONG = 0x000000E5;
238pub const DRIVER_VERIFIER_DMA_VIOLATION: ULONG = 0x000000E6;
239pub const INVALID_FLOATING_POINT_STATE: ULONG = 0x000000E7;
240pub const INVALID_CANCEL_OF_FILE_OPEN: ULONG = 0x000000E8;
241pub const ACTIVE_EX_WORKER_THREAD_TERMINATION: ULONG = 0x000000E9;
242pub const SAVER_UNSPECIFIED: ULONG = 0x0000F000;
243pub const SAVER_BLANKSCREEN: ULONG = 0x0000F002;
244pub const SAVER_INPUT: ULONG = 0x0000F003;
245pub const SAVER_WATCHDOG: ULONG = 0x0000F004;
246pub const SAVER_STARTNOTVISIBLE: ULONG = 0x0000F005;
247pub const SAVER_NAVIGATIONMODEL: ULONG = 0x0000F006;
248pub const SAVER_OUTOFMEMORY: ULONG = 0x0000F007;
249pub const SAVER_GRAPHICS: ULONG = 0x0000F008;
250pub const SAVER_NAVSERVERTIMEOUT: ULONG = 0x0000F009;
251pub const SAVER_CHROMEPROCESSCRASH: ULONG = 0x0000F00A;
252pub const SAVER_NOTIFICATIONDISMISSAL: ULONG = 0x0000F00B;
253pub const SAVER_SPEECHDISMISSAL: ULONG = 0x0000F00C;
254pub const SAVER_CALLDISMISSAL: ULONG = 0x0000F00D;
255pub const SAVER_APPBARDISMISSAL: ULONG = 0x0000F00E;
256pub const SAVER_RILADAPTATIONCRASH: ULONG = 0x0000F00F;
257pub const SAVER_APPLISTUNREACHABLE: ULONG = 0x0000F010;
258pub const SAVER_REPORTNOTIFICATIONFAILURE: ULONG = 0x0000F011;
259pub const SAVER_UNEXPECTEDSHUTDOWN: ULONG = 0x0000F012;
260pub const SAVER_RPCFAILURE: ULONG = 0x0000F013;
261pub const SAVER_AUXILIARYFULLDUMP: ULONG = 0x0000F014;
262pub const SAVER_ACCOUNTPROVSVCINITFAILURE: ULONG = 0x0000F015;
263pub const SAVER_MTBFCOMMANDTIMEOUT: ULONG = 0x00000315;
264pub const SAVER_MTBFCOMMANDHANG: ULONG = 0x0000F101;
265pub const SAVER_MTBFPASSBUGCHECK: ULONG = 0x0000F102;
266pub const SAVER_MTBFIOERROR: ULONG = 0x0000F103;
267pub const SAVER_RENDERTHREADHANG: ULONG = 0x0000F200;
268pub const SAVER_RENDERMOBILEUIOOM: ULONG = 0x0000F201;
269pub const SAVER_DEVICEUPDATEUNSPECIFIED: ULONG = 0x0000F300;
270pub const SAVER_AUDIODRIVERHANG: ULONG = 0x0000F400;
271pub const SAVER_BATTERYPULLOUT: ULONG = 0x0000F500;
272pub const SAVER_MEDIACORETESTHANG: ULONG = 0x0000F600;
273pub const SAVER_RESOURCEMANAGEMENT: ULONG = 0x0000F700;
274pub const SAVER_CAPTURESERVICE: ULONG = 0x0000F800;
275pub const SAVER_WAITFORSHELLREADY: ULONG = 0x0000F900;
276pub const SAVER_NONRESPONSIVEPROCESS: ULONG = 0x00000194;
277pub const SAVER_SICKAPPLICATION: ULONG = 0x00008866;
278pub const THREAD_STUCK_IN_DEVICE_DRIVER: ULONG = 0x000000EA;
279pub const THREAD_STUCK_IN_DEVICE_DRIVER_M: ULONG = 0x100000EA;
280pub const DIRTY_MAPPED_PAGES_CONGESTION: ULONG = 0x000000EB;
281pub const SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT: ULONG = 0x000000EC;
282pub const UNMOUNTABLE_BOOT_VOLUME: ULONG = 0x000000ED;
283pub const CRITICAL_PROCESS_DIED: ULONG = 0x000000EF;
284pub const STORAGE_MINIPORT_ERROR: ULONG = 0x000000F0;
285pub const SCSI_VERIFIER_DETECTED_VIOLATION: ULONG = 0x000000F1;
286pub const HARDWARE_INTERRUPT_STORM: ULONG = 0x000000F2;
287pub const DISORDERLY_SHUTDOWN: ULONG = 0x000000F3;
288pub const CRITICAL_OBJECT_TERMINATION: ULONG = 0x000000F4;
289pub const FLTMGR_FILE_SYSTEM: ULONG = 0x000000F5;
290pub const PCI_VERIFIER_DETECTED_VIOLATION: ULONG = 0x000000F6;
291pub const DRIVER_OVERRAN_STACK_BUFFER: ULONG = 0x000000F7;
292pub const RAMDISK_BOOT_INITIALIZATION_FAILED: ULONG = 0x000000F8;
293pub const DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN: ULONG = 0x000000F9;
294pub const HTTP_DRIVER_CORRUPTED: ULONG = 0x000000FA;
295pub const RECURSIVE_MACHINE_CHECK: ULONG = 0x000000FB;
296pub const ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY: ULONG = 0x000000FC;
297pub const DIRTY_NOWRITE_PAGES_CONGESTION: ULONG = 0x000000FD;
298pub const BUGCODE_USB_DRIVER: ULONG = 0x000000FE;
299pub const BC_BLUETOOTH_VERIFIER_FAULT: ULONG = 0x00000BFE;
300pub const BC_BTHMINI_VERIFIER_FAULT: ULONG = 0x00000BFF;
301pub const RESERVE_QUEUE_OVERFLOW: ULONG = 0x000000FF;
302pub const LOADER_BLOCK_MISMATCH: ULONG = 0x00000100;
303pub const CLOCK_WATCHDOG_TIMEOUT: ULONG = 0x00000101;
304pub const DPC_WATCHDOG_TIMEOUT: ULONG = 0x00000102;
305pub const MUP_FILE_SYSTEM: ULONG = 0x00000103;
306pub const AGP_INVALID_ACCESS: ULONG = 0x00000104;
307pub const AGP_GART_CORRUPTION: ULONG = 0x00000105;
308pub const AGP_ILLEGALLY_REPROGRAMMED: ULONG = 0x00000106;
309pub const KERNEL_EXPAND_STACK_ACTIVE: ULONG = 0x00000107;
310pub const THIRD_PARTY_FILE_SYSTEM_FAILURE: ULONG = 0x00000108;
311pub const CRITICAL_STRUCTURE_CORRUPTION: ULONG = 0x00000109;
312pub const APP_TAGGING_INITIALIZATION_FAILED: ULONG = 0x0000010A;
313pub const DFSC_FILE_SYSTEM: ULONG = 0x0000010B;
314pub const FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION: ULONG = 0x0000010C;
315pub const WDF_VIOLATION: ULONG = 0x0000010D;
316pub const VIDEO_MEMORY_MANAGEMENT_INTERNAL: ULONG = 0x0000010E;
317pub const DRIVER_INVALID_CRUNTIME_PARAMETER: ULONG = 0x00000110;
318pub const RECURSIVE_NMI: ULONG = 0x00000111;
319pub const MSRPC_STATE_VIOLATION: ULONG = 0x00000112;
320pub const VIDEO_DXGKRNL_FATAL_ERROR: ULONG = 0x00000113;
321pub const VIDEO_SHADOW_DRIVER_FATAL_ERROR: ULONG = 0x00000114;
322pub const AGP_INTERNAL: ULONG = 0x00000115;
323pub const VIDEO_TDR_FAILURE: ULONG = 0x00000116;
324pub const VIDEO_TDR_TIMEOUT_DETECTED: ULONG = 0x00000117;
325pub const NTHV_GUEST_ERROR: ULONG = 0x00000118;
326pub const VIDEO_SCHEDULER_INTERNAL_ERROR: ULONG = 0x00000119;
327pub const EM_INITIALIZATION_ERROR: ULONG = 0x0000011A;
328pub const DRIVER_RETURNED_HOLDING_CANCEL_LOCK: ULONG = 0x0000011B;
329pub const ATTEMPTED_WRITE_TO_CM_PROTECTED_STORAGE: ULONG = 0x0000011C;
330pub const EVENT_TRACING_FATAL_ERROR: ULONG = 0x0000011D;
331pub const TOO_MANY_RECURSIVE_FAULTS: ULONG = 0x0000011E;
332pub const INVALID_DRIVER_HANDLE: ULONG = 0x0000011F;
333pub const BITLOCKER_FATAL_ERROR: ULONG = 0x00000120;
334pub const DRIVER_VIOLATION: ULONG = 0x00000121;
335pub const WHEA_INTERNAL_ERROR: ULONG = 0x00000122;
336pub const CRYPTO_SELF_TEST_FAILURE: ULONG = 0x00000123;
337pub const WHEA_UNCORRECTABLE_ERROR: ULONG = 0x00000124;
338pub const NMR_INVALID_STATE: ULONG = 0x00000125;
339pub const NETIO_INVALID_POOL_CALLER: ULONG = 0x00000126;
340pub const PAGE_NOT_ZERO: ULONG = 0x00000127;
341pub const WORKER_THREAD_RETURNED_WITH_BAD_IO_PRIORITY: ULONG = 0x00000128;
342pub const WORKER_THREAD_RETURNED_WITH_BAD_PAGING_IO_PRIORITY: ULONG = 0x00000129;
343pub const MUI_NO_VALID_SYSTEM_LANGUAGE: ULONG = 0x0000012A;
344pub const FAULTY_HARDWARE_CORRUPTED_PAGE: ULONG = 0x0000012B;
345pub const EXFAT_FILE_SYSTEM: ULONG = 0x0000012C;
346pub const VOLSNAP_OVERLAPPED_TABLE_ACCESS: ULONG = 0x0000012D;
347pub const INVALID_MDL_RANGE: ULONG = 0x0000012E;
348pub const VHD_BOOT_INITIALIZATION_FAILED: ULONG = 0x0000012F;
349pub const DYNAMIC_ADD_PROCESSOR_MISMATCH: ULONG = 0x00000130;
350pub const INVALID_EXTENDED_PROCESSOR_STATE: ULONG = 0x00000131;
351pub const RESOURCE_OWNER_POINTER_INVALID: ULONG = 0x00000132;
352pub const DPC_WATCHDOG_VIOLATION: ULONG = 0x00000133;
353pub const DRIVE_EXTENDER: ULONG = 0x00000134;
354pub const REGISTRY_FILTER_DRIVER_EXCEPTION: ULONG = 0x00000135;
355pub const VHD_BOOT_HOST_VOLUME_NOT_ENOUGH_SPACE: ULONG = 0x00000136;
356pub const WIN32K_HANDLE_MANAGER: ULONG = 0x00000137;
357pub const GPIO_CONTROLLER_DRIVER_ERROR: ULONG = 0x00000138;
358pub const KERNEL_SECURITY_CHECK_FAILURE: ULONG = 0x00000139;
359pub const KERNEL_MODE_HEAP_CORRUPTION: ULONG = 0x0000013A;
360pub const PASSIVE_INTERRUPT_ERROR: ULONG = 0x0000013B;
361pub const INVALID_IO_BOOST_STATE: ULONG = 0x0000013C;
362pub const CRITICAL_INITIALIZATION_FAILURE: ULONG = 0x0000013D;
363pub const ERRATA_WORKAROUND_UNSUCCESSFUL: ULONG = 0x0000013E;
364pub const STORAGE_DEVICE_ABNORMALITY_DETECTED: ULONG = 0x00000140;
365pub const VIDEO_ENGINE_TIMEOUT_DETECTED: ULONG = 0x00000141;
366pub const VIDEO_TDR_APPLICATION_BLOCKED: ULONG = 0x00000142;
367pub const PROCESSOR_DRIVER_INTERNAL: ULONG = 0x00000143;
368pub const BUGCODE_USB3_DRIVER: ULONG = 0x00000144;
369pub const SECURE_BOOT_VIOLATION: ULONG = 0x00000145;
370pub const NDIS_NET_BUFFER_LIST_INFO_ILLEGALLY_TRANSFERRED: ULONG = 0x00000146;
371pub const ABNORMAL_RESET_DETECTED: ULONG = 0x00000147;
372pub const IO_OBJECT_INVALID: ULONG = 0x00000148;
373pub const REFS_FILE_SYSTEM: ULONG = 0x00000149;
374pub const KERNEL_WMI_INTERNAL: ULONG = 0x0000014A;
375pub const SOC_SUBSYSTEM_FAILURE: ULONG = 0x0000014B;
376pub const FATAL_ABNORMAL_RESET_ERROR: ULONG = 0x0000014C;
377pub const EXCEPTION_SCOPE_INVALID: ULONG = 0x0000014D;
378pub const SOC_CRITICAL_DEVICE_REMOVED: ULONG = 0x0000014E;
379pub const PDC_WATCHDOG_TIMEOUT: ULONG = 0x0000014F;
380pub const TCPIP_AOAC_NIC_ACTIVE_REFERENCE_LEAK: ULONG = 0x00000150;
381pub const UNSUPPORTED_INSTRUCTION_MODE: ULONG = 0x00000151;
382pub const INVALID_PUSH_LOCK_FLAGS: ULONG = 0x00000152;
383pub const KERNEL_LOCK_ENTRY_LEAKED_ON_THREAD_TERMINATION: ULONG = 0x00000153;
384pub const UNEXPECTED_STORE_EXCEPTION: ULONG = 0x00000154;
385pub const OS_DATA_TAMPERING: ULONG = 0x00000155;
386pub const WINSOCK_DETECTED_HUNG_CLOSESOCKET_LIVEDUMP: ULONG = 0x00000156;
387pub const KERNEL_THREAD_PRIORITY_FLOOR_VIOLATION: ULONG = 0x00000157;
388pub const ILLEGAL_IOMMU_PAGE_FAULT: ULONG = 0x00000158;
389pub const HAL_ILLEGAL_IOMMU_PAGE_FAULT: ULONG = 0x00000159;
390pub const SDBUS_INTERNAL_ERROR: ULONG = 0x0000015A;
391pub const WORKER_THREAD_RETURNED_WITH_SYSTEM_PAGE_PRIORITY_ACTIVE: ULONG = 0x0000015B;
392pub const PDC_WATCHDOG_TIMEOUT_LIVEDUMP: ULONG = 0x0000015C;
393pub const SOC_SUBSYSTEM_FAILURE_LIVEDUMP: ULONG = 0x0000015D;
394pub const BUGCODE_NDIS_DRIVER_LIVE_DUMP: ULONG = 0x0000015E;
395pub const CONNECTED_STANDBY_WATCHDOG_TIMEOUT_LIVEDUMP: ULONG = 0x0000015F;
396pub const WIN32K_ATOMIC_CHECK_FAILURE: ULONG = 0x00000160;
397pub const LIVE_SYSTEM_DUMP: ULONG = 0x00000161;
398pub const KERNEL_AUTO_BOOST_INVALID_LOCK_RELEASE: ULONG = 0x00000162;
399pub const WORKER_THREAD_TEST_CONDITION: ULONG = 0x00000163;
400pub const WIN32K_CRITICAL_FAILURE: ULONG = 0x00000164;
401pub const CLUSTER_CSV_STATUS_IO_TIMEOUT_LIVEDUMP: ULONG = 0x00000165;
402pub const CLUSTER_RESOURCE_CALL_TIMEOUT_LIVEDUMP: ULONG = 0x00000166;
403pub const CLUSTER_CSV_SNAPSHOT_DEVICE_INFO_TIMEOUT_LIVEDUMP: ULONG = 0x00000167;
404pub const CLUSTER_CSV_STATE_TRANSITION_TIMEOUT_LIVEDUMP: ULONG = 0x00000168;
405pub const CLUSTER_CSV_VOLUME_ARRIVAL_LIVEDUMP: ULONG = 0x00000169;
406pub const CLUSTER_CSV_VOLUME_REMOVAL_LIVEDUMP: ULONG = 0x0000016A;
407pub const CLUSTER_CSV_CLUSTER_WATCHDOG_LIVEDUMP: ULONG = 0x0000016B;
408pub const INVALID_RUNDOWN_PROTECTION_FLAGS: ULONG = 0x0000016C;
409pub const INVALID_SLOT_ALLOCATOR_FLAGS: ULONG = 0x0000016D;
410pub const ERESOURCE_INVALID_RELEASE: ULONG = 0x0000016E;
411pub const CLUSTER_CSV_STATE_TRANSITION_INTERVAL_TIMEOUT_LIVEDUMP: ULONG = 0x0000016F;
412pub const CLUSTER_CSV_CLUSSVC_DISCONNECT_WATCHDOG: ULONG = 0x00000170;
413pub const CRYPTO_LIBRARY_INTERNAL_ERROR: ULONG = 0x00000171;
414pub const COREMSGCALL_INTERNAL_ERROR: ULONG = 0x00000173;
415pub const COREMSG_INTERNAL_ERROR: ULONG = 0x00000174;
416pub const PREVIOUS_FATAL_ABNORMAL_RESET_ERROR: ULONG = 0x00000175;
417pub const ELAM_DRIVER_DETECTED_FATAL_ERROR: ULONG = 0x00000178;
418pub const PDC_LOCK_WATCHDOG_LIVEDUMP: ULONG = 0x0000017C;
419pub const PDC_UNEXPECTED_REVOCATION_LIVEDUMP: ULONG = 0x0000017D;
420pub const WVR_LIVEDUMP_REPLICATION_IOCONTEXT_TIMEOUT: ULONG = 0x00000180;
421pub const WVR_LIVEDUMP_STATE_TRANSITION_TIMEOUT: ULONG = 0x00000181;
422pub const WVR_LIVEDUMP_RECOVERY_IOCONTEXT_TIMEOUT: ULONG = 0x00000182;
423pub const WVR_LIVEDUMP_APP_IO_TIMEOUT: ULONG = 0x00000183;
424pub const WVR_LIVEDUMP_MANUALLY_INITIATED: ULONG = 0x00000184;
425pub const WVR_LIVEDUMP_STATE_FAILURE: ULONG = 0x00000185;
426pub const WVR_LIVEDUMP_CRITICAL_ERROR: ULONG = 0x00000186;
427pub const VIDEO_DWMINIT_TIMEOUT_FALLBACK_BDD: ULONG = 0x00000187;
428pub const CLUSTER_CSVFS_LIVEDUMP: ULONG = 0x00000188;
429pub const BAD_OBJECT_HEADER: ULONG = 0x00000189;
430pub const SILO_CORRUPT: ULONG = 0x0000018A;
431pub const SECURE_KERNEL_ERROR: ULONG = 0x0000018B;
432pub const HYPERGUARD_VIOLATION: ULONG = 0x0000018C;
433pub const WIN32K_CRITICAL_FAILURE_LIVEDUMP: ULONG = 0x00000190;
434pub const PF_DETECTED_CORRUPTION: ULONG = 0x00000191;
435pub const KERNEL_AUTO_BOOST_LOCK_ACQUISITION_WITH_RAISED_IRQL: ULONG = 0x00000192;
436pub const VIDEO_DXGKRNL_LIVEDUMP: ULONG = 0x00000193;
437pub const KERNEL_STORAGE_SLOT_IN_USE: ULONG = 0x00000199;
438pub const SMB_SERVER_LIVEDUMP: ULONG = 0x00000195;
439pub const LOADER_ROLLBACK_DETECTED: ULONG = 0x00000196;
440pub const WIN32K_SECURITY_FAILURE: ULONG = 0x00000197;
441pub const UFX_LIVEDUMP: ULONG = 0x00000198;
442pub const WORKER_THREAD_RETURNED_WHILE_ATTACHED_TO_SILO: ULONG = 0x0000019A;
443pub const TTM_FATAL_ERROR: ULONG = 0x0000019B;
444pub const WIN32K_POWER_WATCHDOG_TIMEOUT: ULONG = 0x0000019C;
445pub const CLUSTER_SVHDX_LIVEDUMP: ULONG = 0x0000019D;
446pub const DRIVER_VERIFIER_DETECTED_VIOLATION_LIVEDUMP: ULONG = 0x000001C4;
447pub const IO_THREADPOOL_DEADLOCK_LIVEDUMP: ULONG = 0x000001C5;
448pub const XBOX_CORRUPTED_IMAGE: ULONG = 0x00000357;
449pub const XBOX_INVERTED_FUNCTION_TABLE_OVERFLOW: ULONG = 0x00000358;
450pub const XBOX_CORRUPTED_IMAGE_BASE: ULONG = 0x00000359;
451pub const XBOX_360_SYSTEM_CRASH: ULONG = 0x00000360;
452pub const XBOX_360_SYSTEM_CRASH_RESERVED: ULONG = 0x00000420;
453pub const HYPERVISOR_ERROR: ULONG = 0x00020001;
454pub const WINLOGON_FATAL_ERROR: ULONG = 0xC000021A;
455pub const MANUALLY_INITIATED_CRASH1: ULONG = 0xDEADDEAD;
456pub const BUGCHECK_CONTEXT_MODIFIER: ULONG = 0x80000000;