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

Method NewWindow3

DuiLib/Control/UIWebBrowser.cpp:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void DuiLib::CWebBrowserUI::NewWindow3( IDispatch **pDisp, VARIANT_BOOL *&Cancel, DWORD dwFlags, BSTR bstrUrlContext, BSTR bstrUrl )
229{
230 if (m_pWebBrowserEventHandler)
231 {
232 m_pWebBrowserEventHandler->NewWindow3(pDisp,Cancel,dwFlags,bstrUrlContext,bstrUrl);
233 }
234}
235void DuiLib::CWebBrowserUI::CommandStateChange(long Command,VARIANT_BOOL Enable)
236{
237 if (m_pWebBrowserEventHandler)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected