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

Method GetExternal

DuiLib/Control/UIWebBrowser.cpp:397–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397STDMETHODIMP DuiLib::CWebBrowserUI::GetExternal( IDispatch** ppDispatch )
398{
399 if (m_pWebBrowserEventHandler)
400 {
401 return m_pWebBrowserEventHandler->GetExternal(ppDispatch);
402 }
403 return S_FALSE;
404}
405
406STDMETHODIMP DuiLib::CWebBrowserUI::TranslateUrl( DWORD dwTranslate, OLECHAR* pchURLIn, OLECHAR** ppchURLOut )
407{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected