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

Method CWindowWnd

DuiLib/Core/UIBase.cpp:216–218  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

214//////////////////////////////////////////////////////////////////////////
215///
216CWindowWnd::CWindowWnd() : m_hWnd(NULL), m_OldWndProc(::DefWindowProc), m_bSubclassed(false)
217{
218}
219
220HWND CWindowWnd::GetHWND() const
221{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected