PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER unión (ntddk.h)

La estructura de PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER describe un registro de funcionalidades raíz de PCI Express (PCIe) de una estructura de funcionalidad PCIe.

Sintaxis

typedef union _PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER {
  struct {
    USHORT CRSSoftwareVisibility  :1;
    USHORT Rsvd  :15;
  };
  USHORT AsUSHORT;
} PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER, *PPCI_EXPRESS_ROOT_CAPABILITIES_REGISTER;

Miembros

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.CRSSoftwareVisibility

Un solo bit que indica que el puerto raíz es capaz de devolver el estado de finalización de reintentos de solicitud de configuración (CRS) al software.

DUMMYSTRUCTNAME.Rsvd

Reservado.

AsUSHORT

Representación de USHORT del contenido de la estructura PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER.

Comentarios

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

Una estructura de PCI_EXPRESS_ROOT_CAPABILITIES_REGISTER se encuentra en la estructura PCI_EXPRESS_CAPABILITY .

Requisitos

Requisito Valor
Header ntddk.h (incluya Ntddk.h, Miniport.h)

Consulte también

PCI_EXPRESS_CAPABILITY