Home
last modified time | relevance | path

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

/reactos/dll/win32/browseui/
H A DCAutoComplete.cpp445 INT CACListView::ItemFromPoint(INT x, INT y) in ItemFromPoint() function in CACListView
471 SetCurSel(ItemFromPoint(x, y)); in SelectHere()
487 INT iItem = ItemFromPoint(GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)); in OnLButtonDown()
1746 INT iItem = m_hwndList.ItemFromPoint(pt.x, pt.y); in OnNotify()
H A DCAutoComplete.h48 INT ItemFromPoint(INT x, INT y);