// ntddk.h
typedef struct _WHEAP_DPC_ERROR_EVENT {
WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
WHEAP_DPC_ERROR_EVENT_TYPE ErrType;
ULONG Bus;
ULONG Device;
ULONG Function;
USHORT DeviceId;
USHORT VendorId;
} WHEAP_DPC_ERROR_EVENT, *PWHEAP_DPC_ERROR_EVENT;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the WHEAP_DPC_ERROR_EVENT structure.
WheaEventLogEntryDefines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.
ErrTypeDefines the WHEAP_DPC_ERROR_EVENT_TYPE member ErrType.
BusDefines the ULONG member Bus.
DeviceDefines the ULONG member Device.
FunctionDefines the ULONG member Function.
DeviceIdDefines the USHORT member DeviceId.
VendorIdDefines the USHORT member VendorId.