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

Method OnOdCacheHint

DebugView++/LogView.cpp:958–963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

956}
957
958LRESULT CLogView::OnOdCacheHint(NMHDR* pnmh)
959{
960 auto& nmhdr = *reinterpret_cast<NMLVCACHEHINT*>(pnmh);
961 nmhdr;
962 return 0;
963}
964
965LRESULT CLogView::OnBeginDrag(NMHDR* pnmh)
966{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected