LVM_INSERTCOLUMNLVM_INSERTCOLUMN*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LVM_HITTEST
*Next Topic: LVM_INSERTITEM

LVM_INSERTCOLUMN


LVM_INSERTCOLUMN 
    wParam = (WPARAM) (int) iCol; 
    lParam = (LPARAM) (const LPLVCOLUMN) pcol; 

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

iCol
Index of the new column.
pcol
Address of an LVCOLUMN structure that contains the attributes of the new column.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.