STOR_UNIT_CONTROL_POWER 구조체(storport.h)

STOR_UNIT_CONTROL_POWER Storport가 ScsiUnitPowerControlType을 사용하여 미니포트의 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
머리글 storport.h

추가 정보

HwStorUnitControl