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

Method Init

DuiLib/Core/UIManager.cpp:159–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void CPaintManagerUI::Init(HWND hWnd)
160{
161 ASSERT(::IsWindow(hWnd));
162 // Remember the window context we came from
163 m_hWndPaint = hWnd;
164 m_hDcPaint = ::GetDC(hWnd);
165 // We'll want to filter messages globally too
166 m_aPreMessages.Add(this);
167}
168
169HINSTANCE CPaintManagerUI::GetInstance()
170{

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected