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

STM_CM_unlock_file
Executes the unlock command on a file in the databank.
Syntax:
STM_CM_unlock_file
 
int
STM_CM_unlock_file(
const char *bank_dir,
const char *name,
const char *text,
const char *full_archive_name,
const char *user_name,
const char *version,
char error_message[STM_CM_message_length]
);