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

Function OnSetCheckState

Libraries/PropertyGrid/PropertyTree.h:643–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641 }
642
643 LRESULT OnSetCheckState(UINT /*uMsg*/, WPARAM wParam, LPARAM lParam, BOOL& /*bHandled*/)
644 {
645 return SetCheckState( (HTREEITEM) wParam, (BOOL) lParam );
646 }
647
648 LRESULT OnUpdateProperty(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
649 {

Callers

nothing calls this directly

Calls 1

SetCheckStateFunction · 0.85

Tested by

no test coverage detected