QueryInterface 150 applications/GPAX/GPAX.h HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( QueryInterface 242 applications/GPAX/GPAX.h (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) QueryInterface 467 applications/GPAX/GPAX.h HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( QueryInterface 521 applications/GPAX/GPAX.h (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) QueryInterface 242 applications/GPAX/GPAXPlugin.cpp an_obj->QueryInterface(IID_IHTMLObjectElement, (void**)&pObjectElem); QueryInterface 459 applications/GPAX/GPAXPlugin.cpp if ( SUCCEEDED(m_spClientSite->QueryInterface(IID_IServiceProvider, reinterpret_cast<void **>(&isp)) ) ) { QueryInterface 488 applications/osmozilla/osmo_npapi.cpp NS_IMETHOD QueryInterface(const nsIID & aIID, void **aInstancePtr); QueryInterface 614 applications/osmozilla/osmo_npapi.cpp sm->QueryInterface(NS_GET_IID(nsIServiceManager), (void **) &gServiceManager); QueryInterface 142 extra_lib/include/avcap/windows/HelpFunc.h if (FAILED(FilterInfo.pGraph->QueryInterface(IID_IGraphBuilder, QueryInterface 265 extra_lib/include/avcap/windows/HelpFunc.h if (SUCCEEDED(FilterOrPinToRender->QueryInterface(IID_IPin, (void**)&Pin))) // It's a pin QueryInterface 301 extra_lib/include/avcap/windows/HelpFunc.h if(FAILED(SampleGrabberVideo->QueryInterface(IID_ISampleGrabber, (void**)&SampleGrabber))) {return false;} QueryInterface 324 extra_lib/include/avcap/windows/HelpFunc.h SampleGrabberAudio->QueryInterface(IID_ISampleGrabber, (void**)&SampleGrabber); QueryInterface 73 extra_lib/include/avcap/windows/SampleGrabberCallback.h STDMETHODIMP QueryInterface(REFIID riid, void **ppvObject); QueryInterface 225 modules/dx_hw/dx_2d.c hr = ddraw->lpVtbl->QueryInterface(ddraw, &IID_IDirectDraw7, (LPVOID *)&dd->pDD); QueryInterface 224 modules/dx_hw/dx_audio.c hr = ctx->pOutput->lpVtbl->QueryInterface(ctx->pOutput, &IID_IDirectSoundNotify , (void **)&pNotify); QueryInterface 854 modules/dx_hw/dx_video.c ddraw->lpVtbl->QueryInterface(ddraw, &IID_IDirectDraw7, (LPVOID *)&dd->pDD); QueryInterface 187 src/utils/os_module.c QueryInterface query_func; QueryInterface 215 src/utils/os_module.c query_func = (QueryInterface) GetProcAddress(ModuleLib, _T("QueryInterface")); QueryInterface 219 src/utils/os_module.c query_func = (QueryInterface) GetProcAddress(ModuleLib, "QueryInterface"); QueryInterface 239 src/utils/os_module.c query_func = (QueryInterface) dlsym(ModuleLib, "QueryInterface");