estrutura WHEAP_DPC_ERROR_EVENT (ntddk.h)
Este tópico descreve a estrutura de WHEAP_DPC_ERROR_EVENT.
Sintaxe
typedef struct _WHEAP_DPC_ERROR_EVENT {
WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
WHEAP_DPC_ERROR_EVENT_TYPE ErrType;
ULONG Bus;
ULONG Device;
ULONG Function;
USHORT DeviceId;
USHORT VendorId;
} WHEAP_DPC_ERROR_EVENT, *PWHEAP_DPC_ERROR_EVENT;
Membros
WheaEventLogEntry
Define o membro WHEA_EVENT_LOG_ENTRYwheaEventLogEntry.
ErrType
Define o membro WHEAP_DPC_ERROR_EVENT_TYPEErrType.
Bus
Define o membro ULONG Bus.
Device
Define o membro ULONG Device.
Function
Define o membro ULONG Function.
DeviceId
Define o membro USHORT DeviceId.
VendorId
Define o membro USHORT VendorId.
Requisitos
Requisito | Valor |
---|---|
de cliente com suporte mínimo | Windows 11, versão 22H2 |
cabeçalho | ntddk.h (inclua Ntddk.h) |