IUIAutomation::CreateProxyFactoryEntry Method

Creates a new instance of a proxy factory object.

Syntax

HRESULT CreateProxyFactoryEntry(      
    IUIAutomationProxyFactory *factory,
    IUIAutomationProxyFactoryEntry **factoryEntry
);

Parameters

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Use the IUIAutomationProxyFactoryMapping interface to enter the proxy factory into the table of available proxies.

See Also

IUIAutomation