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

Method ProgressChange

DuiLib/Control/UIWebBrowser.cpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void DuiLib::CWebBrowserUI::ProgressChange( LONG nProgress, LONG nProgressMax )
221{
222 if (m_pWebBrowserEventHandler)
223 {
224 m_pWebBrowserEventHandler->ProgressChange(nProgress,nProgressMax);
225 }
226}
227
228void DuiLib::CWebBrowserUI::NewWindow3( IDispatch **pDisp, VARIANT_BOOL *&Cancel, DWORD dwFlags, BSTR bstrUrlContext, BSTR bstrUrl )
229{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected