MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnFileExit

Method OnFileExit

DebugView++/MainFrame.cpp:1007–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005}
1006
1007void CMainFrame::OnFileExit(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1008{
1009 PostMessage(WM_CLOSE);
1010}
1011
1012void CMainFrame::OnFileSaveLog(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1013{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected