WHEAP_PFA_MEMORY_OFFLINED - NtDoc

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

typedef struct _WHEAP_PFA_MEMORY_OFFLINED {
  WHEA_EVENT_LOG_ENTRY            WheaEventLogEntry;
  WHEAP_PFA_OFFLINE_DECISION_TYPE DecisionType;
  BOOLEAN                         ImmediateSuccess;
  ULONG                           Page;
  BOOLEAN                         NotifyVid;
} WHEAP_PFA_MEMORY_OFFLINED, *PWHEAP_PFA_MEMORY_OFFLINED;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Reserved for system use.

Members

WheaEventLogEntry

DecisionType

ImmediateSuccess

Page

NotifyVid

Remarks

See also