Share via


IUIAutomationProxyFactoryMapping::GetTable Method

Retrieves all entries in the proxy factory table.

Syntax

HRESULT GetTable(      
    SAFEARRAY *table[IUIAutomationProxyFactoryEntry]
);

Parameters

  • table
    [out, retval] The address of a SAFEARRAY that receives a pointer to an array of entries.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

Working with Safe Arrays