| 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 | { |
nothing calls this directly
no test coverage detected