Share via


IUIAutomationProxyFactoryMapping::GetEntry Method

Retrieves an entry from the proxy factory table.

Syntax

HRESULT GetEntry(      
    UINT index,
    IUIAutomationProxyFactoryEntry **entry
);

Parameters

  • index
    [in] The zero-based index of the item to retrieve.
  • entry
    [out, retval] The address of a variable that receives a pointer to the IUIAutomationProxyFactoryEntry interface of the entry.

Return Value

Returns S_OK if successful, or an error value otherwise.