MCPcopy Create free account
hub / github.com/cinience/RedisStudio / QueryService

Method QueryService

DuiLib/Control/UIWebBrowser.cpp:507–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507STDMETHODIMP DuiLib::CWebBrowserUI::QueryService( REFGUID guidService, REFIID riid, void** ppvObject )
508{
509 HRESULT hr = E_NOINTERFACE;
510 *ppvObject = NULL;
511
512 if ( guidService == SID_SDownloadManager && riid == IID_IDownloadManager)
513 {
514 *ppvObject = this;
515 return S_OK;
516 }
517
518 return hr;
519}
520
521HRESULT DuiLib::CWebBrowserUI::RegisterEventHandler( BOOL inAdvise )
522{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected