LVM_DELETEALLITEMS

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

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later
Related macro: ListView_DeleteAllItems

Syntax

LVM_DELETEALLITEMS wParam = 0; lParam = 0;

Return Values

TRUE indicates success. FALSE indicates failure.