SE_log_get_id_list |
Returns a list of IDs from the specified log file
LONG SE_log_get_id_list (SE_CONNECTION connection, SE_LOG log, const LONG max_num_ids, LONG *num_ids, LONG *idbuf);
connection | The connection handle |
log | The SE_LOG handle of an open log file |
max_num_ids | The maximum number of IDs to return |
num_ids | The number of IDs returned |
idbuf | The array of IDs |
SE_log_get_id_list returns a list of IDs from the specified log file.
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