// ntddk.h
typedef struct _WHEA_SRAS_TABLE_ENTRIES_EVENT {
WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
UINT32 LogNumber;
UINT32 NumberSignals;
UINT8 Data[ANY_SIZE];
} WHEA_SRAS_TABLE_ENTRIES_EVENT, *PWHEA_SRAS_TABLE_ENTRIES_EVENT;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the WHEA_SRAS_TABLE_ENTRIES_EVENT structure.
WheaEventLogEntryDefines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.
LogNumberDefines the UINT32 member LogNumber.
NumberSignalsDefines the UINT32 member NumberSignals.
DataDefines the UINT8 member Data.