Prev Next
ListView_InsertColumn info Overview GroupThe ListView_InsertColumn macro inserts a new column in a list view control. You can use this macro or explicitly send the LVM_INSERTCOLUMN message. int ListView_InsertColumn(
Parameters
Return ValuesReturns the index of the new column if successful or -1 otherwise. See Also |