PCI_EXPRESS_LINK_CONTROL_2_REGISTER union (miniport.h)

This topic describes the PCI_EXPRESS_LINK_CONTROL_2_REGISTER union.

Syntax

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;

Members

DUMMYSTRUCTNAME

Defines the DUMMYSTRUCTNAME structure.

DUMMYSTRUCTNAME.TargetLinkSpeed

Defines the USHORT member TargetLinkSpeed.

DUMMYSTRUCTNAME.Rsvd4_15

Defines the USHORT member Rsvd4_15.

AsUSHORT

Defines the USHORT member AsUSHORT.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header miniport.h (include Miniport.h)