PCI_EXPRESS_ERROR_SOURCE_ID unione (miniport.h)
L'unione PCI_EXPRESS_ERROR_SOURCE_ID descrive gli identificatori del primo errore corretto e il primo errore non corretto segnalato nel registro degli errori radice di PCI Express (PCIe).
Sintassi
typedef union _PCI_EXPRESS_ERROR_SOURCE_ID {
struct {
USHORT CorrectableSourceIdFun : 3;
USHORT CorrectableSourceIdDev : 5;
USHORT CorrectableSourceIdBus : 8;
USHORT UncorrectableSourceIdFun : 3;
USHORT UncorrectableSourceIdDev : 5;
USHORT UncorrectableSourceIdBus : 8;
} DUMMYSTRUCTNAME;
ULONG AsULONG;
} PCI_EXPRESS_ERROR_SOURCE_ID, *PPCI_EXPRESS_ERROR_SOURCE_ID;
Members
DUMMYSTRUCTNAME
Struttura DUMMYSTRUCTNAME .
DUMMYSTRUCTNAME.CorrectableSourceIdFun
Numero di funzione del richiedente che ha segnalato il primo errore corretto.
DUMMYSTRUCTNAME.CorrectableSourceIdDev
Numero di dispositivo del richiedente che ha segnalato il primo errore corretto.
DUMMYSTRUCTNAME.CorrectableSourceIdBus
Numero di bus del richiedente che ha segnalato il primo errore corretto.
DUMMYSTRUCTNAME.UncorrectableSourceIdFun
Numero di funzione del richiedente che ha segnalato il primo errore non corretto.
DUMMYSTRUCTNAME.UncorrectableSourceIdDev
Numero di dispositivo del richiedente che ha segnalato il primo errore non corretto.
DUMMYSTRUCTNAME.UncorrectableSourceIdBus
Numero di bus del richiedente che ha segnalato il primo errore non corretto.
AsULONG
Rappresentazione ULONG del contenuto della struttura PCI_EXPRESS_ERROR_SOURCE_ID .
Commenti
La struttura PCI_EXPRESS_ERROR_SOURCE_ID è disponibile in Windows Server 2008 e versioni successive di Windows.
Una struttura PCI_EXPRESS_ERROR_SOURCE_ID è contenuta nella struttura PCI_EXPRESS_ROOTPORT_AER_CAPABILITY .
Requisiti
Requisito | Valore |
---|---|
Intestazione | miniport.h (include Ntddk.h, Wdm.h, Miniport.h) |