LVM_DELETEALLITEMSLVM_DELETEALLITEMS*
*Contents  *Index  *Topic Contents
*Previous Topic: LVM_CREATEDRAGIMAGE
*Next Topic: LVM_DELETECOLUMN

LVM_DELETEALLITEMS


LVM_DELETEALLITEMS 
    wParam = 0; 
    lParam = 0; 

Removes all items from a list view control. You can send this message explicitly or by using the ListView_DeleteAllItems macro.

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.