LVM_DELETECOLUMN

This message removes a column from a list view control. You can send this message explicitly or by using the ListView_DeleteColumn macro.

At a Glance

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

Syntax

LVM_DELETECOLUMN wParam = (WPARAM)(int) iCol; lParam = 0;

Parameters

iCol

Index of the column to delete.

Return Values

TRUE indicates success. FALSE indicates failure.