LVM_DELETEITEM

This message removes an item from a list view control. You can send this message explicitly or by using the ListView_DeleteItem macro.

At a Glance

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

Syntax

LVM_DELETEITEM wParam = (WPARAM)(int) iItem; lParam = 0;

Parameters

iItem

Index of the list view item to delete.

Return Values

TRUE indicates success. FALSE indicates failure.