IUIAutomationProxyFactoryMapping::InsertEntries Method

Inserts entries into the table of proxy factories.

Syntax

HRESULT InsertEntries(      
    UINT before,
    SAFEARRAY factoryList[IUIAutomationProxyFactoryEntry]
);

Parameters

  • before
    [in] The zero-based index at which to insert the entries.
  • factoryList
    [in] A SAFEARRAY that specifies the entries to add.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

Working with Safe Arrays