Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WHEA_SRAS_TABLE_ENTRIES_EVENT structure (ntddk.h)

This topic describes the WHEA_SRAS_TABLE_ENTRIES_EVENT structure.

Syntax

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;

Members

WheaEventLogEntry

Defines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.

LogNumber

Defines the UINT32 member LogNumber.

NumberSignals

Defines the UINT32 member NumberSignals.

Data[ANY_SIZE]

Defines the UINT8 member Data.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header ntddk.h (include Ntddk.h)

Feedback

Was this page helpful?

Additional resources