Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dlistview.c3912 static LRESULT LISTVIEW_MouseHover(LISTVIEW_INFO *infoPtr, INT x, INT y) in LISTVIEW_MouseHover() function
11915 return LISTVIEW_MouseHover(infoPtr, (SHORT)LOWORD(lParam), (SHORT)HIWORD(lParam)); in LISTVIEW_WindowProc()