WHEA_PMEM_PAGE_RANGE - NtDoc

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

typedef struct _WHEA_PMEM_PAGE_RANGE {
  ULONG64 StartingPfn;
  ULONG64 PageCount;
  ULONG64 MarkedBadBitmap;
} WHEA_PMEM_PAGE_RANGE, *PWHEA_PMEM_PAGE_RANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEA_PMEM_PAGE_RANGE structure

Description

Reserved for system use.

Members

StartingPfn

PageCount

MarkedBadBitmap

Remarks

See also