Compartir a través de


PCI_EXPRESS_NPEM_STATUS_REGISTER unión (ntddk.h)

Se define en la revisión 4.0 de la especificación base PCI Express. Reservado para uso del sistema.

Sintaxis

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;

Miembros

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.CommandCompleted

DUMMYSTRUCTNAME.Rsvd

DUMMYSTRUCTNAME.EnclosureSpecificStatus

AsULONG

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 2004
Encabezado ntddk.h