PCI_EXPRESS_LINK_STATUS_2_REGISTER union (ntddk.h)
PCI_EXPRESS_LINK_STATUS_2_REGISTER descreve um link PCI Express (PCIe) status 2 registro de uma estrutura de funcionalidade PCIe. Atualmente, todos os campos são reservados e não têm suporte no Windows.
Sintaxe
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;
Membros
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.Rsvd0_15
AsUSHORT
Uma representação ushort do conteúdo da estrutura PCI_EXPRESS_LINK_STATUS_2_REGISTER.
Comentários
Uma estrutura PCI_EXPRESS_LINK_STATUS_2_REGISTER está contida na estrutura PCI_EXPRESS_CAPABILITY_REGISTER .
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows 11, versão 22H2 |
Cabeçalho | ntddk.h (inclua Ntddk.h) |