NPEM_CONTROL_STANDARD_CONTROL_BIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

typedef enum _NPEM_CONTROL_STANDARD_CONTROL_BIT {
  InitiateReset,
  OkControl,
  LocateControl,
  FailControl,
  RebuildControl,
  PFAControl,
  HotSpareControl,
  InACriticalArrayControl,
  InAFailedArrayControl,
  InvalidDeviceTypeControl,
  DisabledControl
} NPEM_CONTROL_STANDARD_CONTROL_BIT, *PNPEM_CONTROL_STANDARD_CONTROL_BIT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wdm-npem_control_standard_control_bit)

Description

Reserved for system use.

Constants

InitiateReset

OkControl

LocateControl

FailControl

RebuildControl

PFAControl

HotSpareControl

InACriticalArrayControl

InAFailedArrayControl

InvalidDeviceTypeControl

DisabledControl

Remarks

See also