STOR_DEVICE_POWER_STATE 列挙 (srb.h)
STOR_DEVICE_POWER_STATE列挙子は、デバイスの電源状態を指定します。
構文
typedef enum _STOR_DEVICE_POWER_STATE {
StorPowerDeviceUnspecified,
StorPowerDeviceD0,
StorPowerDeviceD1,
StorPowerDeviceD2,
StorPowerDeviceD3,
StorPowerDeviceMaximum
} STOR_DEVICE_POWER_STATE, *PSTOR_DEVICE_POWER_STATE;
定数
StorPowerDeviceUnspecified デバイスの電源状態が指定されていません。 |
StorPowerDeviceD0 D0 デバイスの電源状態。 |
StorPowerDeviceD1 D1 デバイスの電源状態。 |
StorPowerDeviceD2 D2 デバイスの電源状態。 |
StorPowerDeviceD3 D3 デバイスの電源状態。 |
StorPowerDeviceMaximum デバイスの電源状態の上限区切り値。 |
要件
要件 | 値 |
---|---|
Header | srb.h (Storport.h、Minitape.h、Srb.h を含む) |