| SE_table_free_index_descriptions |
Frees an array of index definitions allocated from SE_table_describe_indexes .
void SE_table_free_index_descriptions (LONG count, SE_INDEX_DEF *index_defs);
| count | The number of indexes on the table |
| index_defs | A pointer to an array of SE_INDEX_DEF structures to deallocate |
SE_table_free_index_descriptions frees an array of SE_INDEX_DEF structures that were allocated by the SE_table_describe_indexes function.