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

Method OnViewProcessExclude

DebugView++/LogView.cpp:1130–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128}
1129
1130void CLogView::OnViewProcessExclude(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1131{
1132 AddProcessFilter(FilterType::Exclude);
1133}
1134
1135void CLogView::OnViewProcessTrack(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1136{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected