STOR_UNIT_CONTROL_POWER結構 (storport.h)
當 Storport 使用 ScsiUnitPower的 ControlType 呼叫迷你埠的 HwStorUnitControl 例程時,STOR_UNIT_CONTROL_POWER是 Parameters 參數所指向的結構。
語法
typedef struct _STOR_UNIT_CONTROL_POWER {
PSTOR_ADDRESS Address;
STOR_POWER_ACTION PowerAction;
STOR_DEVICE_POWER_STATE PowerState;
} STOR_UNIT_CONTROL_POWER, *PSTOR_UNIT_CONTROL_POWER;
成員
Address
電源通知的裝置位址。
PowerAction
指出電源動作 的STOR_POWER_ACTION 值。 針對運行時間電源轉換,將 PowerAction 設定為 StorPowerActionNone。
PowerState
表示目前電源狀態 的STOR_DEVICE_POWER_STATE 值。 這是 Power 開啟或關閉電源狀態的 StorPowerDeviceD0 或 StorPowerDeviceD3 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 |
標頭 | storport.h |