interop::GetDisplayIdFromMonitor 함수(winrt-microsoft.ui.interop.h)
제공된 HMONITOR가 유효한 경우 지정된 hmonitor에 해당하는 을 가져옵니다.DisplayId
참고
이 API는 Windows 앱 SDK \include\winrt
폴더에 있는 헤더 파일에서 선언 Microsoft.UI.Interop.h
됩니다.
C#의 검사 샘플을 참조하세요. C# 데스크톱 애플리케이션 개발자의 경우 이 헤더의 interop 함수는 Microsoft.UI.Win32Interop 클래스의 메서드에 의해 래핑됩니다.
구문
winrt::Microsoft::UI::DisplayId GetDisplayIdFromMonitor(
const HMONITOR & hmonitor
);
매개 변수
hmonitor
형식: const HMONITOR &
DisplayId
를 가져올 디스플레이 모니터의 핸들입니다.
반환 값
형식: DisplayId
제공된 hmonitor가 유효한 경우 지정된 hmonitor에 해당하는 디스플레이 모니터 식별자입니다. 그렇지 않으면 null
입니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 10, 버전 1809(Windows 앱 SDK 1.0 이상 포함) |
머리글 | winrt-microsoft.ui.interop.h |