_WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS structure
The WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS union describes which members of a WHEA_PROCESSOR_GENERIC_ERROR_SECTION structure contain valid data.
Syntax
typedef struct _WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS {
struct {
ULONGLONG : 1 CPUBrandString;
ULONGLONG : 1 CPUVersion;
ULONGLONG : 1 ErrorType;
ULONGLONG : 1 Flags;
ULONGLONG : 1 InstructionPointer;
ULONGLONG : 1 InstructionSet;
ULONGLONG : 1 Level;
ULONGLONG : 1 Operation;
ULONGLONG : 1 ProcessorId;
ULONGLONG : 1 ProcessorType;
ULONGLONG : 1 RequesterId;
ULONGLONG : 51 Reserved;
ULONGLONG : 1 ResponderId;
ULONGLONG : 1 TargetAddress;
} DUMMYSTRUCTNAME;
ULONGLONG ValidBits;
} WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS, *PWHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS;
Members
ValidBits
A ULONGLONG representation of the contents of the WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS union.
Remarks
A WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS union is contained within the WHEA_PROCESSOR_GENERIC_ERROR_SECTION structure.
Requirements
Windows version | Supported in Windows Server 2008, Windows Vista SP1, and later versions of Windows. Supported in Windows Server 2008, Windows Vista SP1, and later versions of Windows. |
Header | ntddk.h (include Ntddk.h) |