Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Obtains the mixed attribute value.
Syntax
HRESULT UiaGetReservedMixedAttributeValue( IUnknown **punkMixedAttributeValue );
Parameters
- punkMixedAttributeValue
[out] When this function returns, contains a reserved value specifying that an attribute varies over a text range in a rich edit control. This parameter is passed uninitialized.
Return Value
Returns S_OK if successful or an error value otherwise.
Function Information
Stock Implementation uiautomationcore.dll Custom Implementation No Header uiautomationcoreapi.h Import library uiautomationcore.lib Minimum operating systems Windows XP