enumerazione STOR_POWER_ACTION (minitape.h)
L'enumeratore STOR_POWER_ACTION indica lo stato di alimentazione che il sistema sta per entrare durante una transizione di alimentazione.
Sintassi
typedef enum {
StorPowerActionNone,
StorPowerActionReserved,
StorPowerActionSleep,
StorPowerActionHibernate,
StorPowerActionShutdown,
StorPowerActionShutdownReset,
StorPowerActionShutdownOff,
StorPowerActionWarmEject
} STOR_POWER_ACTION, *PSTOR_POWER_ACTION;
Costanti
StorPowerActionNone Nessun arresto del sistema sta per verificarsi. |
StorPowerActionReserved Riservato. |
StorPowerActionSleep Il sistema sta entrando in standby. |
StorPowerActionHibernate Il sistema sta immettendo l'ibernazione. |
StorPowerActionShutdown Il sistema viene arrestato, ma il tipo di arresto non è noto. |
StorPowerActionShutdownReset Il sistema sta arrestando e reimpostando. |
StorPowerActionShutdownOff Il sistema viene arrestato e spento. |
StorPowerActionWarmEject Il sistema si sta preparando per l'eiezione. |
Fabbisogno
Requisito | Valore |
---|---|
intestazione | minitape.h (include Storport.h, Minitape.h, Srb.h) |