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

Method OnViewProcessInclude

DebugView++/LogView.cpp:1125–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125void CLogView::OnViewProcessInclude(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1126{
1127 AddProcessFilter(FilterType::Include);
1128}
1129
1130void CLogView::OnViewProcessExclude(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1131{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected