Condividi tramite


unione PCI_EXPRESS_SEC_AER_CAPABILITIES (miniport.h)

L'unione PCI_EXPRESS_SEC_AER_CAPABILITIES descrive le funzionalità di errore secondarie di PCI Express (PCIe) e il registro di controllo di una struttura di funzionalità avanzate di segnalazione errori PCIe.

Sintassi

typedef union _PCI_EXPRESS_SEC_AER_CAPABILITIES {
  struct {
    ULONG SecondaryUncorrectableFirstErrorPtr : 5;
    ULONG Reserved : 27;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_EXPRESS_SEC_AER_CAPABILITIES, *PPCI_EXPRESS_SEC_AER_CAPABILITIES;

Membri

DUMMYSTRUCTNAME

Struttura DUMMYSTRUCTNAME.

DUMMYSTRUCTNAME.SecondaryUncorrectableFirstErrorPtr

Posizione del bit del primo errore segnalato nel registro dello stato di errore non correzione secondario PCIe.

DUMMYSTRUCTNAME.Reserved

Riservato.

AsULONG

Rappresentazione ULONG del contenuto dell'unione PCI_EXPRESS_SEC_AER_CAPABILITIES.

Osservazioni

L'unione PCI_EXPRESS_SEC_AER_CAPABILITIES è disponibile in Windows Server 2008 e versioni successive di Windows.

Un'unione PCI_EXPRESS_SEC_AER_CAPABILITIES è contenuta nella struttura PCI_EXPRESS_BRIDGE_AER_CAPABILITY.

Fabbisogno

Requisito Valore
intestazione miniport.h (include Ntddk.h, Wdm.h, Miniport.h)

Vedere anche

PCI_EXPRESS_BRIDGE_AER_CAPABILITY