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

Method OnCloseTab

DebugView++/MainFrame.cpp:776–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776LRESULT CMainFrame::OnCloseTab(NMHDR* pnmh)
777{
778 auto& nmhdr = *reinterpret_cast<NMCTCITEM*>(pnmh);
779 CloseView(nmhdr.iItem);
780 return 0;
781}
782
783LRESULT CMainFrame::OnDeleteTab(NMHDR* pnmh)
784{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected