SE_table_free_index_descriptions

Frees an array of index definitions allocated from SE_table_describe_indexes .

Usage syntax

void SE_table_free_index_descriptions (LONG count, SE_INDEX_DEF *index_defs);

Parameters
count The number of indexes on the table
index_defs A pointer to an array of SE_INDEX_DEF structures to deallocate
Description

SE_table_free_index_descriptions frees an array of SE_INDEX_DEF structures that were allocated by the SE_table_describe_indexes function.