Compartilhar via


PCI_EXPRESS_LINK_CONTROL_2_REGISTER união (miniport.h)

Este tópico descreve a união PCI_EXPRESS_LINK_CONTROL_2_REGISTER.

Sintaxe

typedef union _PCI_EXPRESS_LINK_CONTROL_2_REGISTER {
  struct {
    USHORT TargetLinkSpeed : 4;
    USHORT Rsvd4_15 : 12;
  } DUMMYSTRUCTNAME;
  USHORT AsUSHORT;
} PCI_EXPRESS_LINK_CONTROL_2_REGISTER, *PPCI_EXPRESS_LINK_CONTROL_2_REGISTER;

Membros

DUMMYSTRUCTNAME

Define a estrutura DUMMYSTRUCTNAME.

DUMMYSTRUCTNAME.TargetLinkSpeed

Define o membro USHORT TargetLinkSpeed.

DUMMYSTRUCTNAME.Rsvd4_15

Define o membro USHORT Rsvd4_15.

AsUSHORT

Define o membro USHORT AsUSHORT .

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 11, versão 22H2
cabeçalho miniport.h (inclua Miniport.h)