Prev Next
ListView_DeleteItem info Overview GroupThe ListView_DeleteItem macro removes an item from a list view control. You can use this macro or explicitly send the LVM_DELETEITEM message. BOOL ListView_DeleteItem(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. See Also |