VOID SetLBColumnInfoAttrsA(
struct ColumnInfo *ci,
struct TagItem *tags);
VOID SetLBColumnInfoAttrs(
struct ColumnInfo *ci, Tag tag1, ...);
Changes attributes for a ColumnInfo structure in a future friendly manner.
The ColumnInfo array must have been created using the
AllocLBColumnInfoA() function.
You may not change column attributes while the corresponding list is attached to a ListBrowser gadget. You must first detach the list with LISTBROWSER_Labels, NULL before you can change attributes and then re-attach the list along with the LISTBROWSER_ColumnInfo tag.
Returns non-zero on success or 0 on error.
AllocLBColumnInfoA(), GetLBColumnInfoAttrsA()