Compartir a través de


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 HwStorAdapterControl de un miniporte 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 de la configuración de energía.

ValueLength

Longitud en bytes de los datos a los que apunta Value.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 8
Encabezado storport.h

Consulte también

HwStorAdapterControl