MCPcopy 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
783LRESULT CMainFrame::OnClose(UINT, WPARAM, LPARAM, BOOL&) {
784 if (m_tm.IsRunning())
785 m_tm.Stop();
786
787 return DefWindowProc();
788}
789
790void CMainFrame::InitCommandBar() {
791 struct {

Callers

nothing calls this directly

Calls 2

IsRunningMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected