// 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 referenceNo description available.
Reserved for system use.
StartingPfnPageCountMarkedBadBitmap