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

Method OnEndSession

DebugView++/MainFrame.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251LRESULT CMainFrame::OnEndSession(WPARAM, LPARAM)
252{
253 OnClose();
254 return TRUE;
255}
256
257void CMainFrame::UpdateUI()
258{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected