PCI_EXPRESS_LINK_STATUS_2_REGISTER union (miniport.h)

This topic describes the PCI_EXPRESS_LINK_STATUS_2_REGISTER union.

Syntax

typedef union _PCI_EXPRESS_LINK_STATUS_2_REGISTER {
  struct {
    USHORT Rsvd0_15 : 16;
  } DUMMYSTRUCTNAME;
  USHORT AsUSHORT;
} PCI_EXPRESS_LINK_STATUS_2_REGISTER, *PPCI_EXPRESS_LINK_STATUS_2_REGISTER;

Members

DUMMYSTRUCTNAME

Defines the DUMMYSTRUCTNAME structure.

DUMMYSTRUCTNAME.Rsvd0_15

Defines the USHORT member Rsvd0_15.

AsUSHORT

Defines the USHORT member AsUSHORT.

Requirements

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