CLASS_POWER_UP_STATE - NtDoc

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

typedef enum {
  PowerUpDeviceInitial,
  PowerUpDeviceLocked,
  PowerUpDeviceOn,
  PowerUpDeviceStarted,
  PowerUpDeviceUnlocked
} CLASS_POWER_UP_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

This enumeration is for internal use only.

Constants

PowerUpDeviceInitial

PowerUpDeviceLocked

PowerUpDeviceOn

PowerUpDeviceStarted

PowerUpDeviceUnlocked

Remarks

See also