SE_log_make_name

Generates a unique log file name

Usage syntax

LONG SE_log_make_name (SE_CONNECTION connection, CHAR *logfile);

Parameters
connection The connection handle
logfile The unique log file name
Description

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.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_LOG_NOEXIST

SE_NET_FAILURE

SE_SDE_NOT_STARTED

Notes

∙ For complete safety, the log file arguments should be at least 32 bytes in length.