WHEAP_ROW_FAILURE_EVENT - NtDoc

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

typedef struct _WHEAP_ROW_FAILURE_EVENT {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  PFN_NUMBER           LowOrderPage;
  PFN_NUMBER           HighOrderPage;
} WHEAP_ROW_FAILURE_EVENT, *PWHEAP_ROW_FAILURE_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This topic describes the WHEAP_ROW_FAILURE_EVENT structure.

Members

WheaEventLogEntry

Defines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.

LowOrderPage

Defines the PFN_NUMBER member LowOrderPage.

HighOrderPage

Defines the PFN_NUMBER member HighOrderPage.

Remarks

See also