struttura WHEA_PCI_SLOT_NUMBER (ntddk.h)
La struttura WHEA_PCI_SLOT_NUMBER descrive uno slot PCI logico.
Sintassi
typedef struct _WHEA_PCI_SLOT_NUMBER {
union {
struct {
ULONG DeviceNumber : 5;
ULONG FunctionNumber : 3;
ULONG Reserved : 24;
} bits;
ULONG AsULONG;
} u;
} WHEA_PCI_SLOT_NUMBER, *PWHEA_PCI_SLOT_NUMBER;
Membri
u
Unione contenente i membri seguenti:
u.bits
Struttura che descrive lo slot PCI logico.
u.bits.DeviceNumber
Numero di dispositivo assegnato allo slot PCI logico.
u.bits.FunctionNumber
Funzione specifica nel dispositivo che si trova nello slot PCI logico.
u.bits.Reserved
Riservato per l'uso del sistema.
u.AsULONG
Rappresentazione ULONG del contenuto della struttura WHEA_PCI_SLOT_NUMBER.
Osservazioni
Una struttura WHEA_PCI_SLOT_NUMBER è contenuta all'interno delle strutture WHEA_AER_BRIDGE_DESCRIPTOR, WHEA_AER_ENDPOINT_DESCRIPTORe WHEA_AER_ROOTPORT_DESCRIPTOR.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Supportato in Windows Server 2008, Windows Vista SP1 e versioni successive di Windows. |
intestazione | ntddk.h (include Ntddk.h) |