STOR_UNIT_CONTROL_POWER構造体 (storport.h)
STOR_UNIT_CONTROL_POWERは、Storport が ScsiUnitPower の ControlType を使用してミニポートの HwStorUnitControl ルーチンを呼び出すときに 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 値。 これは、電源オン状態または電源オフ状態の StorPowerDeviceD0 または StorPowerDeviceD3 です。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8 |
Header | storport.h |