uiaRemoveEvent 函数 (uiautomationcoreapi.h)
注意 此函数已弃用。 客户端应用程序应改用 Microsoft UI 自动化 组件对象模型 (COM) 接口。
语法
HRESULT UiaRemoveEvent(
[in] HUIAEVENT hEvent
);
参数
[in] hEvent
类型: HUIAEVENT
要删除的事件。 此值是从 UiaAddEvent 检索的。
返回值
类型: HRESULT
如果成功,则返回S_OK,否则返回错误值。
注解
回调指针、范围、节点和属性列表必须与发送到相应 UiaAddEvent 的参数完全匹配。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
DLL | Uiautomationcore.dll |