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

Method OnViewNextBookmark

DebugView++/LogView.cpp:1213–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211}
1212
1213void CLogView::OnViewNextBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1214{
1215 FindBookmark(+1);
1216}
1217
1218void CLogView::OnViewPreviousBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1219{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected