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

Method OnViewNextProcess

DebugView++/LogView.cpp:1097–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095}
1096
1097void CLogView::OnViewNextProcess(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1098{
1099 FindProcess(+1);
1100}
1101
1102void CLogView::OnViewPreviousProcess(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected