Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 1.63 KB

ns-storport-stor_power_setting_info.md

File metadata and controls

66 lines (54 loc) · 1.63 KB
UID tech.root title ms.date targetos description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:storport._STOR_POWER_SETTING_INFO
storage
STOR_POWER_SETTING_INFO
05/13/2021
Windows
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.
structure
storport.h
Windows 8
STOR_POWER_SETTING_INFO, *PSTOR_POWER_SETTING_INFO
apiref
HeaderDef
storport.h
_STOR_POWER_SETTING_INFO
PSTOR_POWER_SETTING_INFO
STOR_POWER_SETTING_INFO
_STOR_POWER_SETTING_INFO
storport/_STOR_POWER_SETTING_INFO
PSTOR_POWER_SETTING_INFO
storport/PSTOR_POWER_SETTING_INFO
STOR_POWER_SETTING_INFO
storport/STOR_POWER_SETTING_INFO
c++

-description

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.

-struct-fields

-field PowerSettingGuid

The GUID of the power setting that changed.

-field Value

Data representing the new value for the power setting.

-field ValueLength

Length in bytes of the data pointed to by Value.

-remarks

-see-also

HwStorAdapterControl