SE_loginfo_set_persistence |
Sets the log file persistence
LONG SE_loginfo_set_persistence (SE_LOGINFO loginfo, BOOL is_persistent);
loginfo | The SE_LOGINFO handle |
is_persistent | True to make a log file persistent |
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.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_INVALID_LOGINFO_OBJECT