UiaGetReservedMixedAttributeValue 函数 (uiautomationcoreapi.h)
检索一个保留值,该值指示 Microsoft UI 自动化文本属性的值在文本范围内变化。
语法
HRESULT UiaGetReservedMixedAttributeValue(
[out] IUnknown **punkMixedAttributeValue
);
参数
[out] punkMixedAttributeValue
类型: IUnknown**
接收一个保留值,该值指定属性在文本范围内变化。 此参数未经初始化即被传递。
返回值
类型: HRESULT
如果此函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
最低受支持的客户端 | Windows XP [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2003 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
DLL | Uiautomationcore.dll |