Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for system use.
Syntax
typedef union _WHEA_PMEM_ERROR_SECTION_VALIDBITS {
struct {
ULONGLONG ErrorStatus : 1;
ULONGLONG NFITHandle : 1;
ULONGLONG LocationInfo : 1;
ULONGLONG Reserved : 61;
} DUMMYSTRUCTNAME;
ULONGLONG ValidBits;
} WHEA_PMEM_ERROR_SECTION_VALIDBITS, *PWHEA_PMEM_ERROR_SECTION_VALIDBITS;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.ErrorStatus
DUMMYSTRUCTNAME.NFITHandle
DUMMYSTRUCTNAME.LocationInfo
DUMMYSTRUCTNAME.Reserved
ValidBits
Requirements
Requirement | Value |
---|---|
Header | ntddk.h |