SE_table_free_column_list

Frees a list of SE_COLUMNINFOs.

Usage syntax

void SE_table_free_column_list (SHORT count, SE_COLUMNINFO *col_list);

Parameters
count The number of registered columns in the list
col_list The registered column list
Description

This function frees the list of SE_REGISTERED_COLUMN structures and SE_COLUMNINFO pointers returned by SE_table_get_column_list().