SE_xmlindex_free_info_list

Releases memory allocated to a list of SE_XMLINDEXINFO objects.

Usage syntax

void SE_xmlindex_free_info_list
(LONG  count,
SE_XMLINDEXINFO *xml_index_list);

Parameters

count

The number of XML indexes in the array

xml_index_list

The array of SE_XMLINDEXINFO objects.

Description

SE_xmlindex_free_info_list releases the memory allocated to the array of SE_XMLINDEXINFO objects that was generated by SE_xmlindex_get_info_list.