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

Method GoForward

DuiLib/Control/UIWebBrowser.cpp:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177}
178void DuiLib::CWebBrowserUI::GoForward()
179{
180 if (m_pWebBrowser2)
181 {
182 m_pWebBrowser2->GoForward();
183 }
184}
185/// DWebBrowserEvents2
186void DuiLib::CWebBrowserUI::BeforeNavigate2( IDispatch *pDisp,VARIANT *&url,VARIANT *&Flags,VARIANT *&TargetFrameName,VARIANT *&PostData,VARIANT *&Headers,VARIANT_BOOL *&Cancel )
187{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected