This macro removes a column from a list view control. You can use this macro or send the LVM_DELETECOLUMN message explicitly.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Related message: | LVM_DELETECOLUMN |
Syntax
BOOL ListView_DeleteColumn( HWND hwnd, int iCol );
Parameters
hwnd
Handle to the list view control.
iCol
Index of the column to delete.
Return Values
TRUE indicates success. FALSE indicates failure.