Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WHEA_PMEM_ERROR_SECTION structure (ntddk.h)

Reserved for system use.

Syntax

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;

Members

ValidBits

LocationInfo[WHEA_PMEM_ERROR_SECTION_LOCATION_INFO_SIZE]

ErrorStatus

NFITHandle

PageRangeCount

PageRange[ANYSIZE_ARRAY]

Requirements

Requirement Value
Header ntddk.h

Feedback

Was this page helpful?

Additional resources