WHEAP_BAD_HEST_NOTIFY_DATA_EVENT - NtDoc

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

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

NtDoc

No description available.

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

Description

This topic describes the WHEAP_BAD_HEST_NOTIFY_DATA_EVENT structure.

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.

Remarks

See also