Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
ListBrowser.gadget
NAME
FreeLBColumnInfo
Free a column info array. (V45)
SYNOPSIS
VOID FreeLBColumnInfo(
struct ColumnInfo
*ci);
FUNCTION
Frees the ColumnInfo array allocated with
AllocLBColumnInfoA()
.
INPUTS
ci
Pointer to the ColumnInfo array to free. Safe to call with a NULL pointer.
SEE ALSO
AllocLBColumnInfoA()