Condividi tramite


PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER unione (miniport.h)

In questo argomento viene descritta l'unione PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER .

Sintassi

typedef union _PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER {
  struct {
    ULONG Rsvd0 : 1;
    ULONG SupportedLinkSpeedsVector : 7;
    ULONG Rsvd8_31 : 24;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER, *PPCI_EXPRESS_LINK_CAPABILITIES_2_REGISTER;

Members

DUMMYSTRUCTNAME

Definisce la struttura DUMMYSTRUCTNAME .

DUMMYSTRUCTNAME.Rsvd0

Definisce il membro ULONGRsvd0.

DUMMYSTRUCTNAME.SupportedLinkSpeedsVector

Definisce il membro ULONGSupportedLinkSpeedsVector.

DUMMYSTRUCTNAME.Rsvd8_31

Definisce il membro ULONGRsvd8_31.

AsULONG

Definisce il membro ULONG AsULONG.

Requisiti

Requisito Valore
Client minimo supportato Windows 11 versione 22H2
Intestazione miniport.h (include Miniport.h)