The LVM_FINDITEM message searches for a list view item with the specified characteristics. You can send this message explicitly or by using the ListView_FindItem macro.
LVM_FINDITEM wParam = (WPARAM) (int) iStart; lParam = (LPARAM) (const LV_FINDINFO FAR *) plvfi;
Returns the index of the item if successful or -1 otherwise.