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

Method OnClose

DuiLib/Utils/WinImplBase.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80LRESULT WindowImplBase::OnClose(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
81{
82 bHandled = FALSE;
83 return 0;
84}
85
86LRESULT WindowImplBase::OnDestroy(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected