WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS union

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;
  };
  ULONGLONG ValidBits;
} WHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS, *PWHEA_XPF_PROCESSOR_ERROR_SECTION_VALIDBITS;

Members

  • LocalAPICId
    A single bit that indicates that the LocalAPICId member of the WHEA_XPF_PROCESSOR_ERROR_SECTION structure contains valid data.

  • CpuId
    A single bit that indicates that the CpuId member of the WHEA_XPF_PROCESSOR_ERROR_SECTION structure contains valid data.

  • ProcInfoCount
    The number of WHEA_XPF_PROCINFO structures that are contained in the WHEA_XPF_PROCESSOR_ERROR_SECTION structure's VariableInfo member.

  • ContextInfoCount
    The number of WHEA_XPF_CONTEXT_INFO structures that are contained in the WHEA_XPF_PROCESSOR_ERROR_SECTION structure's VariableInfo member.

  • 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 structure.

Requirements

Version

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_PROCINFO

 

 

Send comments about this topic to Microsoft