SE_log_make_name

Generates a unique logfile name.

Usage syntax

LONG SE_log_make_name (SE_CONNECTION connection, CHAR *logfile);

Parameters
connection The connection handle
logfile The unique logfile name
Description

SE_log_make_name generates a unique logfile name. Applications that build logfiles should use this routine to avoid name conflicts with existing logfiles.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_LOG_NOEXIST

SE_NET_FAILURE

SE_SDE_NOT_STARTED

Notes

• For complete safety, the logfile arguments should be at least 32 bytes in length.