PCI_EXPRESS_ERROR_SOURCE_ID unione (wdm.h)
La struttura PCI_EXPRESS_ERROR_SOURCE_ID descrive gli identificatori del primo errore correggebile e il primo errore non verificabile segnalato nel registro dello 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;
Membri
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 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.
Osservazioni
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.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | wdm.h (include Ntddk.h, Wdm.h, Miniport.h) |