stm_backup Creates a back up of the workarea in a session to a selected directory. Syntax stm_backup (char* destination, char* mess, int *status) Arguments Argument Input/Output Type Description char* In destination The destination directory for the backup. char* Out mess Messages related to the backup operation. int Out status The status of the query (stm_error_in_backup or stm_success). status Out int Function status code
char*
destination
mess
int
status
stm_error_in_backup
stm_success