STOR_ADAPTER_CONTROL_POWER 结构 (storport.h)
STOR_ADAPTER_CONTROL_POWER是使用 ScsiAdapterPower 的 ControlType 调用微型端口的 HwStorAdapterControl 例程时,Parameters 参数指向的结构。
语法
typedef struct _STOR_ADAPTER_CONTROL_POWER {
STOR_POWER_CONTROL_HEADER Header;
STOR_POWER_ACTION PowerAction;
STOR_DEVICE_POWER_STATE PowerState;
} STOR_ADAPTER_CONTROL_POWER, *PSTOR_ADAPTER_CONTROL_POWER;
成员
Header
PowerAction
指示电源操作 的STOR_POWER_ACTION 值。 对于运行时电源转换,请将 PowerAction 设置为 StorPowerActionNone。
PowerState
指示当前电源状态 的STOR_DEVICE_POWER_STATE 值。 这是 StorPowerDeviceD0 或 StorPowerDeviceD3 ,分别用于电源打开或关闭状态。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
标头 | storport.h |