| SE_loginfo_set_persistence |
Sets the logfile persistence.
LONG SE_loginfo_set_persistence (SE_LOGINFO loginfo, BOOL is_persistent);
| loginfo | The SE_LOGINFO handle |
| is_persistent | True to make a logfile persistent |
This function sets the persistence attribute of a loginfo object. Persistence controls whether or not a logfile will exist past the end of an SDE user session. Temporary logfiles will be deleted at the end of a session. Persistent logfiles will be saved.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_INVALID_LOGINFO_OBJECT