// ntddk.h
typedef struct _WHEA_XPF_NMI_DESCRIPTOR {
USHORT Type;
BOOLEAN Enabled;
} WHEA_XPF_NMI_DESCRIPTOR, *PWHEA_XPF_NMI_DESCRIPTOR;
View the official Windows Driver Kit DDI referenceNo description available.
The WHEA_XPF_NMI_DESCRIPTOR structure describes a nonmaskable interrupt (NMI) error source for an x86 or x64 processor.
TypeThe type of error source descriptor. This member is always set to WHEA_ERROR_SOURCE_DESCRIPTOR_TYPE_XPFNMI.
EnabledA Boolean value that indicates if the error source is enabled.
A WHEA_XPF_NMI_DESCRIPTOR structure is contained within the WHEA_ERROR_SOURCE_DESCRIPTOR structure.