| 841 | // Custom painting |
| 842 | |
| 843 | DWORD OnPrePaint(int /*idCtrl*/, LPNMCUSTOMDRAW /*lpNMCustomDraw*/) |
| 844 | { |
| 845 | return CDRF_NOTIFYITEMDRAW; // We need per-item notifications |
| 846 | } |
| 847 | |
| 848 | DWORD OnItemPrePaint(int /*idCtrl*/, LPNMCUSTOMDRAW /*lpNMCustomDraw*/) |
| 849 | { |
nothing calls this directly
no outgoing calls
no test coverage detected