SE_loginfo_set_persistence

Sets the logfile 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 logfile persistent
Description

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.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_INVALID_LOGINFO_OBJECT