estructura WHEAP_DPC_ERROR_EVENT (ntddk.h)
En este tema se describe la estructura WHEAP_DPC_ERROR_EVENT .
Sintaxis
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;
Miembros
WheaEventLogEntry
Define el miembro WHEA_EVENT_LOG_ENTRYWheaEventLogEntry.
ErrType
Define el WHEAP_DPC_ERROR_EVENT_TYPE miembro ErrType.
Bus
Define el bus miembrode ULONG.
Device
Define el dispositivo miembro ULONG.
Function
Define la función miembro de ULONG.
DeviceId
Define el DeviceId miembro de USHORT.
VendorId
Define el id. de proveedor de miembro de USHORT.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 11, versión 22H2 |
Encabezado | ntddk.h (incluya Ntddk.h) |