Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ OnClose
Method
OnClose
WinArk/MainFrame.cpp:783–788 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
781
}
782
783
LRESULT CMainFrame::OnClose(UINT, WPARAM, LPARAM, BOOL&) {
784
if (m_tm.IsRunning())
785
m_tm.Stop();
786
787
return DefWindowProc();
788
}
789
790
void CMainFrame::InitCommandBar() {
791
struct {
Callers
nothing calls this directly
Calls
2
IsRunning
Method · 0.45
Stop
Method · 0.45
Tested by
no test coverage detected