IUIAutomation::ReservedNotSupportedValue Method

Retrieves a static token object representing a property that is not supported.

Syntax

HRESULT ReservedNotSupportedValue(      
    IUnknown **notSupportedValue
);

Parameters

  • notSupportedValue
    [out] The address of a variable that receives an IUnknown pointer on the static object.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This object can be used for comparison with the results from IUIAutomationElement::GetCurrentPropertyValue.