| 846 | } |
| 847 | |
| 848 | DWORD OnItemPrePaint(int /*idCtrl*/, LPNMCUSTOMDRAW /*lpNMCustomDraw*/) |
| 849 | { |
| 850 | return CDRF_NOTIFYPOSTPAINT; // We need more notifications |
| 851 | } |
| 852 | |
| 853 | DWORD OnItemPostPaint(int /*idCtrl*/, LPNMCUSTOMDRAW lpNMCustomDraw) |
| 854 | { |
nothing calls this directly
no outgoing calls
no test coverage detected