WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS union (ntddk.h)
The WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS union describes which members of a WHEA_XPF_PROCESSOR_ERROR_SECTION structure contain valid data and the number of structures that are contained in the WHEA_XPF_PROCESSOR_ERROR_SECTION structure's VariableInfo member.
Syntax
typedef union _WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS {
struct {
ULONGLONG LocalAPICId : 1;
ULONGLONG CpuId : 1;
ULONGLONG ProcInfoCount : 6;
ULONGLONG ContextInfoCount : 6;
ULONGLONG Reserved : 50;
} DUMMYSTRUCTNAME;
ULONGLONG ValidBits;
} WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS, *PWHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.LocalAPICId
A single bit that indicates that the LocalAPICId member of the WHEA_XPF_PROCESSOR_ERROR_SECTION structure contains valid data.
DUMMYSTRUCTNAME.CpuId
A single bit that indicates that the CpuId member of the WHEA_XPF_PROCESSOR_ERROR_SECTION structure contains valid data.
DUMMYSTRUCTNAME.ProcInfoCount
The number of WHEA_XPF_PROCINFO structures that are contained in the WHEA_XPF_PROCESSOR_ERROR_SECTION structure's VariableInfo member.
DUMMYSTRUCTNAME.ContextInfoCount
The number of WHEA_XPF_CONTEXT_INFO structures that are contained in the WHEA_XPF_PROCESSOR_ERROR_SECTION structure's VariableInfo member.
DUMMYSTRUCTNAME.Reserved
Reserved for system use.
ValidBits
A ULONGLONG representation of the contents of the WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS union.
Remarks
A WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS union is contained within the [WHEA_XPF_PROCESSOR_ERROR_SECTION](WHEA_XPF_PROCESSOR_ERROR_SECTION structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in Windows Server 2008, Windows Vista SP1, and later versions of Windows. |
Header | ntddk.h (include Ntddk.h) |
See also
- WHEA_XPF_CONTEXT_INFO
- [WHEA_XPF_PROCESSOR_ERROR_SECTION](WHEA_XPF_PROCESSOR_ERROR_SECTION
- WHEA_XPF_PROCINFO