CLASS_POWER_DOWN_STATE3 - NtDoc

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

typedef enum {
  PowerDownDeviceInitial3,
  PowerDownDeviceLocked3,
  PowerDownDeviceQuiesced3,
  PowerDownDeviceFlushed3,
  PowerDownDeviceStopped3,
  PowerDownDeviceOff3,
  PowerDownDeviceUnlocked3
} CLASS_POWER_DOWN_STATE3;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This enumeration is for internal use only.

Constants

PowerDownDeviceInitial3

PowerDownDeviceLocked3

PowerDownDeviceQuiesced3

PowerDownDeviceFlushed3

PowerDownDeviceStopped3

PowerDownDeviceOff3

PowerDownDeviceUnlocked3

Remarks

See also