winrt-microsoft.ui.interop.h 标头
此标头命名Microsoft.UI.Interop.h
,位于Windows 应用 SDK的文件夹\include\winrt
中。
C# 中的检测示例。 对于 C# 桌面应用程序开发人员,此标头中的互操作函数由 Microsoft.UI.Win32Interop 类的方法包装。
UI 互操作 API 使用此标头。
winrt-microsoft.ui.interop.h 包含以下编程接口:
函数
ui::interop::GetDisplayIdFromMonitor 获取 DisplayId 对应于指定的 hmonitor(如果提供的 HMONITOR 有效)。 |
ui::interop::GetIconFromIconId 如果提供的“iconId”有效并且系统具有表示图标的 HICON ,则获取与指定的“iconId”对应的图标句柄。 |
ui::interop::GetIconIdFromIcon 获取对应于指定的 hicon(如果提供的 HICON 有效)。 IconId |
ui::interop::GetMonitorFromDisplayId 获取对应于指定 displayId 的显示监视器句柄,如果提供的 displayId 有效,并且系统具有表示显示监视器的 HMONITOR 。 |
ui::interop::GetWindowFromWindowId 获取对应于指定 windowId 的窗口句柄,如果提供的 windowId 有效,并且系统具有表示窗口的 HWND 。 |
ui::interop::GetWindowIdFromWindow 获取 WindowId 对应于指定的 hwnd(如果提供的 HWND 有效)。 |