| 956 | } |
| 957 | |
| 958 | LRESULT CLogView::OnOdCacheHint(NMHDR* pnmh) |
| 959 | { |
| 960 | auto& nmhdr = *reinterpret_cast<NMLVCACHEHINT*>(pnmh); |
| 961 | nmhdr; |
| 962 | return 0; |
| 963 | } |
| 964 | |
| 965 | LRESULT CLogView::OnBeginDrag(NMHDR* pnmh) |
| 966 | { |
nothing calls this directly
no outgoing calls
no test coverage detected