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

Method OnNcActivate

DuiLib/Utils/WinImplBase.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92#if defined(WIN32) && !defined(UNDER_CE)
93LRESULT WindowImplBase::OnNcActivate(UINT /*uMsg*/, WPARAM wParam, LPARAM /*lParam*/, BOOL& bHandled)
94{
95 if( ::IsIconic(*this) ) bHandled = FALSE;
96 return (wParam == 0) ? TRUE : FALSE;
97}
98
99LRESULT WindowImplBase::OnNcCalcSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected