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

Method OnOdStateChanged

DebugView++/LogView.cpp:922–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922LRESULT CLogView::OnOdStateChanged(NMHDR* pnmh)
923{
924 auto& nmhdr = *reinterpret_cast<NMLVODSTATECHANGE*>(pnmh);
925 nmhdr;
926
927 return 0;
928}
929
930bool Contains(const std::string& text, const std::string& substring)
931{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected