Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The STOR_POWER_ACTION enumerator indicates the power state that the system is about to enter during a power transition.
Syntax
typedef enum {
StorPowerActionNone,
StorPowerActionReserved,
StorPowerActionSleep,
StorPowerActionHibernate,
StorPowerActionShutdown,
StorPowerActionShutdownReset,
StorPowerActionShutdownOff,
StorPowerActionWarmEject
} STOR_POWER_ACTION, *PSTOR_POWER_ACTION;
Constants
StorPowerActionNoneNo system shutdown is about to occur. |
StorPowerActionReservedReserved. |
StorPowerActionSleepThe system is entering standby. |
StorPowerActionHibernateThe system is entering hibernation. |
StorPowerActionShutdownThe system is shutting down, but the type of shutdown is not known. |
StorPowerActionShutdownResetThe system is shutting down and resetting. |
StorPowerActionShutdownOffThe system is shutting down and powering off. |
StorPowerActionWarmEjectThe system is preparing for ejection. |
Requirements
| Requirement | Value |
|---|---|
| Header | minitape.h (include Storport.h, Minitape.h, Srb.h) |