Searched refs:QueryService (Results 1 – 5 of 5) sorted by relevance
179 STDMETHOD(QueryService)(REFGUID guidService, REFIID riid, void** ppvObject);
1052 STDMETHODIMP CMAccessible::QueryService(REFGUID guidService, REFIID riid, void** ppvObject) in QueryService() function in CMAccessible
595 aServiceProvider->QueryService( SID_SInternetExplorer, in SetClientSite()
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 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 …]
1116 aServiceProvider->QueryService( SID_SInternetExplorer, in SetClientSite()
Completed in 82 milliseconds