SE_log_delete_id_list

Deletes a list of IDs from the specified log file

Usage syntax

LONG SE_log_delete_id_list (SE_CONNECTION connection, SE_LOG log, LONG num_ids, const LONG *idbuf);

Parameters
connection The connection handle
log The SE_LOG handle of an open log file
num_ids The number of IDs
idbuf The array of IDs
Description

SE_log_delete_id_list deletes a list of IDs from the specified log file.

Returns

SE_SUCCESS
SE_FAILURE

SE_DB_IO_ERROR

SE_FINISHED

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED