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_CONTROL_REGISTER union (ntddk.h)

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

Syntax

typedef union _PCI_EXPRESS_NPEM_CONTROL_REGISTER {
 struct {
 ULONG Enable : 1;
 ULONG InitiateReset : 1;
 ULONG OkControl : 1;
 ULONG LocateControl : 1;
 ULONG FailControl : 1;
 ULONG RebuildControl : 1;
 ULONG PFAControl : 1;
 ULONG HotSpareControl : 1;
 ULONG InACriticalArrayControl : 1;
 ULONG InAFailedArrayControl : 1;
 ULONG InvalidDeviceTypeControl : 1;
 ULONG DisabledControl : 1;
 ULONG Rsvd : 12;
 ULONG EnclosureSpecificControls : 8;
 } DUMMYSTRUCTNAME;
 ULONG AsULONG;
} PCI_EXPRESS_NPEM_CONTROL_REGISTER, *PPCI_EXPRESS_NPEM_CONTROL_REGISTER;

Members

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.Enable

DUMMYSTRUCTNAME.InitiateReset

DUMMYSTRUCTNAME.OkControl

DUMMYSTRUCTNAME.LocateControl

DUMMYSTRUCTNAME.FailControl

DUMMYSTRUCTNAME.RebuildControl

DUMMYSTRUCTNAME.PFAControl

DUMMYSTRUCTNAME.HotSpareControl

DUMMYSTRUCTNAME.InACriticalArrayControl

DUMMYSTRUCTNAME.InAFailedArrayControl

DUMMYSTRUCTNAME.InvalidDeviceTypeControl

DUMMYSTRUCTNAME.DisabledControl

DUMMYSTRUCTNAME.Rsvd

DUMMYSTRUCTNAME.EnclosureSpecificControls

AsULONG

Requirements

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

Feedback

Was this page helpful?

Additional resources