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

Method GetOptionKeyPath

DuiLib/Control/UIWebBrowser.cpp:379–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379STDMETHODIMP DuiLib::CWebBrowserUI::GetOptionKeyPath( LPOLESTR* pchKey, DWORD dwReserved )
380{
381 if (m_pWebBrowserEventHandler)
382 {
383 return m_pWebBrowserEventHandler->GetOptionKeyPath(pchKey,dwReserved);
384 }
385 return E_NOTIMPL;
386}
387
388STDMETHODIMP DuiLib::CWebBrowserUI::GetDropTarget( IDropTarget* pDropTarget, IDropTarget** ppDropTarget )
389{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected