Prev Next
ListView_FindItem info Overview GroupThe ListView_FindItem macro searches for a list view item with the specified characteristics. You can use this macro or explicitly send the LVM_FINDITEM message. int ListView_FindItem(
Parameters
Return ValuesReturns the index of the item if successful or -1 otherwise. See Also |