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

Method OnKillFocus

DuiLib/Utils/WinImplBase.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343LRESULT WindowImplBase::OnKillFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
344{
345 bHandled = FALSE;
346 return 0;
347}
348
349LRESULT WindowImplBase::OnSetFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
350{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected