CListCtrl::DeleteAllItems
Deletes all items from the list view control.
BOOL DeleteAllItems( );
Nonzero if successful; otherwise zero.
// Delete all of the items from the list view control.
m_myListCtrl.DeleteAllItems();
ASSERT(m_myListCtrl.GetItemCount() == 0);
Header: afxcmn.h