SE_table_free_grantee_list |
Frees an array of user names allocated from SE_table_get_grantee_privilege_list
void SE_table_free_grantee_list (LONG
num_grantees,
ACHAR **grantees)
num_grantees | The number of distinct users who have been granted SELECT/INSERT/UPDATE/DELETE privileges on the table |
grantees | A pointer to an array of distinct user names to deallocate |
SE_table_free_grantee_list frees the array of grantees allocated by the SE_table_get_grantee_privilege_list function.
None