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;

Membri

DUMMYSTRUCTNAME

Definisce la struttura DUMMYSTRUCTNAME.

DUMMYSTRUCTNAME.Rsvd0

Definisce il membro ULONGRsvd0.

DUMMYSTRUCTNAME.SupportedLinkSpeedsVector

Definisce il membro ULONGSupportedLinkSpeedsVector.

DUMMYSTRUCTNAME.Rsvd8_31

Definisce il membro Rsvd8_31ULONG .

AsULONG

Definisce il membro ULONG AsULONG.

Fabbisogno

Requisito Valore
client minimo supportato Windows 11, versione 22H2
intestazione miniport.h (include Miniport.h)