| SE_registration_free_info_list |
Releases memory allocated for an array of SE_REGINFO objects.
void SE_registration_free_info_list
(LONG count,
SE_REGINFO *reg_list);
| 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 |
SE_registration_free_info_list frees the memory allocated for the array of SE_REGINFO objects returned by SE_registration_get_info_list .