PCI_EXPRESS_AER_CAPABILITIES unión (miniport.h)

La unión PCI_EXPRESS_AER_CAPABILITIES describe las funcionalidades avanzadas de error de PCI Express (PCIe) y el registro de control de una estructura de funcionalidad de informes de errores avanzado de PCIe.

Sintaxis

typedef union _PCI_EXPRESS_AER_CAPABILITIES {
  struct {
    ULONG FirstErrorPointer : 5;
    ULONG ECRCGenerationCapable : 1;
    ULONG ECRCGenerationEnable : 1;
    ULONG ECRCCheckCapable : 1;
    ULONG ECRCCheckEnable : 1;
    ULONG MultipleHeaderRecordingCapable : 1;
    ULONG MultipleHeaderRecordingEnable : 1;
    ULONG TlpPrefixLogPresent : 1;
    ULONG Reserved : 20;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_EXPRESS_AER_CAPABILITIES, *PPCI_EXPRESS_AER_CAPABILITIES;

Miembros

DUMMYSTRUCTNAME

Estructura DUMMYSTRUCTNAME .

DUMMYSTRUCTNAME.FirstErrorPointer

Posición de bits del primer error que se informó en el registro de estado de error irrecuperable pcIe.

DUMMYSTRUCTNAME.ECRCGenerationCapable

Un solo bit que indica que el dispositivo es capaz de generar comprobaciones de redundancia cíclicas de un extremo a otro (ECRC).

DUMMYSTRUCTNAME.ECRCGenerationEnable

Un solo bit que indica que la generación de ECRC está habilitada.

DUMMYSTRUCTNAME.ECRCCheckCapable

Un solo bit que indica que el dispositivo es capaz de comprobar ECRC.

DUMMYSTRUCTNAME.ECRCCheckEnable

Un solo bit que indica que la comprobación de ECRC está habilitada.

DUMMYSTRUCTNAME.MultipleHeaderRecordingCapable

Define el miembro ULONGMultipleHeaderRecordingCapable.

DUMMYSTRUCTNAME.MultipleHeaderRecordingEnable

Define el miembro ULONGMultipleHeaderRecordingEnable.

DUMMYSTRUCTNAME.TlpPrefixLogPresent

Define el miembro ULONGTlpPrefixLogPresent.

DUMMYSTRUCTNAME.Reserved

Reservado para uso futuro.

AsULONG

Representación ULONG del contenido de la estructura PCI_EXPRESS_AER_CAPABILITIES.

Comentarios

La estructura de PCI_EXPRESS_AER_CAPABILITIES está disponible en Windows Server 2008 y versiones posteriores de Windows.

Una estructura de PCI_EXPRESS_AER_CAPABILITIES se encuentra en las estructuras PCI_EXPRESS_AER_CAPABILITY, PCI_EXPRESS_BRIDGE_AER_CAPABILITY y PCI_EXPRESS_ROOTPORT_AER_CAPABILITY .

Requisitos

Requisito Valor
Header miniport.h (incluya Ntddk.h, Wdm.h, Miniport.h)

Consulte también

PCI_EXPRESS_AER_CAPABILITY

PCI_EXPRESS_BRIDGE_AER_CAPABILITY

PCI_EXPRESS_ROOTPORT_AER_CAPABILITY