WHEA_ERROR_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

typedef enum _WHEA_ERROR_TYPE {
  WheaErrTypeProcessor,
  WheaErrTypeMemory,
  WheaErrTypePCIExpress,
  WheaErrTypeNMI,
  WheaErrTypePCIXBus,
  WheaErrTypePCIXDevice,
  WheaErrTypeGeneric,
  WheaErrTypePmem
} WHEA_ERROR_TYPE, *PWHEA_ERROR_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddk-_whea_error_type)

_WHEA_ERROR_TYPE enumeration

Description

The WHEA_ERROR_TYPE enumeration defines the different types of hardware components that can report a hardware error.

Constants

WheaErrTypeProcessor

A processor reported the hardware error.

WheaErrTypeMemory

The memory hierarchy reported the hardware error.

WheaErrTypePCIExpress

A PCI Express root port reported the hardware error.

WheaErrTypeNMI

A nonmaskable interrupt (NMI) was signaled.

WheaErrTypePCIXBus

A PCI or PCI-X bus reported the hardware error.

WheaErrTypePCIXDevice

A PCI or PCI-X device reported the hardware error.

WheaErrTypeGeneric

A hardware component that does not conform to any of the other WHEA_ERROR_TYPE enumeration values reported the hardware error.

WheaErrTypePmem

Remarks

The WHEA_ERROR_PACKET structure contains a member of type WHEA_ERROR_TYPE that specifies the type of hardware component that reported the hardware error.

See also

WHEA_ERROR_PACKET