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

Method CWebBrowserUI

DuiLib/Control/UIWebBrowser.cpp:8–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <mshtml.h>
7
8DuiLib::CWebBrowserUI::CWebBrowserUI()
9: m_pWebBrowser2(NULL)
10, _pHtmlWnd2(NULL)
11, m_pWebBrowserEventHandler(NULL)
12, m_bAutoNavi(false)
13, m_dwRef(0)
14, m_dwCookie(0)
15{
16 m_clsid=CLSID_WebBrowser;
17 m_sHomePage.Empty();
18}
19
20bool DuiLib::CWebBrowserUI::DoCreateControl()
21{

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected