struttura STOR_POWER_SETTING_INFO (storport.h)
STOR_POWER_SETTING_INFO è la struttura a cui punta il parametro Parameters quando viene chiamata la routine HwStorAdapterControl di un miniport con un ControlType di ScsiPowerSettingNotification.
Sintassi
typedef struct _STOR_POWER_SETTING_INFO {
GUID PowerSettingGuid;
PVOID Value;
ULONG ValueLength;
} STOR_POWER_SETTING_INFO, *PSTOR_POWER_SETTING_INFO;
Membri
PowerSettingGuid
GUID dell'impostazione di alimentazione modificata.
Value
Dati che rappresentano il nuovo valore per l'impostazione di alimentazione.
ValueLength
Lunghezza in byte dei dati a cui punta Valore.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 8 |
intestazione | storport.h |