Condividi tramite


PCI_EXPRESS_NPEM_STATUS_REGISTER unione (ntddk.h)

Definito in PCI Express Base Specification Revision 4.0. Riservato per l'utilizzo nel sistema.

Sintassi

typedef union _PCI_EXPRESS_NPEM_STATUS_REGISTER {
  struct {
    ULONG CommandCompleted : 1;
    ULONG Rsvd : 23;
    ULONG EnclosureSpecificStatus : 8;
  } DUMMYSTRUCTNAME;
  ULONG  AsULONG;
} PCI_EXPRESS_NPEM_STATUS_REGISTER, *PPCI_EXPRESS_NPEM_STATUS_REGISTER;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.CommandCompleted

DUMMYSTRUCTNAME.Rsvd

DUMMYSTRUCTNAME.EnclosureSpecificStatus

AsULONG

Requisiti

Requisito Valore
Client minimo supportato Windows 10, versione 2004
Intestazione ntddk.h