| 24 | } |
| 25 | |
| 26 | void ListView_SetProc(HWND hCtrl) |
| 27 | { |
| 28 | wfnLV = (WNDPROC)SetWindowLongPtr(hCtrl, GWL_WNDPROC, (LONG)&ListView_WndProc); |
| 29 | } |
| 30 | |
| 31 | void ListView_RightClick(LPNMITEMACTIVATE lpnmItemActivate) |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected