// ntddk.h
typedef struct _WHEAP_BAD_HEST_NOTIFY_DATA_EVENT {
WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
USHORT SourceId;
USHORT Reserved;
WHEA_NOTIFICATION_DESCRIPTOR NotifyDesc;
} WHEAP_BAD_HEST_NOTIFY_DATA_EVENT, *PWHEAP_BAD_HEST_NOTIFY_DATA_EVENT;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the WHEAP_BAD_HEST_NOTIFY_DATA_EVENT structure.
WheaEventLogEntryDefines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.
SourceIdDefines the USHORT member SourceId.
ReservedReserved for future use.
NotifyDescDefines the WHEA_NOTIFICATION_DESCRIPTOR member NotifyDesc.