// classpnp.h
typedef enum {
PowerDownDeviceInitial,
PowerDownDeviceLocked,
PowerDownDeviceStopped,
PowerDownDeviceOff,
PowerDownDeviceUnlocked
} CLASS_POWER_DOWN_STATE;
View the official Windows Driver Kit DDI referenceNo description available.
This enumeration is for internal use only.
PowerDownDeviceInitialPowerDownDeviceLockedPowerDownDeviceStoppedPowerDownDeviceOffPowerDownDeviceUnlocked