VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/i8042prt/include/bugcodes.h@ 2981

Last change on this file since 2981 was 1, checked in by vboxsync, 55 years ago

import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 51.0 KB
Line 
1/*++ BUILD Version: 0001 // Increment this if a change has global effects
2
3Copyright (c) 1991 Microsoft Corporation
4
5Module Name:
6
7 bugcodes.h
8
9Abstract:
10
11 This module contains the definition of the system bug check codes.
12
13Author:
14
15 David N. Cutler (davec) 2-May-1989
16
17Revision History:
18
19Notes:
20
21 This file is generated by the MC tool from the ntos\nls\bugcodes.msg
22 file.
23
24--*/
25
26#ifndef _BUGCODES_
27#define _BUGCODES_
28
29
30//
31// Values are 32 bit values layed out as follows:
32//
33// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
34// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
35// +---+-+-+-----------------------+-------------------------------+
36// |Sev|C|R| Facility | Code |
37// +---+-+-+-----------------------+-------------------------------+
38//
39// where
40//
41// Sev - is the severity code
42//
43// 00 - Success
44// 01 - Informational
45// 10 - Warning
46// 11 - Error
47//
48// C - is the Customer code flag
49//
50// R - is a reserved bit
51//
52// Facility - is the facility code
53//
54// Code - is the facility's status code
55//
56//
57// Define the facility codes
58//
59
60
61//
62// Define the severity codes
63//
64
65
66//
67// MessageId: HARDWARE_PROFILE_UNDOCKED_STRING
68//
69// MessageText:
70//
71// Undocked Profile
72//
73#define HARDWARE_PROFILE_UNDOCKED_STRING ((ULONG)0x40010001L)
74
75//
76// MessageId: HARDWARE_PROFILE_DOCKED_STRING
77//
78// MessageText:
79//
80// Docked Profile
81//
82#define HARDWARE_PROFILE_DOCKED_STRING ((ULONG)0x40010002L)
83
84//
85// MessageId: HARDWARE_PROFILE_UNKNOWN_STRING
86//
87// MessageText:
88//
89// Profile
90//
91#define HARDWARE_PROFILE_UNKNOWN_STRING ((ULONG)0x40010003L)
92
93//
94// MessageId: WINDOWS_NT_BANNER
95//
96// MessageText:
97//
98// Microsoft (R) Windows (R) Version %hs (Build %u%hs)
99//
100#define WINDOWS_NT_BANNER ((ULONG)0x4000007EL)
101
102//
103// MessageId: BUGCHECK_MESSAGE_INTRO
104//
105// MessageText:
106//
107// A problem has been detected and Windows has been shut down to prevent damage
108// to your computer.
109//
110#define BUGCHECK_MESSAGE_INTRO ((ULONG)0x4000007FL)
111
112//
113// MessageId: BUGCODE_ID_DRIVER
114//
115// MessageText:
116//
117// The problem seems to be caused by the following file:
118//
119//
120#define BUGCODE_ID_DRIVER ((ULONG)0x40000080L)
121
122//
123// MessageId: PSS_MESSAGE_INTRO
124//
125// MessageText:
126//
127// If this is the first time you've seen this Stop error screen,
128// restart your computer. If this screen appears again, follow
129// these steps:
130//
131//
132#define PSS_MESSAGE_INTRO ((ULONG)0x40000081L)
133
134//
135// MessageId: BUGCODE_PSS_MESSAGE
136//
137// MessageText:
138//
139// Check to make sure any new hardware or software is properly installed.
140// If this is a new installation, ask your hardware or software manufacturer
141// for any Windows updates you might need.
142//
143// If problems continue, disable or remove any newly installed hardware
144// or software. Disable BIOS memory options such as caching or shadowing.
145// If you need to use Safe Mode to remove or disable components, restart
146// your computer, press F8 to select Advanced Startup Options, and then
147// select Safe Mode.
148//
149#define BUGCODE_PSS_MESSAGE ((ULONG)0x40000082L)
150
151//
152// MessageId: BUGCHECK_TECH_INFO
153//
154// MessageText:
155//
156// Technical information:
157//
158#define BUGCHECK_TECH_INFO ((ULONG)0x40000083L)
159
160//
161// MessageId: WINDOWS_NT_CSD_STRING
162//
163// MessageText:
164//
165// Service Pack
166//
167#define WINDOWS_NT_CSD_STRING ((ULONG)0x40000087L)
168
169//
170// MessageId: WINDOWS_NT_INFO_STRING
171//
172// MessageText:
173//
174// %u System Processor [%u MB Memory] %Z
175//
176#define WINDOWS_NT_INFO_STRING ((ULONG)0x40000088L)
177
178//
179// MessageId: WINDOWS_NT_MP_STRING
180//
181// MessageText:
182//
183// MultiProcessor Kernel
184//
185#define WINDOWS_NT_MP_STRING ((ULONG)0x40000089L)
186
187//
188// MessageId: THREAD_TERMINATE_HELD_MUTEX
189//
190// MessageText:
191//
192// A kernel thread terminated while holding a mutex
193//
194#define THREAD_TERMINATE_HELD_MUTEX ((ULONG)0x4000008AL)
195
196//
197// MessageId: BUGCODE_PSS_CRASH_INIT
198//
199// MessageText:
200//
201// Beginning dump of physical memory
202//
203#define BUGCODE_PSS_CRASH_INIT ((ULONG)0x4000008BL)
204
205//
206// MessageId: BUGCODE_PSS_CRASH_PROGRESS
207//
208// MessageText:
209//
210// Dumping physical memory to disk
211//
212#define BUGCODE_PSS_CRASH_PROGRESS ((ULONG)0x4000008CL)
213
214//
215// MessageId: BUGCODE_PSS_CRASH_DONE
216//
217// MessageText:
218//
219// Physical memory dump complete.
220// Contact your system administrator or technical support group for further
221// assistance.
222//
223#define BUGCODE_PSS_CRASH_DONE ((ULONG)0x4000008DL)
224
225//
226// MessageId: WINDOWS_NT_INFO_STRING_PLURAL
227//
228// MessageText:
229//
230// %u System Processors [%u MB Memory] %Z
231//
232#define WINDOWS_NT_INFO_STRING_PLURAL ((ULONG)0x4000009DL)
233
234//
235// MessageId: WINDOWS_NT_RC_STRING
236//
237// MessageText:
238//
239// RC
240//
241#define WINDOWS_NT_RC_STRING ((ULONG)0x4000009EL)
242
243//
244// MessageId: APC_INDEX_MISMATCH
245//
246// MessageText:
247//
248// APC_INDEX_MISMATCH
249//
250#define APC_INDEX_MISMATCH ((ULONG)0x00000001L)
251
252//
253// MessageId: DEVICE_QUEUE_NOT_BUSY
254//
255// MessageText:
256//
257// DEVICE_QUEUE_NOT_BUSY
258//
259#define DEVICE_QUEUE_NOT_BUSY ((ULONG)0x00000002L)
260
261//
262// MessageId: INVALID_AFFINITY_SET
263//
264// MessageText:
265//
266// INVALID_AFFINITY_SET
267//
268#define INVALID_AFFINITY_SET ((ULONG)0x00000003L)
269
270//
271// MessageId: INVALID_DATA_ACCESS_TRAP
272//
273// MessageText:
274//
275// INVALID_DATA_ACCESS_TRAP
276//
277#define INVALID_DATA_ACCESS_TRAP ((ULONG)0x00000004L)
278
279//
280// MessageId: INVALID_PROCESS_ATTACH_ATTEMPT
281//
282// MessageText:
283//
284// INVALID_PROCESS_ATTACH_ATTEMPT
285//
286#define INVALID_PROCESS_ATTACH_ATTEMPT ((ULONG)0x00000005L)
287
288//
289// MessageId: INVALID_PROCESS_DETACH_ATTEMPT
290//
291// MessageText:
292//
293// INVALID_PROCESS_DETACH_ATTEMPT
294//
295#define INVALID_PROCESS_DETACH_ATTEMPT ((ULONG)0x00000006L)
296
297//
298// MessageId: INVALID_SOFTWARE_INTERRUPT
299//
300// MessageText:
301//
302// INVALID_SOFTWARE_INTERRUPT
303//
304#define INVALID_SOFTWARE_INTERRUPT ((ULONG)0x00000007L)
305
306//
307// MessageId: IRQL_NOT_DISPATCH_LEVEL
308//
309// MessageText:
310//
311// IRQL_NOT_DISPATCH_LEVEL
312//
313#define IRQL_NOT_DISPATCH_LEVEL ((ULONG)0x00000008L)
314
315//
316// MessageId: IRQL_NOT_GREATER_OR_EQUAL
317//
318// MessageText:
319//
320// IRQL_NOT_GREATER_OR_EQUAL
321//
322#define IRQL_NOT_GREATER_OR_EQUAL ((ULONG)0x00000009L)
323
324//
325// MessageId: IRQL_NOT_LESS_OR_EQUAL
326//
327// MessageText:
328//
329// IRQL_NOT_LESS_OR_EQUAL
330//
331#define IRQL_NOT_LESS_OR_EQUAL ((ULONG)0x0000000AL)
332
333//
334// MessageId: NO_EXCEPTION_HANDLING_SUPPORT
335//
336// MessageText:
337//
338// NO_EXCEPTION_HANDLING_SUPPORT
339//
340#define NO_EXCEPTION_HANDLING_SUPPORT ((ULONG)0x0000000BL)
341
342//
343// MessageId: MAXIMUM_WAIT_OBJECTS_EXCEEDED
344//
345// MessageText:
346//
347// MAXIMUM_WAIT_OBJECTS_EXCEEDED
348//
349#define MAXIMUM_WAIT_OBJECTS_EXCEEDED ((ULONG)0x0000000CL)
350
351//
352// MessageId: MUTEX_LEVEL_NUMBER_VIOLATION
353//
354// MessageText:
355//
356// MUTEX_LEVEL_NUMBER_VIOLATION
357//
358#define MUTEX_LEVEL_NUMBER_VIOLATION ((ULONG)0x0000000DL)
359
360//
361// MessageId: NO_USER_MODE_CONTEXT
362//
363// MessageText:
364//
365// NO_USER_MODE_CONTEXT
366//
367#define NO_USER_MODE_CONTEXT ((ULONG)0x0000000EL)
368
369//
370// MessageId: SPIN_LOCK_ALREADY_OWNED
371//
372// MessageText:
373//
374// SPIN_LOCK_ALREADY_OWNED
375//
376#define SPIN_LOCK_ALREADY_OWNED ((ULONG)0x0000000FL)
377
378//
379// MessageId: SPIN_LOCK_NOT_OWNED
380//
381// MessageText:
382//
383// SPIN_LOCK_NOT_OWNED
384//
385#define SPIN_LOCK_NOT_OWNED ((ULONG)0x00000010L)
386
387//
388// MessageId: THREAD_NOT_MUTEX_OWNER
389//
390// MessageText:
391//
392// THREAD_NOT_MUTEX_OWNER
393//
394#define THREAD_NOT_MUTEX_OWNER ((ULONG)0x00000011L)
395
396//
397// MessageId: TRAP_CAUSE_UNKNOWN
398//
399// MessageText:
400//
401// TRAP_CAUSE_UNKNOWN
402//
403#define TRAP_CAUSE_UNKNOWN ((ULONG)0x00000012L)
404
405//
406// MessageId: EMPTY_THREAD_REAPER_LIST
407//
408// MessageText:
409//
410// EMPTY_THREAD_REAPER_LIST
411//
412#define EMPTY_THREAD_REAPER_LIST ((ULONG)0x00000013L)
413
414//
415// MessageId: CREATE_DELETE_LOCK_NOT_LOCKED
416//
417// MessageText:
418//
419// CREATE_DELETE_LOCK_NOT_LOCKED
420//
421#define CREATE_DELETE_LOCK_NOT_LOCKED ((ULONG)0x00000014L)
422
423//
424// MessageId: LAST_CHANCE_CALLED_FROM_KMODE
425//
426// MessageText:
427//
428// LAST_CHANCE_CALLED_FROM_KMODE
429//
430#define LAST_CHANCE_CALLED_FROM_KMODE ((ULONG)0x00000015L)
431
432//
433// MessageId: CID_HANDLE_CREATION
434//
435// MessageText:
436//
437// CID_HANDLE_CREATION
438//
439#define CID_HANDLE_CREATION ((ULONG)0x00000016L)
440
441//
442// MessageId: CID_HANDLE_DELETION
443//
444// MessageText:
445//
446// CID_HANDLE_DELETION
447//
448#define CID_HANDLE_DELETION ((ULONG)0x00000017L)
449
450//
451// MessageId: REFERENCE_BY_POINTER
452//
453// MessageText:
454//
455// REFERENCE_BY_POINTER
456//
457#define REFERENCE_BY_POINTER ((ULONG)0x00000018L)
458
459//
460// MessageId: BAD_POOL_HEADER
461//
462// MessageText:
463//
464// BAD_POOL_HEADER
465//
466#define BAD_POOL_HEADER ((ULONG)0x00000019L)
467
468//
469// MessageId: MEMORY_MANAGEMENT
470//
471// MessageText:
472//
473// MEMORY_MANAGEMENT
474//
475#define MEMORY_MANAGEMENT ((ULONG)0x0000001AL)
476
477//
478// MessageId: PFN_SHARE_COUNT
479//
480// MessageText:
481//
482// PFN_SHARE_COUNT
483//
484#define PFN_SHARE_COUNT ((ULONG)0x0000001BL)
485
486//
487// MessageId: PFN_REFERENCE_COUNT
488//
489// MessageText:
490//
491// PFN_REFERENCE_COUNT
492//
493#define PFN_REFERENCE_COUNT ((ULONG)0x0000001CL)
494
495//
496// MessageId: NO_SPIN_LOCK_AVAILABLE
497//
498// MessageText:
499//
500// NO_SPIN_LOCK_AVAILABLE
501//
502#define NO_SPIN_LOCK_AVAILABLE ((ULONG)0x0000001DL)
503
504//
505// MessageId: KMODE_EXCEPTION_NOT_HANDLED
506//
507// MessageText:
508//
509// Check to be sure you have adequate disk space. If a driver is
510// identified in the Stop message, disable the driver or check
511// with the manufacturer for driver updates. Try changing video
512// adapters.
513//
514// Check with your hardware vendor for any BIOS updates. Disable
515// BIOS memory options such as caching or shadowing. If you need
516// to use Safe Mode to remove or disable components, restart your
517// computer, press F8 to select Advanced Startup Options, and then
518// select Safe Mode.
519//
520#define KMODE_EXCEPTION_NOT_HANDLED ((ULONG)0x0000001EL)
521
522//
523// MessageId: SHARED_RESOURCE_CONV_ERROR
524//
525// MessageText:
526//
527// SHARED_RESOURCE_CONV_ERROR
528//
529#define SHARED_RESOURCE_CONV_ERROR ((ULONG)0x0000001FL)
530
531//
532// MessageId: KERNEL_APC_PENDING_DURING_EXIT
533//
534// MessageText:
535//
536// KERNEL_APC_PENDING_DURING_EXIT
537//
538#define KERNEL_APC_PENDING_DURING_EXIT ((ULONG)0x00000020L)
539
540//
541// MessageId: QUOTA_UNDERFLOW
542//
543// MessageText:
544//
545// QUOTA_UNDERFLOW
546//
547#define QUOTA_UNDERFLOW ((ULONG)0x00000021L)
548
549//
550// MessageId: FILE_SYSTEM
551//
552// MessageText:
553//
554// FILE_SYSTEM
555//
556#define FILE_SYSTEM ((ULONG)0x00000022L)
557
558//
559// MessageId: FAT_FILE_SYSTEM
560//
561// MessageText:
562//
563// Disable or uninstall any anti-virus, disk defragmentation
564// or backup utilities. Check your hard drive configuration,
565// and check for any updated drivers. Run CHKDSK /F to check
566// for hard drive corruption, and then restart your computer.
567//
568#define FAT_FILE_SYSTEM ((ULONG)0x00000023L)
569
570//
571// MessageId: NTFS_FILE_SYSTEM
572//
573// MessageText:
574//
575// NTFS_FILE_SYSTEM
576//
577#define NTFS_FILE_SYSTEM ((ULONG)0x00000024L)
578
579//
580// MessageId: NPFS_FILE_SYSTEM
581//
582// MessageText:
583//
584// NPFS_FILE_SYSTEM
585//
586#define NPFS_FILE_SYSTEM ((ULONG)0x00000025L)
587
588//
589// MessageId: CDFS_FILE_SYSTEM
590//
591// MessageText:
592//
593// CDFS_FILE_SYSTEM
594//
595#define CDFS_FILE_SYSTEM ((ULONG)0x00000026L)
596
597//
598// MessageId: RDR_FILE_SYSTEM
599//
600// MessageText:
601//
602// RDR_FILE_SYSTEM
603//
604#define RDR_FILE_SYSTEM ((ULONG)0x00000027L)
605
606//
607// MessageId: CORRUPT_ACCESS_TOKEN
608//
609// MessageText:
610//
611// CORRUPT_ACCESS_TOKEN
612//
613#define CORRUPT_ACCESS_TOKEN ((ULONG)0x00000028L)
614
615//
616// MessageId: SECURITY_SYSTEM
617//
618// MessageText:
619//
620// SECURITY_SYSTEM
621//
622#define SECURITY_SYSTEM ((ULONG)0x00000029L)
623
624//
625// MessageId: INCONSISTENT_IRP
626//
627// MessageText:
628//
629// INCONSISTENT_IRP
630//
631#define INCONSISTENT_IRP ((ULONG)0x0000002AL)
632
633//
634// MessageId: PANIC_STACK_SWITCH
635//
636// MessageText:
637//
638// PANIC_STACK_SWITCH
639//
640#define PANIC_STACK_SWITCH ((ULONG)0x0000002BL)
641
642//
643// MessageId: PORT_DRIVER_INTERNAL
644//
645// MessageText:
646//
647// PORT_DRIVER_INTERNAL
648//
649#define PORT_DRIVER_INTERNAL ((ULONG)0x0000002CL)
650
651//
652// MessageId: SCSI_DISK_DRIVER_INTERNAL
653//
654// MessageText:
655//
656// SCSI_DISK_DRIVER_INTERNAL
657//
658#define SCSI_DISK_DRIVER_INTERNAL ((ULONG)0x0000002DL)
659
660//
661// MessageId: DATA_BUS_ERROR
662//
663// MessageText:
664//
665// Run system diagnostics supplied by your hardware manufacturer.
666// In particular, run a memory check, and check for faulty or
667// mismatched memory. Try changing video adapters.
668//
669// Check with your hardware vendor for any BIOS updates. Disable
670// BIOS memory options such as caching or shadowing. If you need
671// to use Safe Mode to remove or disable components, restart your
672// computer, press F8 to select Advanced Startup Options, and then
673// select Safe Mode.
674//
675#define DATA_BUS_ERROR ((ULONG)0x0000002EL)
676
677//
678// MessageId: INSTRUCTION_BUS_ERROR
679//
680// MessageText:
681//
682// INSTRUCTION_BUS_ERROR
683//
684#define INSTRUCTION_BUS_ERROR ((ULONG)0x0000002FL)
685
686//
687// MessageId: SET_OF_INVALID_CONTEXT
688//
689// MessageText:
690//
691// SET_OF_INVALID_CONTEXT
692//
693#define SET_OF_INVALID_CONTEXT ((ULONG)0x00000030L)
694
695//
696// MessageId: PHASE0_INITIALIZATION_FAILED
697//
698// MessageText:
699//
700// PHASE0_INITIALIZATION_FAILED
701//
702#define PHASE0_INITIALIZATION_FAILED ((ULONG)0x00000031L)
703
704//
705// MessageId: PHASE1_INITIALIZATION_FAILED
706//
707// MessageText:
708//
709// PHASE1_INITIALIZATION_FAILED
710//
711#define PHASE1_INITIALIZATION_FAILED ((ULONG)0x00000032L)
712
713//
714// MessageId: UNEXPECTED_INITIALIZATION_CALL
715//
716// MessageText:
717//
718// UNEXPECTED_INITIALIZATION_CALL
719//
720#define UNEXPECTED_INITIALIZATION_CALL ((ULONG)0x00000033L)
721
722//
723// MessageId: CACHE_MANAGER
724//
725// MessageText:
726//
727// CACHE_MANAGER
728//
729#define CACHE_MANAGER ((ULONG)0x00000034L)
730
731//
732// MessageId: NO_MORE_IRP_STACK_LOCATIONS
733//
734// MessageText:
735//
736// NO_MORE_IRP_STACK_LOCATIONS
737//
738#define NO_MORE_IRP_STACK_LOCATIONS ((ULONG)0x00000035L)
739
740//
741// MessageId: DEVICE_REFERENCE_COUNT_NOT_ZERO
742//
743// MessageText:
744//
745// DEVICE_REFERENCE_COUNT_NOT_ZERO
746//
747#define DEVICE_REFERENCE_COUNT_NOT_ZERO ((ULONG)0x00000036L)
748
749//
750// MessageId: FLOPPY_INTERNAL_ERROR
751//
752// MessageText:
753//
754// FLOPPY_INTERNAL_ERROR
755//
756#define FLOPPY_INTERNAL_ERROR ((ULONG)0x00000037L)
757
758//
759// MessageId: SERIAL_DRIVER_INTERNAL
760//
761// MessageText:
762//
763// SERIAL_DRIVER_INTERNAL
764//
765#define SERIAL_DRIVER_INTERNAL ((ULONG)0x00000038L)
766
767//
768// MessageId: SYSTEM_EXIT_OWNED_MUTEX
769//
770// MessageText:
771//
772// SYSTEM_EXIT_OWNED_MUTEX
773//
774#define SYSTEM_EXIT_OWNED_MUTEX ((ULONG)0x00000039L)
775
776//
777// MessageId: SYSTEM_UNWIND_PREVIOUS_USER
778//
779// MessageText:
780//
781// SYSTEM_UNWIND_PREVIOUS_USER
782//
783#define SYSTEM_UNWIND_PREVIOUS_USER ((ULONG)0x0000003AL)
784
785//
786// MessageId: SYSTEM_SERVICE_EXCEPTION
787//
788// MessageText:
789//
790// SYSTEM_SERVICE_EXCEPTION
791//
792#define SYSTEM_SERVICE_EXCEPTION ((ULONG)0x0000003BL)
793
794//
795// MessageId: INTERRUPT_UNWIND_ATTEMPTED
796//
797// MessageText:
798//
799// INTERRUPT_UNWIND_ATTEMPTED
800//
801#define INTERRUPT_UNWIND_ATTEMPTED ((ULONG)0x0000003CL)
802
803//
804// MessageId: INTERRUPT_EXCEPTION_NOT_HANDLED
805//
806// MessageText:
807//
808// INTERRUPT_EXCEPTION_NOT_HANDLED
809//
810#define INTERRUPT_EXCEPTION_NOT_HANDLED ((ULONG)0x0000003DL)
811
812//
813// MessageId: MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED
814//
815// MessageText:
816//
817// MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED
818//
819#define MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED ((ULONG)0x0000003EL)
820
821//
822// MessageId: NO_MORE_SYSTEM_PTES
823//
824// MessageText:
825//
826// Remove any recently installed software including backup
827// utilities or disk-intensive applications.
828//
829// If you need to use Safe Mode to remove or disable components,
830// restart your computer, press F8 to select Advanced Startup
831// Options, and then select Safe Mode.
832//
833#define NO_MORE_SYSTEM_PTES ((ULONG)0x0000003FL)
834
835//
836// MessageId: TARGET_MDL_TOO_SMALL
837//
838// MessageText:
839//
840// TARGET_MDL_TOO_SMALL
841//
842#define TARGET_MDL_TOO_SMALL ((ULONG)0x00000040L)
843
844//
845// MessageId: MUST_SUCCEED_POOL_EMPTY
846//
847// MessageText:
848//
849// MUST_SUCCEED_POOL_EMPTY
850//
851#define MUST_SUCCEED_POOL_EMPTY ((ULONG)0x00000041L)
852
853//
854// MessageId: ATDISK_DRIVER_INTERNAL
855//
856// MessageText:
857//
858// ATDISK_DRIVER_INTERNAL
859//
860#define ATDISK_DRIVER_INTERNAL ((ULONG)0x00000042L)
861
862//
863// MessageId: NO_SUCH_PARTITION
864//
865// MessageText:
866//
867// NO_SUCH_PARTITION
868//
869#define NO_SUCH_PARTITION ((ULONG)0x00000043L)
870
871//
872// MessageId: MULTIPLE_IRP_COMPLETE_REQUESTS
873//
874// MessageText:
875//
876// MULTIPLE_IRP_COMPLETE_REQUESTS
877//
878#define MULTIPLE_IRP_COMPLETE_REQUESTS ((ULONG)0x00000044L)
879
880//
881// MessageId: INSUFFICIENT_SYSTEM_MAP_REGS
882//
883// MessageText:
884//
885// INSUFFICIENT_SYSTEM_MAP_REGS
886//
887#define INSUFFICIENT_SYSTEM_MAP_REGS ((ULONG)0x00000045L)
888
889//
890// MessageId: DEREF_UNKNOWN_LOGON_SESSION
891//
892// MessageText:
893//
894// DEREF_UNKNOWN_LOGON_SESSION
895//
896#define DEREF_UNKNOWN_LOGON_SESSION ((ULONG)0x00000046L)
897
898//
899// MessageId: REF_UNKNOWN_LOGON_SESSION
900//
901// MessageText:
902//
903// REF_UNKNOWN_LOGON_SESSION
904//
905#define REF_UNKNOWN_LOGON_SESSION ((ULONG)0x00000047L)
906
907//
908// MessageId: CANCEL_STATE_IN_COMPLETED_IRP
909//
910// MessageText:
911//
912// CANCEL_STATE_IN_COMPLETED_IRP
913//
914#define CANCEL_STATE_IN_COMPLETED_IRP ((ULONG)0x00000048L)
915
916//
917// MessageId: PAGE_FAULT_WITH_INTERRUPTS_OFF
918//
919// MessageText:
920//
921// PAGE_FAULT_WITH_INTERRUPTS_OFF
922//
923#define PAGE_FAULT_WITH_INTERRUPTS_OFF ((ULONG)0x00000049L)
924
925//
926// MessageId: IRQL_GT_ZERO_AT_SYSTEM_SERVICE
927//
928// MessageText:
929//
930// IRQL_GT_ZERO_AT_SYSTEM_SERVICE
931//
932#define IRQL_GT_ZERO_AT_SYSTEM_SERVICE ((ULONG)0x0000004AL)
933
934//
935// MessageId: STREAMS_INTERNAL_ERROR
936//
937// MessageText:
938//
939// STREAMS_INTERNAL_ERROR
940//
941#define STREAMS_INTERNAL_ERROR ((ULONG)0x0000004BL)
942
943//
944// MessageId: FATAL_UNHANDLED_HARD_ERROR
945//
946// MessageText:
947//
948// FATAL_UNHANDLED_HARD_ERROR
949//
950#define FATAL_UNHANDLED_HARD_ERROR ((ULONG)0x0000004CL)
951
952//
953// MessageId: NO_PAGES_AVAILABLE
954//
955// MessageText:
956//
957// NO_PAGES_AVAILABLE
958//
959#define NO_PAGES_AVAILABLE ((ULONG)0x0000004DL)
960
961//
962// MessageId: PFN_LIST_CORRUPT
963//
964// MessageText:
965//
966// PFN_LIST_CORRUPT
967//
968#define PFN_LIST_CORRUPT ((ULONG)0x0000004EL)
969
970//
971// MessageId: NDIS_INTERNAL_ERROR
972//
973// MessageText:
974//
975// NDIS_INTERNAL_ERROR
976//
977#define NDIS_INTERNAL_ERROR ((ULONG)0x0000004FL)
978
979//
980// MessageId: PAGE_FAULT_IN_NONPAGED_AREA
981//
982// MessageText:
983//
984// PAGE_FAULT_IN_NONPAGED_AREA
985//
986#define PAGE_FAULT_IN_NONPAGED_AREA ((ULONG)0x00000050L)
987
988//
989// MessageId: REGISTRY_ERROR
990//
991// MessageText:
992//
993// REGISTRY_ERROR
994//
995#define REGISTRY_ERROR ((ULONG)0x00000051L)
996
997//
998// MessageId: MAILSLOT_FILE_SYSTEM
999//
1000// MessageText:
1001//
1002// MAILSLOT_FILE_SYSTEM
1003//
1004#define MAILSLOT_FILE_SYSTEM ((ULONG)0x00000052L)
1005
1006//
1007// MessageId: NO_BOOT_DEVICE
1008//
1009// MessageText:
1010//
1011// NO_BOOT_DEVICE
1012//
1013#define NO_BOOT_DEVICE ((ULONG)0x00000053L)
1014
1015//
1016// MessageId: LM_SERVER_INTERNAL_ERROR
1017//
1018// MessageText:
1019//
1020// LM_SERVER_INTERNAL_ERROR
1021//
1022#define LM_SERVER_INTERNAL_ERROR ((ULONG)0x00000054L)
1023
1024//
1025// MessageId: DATA_COHERENCY_EXCEPTION
1026//
1027// MessageText:
1028//
1029// DATA_COHERENCY_EXCEPTION
1030//
1031#define DATA_COHERENCY_EXCEPTION ((ULONG)0x00000055L)
1032
1033//
1034// MessageId: INSTRUCTION_COHERENCY_EXCEPTION
1035//
1036// MessageText:
1037//
1038// INSTRUCTION_COHERENCY_EXCEPTION
1039//
1040#define INSTRUCTION_COHERENCY_EXCEPTION ((ULONG)0x00000056L)
1041
1042//
1043// MessageId: XNS_INTERNAL_ERROR
1044//
1045// MessageText:
1046//
1047// XNS_INTERNAL_ERROR
1048//
1049#define XNS_INTERNAL_ERROR ((ULONG)0x00000057L)
1050
1051//
1052// MessageId: FTDISK_INTERNAL_ERROR
1053//
1054// MessageText:
1055//
1056// FTDISK_INTERNAL_ERROR
1057//
1058#define FTDISK_INTERNAL_ERROR ((ULONG)0x00000058L)
1059
1060//
1061// MessageId: PINBALL_FILE_SYSTEM
1062//
1063// MessageText:
1064//
1065// PINBALL_FILE_SYSTEM
1066//
1067#define PINBALL_FILE_SYSTEM ((ULONG)0x00000059L)
1068
1069//
1070// MessageId: CRITICAL_SERVICE_FAILED
1071//
1072// MessageText:
1073//
1074// CRITICAL_SERVICE_FAILED
1075//
1076#define CRITICAL_SERVICE_FAILED ((ULONG)0x0000005AL)
1077
1078//
1079// MessageId: SET_ENV_VAR_FAILED
1080//
1081// MessageText:
1082//
1083// SET_ENV_VAR_FAILED
1084//
1085#define SET_ENV_VAR_FAILED ((ULONG)0x0000005BL)
1086
1087//
1088// MessageId: HAL_INITIALIZATION_FAILED
1089//
1090// MessageText:
1091//
1092// HAL_INITIALIZATION_FAILED
1093//
1094#define HAL_INITIALIZATION_FAILED ((ULONG)0x0000005CL)
1095
1096//
1097// MessageId: UNSUPPORTED_PROCESSOR
1098//
1099// MessageText:
1100//
1101// UNSUPPORTED_PROCESSOR
1102//
1103#define UNSUPPORTED_PROCESSOR ((ULONG)0x0000005DL)
1104
1105//
1106// MessageId: OBJECT_INITIALIZATION_FAILED
1107//
1108// MessageText:
1109//
1110// OBJECT_INITIALIZATION_FAILED
1111//
1112#define OBJECT_INITIALIZATION_FAILED ((ULONG)0x0000005EL)
1113
1114//
1115// MessageId: SECURITY_INITIALIZATION_FAILED
1116//
1117// MessageText:
1118//
1119// SECURITY_INITIALIZATION_FAILED
1120//
1121#define SECURITY_INITIALIZATION_FAILED ((ULONG)0x0000005FL)
1122
1123//
1124// MessageId: PROCESS_INITIALIZATION_FAILED
1125//
1126// MessageText:
1127//
1128// PROCESS_INITIALIZATION_FAILED
1129//
1130#define PROCESS_INITIALIZATION_FAILED ((ULONG)0x00000060L)
1131
1132//
1133// MessageId: HAL1_INITIALIZATION_FAILED
1134//
1135// MessageText:
1136//
1137// HAL1_INITIALIZATION_FAILED
1138//
1139#define HAL1_INITIALIZATION_FAILED ((ULONG)0x00000061L)
1140
1141//
1142// MessageId: OBJECT1_INITIALIZATION_FAILED
1143//
1144// MessageText:
1145//
1146// OBJECT1_INITIALIZATION_FAILED
1147//
1148#define OBJECT1_INITIALIZATION_FAILED ((ULONG)0x00000062L)
1149
1150//
1151// MessageId: SECURITY1_INITIALIZATION_FAILED
1152//
1153// MessageText:
1154//
1155// SECURITY1_INITIALIZATION_FAILED
1156//
1157#define SECURITY1_INITIALIZATION_FAILED ((ULONG)0x00000063L)
1158
1159//
1160// MessageId: SYMBOLIC_INITIALIZATION_FAILED
1161//
1162// MessageText:
1163//
1164// SYMBOLIC_INITIALIZATION_FAILED
1165//
1166#define SYMBOLIC_INITIALIZATION_FAILED ((ULONG)0x00000064L)
1167
1168//
1169// MessageId: MEMORY1_INITIALIZATION_FAILED
1170//
1171// MessageText:
1172//
1173// MEMORY1_INITIALIZATION_FAILED
1174//
1175#define MEMORY1_INITIALIZATION_FAILED ((ULONG)0x00000065L)
1176
1177//
1178// MessageId: CACHE_INITIALIZATION_FAILED
1179//
1180// MessageText:
1181//
1182// CACHE_INITIALIZATION_FAILED
1183//
1184#define CACHE_INITIALIZATION_FAILED ((ULONG)0x00000066L)
1185
1186//
1187// MessageId: CONFIG_INITIALIZATION_FAILED
1188//
1189// MessageText:
1190//
1191// CONFIG_INITIALIZATION_FAILED
1192//
1193#define CONFIG_INITIALIZATION_FAILED ((ULONG)0x00000067L)
1194
1195//
1196// MessageId: FILE_INITIALIZATION_FAILED
1197//
1198// MessageText:
1199//
1200// FILE_INITIALIZATION_FAILED
1201//
1202#define FILE_INITIALIZATION_FAILED ((ULONG)0x00000068L)
1203
1204//
1205// MessageId: IO1_INITIALIZATION_FAILED
1206//
1207// MessageText:
1208//
1209// IO1_INITIALIZATION_FAILED
1210//
1211#define IO1_INITIALIZATION_FAILED ((ULONG)0x00000069L)
1212
1213//
1214// MessageId: LPC_INITIALIZATION_FAILED
1215//
1216// MessageText:
1217//
1218// LPC_INITIALIZATION_FAILED
1219//
1220#define LPC_INITIALIZATION_FAILED ((ULONG)0x0000006AL)
1221
1222//
1223// MessageId: PROCESS1_INITIALIZATION_FAILED
1224//
1225// MessageText:
1226//
1227// PROCESS1_INITIALIZATION_FAILED
1228//
1229#define PROCESS1_INITIALIZATION_FAILED ((ULONG)0x0000006BL)
1230
1231//
1232// MessageId: REFMON_INITIALIZATION_FAILED
1233//
1234// MessageText:
1235//
1236// REFMON_INITIALIZATION_FAILED
1237//
1238#define REFMON_INITIALIZATION_FAILED ((ULONG)0x0000006CL)
1239
1240//
1241// MessageId: SESSION1_INITIALIZATION_FAILED
1242//
1243// MessageText:
1244//
1245// SESSION1_INITIALIZATION_FAILED
1246//
1247#define SESSION1_INITIALIZATION_FAILED ((ULONG)0x0000006DL)
1248
1249//
1250// MessageId: SESSION2_INITIALIZATION_FAILED
1251//
1252// MessageText:
1253//
1254// SESSION2_INITIALIZATION_FAILED
1255//
1256#define SESSION2_INITIALIZATION_FAILED ((ULONG)0x0000006EL)
1257
1258//
1259// MessageId: SESSION3_INITIALIZATION_FAILED
1260//
1261// MessageText:
1262//
1263// SESSION3_INITIALIZATION_FAILED
1264//
1265#define SESSION3_INITIALIZATION_FAILED ((ULONG)0x0000006FL)
1266
1267//
1268// MessageId: SESSION4_INITIALIZATION_FAILED
1269//
1270// MessageText:
1271//
1272// SESSION4_INITIALIZATION_FAILED
1273//
1274#define SESSION4_INITIALIZATION_FAILED ((ULONG)0x00000070L)
1275
1276//
1277// MessageId: SESSION5_INITIALIZATION_FAILED
1278//
1279// MessageText:
1280//
1281// SESSION5_INITIALIZATION_FAILED
1282//
1283#define SESSION5_INITIALIZATION_FAILED ((ULONG)0x00000071L)
1284
1285//
1286// MessageId: ASSIGN_DRIVE_LETTERS_FAILED
1287//
1288// MessageText:
1289//
1290// ASSIGN_DRIVE_LETTERS_FAILED
1291//
1292#define ASSIGN_DRIVE_LETTERS_FAILED ((ULONG)0x00000072L)
1293
1294//
1295// MessageId: CONFIG_LIST_FAILED
1296//
1297// MessageText:
1298//
1299// CONFIG_LIST_FAILED
1300//
1301#define CONFIG_LIST_FAILED ((ULONG)0x00000073L)
1302
1303//
1304// MessageId: BAD_SYSTEM_CONFIG_INFO
1305//
1306// MessageText:
1307//
1308// BAD_SYSTEM_CONFIG_INFO
1309//
1310#define BAD_SYSTEM_CONFIG_INFO ((ULONG)0x00000074L)
1311
1312//
1313// MessageId: CANNOT_WRITE_CONFIGURATION
1314//
1315// MessageText:
1316//
1317// CANNOT_WRITE_CONFIGURATION
1318//
1319#define CANNOT_WRITE_CONFIGURATION ((ULONG)0x00000075L)
1320
1321//
1322// MessageId: PROCESS_HAS_LOCKED_PAGES
1323//
1324// MessageText:
1325//
1326// PROCESS_HAS_LOCKED_PAGES
1327//
1328#define PROCESS_HAS_LOCKED_PAGES ((ULONG)0x00000076L)
1329
1330//
1331// MessageId: KERNEL_STACK_INPAGE_ERROR
1332//
1333// MessageText:
1334//
1335// KERNEL_STACK_INPAGE_ERROR
1336//
1337#define KERNEL_STACK_INPAGE_ERROR ((ULONG)0x00000077L)
1338
1339//
1340// MessageId: PHASE0_EXCEPTION
1341//
1342// MessageText:
1343//
1344// PHASE0_EXCEPTION
1345//
1346#define PHASE0_EXCEPTION ((ULONG)0x00000078L)
1347
1348//
1349// MessageId: MISMATCHED_HAL
1350//
1351// MessageText:
1352//
1353// Mismatched kernel and hal image.
1354//
1355#define MISMATCHED_HAL ((ULONG)0x00000079L)
1356
1357//
1358// MessageId: KERNEL_DATA_INPAGE_ERROR
1359//
1360// MessageText:
1361//
1362// KERNEL_DATA_INPAGE_ERROR
1363//
1364#define KERNEL_DATA_INPAGE_ERROR ((ULONG)0x0000007AL)
1365
1366//
1367// MessageId: INACCESSIBLE_BOOT_DEVICE
1368//
1369// MessageText:
1370//
1371// Check for viruses on your computer. Remove any newly installed
1372// hard drives or hard drive controllers. Check your hard drive
1373// to make sure it is properly configured and terminated.
1374// Run CHKDSK /F to check for hard drive corruption, and then
1375// restart your computer.
1376//
1377#define INACCESSIBLE_BOOT_DEVICE ((ULONG)0x0000007BL)
1378
1379//
1380// MessageId: BUGCODE_NDIS_DRIVER
1381//
1382// MessageText:
1383//
1384// BUGCODE_NDIS_DRIVER
1385//
1386#define BUGCODE_NDIS_DRIVER ((ULONG)0x0000007CL)
1387
1388//
1389// MessageId: INSTALL_MORE_MEMORY
1390//
1391// MessageText:
1392//
1393// INSTALL_MORE_MEMORY
1394//
1395#define INSTALL_MORE_MEMORY ((ULONG)0x0000007DL)
1396
1397//
1398// MessageId: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
1399//
1400// MessageText:
1401//
1402// SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
1403//
1404#define SYSTEM_THREAD_EXCEPTION_NOT_HANDLED ((ULONG)0x0000007EL)
1405
1406#define SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M ((ULONG)0x1000007EL)
1407//
1408// MessageId: UNEXPECTED_KERNEL_MODE_TRAP
1409//
1410// MessageText:
1411//
1412// Run a system diagnostic utility supplied by your hardware manufacturer.
1413// In particular, run a memory check, and check for faulty or mismatched
1414// memory. Try changing video adapters.
1415//
1416// Disable or remove any newly installed hardware and drivers. Disable or
1417// remove any newly installed software. If you need to use Safe Mode to
1418// remove or disable components, restart your computer, press F8 to select
1419// Advanced Startup Options, and then select Safe Mode.
1420//
1421#define UNEXPECTED_KERNEL_MODE_TRAP ((ULONG)0x0000007FL)
1422
1423#define UNEXPECTED_KERNEL_MODE_TRAP_M ((ULONG)0x1000007FL)
1424//
1425// MessageId: NMI_HARDWARE_FAILURE
1426//
1427// MessageText:
1428//
1429// Hardware malfunction.
1430//
1431#define NMI_HARDWARE_FAILURE ((ULONG)0x00000080L)
1432
1433//
1434// MessageId: SPIN_LOCK_INIT_FAILURE
1435//
1436// MessageText:
1437//
1438// SPIN_LOCK_INIT_FAILURE
1439//
1440#define SPIN_LOCK_INIT_FAILURE ((ULONG)0x00000081L)
1441
1442//
1443// MessageId: DFS_FILE_SYSTEM
1444//
1445// MessageText:
1446//
1447// DFS_FILE_SYSTEM
1448//
1449#define DFS_FILE_SYSTEM ((ULONG)0x00000082L)
1450
1451//
1452// MessageId: OFS_FILE_SYSTEM
1453//
1454// MessageText:
1455//
1456// OFS_FILE_SYSTEM
1457//
1458#define OFS_FILE_SYSTEM ((ULONG)0x00000083L)
1459
1460//
1461// MessageId: RECOM_DRIVER
1462//
1463// MessageText:
1464//
1465// RECOM_DRIVER
1466//
1467#define RECOM_DRIVER ((ULONG)0x00000084L)
1468
1469//
1470// MessageId: SETUP_FAILURE
1471//
1472// MessageText:
1473//
1474// SETUP_FAILURE
1475//
1476#define SETUP_FAILURE ((ULONG)0x00000085L)
1477
1478//
1479// MessageId: AUDIT_FAILURE
1480//
1481// MessageText:
1482//
1483// Audit attempt has failed.
1484//
1485#define AUDIT_FAILURE ((ULONG)0x00000086L)
1486
1487//
1488// MessageId: MBR_CHECKSUM_MISMATCH
1489//
1490// MessageText:
1491//
1492// This system may be infected with a virus.
1493//
1494#define MBR_CHECKSUM_MISMATCH ((ULONG)0x0000008BL)
1495
1496//
1497// MessageId: KERNEL_MODE_EXCEPTION_NOT_HANDLED
1498//
1499// MessageText:
1500//
1501// KERNEL_MODE_EXCEPTION_NOT_HANDLED
1502//
1503#define KERNEL_MODE_EXCEPTION_NOT_HANDLED ((ULONG)0x0000008EL)
1504
1505#define KERNEL_MODE_EXCEPTION_NOT_HANDLED_M ((ULONG)0x1000008EL)
1506//
1507// MessageId: PP0_INITIALIZATION_FAILED
1508//
1509// MessageText:
1510//
1511// PP0_INITIALIZATION_FAILED
1512//
1513#define PP0_INITIALIZATION_FAILED ((ULONG)0x0000008FL)
1514
1515//
1516// MessageId: PP1_INITIALIZATION_FAILED
1517//
1518// MessageText:
1519//
1520// PP1_INITIALIZATION_FAILED
1521//
1522#define PP1_INITIALIZATION_FAILED ((ULONG)0x00000090L)
1523
1524//
1525// MessageId: WIN32K_INIT_OR_RIT_FAILURE
1526//
1527// MessageText:
1528//
1529// WIN32K_INIT_OR_RIT_FAILURE
1530//
1531#define WIN32K_INIT_OR_RIT_FAILURE ((ULONG)0x00000091L)
1532
1533//
1534// MessageId: UP_DRIVER_ON_MP_SYSTEM
1535//
1536// MessageText:
1537//
1538// UP_DRIVER_ON_MP_SYSTEM
1539//
1540#define UP_DRIVER_ON_MP_SYSTEM ((ULONG)0x00000092L)
1541
1542//
1543// MessageId: INVALID_KERNEL_HANDLE
1544//
1545// MessageText:
1546//
1547// INVALID_KERNEL_HANDLE
1548//
1549#define INVALID_KERNEL_HANDLE ((ULONG)0x00000093L)
1550
1551//
1552// MessageId: KERNEL_STACK_LOCKED_AT_EXIT
1553//
1554// MessageText:
1555//
1556// KERNEL_STACK_LOCKED_AT_EXIT
1557//
1558#define KERNEL_STACK_LOCKED_AT_EXIT ((ULONG)0x00000094L)
1559
1560//
1561// MessageId: PNP_INTERNAL_ERROR
1562//
1563// MessageText:
1564//
1565// PNP_INTERNAL_ERROR
1566//
1567#define PNP_INTERNAL_ERROR ((ULONG)0x00000095L)
1568
1569//
1570// MessageId: INVALID_WORK_QUEUE_ITEM
1571//
1572// MessageText:
1573//
1574// INVALID_WORK_QUEUE_ITEM
1575//
1576#define INVALID_WORK_QUEUE_ITEM ((ULONG)0x00000096L)
1577
1578//
1579// MessageId: BOUND_IMAGE_UNSUPPORTED
1580//
1581// MessageText:
1582//
1583// BOUND_IMAGE_UNSUPPORTED
1584//
1585#define BOUND_IMAGE_UNSUPPORTED ((ULONG)0x00000097L)
1586
1587//
1588// MessageId: END_OF_NT_EVALUATION_PERIOD
1589//
1590// MessageText:
1591//
1592// END_OF_NT_EVALUATION_PERIOD
1593//
1594#define END_OF_NT_EVALUATION_PERIOD ((ULONG)0x00000098L)
1595
1596//
1597// MessageId: INVALID_REGION_OR_SEGMENT
1598//
1599// MessageText:
1600//
1601// INVALID_REGION_OR_SEGMENT
1602//
1603#define INVALID_REGION_OR_SEGMENT ((ULONG)0x00000099L)
1604
1605//
1606// MessageId: SYSTEM_LICENSE_VIOLATION
1607//
1608// MessageText:
1609//
1610// SYSTEM_LICENSE_VIOLATION
1611//
1612#define SYSTEM_LICENSE_VIOLATION ((ULONG)0x0000009AL)
1613
1614//
1615// MessageId: UDFS_FILE_SYSTEM
1616//
1617// MessageText:
1618//
1619// UDFS_FILE_SYSTEM
1620//
1621#define UDFS_FILE_SYSTEM ((ULONG)0x0000009BL)
1622
1623//
1624// MessageId: MACHINE_CHECK_EXCEPTION
1625//
1626// MessageText:
1627//
1628// MACHINE_CHECK_EXCEPTION
1629//
1630#define MACHINE_CHECK_EXCEPTION ((ULONG)0x0000009CL)
1631
1632//
1633// MessageId: USER_MODE_HEALTH_MONITOR
1634//
1635// MessageText:
1636//
1637// One or more critical user mode components failed to satisfy a health check.
1638//
1639#define USER_MODE_HEALTH_MONITOR ((ULONG)0x0000009EL)
1640
1641//
1642// MessageId: DRIVER_POWER_STATE_FAILURE
1643//
1644// MessageText:
1645//
1646// DRIVER_POWER_STATE_FAILURE
1647//
1648#define DRIVER_POWER_STATE_FAILURE ((ULONG)0x0000009FL)
1649
1650//
1651// MessageId: INTERNAL_POWER_ERROR
1652//
1653// MessageText:
1654//
1655// INTERNAL_POWER_ERROR
1656//
1657#define INTERNAL_POWER_ERROR ((ULONG)0x000000A0L)
1658
1659//
1660// MessageId: PCI_BUS_DRIVER_INTERNAL
1661//
1662// MessageText:
1663//
1664// Inconsistency detected in the PCI Bus driver's internal structures.
1665//
1666#define PCI_BUS_DRIVER_INTERNAL ((ULONG)0x000000A1L)
1667
1668//
1669// MessageId: MEMORY_IMAGE_CORRUPT
1670//
1671// MessageText:
1672//
1673// A CRC check on the memory range has failed
1674//
1675#define MEMORY_IMAGE_CORRUPT ((ULONG)0x000000A2L)
1676
1677//
1678// MessageId: ACPI_DRIVER_INTERNAL
1679//
1680// MessageText:
1681//
1682// ACPI_DRIVER_INTERNAL
1683//
1684#define ACPI_DRIVER_INTERNAL ((ULONG)0x000000A3L)
1685
1686//
1687// MessageId: CNSS_FILE_SYSTEM_FILTER
1688//
1689// MessageText:
1690//
1691// Internal inconsistency while representing
1692// Ntfs Structured Storage as a DOCFILE.
1693//
1694#define CNSS_FILE_SYSTEM_FILTER ((ULONG)0x000000A4L)
1695
1696//
1697// MessageId: ACPI_BIOS_ERROR
1698//
1699// MessageText:
1700//
1701// The BIOS in this system is not fully ACPI compliant. Please contact your
1702// system vendor for an updated BIOS. If you are unable to obtain an
1703// updated BIOS or the latest BIOS supplied by your vendor is not ACPI
1704// compliant, you can turn off ACPI mode during textmode setup. To do this,
1705// press the F7 key when you are prompted to install storage drivers. The
1706// system will not notify you that the F7 key was pressed - it will silently
1707// disable ACPI and allow you to continue your installation.
1708//
1709#define ACPI_BIOS_ERROR ((ULONG)0x000000A5L)
1710
1711//
1712// MessageId: FP_EMULATION_ERROR
1713//
1714// MessageText:
1715//
1716// FP_EMULATION_ERROR
1717//
1718#define FP_EMULATION_ERROR ((ULONG)0x000000A6L)
1719
1720//
1721// MessageId: BAD_EXHANDLE
1722//
1723// MessageText:
1724//
1725// BAD_EXHANDLE
1726//
1727#define BAD_EXHANDLE ((ULONG)0x000000A7L)
1728
1729//
1730// MessageId: BOOTING_IN_SAFEMODE_MINIMAL
1731//
1732// MessageText:
1733//
1734// The system is booting in safemode - Minimal Services
1735//
1736#define BOOTING_IN_SAFEMODE_MINIMAL ((ULONG)0x000000A8L)
1737
1738//
1739// MessageId: BOOTING_IN_SAFEMODE_NETWORK
1740//
1741// MessageText:
1742//
1743// The system is booting in safemode - Minimal Services with Network
1744//
1745#define BOOTING_IN_SAFEMODE_NETWORK ((ULONG)0x000000A9L)
1746
1747//
1748// MessageId: BOOTING_IN_SAFEMODE_DSREPAIR
1749//
1750// MessageText:
1751//
1752// The system is booting in safemode - Directory Services Repair
1753//
1754#define BOOTING_IN_SAFEMODE_DSREPAIR ((ULONG)0x000000AAL)
1755
1756//
1757// MessageId: SESSION_HAS_VALID_POOL_ON_EXIT
1758//
1759// MessageText:
1760//
1761// SESSION_HAS_VALID_POOL_ON_EXIT
1762//
1763#define SESSION_HAS_VALID_POOL_ON_EXIT ((ULONG)0x000000ABL)
1764
1765//
1766// MessageId: HAL_MEMORY_ALLOCATION
1767//
1768// MessageText:
1769//
1770// Allocate from NonPaged Pool failed for a HAL critical allocation.
1771//
1772#define HAL_MEMORY_ALLOCATION ((ULONG)0x000000ACL)
1773
1774//
1775// MessageId: VIDEO_DRIVER_INIT_FAILURE
1776//
1777// MessageText:
1778//
1779// The video driver failed to initialize
1780//
1781#define VIDEO_DRIVER_INIT_FAILURE ((ULONG)0x000000B4L)
1782
1783//
1784// MessageId: BOOTLOG_LOADED
1785//
1786// MessageText:
1787//
1788// Loaded driver
1789//
1790#define BOOTLOG_LOADED ((ULONG)0x000000B5L)
1791
1792//
1793// MessageId: BOOTLOG_NOT_LOADED
1794//
1795// MessageText:
1796//
1797// Did not load driver
1798//
1799#define BOOTLOG_NOT_LOADED ((ULONG)0x000000B6L)
1800
1801//
1802// MessageId: BOOTLOG_ENABLED
1803//
1804// MessageText:
1805//
1806// Boot Logging Enabled
1807//
1808#define BOOTLOG_ENABLED ((ULONG)0x000000B7L)
1809
1810//
1811// MessageId: ATTEMPTED_SWITCH_FROM_DPC
1812//
1813// MessageText:
1814//
1815// A wait operation, attach process, or yield was attempted from a DPC routine.
1816//
1817#define ATTEMPTED_SWITCH_FROM_DPC ((ULONG)0x000000B8L)
1818
1819//
1820// MessageId: CHIPSET_DETECTED_ERROR
1821//
1822// MessageText:
1823//
1824// A parity error in the system memory or I/O system was detected.
1825//
1826#define CHIPSET_DETECTED_ERROR ((ULONG)0x000000B9L)
1827
1828//
1829// MessageId: SESSION_HAS_VALID_VIEWS_ON_EXIT
1830//
1831// MessageText:
1832//
1833// SESSION_HAS_VALID_VIEWS_ON_EXIT
1834//
1835#define SESSION_HAS_VALID_VIEWS_ON_EXIT ((ULONG)0x000000BAL)
1836
1837//
1838// MessageId: NETWORK_BOOT_INITIALIZATION_FAILED
1839//
1840// MessageText:
1841//
1842// An initialization failure occurred while attempting to boot from the network.
1843//
1844#define NETWORK_BOOT_INITIALIZATION_FAILED ((ULONG)0x000000BBL)
1845
1846//
1847// MessageId: NETWORK_BOOT_DUPLICATE_ADDRESS
1848//
1849// MessageText:
1850//
1851// A duplicate IP address was assigned to this machine while attempting to
1852// boot from the network.
1853//
1854#define NETWORK_BOOT_DUPLICATE_ADDRESS ((ULONG)0x000000BCL)
1855
1856//
1857// MessageId: INVALID_HIBERNATED_STATE
1858//
1859// MessageText:
1860//
1861// The hibernated memory image does not match the current hardware configuration.
1862//
1863#define INVALID_HIBERNATED_STATE ((ULONG)0x000000BDL)
1864
1865//
1866// MessageId: ATTEMPTED_WRITE_TO_READONLY_MEMORY
1867//
1868// MessageText:
1869//
1870// An attempt was made to write to read-only memory.
1871//
1872#define ATTEMPTED_WRITE_TO_READONLY_MEMORY ((ULONG)0x000000BEL)
1873
1874//
1875// MessageId: MUTEX_ALREADY_OWNED
1876//
1877// MessageText:
1878//
1879// MUTEX_ALREADY_OWNED
1880//
1881#define MUTEX_ALREADY_OWNED ((ULONG)0x000000BFL)
1882
1883//
1884// MessageId: PCI_CONFIG_SPACE_ACCESS_FAILURE
1885//
1886// MessageText:
1887//
1888// An attempt to access PCI configuration space failed.
1889//
1890#define PCI_CONFIG_SPACE_ACCESS_FAILURE ((ULONG)0x000000C0L)
1891
1892//
1893// MessageId: SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION
1894//
1895// MessageText:
1896//
1897// SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION
1898//
1899#define SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION ((ULONG)0x000000C1L)
1900
1901//
1902// MessageId: BAD_POOL_CALLER
1903//
1904// MessageText:
1905//
1906// BAD_POOL_CALLER
1907//
1908#define BAD_POOL_CALLER ((ULONG)0x000000C2L)
1909
1910//
1911// MessageId: BUGCODE_PSS_MESSAGE_SIGNATURE
1912//
1913// MessageText:
1914//
1915//
1916// A system file that is owned by Windows was replaced by an application
1917// running on your system. The operating system detected this and tried to
1918// verify the validity of the file's signature. The operating system found that
1919// the file signature is not valid and put the original, correct file back
1920// so that your operating system will continue to function properly.
1921//
1922#define BUGCODE_PSS_MESSAGE_SIGNATURE ((ULONG)0x000000C3L)
1923
1924//
1925// MessageId: DRIVER_VERIFIER_DETECTED_VIOLATION
1926//
1927// MessageText:
1928//
1929//
1930// A device driver attempting to corrupt the system has been caught.
1931// The faulty driver currently on the kernel stack must be replaced
1932// with a working version.
1933//
1934#define DRIVER_VERIFIER_DETECTED_VIOLATION ((ULONG)0x000000C4L)
1935
1936//
1937// MessageId: DRIVER_CORRUPTED_EXPOOL
1938//
1939// MessageText:
1940//
1941// A device driver has pool.
1942//
1943// Check to make sure any new hardware or software is properly installed.
1944// If this is a new installation, ask your hardware or software manufacturer
1945// for any Windows updates you might need.
1946//
1947// Run the driver verifier against any new (or suspect) drivers.
1948// If that doesn't reveal the corrupting driver, try enabling special pool.
1949// Both of these features are intended to catch the corruption at an earlier
1950// point where the offending driver can be identified.
1951//
1952// If you need to use Safe Mode to remove or disable components,
1953// restart your computer, press F8 to select Advanced Startup Options,
1954// and then select Safe Mode.
1955//
1956#define DRIVER_CORRUPTED_EXPOOL ((ULONG)0x000000C5L)
1957
1958//
1959// MessageId: DRIVER_CAUGHT_MODIFYING_FREED_POOL
1960//
1961// MessageText:
1962//
1963//
1964// A device driver attempting to corrupt the system has been caught.
1965// The faulty driver currently on the kernel stack must be replaced
1966// with a working version.
1967//
1968#define DRIVER_CAUGHT_MODIFYING_FREED_POOL ((ULONG)0x000000C6L)
1969
1970//
1971// MessageId: TIMER_OR_DPC_INVALID
1972//
1973// MessageText:
1974//
1975//
1976// A kernel timer or DPC was found in memory which must not contain such
1977// items. Usually this is memory being freed. This is usually caused by
1978// a device driver that has not cleaned up properly before freeing memory.
1979//
1980#define TIMER_OR_DPC_INVALID ((ULONG)0x000000C7L)
1981
1982//
1983// MessageId: IRQL_UNEXPECTED_VALUE
1984//
1985// MessageText:
1986//
1987//
1988// The processor's IRQL is not valid for the currently executing context.
1989// This is a software error condition and is usually caused by a device
1990// driver changing IRQL and not restoring it to its previous value when
1991// it has finished its task.
1992//
1993#define IRQL_UNEXPECTED_VALUE ((ULONG)0x000000C8L)
1994
1995//
1996// MessageId: DRIVER_VERIFIER_IOMANAGER_VIOLATION
1997//
1998// MessageText:
1999//
2000//
2001// The IO manager has detected a violation by a driver that is being verified.
2002// The faulty driver that is being verified must be debugged and
2003// replaced with a working version.
2004//
2005#define DRIVER_VERIFIER_IOMANAGER_VIOLATION ((ULONG)0x000000C9L)
2006
2007//
2008// MessageId: PNP_DETECTED_FATAL_ERROR
2009//
2010// MessageText:
2011//
2012//
2013// Plug and Play detected an error most likely caused by a faulty driver.
2014//
2015#define PNP_DETECTED_FATAL_ERROR ((ULONG)0x000000CAL)
2016
2017//
2018// MessageId: DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS
2019//
2020// MessageText:
2021//
2022// DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS
2023//
2024#define DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS ((ULONG)0x000000CBL)
2025
2026//
2027// MessageId: PAGE_FAULT_IN_FREED_SPECIAL_POOL
2028//
2029// MessageText:
2030//
2031//
2032// The system is attempting to access memory after it has been freed.
2033// This usually indicates a system-driver synchronization issue.
2034//
2035#define PAGE_FAULT_IN_FREED_SPECIAL_POOL ((ULONG)0x000000CCL)
2036
2037//
2038// MessageId: PAGE_FAULT_BEYOND_END_OF_ALLOCATION
2039//
2040// MessageText:
2041//
2042//
2043// The system is attempting to access memory beyond the end of the allocation.
2044// This usually indicates a system-driver synchronization issue.
2045//
2046#define PAGE_FAULT_BEYOND_END_OF_ALLOCATION ((ULONG)0x000000CDL)
2047
2048//
2049// MessageId: DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS
2050//
2051// MessageText:
2052//
2053// DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS
2054//
2055#define DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS ((ULONG)0x000000CEL)
2056
2057//
2058// MessageId: TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE
2059//
2060// MessageText:
2061//
2062// TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE
2063//
2064#define TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE ((ULONG)0x000000CFL)
2065
2066//
2067// MessageId: DRIVER_CORRUPTED_MMPOOL
2068//
2069// MessageText:
2070//
2071// DRIVER_CORRUPTED_MMPOOL
2072//
2073#define DRIVER_CORRUPTED_MMPOOL ((ULONG)0x000000D0L)
2074
2075//
2076// MessageId: DRIVER_IRQL_NOT_LESS_OR_EQUAL
2077//
2078// MessageText:
2079//
2080// DRIVER_IRQL_NOT_LESS_OR_EQUAL
2081//
2082#define DRIVER_IRQL_NOT_LESS_OR_EQUAL ((ULONG)0x000000D1L)
2083
2084//
2085// MessageId: DRIVER_PORTION_MUST_BE_NONPAGED
2086//
2087// MessageText:
2088//
2089// The driver mistakenly marked a part of it's image pagable instead of nonpagable.
2090//
2091#define DRIVER_PORTION_MUST_BE_NONPAGED ((ULONG)0x000000D3L)
2092
2093//
2094// MessageId: SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD
2095//
2096// MessageText:
2097//
2098// The driver unloaded without cancelling pending operations.
2099//
2100#define SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD ((ULONG)0x000000D4L)
2101
2102//
2103// MessageId: DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL
2104//
2105// MessageText:
2106//
2107//
2108// The driver is attempting to access memory after it has been freed.
2109//
2110#define DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL ((ULONG)0x000000D5L)
2111
2112//
2113// MessageId: DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION
2114//
2115// MessageText:
2116//
2117//
2118// The driver is attempting to access memory beyond the end of the allocation.
2119//
2120#define DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION ((ULONG)0x000000D6L)
2121
2122//
2123// MessageId: DRIVER_UNMAPPING_INVALID_VIEW
2124//
2125// MessageText:
2126//
2127//
2128// The driver is attempting to unmap an invalid memory address.
2129//
2130#define DRIVER_UNMAPPING_INVALID_VIEW ((ULONG)0x000000D7L)
2131
2132//
2133// MessageId: DRIVER_USED_EXCESSIVE_PTES
2134//
2135// MessageText:
2136//
2137//
2138// The driver has used an excessive number of system PTEs.
2139//
2140#define DRIVER_USED_EXCESSIVE_PTES ((ULONG)0x000000D8L)
2141
2142//
2143// MessageId: LOCKED_PAGES_TRACKER_CORRUPTION
2144//
2145// MessageText:
2146//
2147//
2148// The driver is corrupting the locked pages tracking structures.
2149//
2150#define LOCKED_PAGES_TRACKER_CORRUPTION ((ULONG)0x000000D9L)
2151
2152//
2153// MessageId: SYSTEM_PTE_MISUSE
2154//
2155// MessageText:
2156//
2157//
2158// The driver is mismanaging system PTEs.
2159//
2160#define SYSTEM_PTE_MISUSE ((ULONG)0x000000DAL)
2161
2162//
2163// MessageId: DRIVER_CORRUPTED_SYSPTES
2164//
2165// MessageText:
2166//
2167//
2168// A driver has corrupted the memory management system PTEs.
2169//
2170#define DRIVER_CORRUPTED_SYSPTES ((ULONG)0x000000DBL)
2171
2172//
2173// MessageId: DRIVER_INVALID_STACK_ACCESS
2174//
2175// MessageText:
2176//
2177//
2178// A driver accessed a stack address that lies below the current stack pointer
2179// of the stack's thread.
2180//
2181#define DRIVER_INVALID_STACK_ACCESS ((ULONG)0x000000DCL)
2182
2183//
2184// MessageId: POOL_CORRUPTION_IN_FILE_AREA
2185//
2186// MessageText:
2187//
2188//
2189// A driver corrupted pool memory used for holding pages destined for disk.
2190//
2191#define POOL_CORRUPTION_IN_FILE_AREA ((ULONG)0x000000DEL)
2192
2193//
2194// MessageId: IMPERSONATING_WORKER_THREAD
2195//
2196// MessageText:
2197//
2198//
2199// A worker thread is impersonating another process. The work item forgot to
2200// disable impersonation before it returned.
2201//
2202#define IMPERSONATING_WORKER_THREAD ((ULONG)0x000000DFL)
2203
2204//
2205// MessageId: ACPI_BIOS_FATAL_ERROR
2206//
2207// MessageText:
2208//
2209//
2210// Your computer (BIOS) has reported that a component in your system is faulty and
2211// has prevented Windows from operating. You can determine which component is
2212// faulty by running the diagnostic disk or tool that came with your computer.
2213//
2214// If you do not have this tool, you must contact your system vendor and report
2215// this error message to them. They will be able to assist you in correcting this
2216// hardware problem thereby allowing Windows to operate.
2217//
2218#define ACPI_BIOS_FATAL_ERROR ((ULONG)0x000000E0L)
2219
2220//
2221// MessageId: WORKER_THREAD_RETURNED_AT_BAD_IRQL
2222//
2223// MessageText:
2224//
2225// WORKER_THREAD_RETURNED_AT_BAD_IRQL
2226//
2227#define WORKER_THREAD_RETURNED_AT_BAD_IRQL ((ULONG)0x000000E1L)
2228
2229//
2230// MessageId: MANUALLY_INITIATED_CRASH
2231//
2232// MessageText:
2233//
2234//
2235// The end-user manually generated the crashdump.
2236//
2237#define MANUALLY_INITIATED_CRASH ((ULONG)0x000000E2L)
2238
2239//
2240// MessageId: RESOURCE_NOT_OWNED
2241//
2242// MessageText:
2243//
2244//
2245// A thread tried to release a resource it did not own.
2246//
2247#define RESOURCE_NOT_OWNED ((ULONG)0x000000E3L)
2248
2249//
2250// MessageId: WORKER_INVALID
2251//
2252// MessageText:
2253//
2254//
2255// A executive worker item was found in memory which must not contain such
2256// items. Usually this is memory being freed. This is usually caused by
2257// a device driver that has not cleaned up properly before freeing memory.
2258//
2259#define WORKER_INVALID ((ULONG)0x000000E4L)
2260
2261//
2262// MessageId: POWER_FAILURE_SIMULATE
2263//
2264// MessageText:
2265//
2266// POWER_FAILURE_SIMULATE
2267//
2268#define POWER_FAILURE_SIMULATE ((ULONG)0x000000E5L)
2269
2270//
2271// MessageId: DRIVER_VERIFIER_DMA_VIOLATION
2272//
2273// MessageText:
2274//
2275//
2276// The DMA Subsystem has detected an illegal DMA operation initiated by
2277// a driver being verified. The faulty driver must be replaced with a
2278// working version.
2279//
2280#define DRIVER_VERIFIER_DMA_VIOLATION ((ULONG)0x000000E6L)
2281
2282//
2283// MessageId: INVALID_FLOATING_POINT_STATE
2284//
2285// MessageText:
2286//
2287//
2288// While restoring the previously saved floating point state for a thread,
2289// the state was found to be invalid.
2290//
2291#define INVALID_FLOATING_POINT_STATE ((ULONG)0x000000E7L)
2292
2293//
2294// MessageId: INVALID_CANCEL_OF_FILE_OPEN
2295//
2296// MessageText:
2297//
2298//
2299// The fileobject passed to IoCancelFileOpen is invalid. It should have reference of 1. The driver
2300// that called IoCancelFileOpen is at fault.
2301//
2302#define INVALID_CANCEL_OF_FILE_OPEN ((ULONG)0x000000E8L)
2303
2304//
2305// MessageId: ACTIVE_EX_WORKER_THREAD_TERMINATION
2306//
2307// MessageText:
2308//
2309//
2310// An executive worker thread is being terminated without having gone through the worker thread rundown code.
2311// Work items queued to the Ex worker queue must not terminate their threads.
2312// A stack trace should indicate the culprit.
2313//
2314#define ACTIVE_EX_WORKER_THREAD_TERMINATION ((ULONG)0x000000E9L)
2315
2316//
2317// MessageId: THREAD_STUCK_IN_DEVICE_DRIVER
2318//
2319// MessageText:
2320//
2321//
2322// The device driver got stuck in an infinite loop. This usually indicates
2323// problem with the device itself or with the device driver programming the
2324// hardware incorrectly.
2325//
2326// Please check with your hardware device vendor for any driver updates.
2327//
2328#define THREAD_STUCK_IN_DEVICE_DRIVER ((ULONG)0x000000EAL)
2329
2330#define THREAD_STUCK_IN_DEVICE_DRIVER_M ((ULONG)0x100000EAL)
2331//
2332// MessageId: DIRTY_MAPPED_PAGES_CONGESTION
2333//
2334// MessageText:
2335//
2336//
2337// The filesystem driver stack has deadlocked and all the modified pages are
2338// destined for the filesystem. Since the filesystem is nonoperational, the
2339// system has crashed because none of the modified pages can be reused with
2340// losing data. Any filesystem or filter driver in the stack may be at fault.
2341//
2342#define DIRTY_MAPPED_PAGES_CONGESTION ((ULONG)0x000000EBL)
2343
2344//
2345// MessageId: SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT
2346//
2347// MessageText:
2348//
2349// SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT
2350//
2351#define SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT ((ULONG)0x000000ECL)
2352
2353//
2354// MessageId: UNMOUNTABLE_BOOT_VOLUME
2355//
2356// MessageText:
2357//
2358// UNMOUNTABLE_BOOT_VOLUME
2359//
2360#define UNMOUNTABLE_BOOT_VOLUME ((ULONG)0x000000EDL)
2361
2362//
2363// MessageId: CRITICAL_PROCESS_DIED
2364//
2365// MessageText:
2366//
2367//
2368// The kernel attempted to ready a thread that was in an incorrect state such as terminated.
2369//
2370#define CRITICAL_PROCESS_DIED ((ULONG)0x000000EFL)
2371
2372//
2373// MessageId: SCSI_VERIFIER_DETECTED_VIOLATION
2374//
2375// MessageText:
2376//
2377//
2378// The SCSI verifier has detected an error in a SCSI miniport driver being verified.
2379//
2380#define SCSI_VERIFIER_DETECTED_VIOLATION ((ULONG)0x000000F1L)
2381
2382//
2383// MessageId: HARDWARE_INTERRUPT_STORM
2384//
2385// MessageText:
2386//
2387//
2388// An interrupt storm has caused the system to hang.
2389//
2390#define HARDWARE_INTERRUPT_STORM ((ULONG)0x000000F2L)
2391
2392//
2393// MessageId: DISORDERLY_SHUTDOWN
2394//
2395// MessageText:
2396//
2397//
2398// The system does not shutdown in a deterministic manner so bugchecks can occur.
2399//
2400#define DISORDERLY_SHUTDOWN ((ULONG)0x000000F3L)
2401
2402//
2403// MessageId: CRITICAL_OBJECT_TERMINATION
2404//
2405// MessageText:
2406//
2407//
2408// A process or thread crucial to system operation has unexpectedly exited or been terminated.
2409//
2410#define CRITICAL_OBJECT_TERMINATION ((ULONG)0x000000F4L)
2411
2412//
2413// MessageId: FLTMGR_FILE_SYSTEM
2414//
2415// MessageText:
2416//
2417// FLTMGR_FILE_SYSTEM
2418//
2419#define FLTMGR_FILE_SYSTEM ((ULONG)0x000000F5L)
2420
2421//
2422// MessageId: PCI_VERIFIER_DETECTED_VIOLATION
2423//
2424// MessageText:
2425//
2426//
2427// The PCI driver has detected an error in a PCI device or BIOS being verified.
2428//
2429#define PCI_VERIFIER_DETECTED_VIOLATION ((ULONG)0x000000F6L)
2430
2431//
2432// MessageId: DRIVER_OVERRAN_STACK_BUFFER
2433//
2434// MessageText:
2435//
2436// A driver has overrun a stack-based buffer. This overrun could potentially allow a malicious
2437// user to gain control of this machine.
2438//
2439#define DRIVER_OVERRAN_STACK_BUFFER ((ULONG)0x000000F7L)
2440
2441//
2442// MessageId: RAMDISK_BOOT_INITIALIZATION_FAILED
2443//
2444// MessageText:
2445//
2446// An initialization failure occurred while attempting to boot from the RAM disk.
2447//
2448#define RAMDISK_BOOT_INITIALIZATION_FAILED ((ULONG)0x000000F8L)
2449
2450//
2451// MessageId: DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN
2452//
2453// MessageText:
2454//
2455// A driver returned STATUS_REPARSE to a Create request with no trailing names. STATUS_REPARSE
2456// should be returned only for Create requests with trailing names as that indicates the driver is supporting
2457// name spaces.
2458//
2459#define DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN ((ULONG)0x000000F9L)
2460
2461//
2462// MessageId: HTTP_DRIVER_CORRUPTED
2463//
2464// MessageText:
2465//
2466// The HTTP kernel driver (http.sys) reached a corrupted state and can not recover. This means
2467// that the HTTP module detected that its private data is corrupted. This usually results in
2468// eventual corruption of the thread pool and an access violation.
2469//
2470#define HTTP_DRIVER_CORRUPTED ((ULONG)0x000000FAL)
2471
2472//
2473// MessageId: RECURSIVE_MACHINE_CHECK
2474//
2475// MessageText:
2476//
2477// A machine check exception occurred just after processing a previous machine check, but
2478// before an exit from the machine check code could be completed.
2479//
2480#define RECURSIVE_MACHINE_CHECK ((ULONG)0x000000FBL)
2481
2482//
2483// MessageId: ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY
2484//
2485// MessageText:
2486//
2487// An attempt was made to execute to non-executable memory.
2488//
2489#define ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY ((ULONG)0x000000FCL)
2490
2491//
2492// MessageId: DIRTY_NOWRITE_PAGES_CONGESTION
2493//
2494// MessageText:
2495//
2496//
2497// The component owning the modified nowrite pages failed to write out
2498// these pages after marking the relevant files as dont-write to
2499// memory management. This indicates a driver bug.
2500//
2501#define DIRTY_NOWRITE_PAGES_CONGESTION ((ULONG)0x000000FDL)
2502
2503//
2504// MessageId: BUGCODE_USB_DRIVER
2505//
2506// MessageText:
2507//
2508// BUGCODE_USB_DRIVER
2509//
2510#define BUGCODE_USB_DRIVER ((ULONG)0x000000FEL)
2511
2512#define WINLOGON_FATAL_ERROR ((ULONG)0xC000021AL)
2513#define MANUALLY_INITIATED_CRASH1 ((ULONG)0xDEADDEAD)
2514#endif // _BUGCODES_
2515
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette