Share via


IUIAutomationProxyFactoryMapping::SetTable Method

Sets the table of proxy factories.

Syntax

HRESULT SetTable(      
    SAFEARRAY factoryList[IUIAutomationProxyFactoryEntry]
);

Parameters

  • factoryList
    [in] A SAFEARRAY that specifies the proxy factories to include in the table.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

Working with Safe Arrays