STOR_POWER_SETTING_INFO結構 (storport.h)

STOR_POWER_SETTING_INFO是使用 ScsiPowerSettingNotification的 ControlType 呼叫迷你埠 HwStorAdapterControl 例程時,Parameters 參數所指向的結構。

語法

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

成員

PowerSettingGuid

變更之電源設定的 GUID。

Value

代表電源設定新值的數據。

ValueLength

Value 所指向之數據的位元組長度

規格需求

需求
最低支援的用戶端 Windows 8
標頭 storport.h

另請參閱

HwStorAdapterControl