estrutura WHEA_SRAS_TABLE_ENTRIES_EVENT (ntddk.h)
Este tópico descreve a estrutura WHEA_SRAS_TABLE_ENTRIES_EVENT .
Sintaxe
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;
Membros
WheaEventLogEntry
Define o membro WHEA_EVENT_LOG_ENTRYWheaEventLogEntry.
LogNumber
Define o membro UINT32LogNumber.
NumberSignals
Define o membro UINT32NumberSignals.
Data[ANY_SIZE]
Define os dados do membro UINT8.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 11, versão 22H2 |
Cabeçalho | ntddk.h (inclua Ntddk.h) |