Note

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

Access to this page requires authorization. You can try .

WHEAP_ROW_FAILURE_EVENT structure (ntddk.h)

This topic describes the WHEAP_ROW_FAILURE_EVENT structure.

Syntax

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;

Members

WheaEventLogEntry

Defines the WHEA_EVENT_LOG_ENTRY member WheaEventLogEntry.

LowOrderPage

Defines the PFN_NUMBER member LowOrderPage.

HighOrderPage

Defines the PFN_NUMBER member HighOrderPage.

Requirements

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

Feedback

Was this page helpful?

Additional resources