ListView_DeleteAllItemsListView_DeleteAllItems*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_CreateDragImage
*Next Topic: ListView_DeleteColumn

ListView_DeleteAllItems


BOOL ListView_DeleteAllItems(
    HWND hwnd		
);		

Removes all items from a list view control. You can use this macro or send the LVM_DELETEALLITEMS message explicitly.

hwnd
Handle to the list view control.

When a list view control receives the LVM_DELETEALLITEMS message, it sends the LVN_DELETEALLITEMS notification message to its parent window.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.