0x00000027: RDR_FILE_SYSTEM
It indicates a redirector file system
problem.
0x00000028: CORRUPT_ACCESS_TOKEN
It indicates that the security system
encountered an invalid access token
0x00000029: SECURITY_SYSTEM
It indicates a problem internal to the
security system
0x0000002A: INCONSISTENT_IRP
It indicates that an IRP (I/O request
packet) was encountered in an inconsistent state. For example, some field or
fields of the IRP were inconsistent with the remaining state of the IRP.
0x0000002B: PANIC_STACK_SWITCH
It indicates a panic switch to the kernel
stack because of stack overflow. This error might be caused by the kernel-mode
driver using too much stack space. Or a data corruption has occurred in the
kernel
0x0000002C: PORT_DRIVER_INTERNAL
It indicates an internal error in a port
driver.
0x0000002D: SCSI_DISK_DRIVER_INTERNAL
It indicates an internal error in a
SCSI hard disk driver.
0x0000002E: DATA_BUS_ERROR:
This typically indicates that a parity error
in system memory has been detected
0x0000002F: INSTRUCTION_BUS_ERROR
It indicates an instruction bus error.
0x00000030: SET_OF_INVALID_CONTEXT
It indicates an attempt to edit values
of SS or ESP when returning to kernel-mode code.
0x00000031: PHASE0_INITIALIZATION_FAILED
Initialization of the Windows
failed during phase 0 (during phase 4 of system startup). There might be a
hardware problem.
0x00000032: PHASE1_INITIALIZATION_FAILED
Initialization of the Windows
failed during phase 1 (during phase 4 of system startup). There might be a
problem with a device driver.
0x00000033: UNEXPECTED_INITIALIZATION_CALL
Initialization of the Windows
failed during phase 1 (during phase 4 of system startup). There might be a
problem with a device driver.
0x00000034: CACHE_MANAGER
Initialization of the Windows failed during
phase 1 (during phase 4 of system startup). There might be a problem with a
device driver.
0x00000035: NO_MORE_IRP_STACK_LOCATIONS
It indicates that
the I/O system detected a call from one driver to another with no available IRP
(I/O request packet) stack locations remaining in the packet for the invoked
driver to use. Other memory problems might accompany this error.
0x00000036: DEVICE_REFERENCE_COUNT_NOT_ZERO
It indicates an attempt was
made to delete a device object whose reference count was non-zero. A non-zero
reference count means that there are still outstanding references to the device.
There might be a problem in calling the device driver.
0x00000037: FLOPPY_INTERNAL_ERROR
It indicates a floppy disk driver
internal error.
0x00000038: SERIAL_DRIVER_INTERNAL:
It indicates a serial device driver
internal error
0x00000039: SYSTEM_EXIT_OWNED_MUTEX
It indicates an attempt was made to
exit a system service while owning one or more mutexes.
0x0000003A: SYSTEM_UNWIND_PREVIOUS_USER
It indicates an attempt was made
to unwind through the system service dispatcher into user mode.
0x0000003B: SYSTEM_SERVICE_EXCEPTION
It indicates an exception was raised
in a system service which was not handled by the system service.
0x0000003C: INTERRUPT_UNWIND_ATTEMPTED
It indicates an unwind operation
was initiated in an interrupt service routine that attempted to unwind through
the interrupt dispatcher.
0x0000003D: INTERRUPT_EXCEPTION_NOT_HANDLED
It indicates an exception was
raised in an interrupt service routine which was not handled by the interrupt
service routine.
0x0000003E: MULTIPROCESSOR_CONFIGURATION_NOT_SUPPORTED
It indicates the
multiprocessor configuration is not supported. For example, not all processors
are at the same level or of the same type. There might also be mismatched
coprocessor support.
0x0000003F: NO_MORE_SYSTEM_PTES
It indicates no more system page table
entries (PTEs) exist for mapping non-paged entities.
0x00000040: TARGET_MDL_TOO_SMALL
It indicates an MDL (memory descriptor
list) that was allocated to map a buffer is not large enough to contain the page
frame numbers (PFNs) required to map the desired buffer. There might be a
problem with the driver.
0x00000041: MUST_SUCCEED_POOL_EMPTY
It indicates there is no more
must-succeed pool.
0x00000042: ATDISK_DRIVER_INTERNAL
It indicates a hard disk device driver
internal error.
0x00000043: NO_SUCH_PARTITION
It indicates a disk device driver called
the I/O system to change a partition type on a specified partition, but the
partition does not exist.
0x00000044: MULTIPLE_IRP_COMPLETE_REQUESTS
It indicates an attempt was
made to complete an IRP (I/O request packet) more than once, possibly by more
than one driver.
0x00000045: INSUFFICIENT_SYSTEM_MAP_REGS
It indicates that an
attempt was made to allocate more map registers than are allocated to an
adapter.
0x00000046: DEREF_UNKNOWN_LOGON_SESSION
It indicates that a token was
deleted that was not part of any known logon session.
0x00000047: REF_UNKNOWN_LOGON_SESSION
It indicates that a token was
created that was not part of any known logon session.
0x00000048: CANCEL_STATE_IN_COMPLETED_IRP
Indicates that an attempt was
made to cancel an IRP (I/O request packet), but the packet had already been
completed so it was not possible to cancel it. There might be a problem with the
driver. Or, although unlikely, more than one driver might be accessing the same
packet.
0x00000049: PAGE_FAULT_WITH_INTERRUPTS_OFF
It indicates that a page fault
occurred while interrupts were disabled.
0x00000050: PAGE_FAULT_IN_NONPAGED_AREA
It indicates that the requested data was not in the memory.