SE_loginfo_set_persistence

Sets the log file persistence

Usage syntax

LONG SE_loginfo_set_persistence (SE_LOGINFO loginfo, BOOL is_persistent);

Parameters
loginfo The SE_LOGINFO handle
is_persistent True to make a log file persistent
Description

This function sets the persistence attribute of an SE_LOGINFO object. Persistence controls whether or not a log file will exist past the end of an SDE user session. Temporary log files will be deleted at the end of a session. Persistent log files will be saved.

Returns

    SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_LOGINFO_OBJECT