IUIAutomation::ReservedMixedAttributeValue Method

Retrieves a static token object representing a text attribute that is a mixed attribute.

Syntax

HRESULT ReservedMixedAttributeValue(      
    IUnknown **mixedAttributeValue
);

Parameters

  • mixedAttributeValue
    [out] The address of a variable that receives a pointer to the IUnknown interface on the static token object.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The object retrieved by IUIAutomation::ReservedMixedAttributeValue can be used for comparison with the results from ITextRangeProvider::GetAttributeValue.