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