Prev Next
ListView_DeleteAllItems info Overview GroupThe ListView_DeleteAllItems macro removes all items from a list view control. You can use this macro or explicitly send the LVM_DELETEALLITEMS message. BOOL ListView_DeleteAllItems(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. RemarksWhen a list-view control receives the LVM_DELETEALLITEMS message, it sends the LVN_DELETEALLITEMS notification message to its parent window. See Also |