SE_registration_free_info_list

Releases memory allocated for an array of SE_REGINFO objects.

Usage syntax

void SE_registration_free_info_list
(LONG count,
SE_REGINFO *reg_list);

Parameters
count The number of registered tables in the list
reg_list Address of an SE_REGINFO pointer set to a dynamically allocated space that will contain an array of SE_REGINFO objects
Description

SE_registration_free_info_list frees the memory allocated for the array of SE_REGINFO objects returned by SE_registration_get_info_list .