SE_log_get_by_owner |
Returns a list of SE_LOGINFO objects owned by the specified user
LONG SE_log_get_by_owner (SE_CONNECTION connection, const CHAR *owner, SE_LOGINFO **loginfo_list_addr, LONG *count_addr);
connection | The connection handle |
owner | The owner of the log files |
loginfo_list_addr | The pointer to a list of SE_LOGINFO objects |
count_addr | The number of SE_LOGINFO objects |
SE_log_get_by_owner returns a list of SE_LOGINFO objects owned by the specified user. If the owner parameter is NULL, the current user's log files are returned.
SE_SUCCESS
SE_FAILURE
SE_DB_IO_ERROR
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_OUT_OF_SVMEM
SE_SDE_NOT_STARTED
SE_TABLE_NOEXIST