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

Method PostMessage

DuiLib/Core/UIBase.cpp:477–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477LRESULT CWindowWnd::PostMessage(UINT uMsg, WPARAM wParam /*= 0*/, LPARAM lParam /*= 0*/)
478{
479 ASSERT(::IsWindow(m_hWnd));
480 return ::PostMessage(m_hWnd, uMsg, wParam, lParam);
481}
482
483void CWindowWnd::ResizeClient(int cx /*= -1*/, int cy /*= -1*/)
484{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected