interop::GetDisplayIdFromMonitor 函式 (microsoft.ui.interop.h)
如果 hmonitor 自變數有效,則取得對應至指定 HMONITOR 的 DisplayId。
注意
標頭microsoft.ui.interop.h
相依於 microsoft.ui.h
,其不會隨附於 Windows 應用程式 SDK。 您可以在 上執行 MIDL 編譯 程式 (midl.exe
) Microsoft.UI.idl
,以產生 microsoft.ui.h
。 或者,請改用 winrt/Microsoft.ui.interop.h 標頭中的函式。
C#。 對於 C# 傳統型應用程式開發人員,此標頭中的 Interop 函式會由 Microsoft.UI.Win32Interop 類別的方法包裝。
語法
HRESULT GetDisplayIdFromMonitor(
HMONITOR hmonitor,
::ABI::Microsoft::UI::DisplayId *displayId
) noexcept;
參數
hmonitor
類型: HMONITOR
要為其取得 DisplayId 之顯示監視器的句柄。
displayId
類型: DisplayId
如果 hmonitor 有效,則為對應至 hmonitor 的顯示監視器標識碼。 否則為 null
。
傳回值
類型: HRESULT
如果函式成功,則傳回 S_OK 。 否則,傳回指出錯誤的值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 版本 1809 (Windows 應用程式 SDK 1.0 或更新版本) |
標頭 | microsoft.ui.interop.h |