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

STM_CM_init_item
The CM DLL calls this API before any other call is sent to an Item. This occurs once per configuration item per session. This API is optional in that the tool calls it only if it is implemented in the specific DLL used.
Syntax:
int
STM_CM_init_item(
const char *bank_dir,
const char *name,
const char *ext,
char error_message[STM_CM_message_length]
);