Contents Index Topic Contents | ||
Previous Topic: LVM_SETCALLBACKMASK Next Topic: LVM_SETCOLUMNORDERARRAY |
LVM_SETCOLUMN
LVM_SETCOLUMN wParam = (WPARAM) (int) iCol; lParam = (LPARAM) (const LPLVCOLUMN) pcol;Sets the attributes of a list view column. You can send this message explicitly or by using the ListView_SetColumn macro.
- Returns TRUE if successful, or FALSE otherwise.
- iCol
- Index of the column.
- pcol
- Address of an LVCOLUMN structure that contains the new column attributes. The mask member specifies which column attributes to set.
- If the mask member specifies the LVCF_TEXT value, the pszText member is the address of a null-terminated string and the cchTextMax member is ignored.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.