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

Method NavigateError

DuiLib/Control/UIWebBrowser.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void DuiLib::CWebBrowserUI::NavigateError( IDispatch *pDisp,VARIANT * &url,VARIANT *&TargetFrameName,VARIANT *&StatusCode,VARIANT_BOOL *&Cancel )
195{
196 if (m_pWebBrowserEventHandler)
197 {
198 m_pWebBrowserEventHandler->NavigateError(pDisp,url,TargetFrameName,StatusCode,Cancel);
199 }
200}
201
202void DuiLib::CWebBrowserUI::NavigateComplete2( IDispatch *pDisp,VARIANT *&url )
203{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected