Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dlistview.c11199 static LRESULT LISTVIEW_Size(LISTVIEW_INFO *infoPtr, int Width, int Height) in LISTVIEW_Size() function
11996 LISTVIEW_Size(infoPtr, ((WINDOWPOS *)lParam)->cx, ((WINDOWPOS *)lParam)->cy); in LISTVIEW_WindowProc()