Home
last modified time | relevance | path

Searched refs:QueryService (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/winaccessibility/source/UAccCOM/
H A DMAccessible.h179 STDMETHOD(QueryService)(REFGUID guidService, REFIID riid, void** ppvObject);
H A DMAccessible.cpp1052 STDMETHODIMP CMAccessible::QueryService(REFGUID guidService, REFIID riid, void** ppvObject) in QueryService() function in CMAccessible
/aoo41x/main/odk/examples/OLE/activex/
H A DSOActiveX.cpp595 aServiceProvider->QueryService( SID_SInternetExplorer, in SetClientSite()
/aoo41x/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1452 QueryService as follows:
1459 hr = pService->QueryService(IID_IAccessible, IID_IAccessible2, (void**)&pIA2);
1473 QueryService must be used to switch from a reference to an MSAA IAccessible interface
1479 Why use QueryService instead of just using QueryInterface to get IAccessibleEx
1485 QueryService is the supported way to expose additional interfaces from an existing
1487 to IAccessibles. QueryService is often more convenient for servers to implement than
1489 identity or symmetry/transitivity as QueryInterface, so QueryService allows servers to
1505 the IAccessible2 interfaces on separate objects would require the use of QueryService.
1508 QueryService to access IAccessibleApplication.
1512 interface via QueryService from any object so that ATs can easily determine specific
[all …]
/aoo41x/main/extensions/source/activex/main/
H A DSOActiveX.cpp1116 aServiceProvider->QueryService( SID_SInternetExplorer, in SetClientSite()

Completed in 59 milliseconds