WindowsXP/Source/XPSP1/NT/public/sdk/inc/bugcodes.h
2024-08-03 16:30:48 +02:00

2420 lines
48 KiB
C

/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) 1991 Microsoft Corporation
Module Name:
bugcodes.h
Abstract:
This module contains the definition of the system bug check codes.
Author:
David N. Cutler (davec) 2-May-1989
Revision History:
Notes:
This file is generated by the MC tool from the ntos\nls\bugcodes.msg
file.
--*/
#ifndef _BUGCODES_
#define _BUGCODES_
//
// Values are 32 bit values layed out as follows:
//
// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
// 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
// +---+-+-+-----------------------+-------------------------------+
// |Sev|C|R| Facility | Code |
// +---+-+-+-----------------------+-------------------------------+
//
// where
//
// Sev - is the severity code
//
// 00 - Success
// 01 - Informational
// 10 - Warning
// 11 - Error
//
// C - is the Customer code flag
//
// R - is a reserved bit
//
// Facility - is the facility code
//
// Code - is the facility's status code
//
//
// Define the facility codes
//
//
// Define the severity codes
//
//
// MessageId: HARDWARE_PROFILE_UNDOCKED_STRING
//
// MessageText:
//
// Undocked Profile
//
#define HARDWARE_PROFILE_UNDOCKED_STRING ((ULONG)0x40010001L)
//
// MessageId: HARDWARE_PROFILE_DOCKED_STRING
//
// MessageText:
//
// Docked Profile
//
#define HARDWARE_PROFILE_DOCKED_STRING ((ULONG)0x40010002L)
//
// MessageId: HARDWARE_PROFILE_UNKNOWN_STRING
//
// MessageText:
//
// Profile
//
#define HARDWARE_PROFILE_UNKNOWN_STRING ((ULONG)0x40010003L)
//
// MessageId: WINDOWS_NT_BANNER
//
// MessageText:
//
// Microsoft (R) Windows (R) Version %hs (Build %u%hs)
//
#define WINDOWS_NT_BANNER ((ULONG)0x4000007EL)
//
// MessageId: BUGCHECK_MESSAGE_INTRO
//
// MessageText:
//
// A problem has been detected and Windows has been shut down to prevent damage
// to your computer.
//
#define BUGCHECK_MESSAGE_INTRO ((ULONG)0x4000007FL)
//
// MessageId: BUGCODE_ID_DRIVER
//
// MessageText:
//
// The problem seems to be caused by the following file:
//
//
#define BUGCODE_ID_DRIVER ((ULONG)0x40000080L)
//
// MessageId: PSS_MESSAGE_INTRO
//
// MessageText:
//
// If this is the first time you've seen this Stop error screen,
// restart your computer. If this screen appears again, follow
// these steps:
//
//
#define PSS_MESSAGE_INTRO ((ULONG)0x40000081L)
//
// MessageId: BUGCODE_PSS_MESSAGE
//
// MessageText:
//
// Check to make sure any new hardware or software is properly installed.
// If this is a new installation, ask your hardware or software manufacturer
// for any Windows updates you might need.
//
// If problems continue, disable or remove any newly installed hardware
// or software. Disable BIOS memory options such as caching or shadowing.
// If you need to use Safe Mode to remove or disable components, restart
// your computer, press F8 to select Advanced Startup Options, and then
// select Safe Mode.
//
#define BUGCODE_PSS_MESSAGE ((ULONG)0x40000082L)
//
// MessageId: BUGCHECK_TECH_INFO
//
// MessageText:
//
// Technical information:
//
#define BUGCHECK_TECH_INFO ((ULONG)0x40000083L)
//
// MessageId: WINDOWS_NT_CSD_STRING
//
// MessageText:
//
// Service Pack
//
#define WINDOWS_NT_CSD_STRING ((ULONG)0x40000087L)
//
// MessageId: WINDOWS_NT_INFO_STRING
//
// MessageText:
//
// %u System Processor [%u MB Memory] %Z
//
#define WINDOWS_NT_INFO_STRING ((ULONG)0x40000088L)
//
// MessageId: WINDOWS_NT_MP_STRING
//
// MessageText:
//
// MultiProcessor Kernel
//
#define WINDOWS_NT_MP_STRING ((ULONG)0x40000089L)
//
// MessageId: THREAD_TERMINATE_HELD_MUTEX
//
// MessageText:
//
// A kernel thread terminated while holding a mutex
//
#define THREAD_TERMINATE_HELD_MUTEX ((ULONG)0x4000008AL)
//
// MessageId: BUGCODE_PSS_CRASH_INIT
//
// MessageText:
//
// Beginning dump of physical memory
//
#define BUGCODE_PSS_CRASH_INIT ((ULONG)0x4000008BL)
//
// MessageId: BUGCODE_PSS_CRASH_PROGRESS
//
// MessageText:
//
// Dumping physical memory to disk
//
#define BUGCODE_PSS_CRASH_PROGRESS ((ULONG)0x4000008CL)
//
// MessageId: BUGCODE_PSS_CRASH_DONE
//
// MessageText:
//
// Physical memory dump complete.
// Contact your system administrator or technical support group for further
// assistance.
//
#define BUGCODE_PSS_CRASH_DONE ((ULONG)0x4000008DL)
//
// MessageId: WINDOWS_NT_INFO_STRING_PLURAL
//
// MessageText:
//
// %u System Processors [%u MB Memory] %Z
//
#define WINDOWS_NT_INFO_STRING_PLURAL ((ULONG)0x4000009DL)
//
// MessageId: WINDOWS_NT_RC_STRING
//
// MessageText:
//
// RC
//
#define WINDOWS_NT_RC_STRING ((ULONG)0x4000009EL)
//
// MessageId: APC_INDEX_MISMATCH
//
// MessageText:
//
// APC_INDEX_MISMATCH
//
#define APC_INDEX_MISMATCH ((ULONG)0x00000001L)
//
// MessageId: DEVICE_QUEUE_NOT_BUSY
//
// MessageText:
//
// DEVICE_QUEUE_NOT_BUSY
//
#define DEVICE_QUEUE_NOT_BUSY ((ULONG)0x00000002L)
//
// MessageId: INVALID_AFFINITY_SET
//
// MessageText:
//
// INVALID_AFFINITY_SET
//
#define INVALID_AFFINITY_SET ((ULONG)0x00000003L)
//
// MessageId: INVALID_DATA_ACCESS_TRAP
//
// MessageText:
//
// INVALID_DATA_ACCESS_TRAP
//
#define INVALID_DATA_ACCESS_TRAP ((ULONG)0x00000004L)
//
// MessageId: INVALID_PROCESS_ATTACH_ATTEMPT
//
// MessageText:
//
// INVALID_PROCESS_ATTACH_ATTEMPT
//
#define INVALID_PROCESS_ATTACH_ATTEMPT ((ULONG)0x00000005L)
//
// MessageId: INVALID_PROCESS_DETACH_ATTEMPT
//
// MessageText:
//
// INVALID_PROCESS_DETACH_ATTEMPT
//
#define INVALID_PROCESS_DETACH_ATTEMPT ((ULONG)0x00000006L)
//
// MessageId: INVALID_SOFTWARE_INTERRUPT
//
// MessageText:
//
// INVALID_SOFTWARE_INTERRUPT
//
#define INVALID_SOFTWARE_INTERRUPT ((ULONG)0x00000007L)
//
// MessageId: IRQL_NOT_DISPATCH_LEVEL
//
// MessageText:
//
// IRQL_NOT_DISPATCH_LEVEL
//
#define IRQL_NOT_DISPATCH_LEVEL ((ULONG)0x00000008L)
//
// MessageId: IRQL_NOT_GREATER_OR_EQUAL
//
// MessageText:
//
// IRQL_NOT_GREATER_OR_EQUAL
//
#define IRQL_NOT_GREATER_OR_EQUAL ((ULONG)0x00000009L)
//
// MessageId: IRQL_NOT_LESS_OR_EQUAL
//
// MessageText:
//
// IRQL_NOT_LESS_OR_EQUAL
//
#define IRQL_NOT_LESS_OR_EQUAL ((ULONG)0x0000000AL)
//
// MessageId: NO_EXCEPTION_HANDLING_SUPPORT
//
// MessageText:
//
// NO_EXCEPTION_HANDLING_SUPPORT
//
#define NO_EXCEPTION_HANDLING_SUPPORT ((ULONG)0x0000000BL)
//
// MessageId: MAXIMUM_WAIT_OBJECTS_EXCEEDED
//
// MessageText:
//
// MAXIMUM_WAIT_OBJECTS_EXCEEDED
//
#define MAXIMUM_WAIT_OBJECTS_EXCEEDED ((ULONG)0x0000000CL)
//
// MessageId: MUTEX_LEVEL_NUMBER_VIOLATION
//
// MessageText:
//
// MUTEX_LEVEL_NUMBER_VIOLATION
//
#define MUTEX_LEVEL_NUMBER_VIOLATION ((ULONG)0x0000000DL)
//
// MessageId: NO_USER_MODE_CONTEXT
//
// MessageText:
//
// NO_USER_MODE_CONTEXT
//
#define NO_USER_MODE_CONTEXT ((ULONG)0x0000000EL)
//
// MessageId: SPIN_LOCK_ALREADY_OWNED
//
// MessageText:
//
// SPIN_LOCK_ALREADY_OWNED
//
#define SPIN_LOCK_ALREADY_OWNED ((ULONG)0x0000000FL)
//
// MessageId: SPIN_LOCK_NOT_OWNED
//
// MessageText:
//
// SPIN_LOCK_NOT_OWNED
//
#define SPIN_LOCK_NOT_OWNED ((ULONG)0x00000010L)
//
// MessageId: THREAD_NOT_MUTEX_OWNER
//
// MessageText:
//
// THREAD_NOT_MUTEX_OWNER
//
#define THREAD_NOT_MUTEX_OWNER ((ULONG)0x00000011L)
//
// MessageId: TRAP_CAUSE_UNKNOWN
//
// MessageText:
//
// TRAP_CAUSE_UNKNOWN
//
#define TRAP_CAUSE_UNKNOWN ((ULONG)0x00000012L)
//
// MessageId: EMPTY_THREAD_REAPER_LIST
//
// MessageText:
//
// EMPTY_THREAD_REAPER_LIST
//
#define EMPTY_THREAD_REAPER_LIST ((ULONG)0x00000013L)
//
// MessageId: CREATE_DELETE_LOCK_NOT_LOCKED
//
// MessageText:
//
// CREATE_DELETE_LOCK_NOT_LOCKED
//
#define CREATE_DELETE_LOCK_NOT_LOCKED ((ULONG)0x00000014L)
//
// MessageId: LAST_CHANCE_CALLED_FROM_KMODE
//
// MessageText:
//
// LAST_CHANCE_CALLED_FROM_KMODE
//
#define LAST_CHANCE_CALLED_FROM_KMODE ((ULONG)0x00000015L)
//
// MessageId: CID_HANDLE_CREATION
//
// MessageText:
//
// CID_HANDLE_CREATION
//
#define CID_HANDLE_CREATION ((ULONG)0x00000016L)
//
// MessageId: CID_HANDLE_DELETION
//
// MessageText:
//
// CID_HANDLE_DELETION
//
#define CID_HANDLE_DELETION ((ULONG)0x00000017L)
//
// MessageId: REFERENCE_BY_POINTER
//
// MessageText:
//
// REFERENCE_BY_POINTER
//
#define REFERENCE_BY_POINTER ((ULONG)0x00000018L)
//
// MessageId: BAD_POOL_HEADER
//
// MessageText:
//
// BAD_POOL_HEADER
//
#define BAD_POOL_HEADER ((ULONG)0x00000019L)
//
// MessageId: MEMORY_MANAGEMENT
//
// MessageText:
//
// MEMORY_MANAGEMENT
//
#define MEMORY_MANAGEMENT ((ULONG)0x0000001AL)
//
// MessageId: PFN_SHARE_COUNT
//
// MessageText:
//
// PFN_SHARE_COUNT
//
#define PFN_SHARE_COUNT ((ULONG)0x0000001BL)
//
// MessageId: PFN_REFERENCE_COUNT
//
// MessageText:
//
// PFN_REFERENCE_COUNT
//
#define PFN_REFERENCE_COUNT ((ULONG)0x0000001CL)
//
// MessageId: NO_SPIN_LOCK_AVAILABLE
//
// MessageText:
//
// NO_SPIN_LOCK_AVAILABLE
//
#define NO_SPIN_LOCK_AVAILABLE ((ULONG)0x0000001DL)
//
// MessageId: KMODE_EXCEPTION_NOT_HANDLED
//
// MessageText:
//
// Check to be sure you have adequate disk space. If a driver is
// identified in the Stop message, disable the driver or check
// with the manufacturer for driver updates. Try changing video
// adapters.
//
// Check with your hardware vendor for any BIOS updates. Disable
// BIOS memory options such as caching or shadowing. If you need
// to use Safe Mode to remove or disable components, restart your
// computer, press F8 to select Advanced Startup Options, and then
// select Safe Mode.
//
#define KMODE_EXCEPTION_NOT_HANDLED ((ULONG)0x0000001EL)
//
// MessageId: SHARED_RESOURCE_CONV_ERROR
//
// MessageText:
//
// SHARED_RESOURCE_CONV_ERROR
//
#define SHARED_RESOURCE_CONV_ERROR ((ULONG)0x0000001FL)
//
// MessageId: KERNEL_APC_PENDING_DURING_EXIT
//
// MessageText:
//
// KERNEL_APC_PENDING_DURING_EXIT
//
#define KERNEL_APC_PENDING_DURING_EXIT ((ULONG)0x00000020L)
//
// MessageId: QUOTA_UNDERFLOW
//
// MessageText:
//
// QUOTA_UNDERFLOW
//
#define QUOTA_UNDERFLOW ((ULONG)0x00000021L)
//
// MessageId: FILE_SYSTEM
//
// MessageText:
//
// FILE_SYSTEM
//
#define FILE_SYSTEM ((ULONG)0x00000022L)
//
// MessageId: FAT_FILE_SYSTEM
//
// MessageText:
//
// Disable or uninstall any anti-virus, disk defragmentation
// or backup utilities. Check your hard drive configuration,
// and check for any updated drivers. Run CHKDSK /F to check
// for hard drive corruption, and then restart your computer.
//
#define FAT_FILE_SYSTEM ((ULONG)0x00000023L)
//
// MessageId: NTFS_FILE_SYSTEM
//
// MessageText:
//
// NTFS_FILE_SYSTEM
//
#define NTFS_FILE_SYSTEM ((ULONG)0x00000024L)
//
// MessageId: NPFS_FILE_SYSTEM
//
// MessageText:
//
// NPFS_FILE_SYSTEM
//
#define NPFS_FILE_SYSTEM ((ULONG)0x00000025L)
//
// MessageId: CDFS_FILE_SYSTEM
//
// MessageText:
//
// CDFS_FILE_SYSTEM
//
#define CDFS_FILE_SYSTEM ((ULONG)0x00000026L)
//
// MessageId: RDR_FILE_SYSTEM
//
// MessageText:
//
// RDR_FILE_SYSTEM
//
#define RDR_FILE_SYSTEM ((ULONG)0x00000027L)
//
// MessageId: CORRUPT_ACCESS_TOKEN
//
// MessageText:
//
// CORRUPT_ACCESS_TOKEN
//
#define CORRUPT_ACCESS_TOKEN ((ULONG)0x00000028L)
//
// MessageId: SECURITY_SYSTEM
//
// MessageText:
//
// SECURITY_SYSTEM
//
#define SECURITY_SYSTEM ((ULONG)0x00000029L)
//
// MessageId: INCONSISTENT_IRP
//
// MessageText:
//
// INCONSISTENT_IRP
//
#define INCONSISTENT_IRP ((ULONG)0x0000002AL)
//
// MessageId: PANIC_STACK_SWITCH
//
// MessageText:
//
// PANIC_STACK_SWITCH
//
#define PANIC_STACK_SWITCH ((ULONG)0x0000002BL)
//
// MessageId: PORT_DRIVER_INTERNAL
//
// MessageText:
//
// PORT_DRIVER_INTERNAL
//
#define PORT_DRIVER_INTERNAL ((ULONG)0x0000002CL)
//
// MessageId: SCSI_DISK_DRIVER_INTERNAL
//
// MessageText:
//
// SCSI_DISK_DRIVER_INTERNAL
//
#define SCSI_DISK_DRIVER_INTERNAL ((ULONG)0x0000002DL)
//
// MessageId: DATA_BUS_ERROR
//
// MessageText:
//
// Run system diagnostics supplied by your hardware manufacturer.
// In particular, run a memory check, and check for faulty or
// mismatched memory. Try changing video adapters.
//
// Check with your hardware vendor for any BIOS updates. Disable
// BIOS memory options such as caching or shadowing. If you need
// to use Safe Mode to remove or disable components, restart your
// computer, press F8 to select Advanced Startup Options, and then
// select Safe Mode.
//
#define DATA_BUS_ERROR ((ULONG)0x0000002EL)
//
// MessageId: INSTRUCTION_BUS_ERROR
//
// MessageText:
//
// INSTRUCTION_BUS_ERROR
//
#define INSTRUCTION_BUS_ERROR ((ULONG)0x0000002FL)
//
// MessageId: SET_OF_INVALID_CONTEXT
//
// MessageText:
//
// SET_OF_INVALID_CONTEXT
//
#define SET_OF_INVALID_CONTEXT ((ULONG)0x00000030L)
//
// MessageId: PHASE0_INITIALIZATION_FAILED
//
// MessageText:
//
// PHASE0_INITIALIZATION_FAILED
//
#define PHASE0_INITIALIZATION_FAILED ((ULONG)0x00000031L)
//
// MessageId: PHASE1_INITIALIZATION_FAILED
//
// MessageText:
//
// PHASE1_INITIALIZATION_FAILED
//
#define PHASE1_INITIALIZATION_FAILED ((ULONG)0x00000032L)
//
// MessageId: UNEXPECTED_INITIALIZATION_CALL
//
// MessageText:
//
// UNEXPECTED_INITIALIZATION_CALL
//
#define UNEXPECTED_INITIALIZATION_CALL ((ULONG)0x00000033L)
//
// MessageId: CACHE_MANAGER
//
// MessageText:
//
// CACHE_MANAGER
//
#define CACHE_MANAGER ((ULONG)0x00000034L)
//
// MessageId: NO_MORE_IRP_STACK_LOCATIONS
//
// MessageText:
//
// NO_MORE_IRP_STACK_LOCATIONS
//
#define NO_MORE_IRP_STACK_LOCATIONS ((ULONG)0x00000035L)
//
// MessageId: DEVICE_REFERENCE_COUNT_NOT_ZERO
//
// MessageText:
//
// DEVICE_REFERENCE_COUNT_NOT_ZERO
//
#define DEVICE_REFERENCE_COUNT_NOT_ZERO ((ULONG)0x00000036L)
//
// MessageId: FLOPPY_INTERNAL_ERROR
//
// MessageText:
//
// FLOPPY_INTERNAL_ERROR
//
#define FLOPPY_INTERNAL_ERROR ((ULONG)0x00000037L)
//
// MessageId: SERIAL_DRIVER_INTERNAL
//
// MessageText:
//
// SERIAL_DRIVER_INTERNAL
//
#define SERIAL_DRIVER_INTERNAL ((ULONG)0x00000038L)
//
// MessageId: SYSTEM_EXIT_OWNED_MUTEX
//
// MessageText:
//
// SYSTEM_EXIT_OWNED_MUTEX
//
#define SYSTEM_EXIT_OWNED_MUTEX ((ULONG)0x00000039L)
//
// MessageId: SYSTEM_UNWIND_PREVIOUS_USER
//
// MessageText:
//
// SYSTEM_UNWIND_PREVIOUS_USER
//
#define SYSTEM_UNWIND_PREVIOUS_USER ((ULONG)0x0000003AL)
//
// MessageId: SYSTEM_SERVICE_EXCEPTION
//
// MessageText:
//
// SYSTEM_SERVICE_EXCEPTION
//
#define SYSTEM_SERVICE_EXCEPTION ((ULONG)0x0000003BL)
//
// MessageId: INTERRUPT_UNWIND_ATTEMPTED
//
// MessageText:
//
// INTERRUPT_UNWIND_ATTEMPTED
//
#define INTERRUPT_UNWIND_ATTEMPTED ((ULONG)0x0000003CL)
//
// MessageId: INTERRUPT_EXCEPTION_NOT_HANDLED
//
// MessageText:
//
// INTERRUPT_EXCEPTION_NOT_HANDLED
//
#define INTERRUPT_EXCEPTION_NOT_HANDLED ((ULONG)0x0000003DL)
//
// MessageId: MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED
//
// MessageText:
//
// MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED
//
#define MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED ((ULONG)0x0000003EL)
//
// MessageId: NO_MORE_SYSTEM_PTES
//
// MessageText:
//
// Remove any recently installed software including backup
// utilities or disk-intensive applications.
//
// If you need to use Safe Mode to remove or disable components,
// restart your computer, press F8 to select Advanced Startup
// Options, and then select Safe Mode.
//
#define NO_MORE_SYSTEM_PTES ((ULONG)0x0000003FL)
//
// MessageId: TARGET_MDL_TOO_SMALL
//
// MessageText:
//
// TARGET_MDL_TOO_SMALL
//
#define TARGET_MDL_TOO_SMALL ((ULONG)0x00000040L)
//
// MessageId: MUST_SUCCEED_POOL_EMPTY
//
// MessageText:
//
// MUST_SUCCEED_POOL_EMPTY
//
#define MUST_SUCCEED_POOL_EMPTY ((ULONG)0x00000041L)
//
// MessageId: ATDISK_DRIVER_INTERNAL
//
// MessageText:
//
// ATDISK_DRIVER_INTERNAL
//
#define ATDISK_DRIVER_INTERNAL ((ULONG)0x00000042L)
//
// MessageId: NO_SUCH_PARTITION
//
// MessageText:
//
// NO_SUCH_PARTITION
//
#define NO_SUCH_PARTITION ((ULONG)0x00000043L)
//
// MessageId: MULTIPLE_IRP_COMPLETE_REQUESTS
//
// MessageText:
//
// MULTIPLE_IRP_COMPLETE_REQUESTS
//
#define MULTIPLE_IRP_COMPLETE_REQUESTS ((ULONG)0x00000044L)
//
// MessageId: INSUFFICIENT_SYSTEM_MAP_REGS
//
// MessageText:
//
// INSUFFICIENT_SYSTEM_MAP_REGS
//
#define INSUFFICIENT_SYSTEM_MAP_REGS ((ULONG)0x00000045L)
//
// MessageId: DEREF_UNKNOWN_LOGON_SESSION
//
// MessageText:
//
// DEREF_UNKNOWN_LOGON_SESSION
//
#define DEREF_UNKNOWN_LOGON_SESSION ((ULONG)0x00000046L)
//
// MessageId: REF_UNKNOWN_LOGON_SESSION
//
// MessageText:
//
// REF_UNKNOWN_LOGON_SESSION
//
#define REF_UNKNOWN_LOGON_SESSION ((ULONG)0x00000047L)
//
// MessageId: CANCEL_STATE_IN_COMPLETED_IRP
//
// MessageText:
//
// CANCEL_STATE_IN_COMPLETED_IRP
//
#define CANCEL_STATE_IN_COMPLETED_IRP ((ULONG)0x00000048L)
//
// MessageId: PAGE_FAULT_WITH_INTERRUPTS_OFF
//
// MessageText:
//
// PAGE_FAULT_WITH_INTERRUPTS_OFF
//
#define PAGE_FAULT_WITH_INTERRUPTS_OFF ((ULONG)0x00000049L)
//
// MessageId: IRQL_GT_ZERO_AT_SYSTEM_SERVICE
//
// MessageText:
//
// IRQL_GT_ZERO_AT_SYSTEM_SERVICE
//
#define IRQL_GT_ZERO_AT_SYSTEM_SERVICE ((ULONG)0x0000004AL)
//
// MessageId: STREAMS_INTERNAL_ERROR
//
// MessageText:
//
// STREAMS_INTERNAL_ERROR
//
#define STREAMS_INTERNAL_ERROR ((ULONG)0x0000004BL)
//
// MessageId: FATAL_UNHANDLED_HARD_ERROR
//
// MessageText:
//
// FATAL_UNHANDLED_HARD_ERROR
//
#define FATAL_UNHANDLED_HARD_ERROR ((ULONG)0x0000004CL)
//
// MessageId: NO_PAGES_AVAILABLE
//
// MessageText:
//
// NO_PAGES_AVAILABLE
//
#define NO_PAGES_AVAILABLE ((ULONG)0x0000004DL)
//
// MessageId: PFN_LIST_CORRUPT
//
// MessageText:
//
// PFN_LIST_CORRUPT
//
#define PFN_LIST_CORRUPT ((ULONG)0x0000004EL)
//
// MessageId: NDIS_INTERNAL_ERROR
//
// MessageText:
//
// NDIS_INTERNAL_ERROR
//
#define NDIS_INTERNAL_ERROR ((ULONG)0x0000004FL)
//
// MessageId: PAGE_FAULT_IN_NONPAGED_AREA
//
// MessageText:
//
// PAGE_FAULT_IN_NONPAGED_AREA
//
#define PAGE_FAULT_IN_NONPAGED_AREA ((ULONG)0x00000050L)
//
// MessageId: REGISTRY_ERROR
//
// MessageText:
//
// REGISTRY_ERROR
//
#define REGISTRY_ERROR ((ULONG)0x00000051L)
//
// MessageId: MAILSLOT_FILE_SYSTEM
//
// MessageText:
//
// MAILSLOT_FILE_SYSTEM
//
#define MAILSLOT_FILE_SYSTEM ((ULONG)0x00000052L)
//
// MessageId: NO_BOOT_DEVICE
//
// MessageText:
//
// NO_BOOT_DEVICE
//
#define NO_BOOT_DEVICE ((ULONG)0x00000053L)
//
// MessageId: LM_SERVER_INTERNAL_ERROR
//
// MessageText:
//
// LM_SERVER_INTERNAL_ERROR
//
#define LM_SERVER_INTERNAL_ERROR ((ULONG)0x00000054L)
//
// MessageId: DATA_COHERENCY_EXCEPTION
//
// MessageText:
//
// DATA_COHERENCY_EXCEPTION
//
#define DATA_COHERENCY_EXCEPTION ((ULONG)0x00000055L)
//
// MessageId: INSTRUCTION_COHERENCY_EXCEPTION
//
// MessageText:
//
// INSTRUCTION_COHERENCY_EXCEPTION
//
#define INSTRUCTION_COHERENCY_EXCEPTION ((ULONG)0x00000056L)
//
// MessageId: XNS_INTERNAL_ERROR
//
// MessageText:
//
// XNS_INTERNAL_ERROR
//
#define XNS_INTERNAL_ERROR ((ULONG)0x00000057L)
//
// MessageId: FTDISK_INTERNAL_ERROR
//
// MessageText:
//
// FTDISK_INTERNAL_ERROR
//
#define FTDISK_INTERNAL_ERROR ((ULONG)0x00000058L)
//
// MessageId: PINBALL_FILE_SYSTEM
//
// MessageText:
//
// PINBALL_FILE_SYSTEM
//
#define PINBALL_FILE_SYSTEM ((ULONG)0x00000059L)
//
// MessageId: CRITICAL_SERVICE_FAILED
//
// MessageText:
//
// CRITICAL_SERVICE_FAILED
//
#define CRITICAL_SERVICE_FAILED ((ULONG)0x0000005AL)
//
// MessageId: SET_ENV_VAR_FAILED
//
// MessageText:
//
// SET_ENV_VAR_FAILED
//
#define SET_ENV_VAR_FAILED ((ULONG)0x0000005BL)
//
// MessageId: HAL_INITIALIZATION_FAILED
//
// MessageText:
//
// HAL_INITIALIZATION_FAILED
//
#define HAL_INITIALIZATION_FAILED ((ULONG)0x0000005CL)
//
// MessageId: UNSUPPORTED_PROCESSOR
//
// MessageText:
//
// UNSUPPORTED_PROCESSOR
//
#define UNSUPPORTED_PROCESSOR ((ULONG)0x0000005DL)
//
// MessageId: OBJECT_INITIALIZATION_FAILED
//
// MessageText:
//
// OBJECT_INITIALIZATION_FAILED
//
#define OBJECT_INITIALIZATION_FAILED ((ULONG)0x0000005EL)
//
// MessageId: SECURITY_INITIALIZATION_FAILED
//
// MessageText:
//
// SECURITY_INITIALIZATION_FAILED
//
#define SECURITY_INITIALIZATION_FAILED ((ULONG)0x0000005FL)
//
// MessageId: PROCESS_INITIALIZATION_FAILED
//
// MessageText:
//
// PROCESS_INITIALIZATION_FAILED
//
#define PROCESS_INITIALIZATION_FAILED ((ULONG)0x00000060L)
//
// MessageId: HAL1_INITIALIZATION_FAILED
//
// MessageText:
//
// HAL1_INITIALIZATION_FAILED
//
#define HAL1_INITIALIZATION_FAILED ((ULONG)0x00000061L)
//
// MessageId: OBJECT1_INITIALIZATION_FAILED
//
// MessageText:
//
// OBJECT1_INITIALIZATION_FAILED
//
#define OBJECT1_INITIALIZATION_FAILED ((ULONG)0x00000062L)
//
// MessageId: SECURITY1_INITIALIZATION_FAILED
//
// MessageText:
//
// SECURITY1_INITIALIZATION_FAILED
//
#define SECURITY1_INITIALIZATION_FAILED ((ULONG)0x00000063L)
//
// MessageId: SYMBOLIC_INITIALIZATION_FAILED
//
// MessageText:
//
// SYMBOLIC_INITIALIZATION_FAILED
//
#define SYMBOLIC_INITIALIZATION_FAILED ((ULONG)0x00000064L)
//
// MessageId: MEMORY1_INITIALIZATION_FAILED
//
// MessageText:
//
// MEMORY1_INITIALIZATION_FAILED
//
#define MEMORY1_INITIALIZATION_FAILED ((ULONG)0x00000065L)
//
// MessageId: CACHE_INITIALIZATION_FAILED
//
// MessageText:
//
// CACHE_INITIALIZATION_FAILED
//
#define CACHE_INITIALIZATION_FAILED ((ULONG)0x00000066L)
//
// MessageId: CONFIG_INITIALIZATION_FAILED
//
// MessageText:
//
// CONFIG_INITIALIZATION_FAILED
//
#define CONFIG_INITIALIZATION_FAILED ((ULONG)0x00000067L)
//
// MessageId: FILE_INITIALIZATION_FAILED
//
// MessageText:
//
// FILE_INITIALIZATION_FAILED
//
#define FILE_INITIALIZATION_FAILED ((ULONG)0x00000068L)
//
// MessageId: IO1_INITIALIZATION_FAILED
//
// MessageText:
//
// IO1_INITIALIZATION_FAILED
//
#define IO1_INITIALIZATION_FAILED ((ULONG)0x00000069L)
//
// MessageId: LPC_INITIALIZATION_FAILED
//
// MessageText:
//
// LPC_INITIALIZATION_FAILED
//
#define LPC_INITIALIZATION_FAILED ((ULONG)0x0000006AL)
//
// MessageId: PROCESS1_INITIALIZATION_FAILED
//
// MessageText:
//
// PROCESS1_INITIALIZATION_FAILED
//
#define PROCESS1_INITIALIZATION_FAILED ((ULONG)0x0000006BL)
//
// MessageId: REFMON_INITIALIZATION_FAILED
//
// MessageText:
//
// REFMON_INITIALIZATION_FAILED
//
#define REFMON_INITIALIZATION_FAILED ((ULONG)0x0000006CL)
//
// MessageId: SESSION1_INITIALIZATION_FAILED
//
// MessageText:
//
// SESSION1_INITIALIZATION_FAILED
//
#define SESSION1_INITIALIZATION_FAILED ((ULONG)0x0000006DL)
//
// MessageId: SESSION2_INITIALIZATION_FAILED
//
// MessageText:
//
// SESSION2_INITIALIZATION_FAILED
//
#define SESSION2_INITIALIZATION_FAILED ((ULONG)0x0000006EL)
//
// MessageId: SESSION3_INITIALIZATION_FAILED
//
// MessageText:
//
// SESSION3_INITIALIZATION_FAILED
//
#define SESSION3_INITIALIZATION_FAILED ((ULONG)0x0000006FL)
//
// MessageId: SESSION4_INITIALIZATION_FAILED
//
// MessageText:
//
// SESSION4_INITIALIZATION_FAILED
//
#define SESSION4_INITIALIZATION_FAILED ((ULONG)0x00000070L)
//
// MessageId: SESSION5_INITIALIZATION_FAILED
//
// MessageText:
//
// SESSION5_INITIALIZATION_FAILED
//
#define SESSION5_INITIALIZATION_FAILED ((ULONG)0x00000071L)
//
// MessageId: ASSIGN_DRIVE_LETTERS_FAILED
//
// MessageText:
//
// ASSIGN_DRIVE_LETTERS_FAILED
//
#define ASSIGN_DRIVE_LETTERS_FAILED ((ULONG)0x00000072L)
//
// MessageId: CONFIG_LIST_FAILED
//
// MessageText:
//
// CONFIG_LIST_FAILED
//
#define CONFIG_LIST_FAILED ((ULONG)0x00000073L)
//
// MessageId: BAD_SYSTEM_CONFIG_INFO
//
// MessageText:
//
// BAD_SYSTEM_CONFIG_INFO
//
#define BAD_SYSTEM_CONFIG_INFO ((ULONG)0x00000074L)
//
// MessageId: CANNOT_WRITE_CONFIGURATION
//
// MessageText:
//
// CANNOT_WRITE_CONFIGURATION
//
#define CANNOT_WRITE_CONFIGURATION ((ULONG)0x00000075L)
//
// MessageId: PROCESS_HAS_LOCKED_PAGES
//
// MessageText:
//
// PROCESS_HAS_LOCKED_PAGES
//
#define PROCESS_HAS_LOCKED_PAGES ((ULONG)0x00000076L)
//
// MessageId: KERNEL_STACK_INPAGE_ERROR
//
// MessageText:
//
// KERNEL_STACK_INPAGE_ERROR
//
#define KERNEL_STACK_INPAGE_ERROR ((ULONG)0x00000077L)
//
// MessageId: PHASE0_EXCEPTION
//
// MessageText:
//
// PHASE0_EXCEPTION
//
#define PHASE0_EXCEPTION ((ULONG)0x00000078L)
//
// MessageId: MISMATCHED_HAL
//
// MessageText:
//
// Mismatched kernel and hal image.
//
#define MISMATCHED_HAL ((ULONG)0x00000079L)
//
// MessageId: KERNEL_DATA_INPAGE_ERROR
//
// MessageText:
//
// KERNEL_DATA_INPAGE_ERROR
//
#define KERNEL_DATA_INPAGE_ERROR ((ULONG)0x0000007AL)
//
// MessageId: INACCESSIBLE_BOOT_DEVICE
//
// MessageText:
//
// Check for viruses on your computer. Remove any newly installed
// hard drives or hard drive controllers. Check your hard drive
// to make sure it is properly configured and terminated.
// Run CHKDSK /F to check for hard drive corruption, and then
// restart your computer.
//
#define INACCESSIBLE_BOOT_DEVICE ((ULONG)0x0000007BL)
//
// MessageId: INSTALL_MORE_MEMORY
//
// MessageText:
//
// INSTALL_MORE_MEMORY
//
#define INSTALL_MORE_MEMORY ((ULONG)0x0000007DL)
//
// MessageId: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
//
// MessageText:
//
// SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
//
#define SYSTEM_THREAD_EXCEPTION_NOT_HANDLED ((ULONG)0x0000007EL)
//
// MessageId: UNEXPECTED_KERNEL_MODE_TRAP
//
// MessageText:
//
// Run a system diagnostic utility supplied by your hardware manufacturer.
// In particular, run a memory check, and check for faulty or mismatched
// memory. Try changing video adapters.
//
// Disable or remove any newly installed hardware and drivers. Disable or
// remove any newly installed software. If you need to use Safe Mode to
// remove or disable components, restart your computer, press F8 to select
// Advanced Startup Options, and then select Safe Mode.
//
#define UNEXPECTED_KERNEL_MODE_TRAP ((ULONG)0x0000007FL)
//
// MessageId: NMI_HARDWARE_FAILURE
//
// MessageText:
//
// Hardware malfunction.
//
#define NMI_HARDWARE_FAILURE ((ULONG)0x00000080L)
//
// MessageId: SPIN_LOCK_INIT_FAILURE
//
// MessageText:
//
// SPIN_LOCK_INIT_FAILURE
//
#define SPIN_LOCK_INIT_FAILURE ((ULONG)0x00000081L)
//
// MessageId: DFS_FILE_SYSTEM
//
// MessageText:
//
// DFS_FILE_SYSTEM
//
#define DFS_FILE_SYSTEM ((ULONG)0x00000082L)
//
// MessageId: OFS_FILE_SYSTEM
//
// MessageText:
//
// OFS_FILE_SYSTEM
//
#define OFS_FILE_SYSTEM ((ULONG)0x00000083L)
//
// MessageId: RECOM_DRIVER
//
// MessageText:
//
// RECOM_DRIVER
//
#define RECOM_DRIVER ((ULONG)0x00000084L)
//
// MessageId: SETUP_FAILURE
//
// MessageText:
//
// SETUP_FAILURE
//
#define SETUP_FAILURE ((ULONG)0x00000085L)
//
// MessageId: AUDIT_FAILURE
//
// MessageText:
//
// Audit attempt has failed.
//
#define AUDIT_FAILURE ((ULONG)0x00000086L)
//
// MessageId: MBR_CHECKSUM_MISMATCH
//
// MessageText:
//
// This system may be infected with a virus.
//
#define MBR_CHECKSUM_MISMATCH ((ULONG)0x0000008BL)
//
// MessageId: KERNEL_MODE_EXCEPTION_NOT_HANDLED
//
// MessageText:
//
// KERNEL_MODE_EXCEPTION_NOT_HANDLED
//
#define KERNEL_MODE_EXCEPTION_NOT_HANDLED ((ULONG)0x0000008EL)
//
// MessageId: PP0_INITIALIZATION_FAILED
//
// MessageText:
//
// PP0_INITIALIZATION_FAILED
//
#define PP0_INITIALIZATION_FAILED ((ULONG)0x0000008FL)
//
// MessageId: PP1_INITIALIZATION_FAILED
//
// MessageText:
//
// PP1_INITIALIZATION_FAILED
//
#define PP1_INITIALIZATION_FAILED ((ULONG)0x00000090L)
//
// MessageId: WIN32K_INIT_OR_RIT_FAILURE
//
// MessageText:
//
// WIN32K_INIT_OR_RIT_FAILURE
//
#define WIN32K_INIT_OR_RIT_FAILURE ((ULONG)0x00000091L)
//
// MessageId: UP_DRIVER_ON_MP_SYSTEM
//
// MessageText:
//
// UP_DRIVER_ON_MP_SYSTEM
//
#define UP_DRIVER_ON_MP_SYSTEM ((ULONG)0x00000092L)
//
// MessageId: INVALID_KERNEL_HANDLE
//
// MessageText:
//
// INVALID_KERNEL_HANDLE
//
#define INVALID_KERNEL_HANDLE ((ULONG)0x00000093L)
//
// MessageId: KERNEL_STACK_LOCKED_AT_EXIT
//
// MessageText:
//
// KERNEL_STACK_LOCKED_AT_EXIT
//
#define KERNEL_STACK_LOCKED_AT_EXIT ((ULONG)0x00000094L)
//
// MessageId: PNP_INTERNAL_ERROR
//
// MessageText:
//
// PNP_INTERNAL_ERROR
//
#define PNP_INTERNAL_ERROR ((ULONG)0x00000095L)
//
// MessageId: INVALID_WORK_QUEUE_ITEM
//
// MessageText:
//
// INVALID_WORK_QUEUE_ITEM
//
#define INVALID_WORK_QUEUE_ITEM ((ULONG)0x00000096L)
//
// MessageId: BOUND_IMAGE_UNSUPPORTED
//
// MessageText:
//
// BOUND_IMAGE_UNSUPPORTED
//
#define BOUND_IMAGE_UNSUPPORTED ((ULONG)0x00000097L)
//
// MessageId: END_OF_NT_EVALUATION_PERIOD
//
// MessageText:
//
// END_OF_NT_EVALUATION_PERIOD
//
#define END_OF_NT_EVALUATION_PERIOD ((ULONG)0x00000098L)
//
// MessageId: INVALID_REGION_OR_SEGMENT
//
// MessageText:
//
// INVALID_REGION_OR_SEGMENT
//
#define INVALID_REGION_OR_SEGMENT ((ULONG)0x00000099L)
//
// MessageId: SYSTEM_LICENSE_VIOLATION
//
// MessageText:
//
// SYSTEM_LICENSE_VIOLATION
//
#define SYSTEM_LICENSE_VIOLATION ((ULONG)0x0000009AL)
//
// MessageId: UDFS_FILE_SYSTEM
//
// MessageText:
//
// UDFS_FILE_SYSTEM
//
#define UDFS_FILE_SYSTEM ((ULONG)0x0000009BL)
//
// MessageId: MACHINE_CHECK_EXCEPTION
//
// MessageText:
//
// MACHINE_CHECK_EXCEPTION
//
#define MACHINE_CHECK_EXCEPTION ((ULONG)0x0000009CL)
//
// MessageId: DRIVER_POWER_STATE_FAILURE
//
// MessageText:
//
// DRIVER_POWER_STATE_FAILURE
//
#define DRIVER_POWER_STATE_FAILURE ((ULONG)0x0000009FL)
//
// MessageId: INTERNAL_POWER_ERROR
//
// MessageText:
//
// INTERNAL_POWER_ERROR
//
#define INTERNAL_POWER_ERROR ((ULONG)0x000000A0L)
//
// MessageId: PCI_BUS_DRIVER_INTERNAL
//
// MessageText:
//
// Inconsistency detected in the PCI Bus driver's internal structures.
//
#define PCI_BUS_DRIVER_INTERNAL ((ULONG)0x000000A1L)
//
// MessageId: MEMORY_IMAGE_CORRUPT
//
// MessageText:
//
// A CRC check on the memory range has failed
//
#define MEMORY_IMAGE_CORRUPT ((ULONG)0x000000A2L)
//
// MessageId: ACPI_DRIVER_INTERNAL
//
// MessageText:
//
// ACPI_DRIVER_INTERNAL
//
#define ACPI_DRIVER_INTERNAL ((ULONG)0x000000A3L)
//
// MessageId: CNSS_FILE_SYSTEM_FILTER
//
// MessageText:
//
// Internal inconsistency while representing
// Ntfs Structured Storage as a DOCFILE.
//
#define CNSS_FILE_SYSTEM_FILTER ((ULONG)0x000000A4L)
//
// MessageId: ACPI_BIOS_ERROR
//
// MessageText:
//
// The BIOS in this system is not fully ACPI compliant. Please contact your
// system vendor or visit http://www.hardware-update.com for an updated BIOS.
// If you are unable to obtain an updated BIOS or the latest BIOS supplied by
// your vendor is not ACPI compliant, you can turn off ACPI mode during text
// mode setup. To do this, simply press the F7 key when you are prompted to
// install storage drivers. The system will not notify you that the F7 key
// was pressed - it will silently disable ACPI and allow you to continue
// your installation.
//
#define ACPI_BIOS_ERROR ((ULONG)0x000000A5L)
//
// MessageId: FP_EMULATION_ERROR
//
// MessageText:
//
// FP_EMULATION_ERROR
//
#define FP_EMULATION_ERROR ((ULONG)0x000000A6L)
//
// MessageId: BAD_EXHANDLE
//
// MessageText:
//
// BAD_EXHANDLE
//
#define BAD_EXHANDLE ((ULONG)0x000000A7L)
//
// MessageId: BOOTING_IN_SAFEMODE_MINIMAL
//
// MessageText:
//
// The system is booting in safemode - Minimal Services
//
#define BOOTING_IN_SAFEMODE_MINIMAL ((ULONG)0x000000A8L)
//
// MessageId: BOOTING_IN_SAFEMODE_NETWORK
//
// MessageText:
//
// The system is booting in safemode - Minimal Services with Network
//
#define BOOTING_IN_SAFEMODE_NETWORK ((ULONG)0x000000A9L)
//
// MessageId: BOOTING_IN_SAFEMODE_DSREPAIR
//
// MessageText:
//
// The system is booting in safemode - Directory Services Repair
//
#define BOOTING_IN_SAFEMODE_DSREPAIR ((ULONG)0x000000AAL)
//
// MessageId: SESSION_HAS_VALID_POOL_ON_EXIT
//
// MessageText:
//
// SESSION_HAS_VALID_POOL_ON_EXIT
//
#define SESSION_HAS_VALID_POOL_ON_EXIT ((ULONG)0x000000ABL)
//
// MessageId: HAL_MEMORY_ALLOCATION
//
// MessageText:
//
// Allocate from NonPaged Pool failed for a HAL critical allocation.
//
#define HAL_MEMORY_ALLOCATION ((ULONG)0x000000ACL)
//
// MessageId: VIDEO_DRIVER_INIT_FAILURE
//
// MessageText:
//
// The video driver failed to initialize
//
#define VIDEO_DRIVER_INIT_FAILURE ((ULONG)0x000000B4L)
//
// MessageId: BOOTLOG_LOADED
//
// MessageText:
//
// Loaded driver
//
#define BOOTLOG_LOADED ((ULONG)0x000000B5L)
//
// MessageId: BOOTLOG_NOT_LOADED
//
// MessageText:
//
// Did not load driver
//
#define BOOTLOG_NOT_LOADED ((ULONG)0x000000B6L)
//
// MessageId: BOOTLOG_ENABLED
//
// MessageText:
//
// Boot Logging Enabled
//
#define BOOTLOG_ENABLED ((ULONG)0x000000B7L)
//
// MessageId: ATTEMPTED_SWITCH_FROM_DPC
//
// MessageText:
//
// A wait operation, attach process, or yield was attempted from a DPC routine.
//
#define ATTEMPTED_SWITCH_FROM_DPC ((ULONG)0x000000B8L)
//
// MessageId: CHIPSET_DETECTED_ERROR
//
// MessageText:
//
// A parity error in the system memory or I/O system was detected.
//
#define CHIPSET_DETECTED_ERROR ((ULONG)0x000000B9L)
//
// MessageId: SESSION_HAS_VALID_VIEWS_ON_EXIT
//
// MessageText:
//
// SESSION_HAS_VALID_VIEWS_ON_EXIT
//
#define SESSION_HAS_VALID_VIEWS_ON_EXIT ((ULONG)0x000000BAL)
//
// MessageId: NETWORK_BOOT_INITIALIZATION_FAILED
//
// MessageText:
//
// An initialization failure occurred while attempting to boot from the network.
//
#define NETWORK_BOOT_INITIALIZATION_FAILED ((ULONG)0x000000BBL)
//
// MessageId: NETWORK_BOOT_DUPLICATE_ADDRESS
//
// MessageText:
//
// A duplicate IP address was assigned to this machine while attempting to
// boot from the network.
//
#define NETWORK_BOOT_DUPLICATE_ADDRESS ((ULONG)0x000000BCL)
//
// MessageId: INVALID_HIBERNATED_STATE
//
// MessageText:
//
// The hibernated memory image does not match the current hardware configuration.
//
#define INVALID_HIBERNATED_STATE ((ULONG)0x000000BDL)
//
// MessageId: ATTEMPTED_WRITE_TO_READONLY_MEMORY
//
// MessageText:
//
// An attempt was made to write to read-only memory.
//
#define ATTEMPTED_WRITE_TO_READONLY_MEMORY ((ULONG)0x000000BEL)
//
// MessageId: MUTEX_ALREADY_OWNED
//
// MessageText:
//
// MUTEX_ALREADY_OWNED
//
#define MUTEX_ALREADY_OWNED ((ULONG)0x000000BFL)
//
// MessageId: PCI_CONFIG_SPACE_ACCESS_FAILURE
//
// MessageText:
//
// An attempt to access PCI configuration space failed.
//
#define PCI_CONFIG_SPACE_ACCESS_FAILURE ((ULONG)0x000000C0L)
//
// MessageId: SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION
//
// MessageText:
//
// SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION
//
#define SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION ((ULONG)0x000000C1L)
//
// MessageId: BAD_POOL_CALLER
//
// MessageText:
//
// BAD_POOL_CALLER
//
#define BAD_POOL_CALLER ((ULONG)0x000000C2L)
//
// MessageId: BUGCODE_PSS_MESSAGE_SIGNATURE
//
// MessageText:
//
//
// A system file that is owned by Windows was replaced by an application
// running on your system. The operating system detected this and tried to
// verify the validity of the file's signature. The operating system found that
// the file signature is not valid and put the original, correct file back
// so that your operating system will continue to function properly.
//
#define BUGCODE_PSS_MESSAGE_SIGNATURE ((ULONG)0x000000C3L)
//
// MessageId: DRIVER_VERIFIER_DETECTED_VIOLATION
//
// MessageText:
//
//
// A device driver attempting to corrupt the system has been caught.
// The faulty driver currently on the kernel stack must be replaced
// with a working version.
//
#define DRIVER_VERIFIER_DETECTED_VIOLATION ((ULONG)0x000000C4L)
//
// MessageId: DRIVER_CORRUPTED_EXPOOL
//
// MessageText:
//
// A device driver has pool.
//
// Check to make sure any new hardware or software is properly installed.
// If this is a new installation, ask your hardware or software manufacturer
// for any Windows updates you might need.
//
// Run the driver verifier against any new (or suspect) drivers.
// If that doesn't reveal the corrupting driver, try enabling special pool.
// Both of these features are intended to catch the corruption at an earlier
// point where the offending driver can be identified.
//
// If you need to use Safe Mode to remove or disable components,
// restart your computer, press F8 to select Advanced Startup Options,
// and then select Safe Mode.
//
#define DRIVER_CORRUPTED_EXPOOL ((ULONG)0x000000C5L)
//
// MessageId: DRIVER_CAUGHT_MODIFYING_FREED_POOL
//
// MessageText:
//
//
// A device driver attempting to corrupt the system has been caught.
// The faulty driver currently on the kernel stack must be replaced
// with a working version.
//
#define DRIVER_CAUGHT_MODIFYING_FREED_POOL ((ULONG)0x000000C6L)
//
// MessageId: TIMER_OR_DPC_INVALID
//
// MessageText:
//
//
// A kernel timer or DPC was found in memory which must not contain such
// items. Usually this is memory being freed. This is usually caused by
// a device driver that has not cleaned up properly before freeing memory.
//
#define TIMER_OR_DPC_INVALID ((ULONG)0x000000C7L)
//
// MessageId: IRQL_UNEXPECTED_VALUE
//
// MessageText:
//
//
// The processor's IRQL is not valid for the currently executing context.
// This is a software error condition and is usually caused by a device
// driver changing IRQL and not restoring it to its previous value when
// it has finished its task.
//
#define IRQL_UNEXPECTED_VALUE ((ULONG)0x000000C8L)
//
// MessageId: DRIVER_VERIFIER_IOMANAGER_VIOLATION
//
// MessageText:
//
//
// The IO manager has detected a violation by a driver that is being verified.
// The faulty driver that is being verified must be debugged and
// replaced with a working version.
//
#define DRIVER_VERIFIER_IOMANAGER_VIOLATION ((ULONG)0x000000C9L)
//
// MessageId: PNP_DETECTED_FATAL_ERROR
//
// MessageText:
//
//
// Plug and Play detected an error most likely caused by a faulty driver.
//
#define PNP_DETECTED_FATAL_ERROR ((ULONG)0x000000CAL)
//
// MessageId: DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS
//
// MessageText:
//
// DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS
//
#define DRIVER_LEFT_LOCKED_PAGES_IN_PROCESS ((ULONG)0x000000CBL)
//
// MessageId: PAGE_FAULT_IN_FREED_SPECIAL_POOL
//
// MessageText:
//
//
// The system is attempting to access memory after it has been freed.
// This usually indicates a system-driver synchronization issue.
//
#define PAGE_FAULT_IN_FREED_SPECIAL_POOL ((ULONG)0x000000CCL)
//
// MessageId: PAGE_FAULT_BEYOND_END_OF_ALLOCATION
//
// MessageText:
//
//
// The system is attempting to access memory beyond the end of the allocation.
// This usually indicates a system-driver synchronization issue.
//
#define PAGE_FAULT_BEYOND_END_OF_ALLOCATION ((ULONG)0x000000CDL)
//
// MessageId: DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS
//
// MessageText:
//
// DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS
//
#define DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS ((ULONG)0x000000CEL)
//
// MessageId: TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE
//
// MessageText:
//
// TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE
//
#define TERMINAL_SERVER_DRIVER_MADE_INCORRECT_MEMORY_REFERENCE ((ULONG)0x000000CFL)
//
// MessageId: DRIVER_CORRUPTED_MMPOOL
//
// MessageText:
//
// DRIVER_CORRUPTED_MMPOOL
//
#define DRIVER_CORRUPTED_MMPOOL ((ULONG)0x000000D0L)
//
// MessageId: DRIVER_IRQL_NOT_LESS_OR_EQUAL
//
// MessageText:
//
// DRIVER_IRQL_NOT_LESS_OR_EQUAL
//
#define DRIVER_IRQL_NOT_LESS_OR_EQUAL ((ULONG)0x000000D1L)
//
// MessageId: DRIVER_PORTION_MUST_BE_NONPAGED
//
// MessageText:
//
// The driver mistakenly marked a part of it's image pagable instead of nonpagable.
//
#define DRIVER_PORTION_MUST_BE_NONPAGED ((ULONG)0x000000D3L)
//
// MessageId: SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD
//
// MessageText:
//
// The driver unloaded without cancelling pending operations.
//
#define SYSTEM_SCAN_AT_RAISED_IRQL_CAUGHT_IMPROPER_DRIVER_UNLOAD ((ULONG)0x000000D4L)
//
// MessageId: DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL
//
// MessageText:
//
//
// The driver is attempting to access memory after it has been freed.
//
#define DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL ((ULONG)0x000000D5L)
//
// MessageId: DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION
//
// MessageText:
//
//
// The driver is attempting to access memory beyond the end of the allocation.
//
#define DRIVER_PAGE_FAULT_BEYOND_END_OF_ALLOCATION ((ULONG)0x000000D6L)
//
// MessageId: DRIVER_UNMAPPING_INVALID_VIEW
//
// MessageText:
//
//
// The driver is attempting to unmap an invalid memory address.
//
#define DRIVER_UNMAPPING_INVALID_VIEW ((ULONG)0x000000D7L)
//
// MessageId: DRIVER_USED_EXCESSIVE_PTES
//
// MessageText:
//
//
// The driver has used an excessive number of system PTEs.
//
#define DRIVER_USED_EXCESSIVE_PTES ((ULONG)0x000000D8L)
//
// MessageId: LOCKED_PAGES_TRACKER_CORRUPTION
//
// MessageText:
//
//
// The driver is corrupting the locked pages tracking structures.
//
#define LOCKED_PAGES_TRACKER_CORRUPTION ((ULONG)0x000000D9L)
//
// MessageId: SYSTEM_PTE_MISUSE
//
// MessageText:
//
//
// The driver is mismanaging system PTEs.
//
#define SYSTEM_PTE_MISUSE ((ULONG)0x000000DAL)
//
// MessageId: DRIVER_CORRUPTED_SYSPTES
//
// MessageText:
//
//
// A driver has corrupted the memory management system PTEs.
//
#define DRIVER_CORRUPTED_SYSPTES ((ULONG)0x000000DBL)
//
// MessageId: DRIVER_INVALID_STACK_ACCESS
//
// MessageText:
//
//
// A driver accessed a stack address that lies below the current stack pointer
// of the stack's thread.
//
#define DRIVER_INVALID_STACK_ACCESS ((ULONG)0x000000DCL)
//
// MessageId: POOL_CORRUPTION_IN_FILE_AREA
//
// MessageText:
//
//
// A driver corrupted pool memory used for holding pages destined for disk.
//
#define POOL_CORRUPTION_IN_FILE_AREA ((ULONG)0x000000DEL)
//
// MessageId: IMPERSONATING_WORKER_THREAD
//
// MessageText:
//
//
// A worker thread is impersonating another process. The work item forgot to
// disable impersonation before it returned.
//
#define IMPERSONATING_WORKER_THREAD ((ULONG)0x000000DFL)
//
// MessageId: ACPI_BIOS_FATAL_ERROR
//
// MessageText:
//
//
// Your computer (BIOS) has reported that a component in your system is faulty and
// has prevented Windows from operating. You can determine which component is
// faulty by running the diagnostic disk or tool that came with your computer.
//
// If you do not have this tool, you must contact your system vendor and report
// this error message to them. They will be able to assist you in correcting this
// hardware problem thereby allowing Windows to operate.
//
#define ACPI_BIOS_FATAL_ERROR ((ULONG)0x000000E0L)
//
// MessageId: WORKER_THREAD_RETURNED_AT_BAD_IRQL
//
// MessageText:
//
// WORKER_THREAD_RETURNED_AT_BAD_IRQL
//
#define WORKER_THREAD_RETURNED_AT_BAD_IRQL ((ULONG)0x000000E1L)
//
// MessageId: MANUALLY_INITIATED_CRASH
//
// MessageText:
//
//
// The end-user manually generated the crashdump.
//
#define MANUALLY_INITIATED_CRASH ((ULONG)0x000000E2L)
//
// MessageId: RESOURCE_NOT_OWNED
//
// MessageText:
//
//
// A thread tried to release a resource it did not own.
//
#define RESOURCE_NOT_OWNED ((ULONG)0x000000E3L)
//
// MessageId: WORKER_INVALID
//
// MessageText:
//
//
// A executive worker item was found in memory which must not contain such
// items. Usually this is memory being freed. This is usually caused by
// a device driver that has not cleaned up properly before freeing memory.
//
#define WORKER_INVALID ((ULONG)0x000000E4L)
//
// MessageId: POWER_FAILURE_SIMULATE
//
// MessageText:
//
// POWER_FAILURE_SIMULATE
//
#define POWER_FAILURE_SIMULATE ((ULONG)0x000000E5L)
//
// MessageId: DRIVER_VERIFIER_DMA_VIOLATION
//
// MessageText:
//
//
// The DMA Subsystem has detected an illegal DMA operation initiated by
// a driver being verified. The faulty driver must be replaced with a
// working version.
//
#define DRIVER_VERIFIER_DMA_VIOLATION ((ULONG)0x000000E6L)
//
// MessageId: INVALID_FLOATING_POINT_STATE
//
// MessageText:
//
//
// While restoring the previously saved floating point state for a thread,
// the state was found to be invalid.
//
#define INVALID_FLOATING_POINT_STATE ((ULONG)0x000000E7L)
//
// MessageId: INVALID_CANCEL_OF_FILE_OPEN
//
// MessageText:
//
//
// The fileobject passed to IoCancelFileOpen is invalid. It should have reference of 1. The driver
// that called IoCancelFileOpen is at fault.
//
#define INVALID_CANCEL_OF_FILE_OPEN ((ULONG)0x000000E8L)
//
// MessageId: ACTIVE_EX_WORKER_THREAD_TERMINATION
//
// MessageText:
//
//
// An executive worker thread is being terminated without having gone through the worker thread rundown code.
// Work items queued to the Ex worker queue must not terminate their threads.
// A stack trace should indicate the culprit.
//
#define ACTIVE_EX_WORKER_THREAD_TERMINATION ((ULONG)0x000000E9L)
//
// MessageId: THREAD_STUCK_IN_DEVICE_DRIVER
//
// MessageText:
//
//
// The device driver got stuck in an infinite loop. This usually indicates
// problem with the device itself or with the device driver programming the
// hardware incorrectly.
//
// Please check with your hardware device vendor for any driver updates.
//
#define THREAD_STUCK_IN_DEVICE_DRIVER ((ULONG)0x000000EAL)
//
// MessageId: DIRTY_MAPPED_PAGES_CONGESTION
//
// MessageText:
//
//
// The filesystem driver stack has deadlocked and all the modified pages are
// destined for the filesystem. Since the filesystem is nonoperational, the
// system has crashed because none of the modified pages can be reused with
// losing data. Any filesystem or filter driver in the stack may be at fault.
//
#define DIRTY_MAPPED_PAGES_CONGESTION ((ULONG)0x000000EBL)
//
// MessageId: SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT
//
// MessageText:
//
// SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT
//
#define SESSION_HAS_VALID_SPECIAL_POOL_ON_EXIT ((ULONG)0x000000ECL)
//
// MessageId: UNMOUNTABLE_BOOT_VOLUME
//
// MessageText:
//
// UNMOUNTABLE_BOOT_VOLUME
//
#define UNMOUNTABLE_BOOT_VOLUME ((ULONG)0x000000EDL)
//
// MessageId: CRITICAL_PROCESS_DIED
//
// MessageText:
//
//
// The kernel attempted to ready a thread that was in an incorrect state such as terminated.
//
#define CRITICAL_PROCESS_DIED ((ULONG)0x000000EFL)
//
// MessageId: SCSI_VERIFIER_DETECTED_VIOLATION
//
// MessageText:
//
//
// The SCSI verifier has detected an error in a SCSI miniport driver being verified.
//
#define SCSI_VERIFIER_DETECTED_VIOLATION ((ULONG)0x000000F1L)
//
// MessageId: HARDWARE_INTERRUPT_STORM
//
// MessageText:
//
//
// An interrupt storm has caused the system to hang.
//
#define HARDWARE_INTERRUPT_STORM ((ULONG)0x000000F2L)
//
// MessageId: DISORDERLY_SHUTDOWN
//
// MessageText:
//
//
// The system does not shutdown in a deterministic manner so bugchecks can occur.
//
#define DISORDERLY_SHUTDOWN ((ULONG)0x000000F3L)
//
// MessageId: CRITICAL_OBJECT_TERMINATION
//
// MessageText:
//
//
// A process or thread crucial to system operation has unexpectedly exited or been terminated.
//
#define CRITICAL_OBJECT_TERMINATION ((ULONG)0x000000F4L)
//
// MessageId: FLTMGR_FILE_SYSTEM
//
// MessageText:
//
// FLTMGR_FILE_SYSTEM
//
#define FLTMGR_FILE_SYSTEM ((ULONG)0x000000F5L)
//
// MessageId: PCI_VERIFIER_DETECTED_VIOLATION
//
// MessageText:
//
//
// The PCI driver has detected an error in a PCI device or BIOS being verified.
//
#define PCI_VERIFIER_DETECTED_VIOLATION ((ULONG)0x000000F6L)
//
// MessageId: BUGCODE_USB_DRIVER
//
// MessageText:
//
// BUGCODE_USB_DRIVER
//
#define BUGCODE_USB_DRIVER ((ULONG)0x000000FEL)
#endif // _BUGCODES_