STOR_POWER_SETTING_INFO structure (storport.h)

STOR_POWER_SETTING_INFO is the structure pointed to by the Parameters parameter when a miniport's HwStorAdapterControl routine is called with a ControlType of ScsiPowerSettingNotification.

Syntax

typedef struct _STOR_POWER_SETTING_INFO {
  GUID  PowerSettingGuid;
  PVOID Value;
  ULONG ValueLength;
} STOR_POWER_SETTING_INFO, *PSTOR_POWER_SETTING_INFO;

Members

PowerSettingGuid

The GUID of the power setting that changed.

Value

Data representing the new value for the power setting.

ValueLength

Length in bytes of the data pointed to by Value.

Requirements

Requirement Value
Minimum supported client Windows 8
Header storport.h

See also

HwStorAdapterControl