structure STOR_ADAPTER_CONTROL_POWER (storport.h)
STOR_ADAPTER_CONTROL_POWER est la structure vers laquelle pointe le paramètre Parameters lorsque la routine HwStorAdapterControl d’un miniport est appelée avec un ControlType de ScsiAdapterPower.
Syntaxe
typedef struct _STOR_ADAPTER_CONTROL_POWER {
STOR_POWER_CONTROL_HEADER Header;
STOR_POWER_ACTION PowerAction;
STOR_DEVICE_POWER_STATE PowerState;
} STOR_ADAPTER_CONTROL_POWER, *PSTOR_ADAPTER_CONTROL_POWER;
Membres
Header
Structure STOR_POWER_CONTROL_HEADER .
PowerAction
Valeur STOR_POWER_ACTION qui indique l’action d’alimentation. Pour une transition d’alimentation au runtime, définissez PowerAction sur StorPowerActionNone.
PowerState
Valeur STOR_DEVICE_POWER_STATE qui indique l’état d’alimentation actuel. Il s’agit de StorPowerDeviceD0 ou StorPowerDeviceD3 pour les états d’alimentation ou de mise hors tension, respectivement.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 |
En-tête | storport.h |