![]() | ![]() | ![]() |
| ||
|
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.
- Returns TRUE if successful, or FALSE otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.