Condividi tramite


PCI_EXPRESS_SEC_AER_CAPABILITIES unione (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 avanzata 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;

Members

DUMMYSTRUCTNAME

Struttura DUMMYSTRUCTNAME .

DUMMYSTRUCTNAME.SecondaryUncorrectableFirstErrorPtr

Posizione bit del primo errore segnalato nel registro dello stato degli errori secondario PCIe non corretto.

DUMMYSTRUCTNAME.Reserved

Riservato.

AsULONG

Rappresentazione ULONG del contenuto dell'unione PCI_EXPRESS_SEC_AER_CAPABILITIES .

Commenti

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.

Requisiti

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

Vedi anche

PCI_EXPRESS_BRIDGE_AER_CAPABILITY