Prev Next
The 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(
HWND hwnd,
|
|
int iCol,
|
|
const LV_COLUMN FAR *pcol
|
|
);
|
|
Parameters
-
hwnd
-
Handle to the list view control.
-
iCol
-
Index of the new column.
-
pcol
-
Pointer to an LV_COLUMN structure that contains the attributes of the
new column.
Return Values
Returns the index of the new column if successful or -1 otherwise.
See Also
LVM_INSERTCOLUMN, LV_COLUMN
file: /Techref/os/win/api/win32/mac/src/mac02.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 10:44,
|
| ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/mac/src/mac02.htm"> ListView_InsertColumn</A> |
Did you find what you needed?
|
|