unione PCI_EXPRESS_ERROR_SOURCE_ID (wdm.h)
La struttura PCI_EXPRESS_ERROR_SOURCE_ID descrive gli identificatori del primo errore correggibile e il primo errore non correggibile segnalato nel registro di stato dell'errore radice 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;
};
ULONG AsULONG;
} PCI_EXPRESS_ERROR_SOURCE_ID, *PPCI_EXPRESS_ERROR_SOURCE_ID;
Members
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 correggibile.
DUMMYSTRUCTNAME.UncorrectableSourceIdFun
Numero di funzione del richiedente che ha segnalato il primo errore non verificabile.
DUMMYSTRUCTNAME.UncorrectableSourceIdDev
Numero di dispositivo del richiedente che ha segnalato il primo errore non verificabile.
DUMMYSTRUCTNAME.UncorrectableSourceIdBus
Numero di bus del richiedente che ha segnalato il primo errore non verificabile.
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 | wdm.h (include Ntddk.h, Wdm.h, Miniport.h) |