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

Method OnScRestore

DebugView++/MainFrame.cpp:560–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560LRESULT CMainFrame::OnScRestore(UINT, INT, HWND)
561{
562 if (m_notifyIconData.cbSize)
563 {
564 Shell_NotifyIcon(NIM_DELETE, &m_notifyIconData);
565 m_notifyIconData.cbSize = 0;
566 }
567 ShowWindow(SW_SHOW);
568 BringWindowToTop();
569 return 0;
570}
571
572LRESULT CMainFrame::OnScClose(UINT, INT, HWND)
573{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected