Note

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

Access to this page requires authorization. You can try .

WHEAP_DPC_ERROR_EVENT structure (ntddk.h)

This topic describes the WHEAP_DPC_ERROR_EVENT structure.

Syntax

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;

Members

WheaEventLogEntry

Defines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.

ErrType

Defines the WHEAP_DPC_ERROR_EVENT_TYPE member ErrType.

Bus

Defines the ULONG member Bus.

Device

Defines the ULONG member Device.

Function

Defines the ULONG member Function.

DeviceId

Defines the USHORT member DeviceId.

VendorId

Defines the USHORT member VendorId.

Requirements

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

Feedback

Was this page helpful?

Additional resources