Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |