WHEAP_PFA_MEMORY_POLICY - NtDoc

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

typedef struct _WHEAP_PFA_MEMORY_POLICY {
  WHEA_EVENT_LOG_ENTRY WheaEventLogEntry;
  ULONG                RegistryKeysPresent;
  BOOLEAN              DisableOffline;
  BOOLEAN              PersistOffline;
  BOOLEAN              PfaDisabled;
  ULONG                PageCount;
  ULONG                ErrorThreshold;
  ULONG                TimeOut;
} WHEAP_PFA_MEMORY_POLICY, *PWHEAP_PFA_MEMORY_POLICY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEAP_PFA_MEMORY_POLICY structure

Description

Reserved for system use.

Members

WheaEventLogEntry

RegistryKeysPresent

DisableOffline

PersistOffline

PfaDisabled

PageCount

ErrorThreshold

TimeOut

Remarks

See also