Home
last modified time | relevance | path

Searched refs:LISTVIEW_RedrawItems (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dlistview.c8140 static BOOL LISTVIEW_RedrawItems(const LISTVIEW_INFO *infoPtr, INT nFirst, INT nLast) in LISTVIEW_RedrawItems() function
11730 return LISTVIEW_RedrawItems(infoPtr, (INT)wParam, (INT)lParam); in LISTVIEW_WindowProc()