Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PCI_EXPRESS_NPEM_STATUS_REGISTER union (ntddk.h)

Defined in the PCI Express Base Specification Revision 4.0. Reserved for system use.

Syntax

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

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header ntddk.h

Feedback

Was this page helpful?

Additional resources