LVM_INSERTCOLUMN (Windows CE 5.0)

Send Feedback

This message inserts a new column in a list-view control. You can send this message explicitly or by using the ListView_InsertColumn macro.

LVM_INSERTCOLUMN wParam = (WPARAM)(int)iCol;lParam = (LPARAM)(const LV_COLUMN FAR *)pcol;

Parameters

  • iCol
    Index of the new column.
  • pcol
    Pointer to an LVCOLUMN structure that contains the attributes of the new column.

Return Values

The index of the new column indicates success. –1 indicates failure.

Remarks

Related macro:ListView_InsertColumn

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

LVCOLUMN | List-View Controls Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.