WHEAP_BAD_HEST_NOTIFY_DATA_EVENT structure (ntddk.h)

This topic describes the WHEAP_BAD_HEST_NOTIFY_DATA_EVENT structure.

Syntax

typedef struct _WHEAP_BAD_HEST_NOTIFY_DATA_EVENT {
  WHEA_EVENT_LOG_ENTRY         WheaEventLogEntry;
  USHORT                       SourceId;
  USHORT                       Reserved;
  WHEA_NOTIFICATION_DESCRIPTOR NotifyDesc;
} WHEAP_BAD_HEST_NOTIFY_DATA_EVENT, *PWHEAP_BAD_HEST_NOTIFY_DATA_EVENT;

Members

WheaEventLogEntry

Defines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.

SourceId

Defines the USHORT member SourceId.

Reserved

Reserved for future use.

NotifyDesc

Defines the WHEA_NOTIFICATION_DESCRIPTOR member NotifyDesc.

Requirements

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