Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dlistview.c10494 static LRESULT LISTVIEW_LButtonUp(LISTVIEW_INFO *infoPtr, WORD wKey, INT x, INT y) in LISTVIEW_LButtonUp() function
11909 return LISTVIEW_LButtonUp(infoPtr, (WORD)wParam, (SHORT)LOWORD(lParam), (SHORT)HIWORD(lParam)); in LISTVIEW_WindowProc()