WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS unione (ntddk.h)
L'unione WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS descrive quali membri di una struttura WHEA_PCIEXPRESS_ERROR_SECTION contengono dati validi.
Sintassi
typedef union _WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS {
struct {
ULONGLONG PortType : 1;
ULONGLONG Version : 1;
ULONGLONG CommandStatus : 1;
ULONGLONG DeviceId : 1;
ULONGLONG DeviceSerialNumber : 1;
ULONGLONG BridgeControlStatus : 1;
ULONGLONG ExpressCapability : 1;
ULONGLONG AerInfo : 1;
ULONGLONG Reserved : 56;
} DUMMYSTRUCTNAME;
ULONGLONG ValidBits;
} WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS, *PWHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.PortType
Un bit singolo che indica che il membro PortType della struttura WHEA_PCIEXPRESS_ERROR_SECTION contiene dati validi.
DUMMYSTRUCTNAME.Version
Un singolo bit che indica che il membro Version della struttura WHEA_PCIEXPRESS_ERROR_SECTION contiene dati validi.
DUMMYSTRUCTNAME.CommandStatus
Un bit singolo che indica che il membro CommandStatus della struttura WHEA_PCIEXPRESS_ERROR_SECTION contiene dati validi.
DUMMYSTRUCTNAME.DeviceId
Un bit singolo che indica che il membro DeviceId della struttura WHEA_PCIEXPRESS_ERROR_SECTION contiene dati validi.
DUMMYSTRUCTNAME.DeviceSerialNumber
Un singolo bit che indica che il membro DeviceSerialNumber della struttura WHEA_PCIEXPRESS_ERROR_SECTION contiene dati validi.
DUMMYSTRUCTNAME.BridgeControlStatus
Un singolo bit che indica che il membro BridgeControlStatus della struttura WHEA_PCIEXPRESS_ERROR_SECTION contiene dati validi.
DUMMYSTRUCTNAME.ExpressCapability
Un bit singolo che indica che il membro ExpressCapability della struttura WHEA_PCIEXPRESS_ERROR_SECTION contiene dati validi.
DUMMYSTRUCTNAME.AerInfo
Un singolo bit che indica che il membro AerInfo della struttura WHEA_PCIEXPRESS_ERROR_SECTION contiene dati validi.
DUMMYSTRUCTNAME.Reserved
Riservato per l'utilizzo nel sistema.
ValidBits
Rappresentazione ULONGLONG del contenuto dell'unione WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS.
Commenti
Un'unione WHEA_PCIEXPRESS_ERROR_SECTION_VALIDBITS è contenuta nella struttura WHEA_PCIEXPRESS_ERROR_SECTION .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato in Windows Server 2008, Windows Vista SP1 e versioni successive di Windows. |
Intestazione | ntddk.h (include Ntddk.h) |