STOR_DEVICE_POWER_STATE 열거형(srb.h)
STOR_DEVICE_POWER_STATE 열거자는 디바이스 전원 상태를 지정합니다.
Syntax
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 디바이스 전원 상태의 상위 구분 값입니다. |
요구 사항
요구 사항 | 값 |
---|---|
헤더 | srb.h(Storport.h, Minitape.h, Srb.h 포함) |