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

STM_CM_is_locked_in_bank
Checks whether or not a file in the databank is locked (was checked out with lock).
Syntax:
STM_CM_is_locked_in_bank
 
int
STM_CM_is_locked_in_bank(
const char *full_archive_name,
const char *revision,
int *is_locked
char error_message[STM_CM_message_length]
);