SE_loginfo_get_delete_mode

Gets delete_mode attribute of an SE_LOGINFO object

Usage syntax

LONG SE_loginfo_get_delete_mode (const SE_LOGINFO loginfo, SE_LOGFILE_DELETE_MODE *delete_mode);

Parameters
loginfo The loginfo object
delete_mode The delete_mode attribute
Description

This function gets the delete_mode attribute of an SE_LOGINFO data structure. Delete mode determines the behavior of the log file at the time of the deletion.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_LOGINFO_OBJECT

SE_FAILURE