The LVM_SETCOLUMN message sets the attributes of a list view column. You can send this message explicitly or by using the ListView_SetColumn macro.
LVM_SETCOLUMN wParam = (WPARAM) (int) iCol; lParam = (LPARAM) (const LV_COLUMN FAR *) pcol;
If the mask member specifies the LVCF_TEXT value, the pszText member is the pointer to a null-terminated string and the cchTextMax member is ignored.
Returns TRUE if successful or FALSE otherwise.