UiaHasServerSideProvider 函数 (uiautomationcoreapi.h)
确定窗口是否具有 Microsoft UI 自动化 提供程序实现。
语法
BOOL UiaHasServerSideProvider(
[in] HWND hwnd
);
参数
[in] hwnd
类型: HWND
窗口的句柄。
返回值
类型: BOOL
如果窗口具有UI 自动化提供程序实现,则为 TRUE;否则为 FALSE。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
DLL | Uiautomationcore.dll |