estructura STOR_POWER_SETTING_INFO (storport.h)
STOR_POWER_SETTING_INFO es la estructura a la que apunta el parámetro Parameters cuando se llama a la rutina deHwStorAdapterControl de unminiporte con un ControlType de ScsiPowerSettingNotification.
Sintaxis
typedef struct _STOR_POWER_SETTING_INFO {
GUID PowerSettingGuid;
PVOID Value;
ULONG ValueLength;
} STOR_POWER_SETTING_INFO, *PSTOR_POWER_SETTING_INFO;
Miembros
PowerSettingGuid
GUID de la configuración de energía que cambió.
Value
Datos que representan el nuevo valor para la configuración de energía.
ValueLength
Longitud en bytes de los datos a los que apunta Valor.
Requisitos
Requisito | Valor |
---|---|
cliente mínimo admitido | Windows 8 |
encabezado de | storport.h |