estructura WHEA_SRAS_TABLE_ENTRIES_EVENT (ntddk.h)
En este tema se describe la estructura WHEA_SRAS_TABLE_ENTRIES_EVENT .
Sintaxis
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;
Miembros
WheaEventLogEntry
Define el miembro WHEA_EVENT_LOG_ENTRYWheaEventLogEntry.
LogNumber
Define el lognumber de miembro UINT32.
NumberSignals
Define el miembro UINT32NumberSignals.
Data[ANY_SIZE]
Define los datos de miembro UINT8.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 11, versión 22H2 |
Encabezado | ntddk.h (incluya Ntddk.h) |