ReactOS 0.4.16-dev-2491-g3dc6630
UIAutomationClient::IUIAutomationProxyFactoryMapping Interface Reference
Inheritance diagram for UIAutomationClient::IUIAutomationProxyFactoryMapping:
Collaboration diagram for UIAutomationClient::IUIAutomationProxyFactoryMapping:

Public Member Functions

HRESULT GetTable ([out, retval] SAFEARRAY(IUIAutomationProxyFactoryEntry) *table)
 
HRESULT GetEntry ([in] UINT index, [out, retval] IUIAutomationProxyFactoryEntry **entry)
 
HRESULT SetTable ([in] SAFEARRAY(IUIAutomationProxyFactoryEntry) factoryList)
 
HRESULT InsertEntries ([in] UINT before, [in] SAFEARRAY(IUIAutomationProxyFactoryEntry) factoryList)
 
HRESULT InsertEntry ([in] UINT before, [in] IUIAutomationProxyFactoryEntry *factory)
 
HRESULT RemoveEntry ([in] UINT index)
 
HRESULT ClearTable ()
 
HRESULT RestoreDefaultTable ()
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Properties

UINT Count [get]
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 1745 of file uiautomationclient.idl.

Member Function Documentation

◆ ClearTable()

HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::ClearTable ( )

◆ GetEntry()

HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::GetEntry ( [in] UINT  index,
[out, retval] IUIAutomationProxyFactoryEntry **  entry 
)

◆ GetTable()

HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::GetTable ( [out, retval] SAFEARRAY(IUIAutomationProxyFactoryEntry) *  table)

◆ InsertEntries()

HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::InsertEntries ( [in] UINT  before,
[in] SAFEARRAY(IUIAutomationProxyFactoryEntry factoryList 
)

◆ InsertEntry()

HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::InsertEntry ( [in] UINT  before,
[in] IUIAutomationProxyFactoryEntry factory 
)

◆ RemoveEntry()

HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::RemoveEntry ( [in] UINT  index)

◆ RestoreDefaultTable()

HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::RestoreDefaultTable ( )

◆ SetTable()

HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::SetTable ( [in] SAFEARRAY(IUIAutomationProxyFactoryEntry factoryList)

Property Documentation

◆ Count

UINT UIAutomationClient::IUIAutomationProxyFactoryMapping::Count
get

The documentation for this interface was generated from the following file: