SE_log_make_name |
Generates a unique log file name
LONG SE_log_make_name (SE_CONNECTION connection, CHAR *logfile);
connection | The connection handle |
logfile | The unique log file name |
SE_log_make_name generates a unique log file name. Applications that build log files should use this routine to avoid name conflicts with existing log files.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_LOG_NOEXIST
SE_NET_FAILURE
SE_SDE_NOT_STARTED
∙ For complete safety, the log file arguments should be at least 32 bytes in length.