| SE_table_free_rowlocks_list |
Frees an array of row lock IDs.
void SE_table_free_rowlocks_list
(LONG num_locks,
LONG *row_ID,
CHAR **user_name);
| num_locks | The number of row locks |
| row_ID | A pointer to an array of row IDs |
| user_name | A pointer to an array of user names |
SE_table_free_rowlocks_list frees an array of row lock IDs and user names that was allocated by the SE_table_get_rowlocks or SE_table_get_rowlocks_by_user functions.