IUIAutomation::ProxyFactoryMapping Property

Rretrieves an IUIAutomationProxyFactoryMapping interface that represents the mapping of Window classnames and associated data to individual proxy factories.

Syntax

HRESULT IUIAutomation::get_ProxyFactoryMapping(IUIAutomationProxyFactoryMapping **factoryMapping);

Parameters

  • factoryMapping
    The address of a variable that receives a pointer to the IUIAutomationProxyFactoryMapping interface.

Return Value

Returns S_OK if successful, or an error value otherwise.