Defining Third-Party CM Tool Interfaces : User Function Interface to CM Tool : STM_CM_get_locked_by

STM_CM_get_locked_by
Returns the name of the user who locked an archive file.
Syntax:
STM_CM_get_locked_by
 
int
STM_CM_gte_locked_by(
const char *full_archive_name,
const char *revision,
char locked_by[STM_CM_user_name_length],
char error_message[STM_CM_message_length]
);