WHEA_PMEM_ERROR_SECTION - NtDoc

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

typedef struct _WHEA_PMEM_ERROR_SECTION {
  WHEA_PMEM_ERROR_SECTION_VALIDBITS ValidBits;
  UCHAR                             LocationInfo[WHEA_PMEM_ERROR_SECTION_LOCATION_INFO_SIZE];
  WHEA_ERROR_STATUS                 ErrorStatus;
  ULONG                             NFITHandle;
  ULONG                             PageRangeCount;
  WHEA_PMEM_PAGE_RANGE              PageRange[ANYSIZE_ARRAY];
} WHEA_PMEM_ERROR_SECTION, *PWHEA_PMEM_ERROR_SECTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WHEA_PMEM_ERROR_SECTION structure

Description

Reserved for system use.

Members

ValidBits

LocationInfo

ErrorStatus

NFITHandle

PageRangeCount

PageRange

Remarks

See also