WHEAP_DPC_ERROR_EVENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddk.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddk-wheap_dpc_error_event)

Description

This topic describes the WHEAP_DPC_ERROR_EVENT structure.

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.

Remarks

See also