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

Method OnViewSelectAll

DebugView++/LogView.cpp:1033–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031}
1032
1033void CLogView::OnViewSelectAll(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1034{
1035 SelectAll();
1036}
1037
1038void CLogView::OnViewCopy(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1039{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected