PCI_EXPRESS_LINK_STATUS_2_REGISTER unión (miniport.h)

En este tema se describe la unión de PCI_EXPRESS_LINK_STATUS_2_REGISTER .

Sintaxis

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;

Miembros

DUMMYSTRUCTNAME

Define la estructura DUMMYSTRUCTNAME .

DUMMYSTRUCTNAME.Rsvd0_15

Define el Rsvd0_15 de miembro de USHORT.

AsUSHORT

Define el miembro de USHORTAsUSHORT.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 11, versión 22H2
Encabezado miniport.h (incluir Miniport.h)