WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS unión (ntddk.h)
La unión WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS describe qué miembros de una estructura de WHEA_PROCESSOR_GENERIC_ERROR_SECTION contienen datos válidos.
Sintaxis
typedef union _WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS {
struct {
ULONGLONG ProcessorType : 1;
ULONGLONG InstructionSet : 1;
ULONGLONG ErrorType : 1;
ULONGLONG Operation : 1;
ULONGLONG Flags : 1;
ULONGLONG Level : 1;
ULONGLONG CPUVersion : 1;
ULONGLONG CPUBrandString : 1;
ULONGLONG ProcessorId : 1;
ULONGLONG TargetAddress : 1;
ULONGLONG RequesterId : 1;
ULONGLONG ResponderId : 1;
ULONGLONG InstructionPointer : 1;
ULONGLONG NativeModelId : 1;
ULONGLONG Reserved : 50;
} DUMMYSTRUCTNAME;
ULONGLONG ValidBits;
} WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS, *PWHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS;
Miembros
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.ProcessorType
Un solo bit que indica que el ProcessorType miembro de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.InstructionSet
Un solo bit que indica que el InstructionSet miembro de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.ErrorType
Un solo bit que indica que el ErrorType miembro de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.Operation
Un solo bit que indica que el miembro de Operation de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.Flags
Un solo bit que indica que el miembro Flags de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.Level
Un solo bit que indica que el miembro level del WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.CPUVersion
Un solo bit que indica que el miembro CPUVersion de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.CPUBrandString
Un solo bit que indica que el miembro CPUBrandString de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.ProcessorId
Un solo bit que indica que el ProcessorId miembro de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.TargetAddress
Un solo bit que indica que el miembro TargetAddress de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.RequesterId
Un solo bit que indica que el RequesterId miembro de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.ResponderId
Un solo bit que indica que el ResponderId miembro de la estructura de WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.InstructionPointer
Un solo bit que indica que el elemento InstructionPointer de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION contiene datos válidos.
DUMMYSTRUCTNAME.NativeModelId
DUMMYSTRUCTNAME.Reserved
Reservado para uso del sistema.
ValidBits
Representación ULONGLONG del contenido de la unión WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS.
Observaciones
Una unión WHEA_PROCESSOR_GENERIC_ERROR_SECTION_VALIDBITS se encuentra dentro de la estructura WHEA_PROCESSOR_GENERIC_ERROR_SECTION.
Requisitos
Requisito | Valor |
---|---|
cliente mínimo admitido | Compatible con Windows Server 2008, Windows Vista SP1 y versiones posteriores de Windows. |
encabezado de | ntddk.h (incluya Ntddk.h) |