Searched refs:ItemFromPoint (Results 1 – 2 of 2) sorted by relevance
445 INT CACListView::ItemFromPoint(INT x, INT y) in ItemFromPoint() function in CACListView471 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()
48 INT ItemFromPoint(INT x, INT y);