CLASS_POWER_DOWN_STATE - NtDoc

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

typedef enum {
  PowerDownDeviceInitial,
  PowerDownDeviceLocked,
  PowerDownDeviceStopped,
  PowerDownDeviceOff,
  PowerDownDeviceUnlocked
} CLASS_POWER_DOWN_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-classpnp-class_power_down_state)

Description

This enumeration is for internal use only.

Constants

PowerDownDeviceInitial

PowerDownDeviceLocked

PowerDownDeviceStopped

PowerDownDeviceOff

PowerDownDeviceUnlocked

Remarks

See also