共用方式為


microsoft.ui.interop.h 標頭

注意

標頭 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 類別的方法包裝。

UI Interop API會使用此標頭。

microsoft.ui.interop.h 包含下列程式設計介面:

函式

 
ui::interop::GetDisplayIdFromMonitor

如果hmonitor引數有效,則取得對應至指定HMONITORDisplayId
ui::interop::GetIconFromIconId

如果iconId引數有效,而且系統具有代表圖示的HICON,則取得對應至指定IconIdHICON
ui::interop::GetIconIdFromIcon

如果hicon引數有效,則取得對應至指定HICONIconId
ui::interop::GetMonitorFromDisplayId

如果displayId引數有效,而且系統具有代表顯示監視器的 HMONITOR,則取得對應至指定DisplayIdHMONITOR
ui::interop::GetWindowFromWindowId

如果windowId引數有效,而且系統具有代表視窗的HWND,則取得對應至指定WindowIdHWND) 視窗句 (柄。
ui::interop::GetWindowIdFromWindow

如果hwnd引數有效,則取得對應至指定之視窗控制碼的WindowId (HWND) 。