SE_xmltaginfo_free_array

Releases memory allocated for an SE_XMLTAGINFO object.

Usage syntax

void SE_xmltaginfo_free_array
(LONG num_tags,
SE_XMLTAGINFO *tags);

Parameters

num_tags

The number of SE_XMLTAGINFO objects in the array.

tags

The pointer to an array of SE_XMLTAGINFO objects.

Description

SE_xmltaginfo_free_array frees the memory allocated for an array of SE_XMLTAGINFO objects generated by SE_xmlindexinfo_get_tags.