// classpnp.h
typedef enum {
PowerUpDeviceInitial,
PowerUpDeviceLocked,
PowerUpDeviceOn,
PowerUpDeviceStarted,
PowerUpDeviceUnlocked
} CLASS_POWER_UP_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration is for internal use only.
PowerUpDeviceInitialPowerUpDeviceLockedPowerUpDeviceOnPowerUpDeviceStartedPowerUpDeviceUnlocked