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

Method SendMessage

DuiLib/Core/UIBase.cpp:471–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471LRESULT CWindowWnd::SendMessage(UINT uMsg, WPARAM wParam /*= 0*/, LPARAM lParam /*= 0*/)
472{
473 ASSERT(::IsWindow(m_hWnd));
474 return ::SendMessage(m_hWnd, uMsg, wParam, lParam);
475}
476
477LRESULT CWindowWnd::PostMessage(UINT uMsg, WPARAM wParam /*= 0*/, LPARAM lParam /*= 0*/)
478{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected