Searched refs:QueryService (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/winaccessibility/source/UAccCOM/ |
| H A D | MAccessible.h | 179 STDMETHOD(QueryService)(REFGUID guidService, REFIID riid, void** ppvObject);
|
| H A D | MAccessible.cpp | 1052 STDMETHODIMP CMAccessible::QueryService(REFGUID guidService, REFIID riid, void** ppvObject) in QueryService() function in CMAccessible
|
| /trunk/main/odk/examples/OLE/activex/ |
| H A D | SOActiveX.cpp | 595 aServiceProvider->QueryService( SID_SInternetExplorer, in SetClientSite()
|
| /trunk/main/winaccessibility/source/UAccCOMIDL/ |
| H A D | ia2_api_all.idl | 1452 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 1495 "Using QueryService to expose a native object model interface for an IAccessible object"</a> 1499 Based on this information from Microsoft, QueryService must be used to switch back and forth 1505 the IAccessible2 interfaces on separate objects would require the use of QueryService. [all …]
|
| /trunk/main/extensions/source/activex/main/ |
| H A D | SOActiveX.cpp | 1116 aServiceProvider->QueryService( SID_SInternetExplorer, in SetClientSite()
|