SE_table_free_rowlocks_list

Frees an array of row lock IDs.

Usage syntax

void SE_table_free_rowlocks_list
(LONG num_locks,
LONG *row_ID,
CHAR **user_name);

Parameters
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
Description

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.