|
ReactOS 0.4.16-dev-2491-g3dc6630
|


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 IUnknown * | LPUNKNOWN |
Definition at line 1745 of file uiautomationclient.idl.
| HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::ClearTable | ( | ) |
| HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::GetEntry | ( | [in] UINT | index, |
| [out, retval] IUIAutomationProxyFactoryEntry ** | entry | ||
| ) |
| HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::GetTable | ( | [out, retval] SAFEARRAY(IUIAutomationProxyFactoryEntry) * | table | ) |
| HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::InsertEntries | ( | [in] UINT | before, |
| [in] SAFEARRAY(IUIAutomationProxyFactoryEntry) | factoryList | ||
| ) |
| HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::InsertEntry | ( | [in] UINT | before, |
| [in] IUIAutomationProxyFactoryEntry * | factory | ||
| ) |
| HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::RestoreDefaultTable | ( | ) |
| HRESULT UIAutomationClient::IUIAutomationProxyFactoryMapping::SetTable | ( | [in] SAFEARRAY(IUIAutomationProxyFactoryEntry) | factoryList | ) |
|
get |