IAppVisibilityEvents::AppVisibilityOnMonitorChanged 메서드(shobjidl_core.h)
디스플레이 모드가 변경되었음을 클라이언트에 알 수 있습니다.
구문
HRESULT AppVisibilityOnMonitorChanged(
[in] HMONITOR hMonitor,
[in] MONITOR_APP_VISIBILITY previousMode,
[in] MONITOR_APP_VISIBILITY currentMode
);
매개 변수
[in] hMonitor
변경 모드가 있는 디스플레이입니다.
[in] previousMode
이전 hMonitor 모드로, 클라이언트가 이전에 디스플레이를 인식하지 못한 경우 MAV_UNKNOWN 수 있습니다.
[in] currentMode
hMonitor의 현재 모드로, MAV_UNKNOWN 않습니다.
반환 값
반환 값은 무시됩니다.
요구 사항
지원되는 최소 클라이언트 | Windows 8 |
지원되는 최소 서버 | Windows Server 2012 |
대상 플랫폼 | Windows |
헤더 | shobjidl_core.h(Shobjidl.h 포함) |
라이브러리 | Twinapi.lib |