| SE_log_add_id_list |
Adds a list of row IDs to a log file
LONG SE_log_add_id_list (SE_CONNECTION connection, SE_LOG log, LONG num_ids, const LONG *idbuf);
| connection | The connection handle |
| log | The file descriptor of an open log file |
| num_ids | The number of row IDs in idbuf |
| idbuf | Pointer to an array of row IDs to add to the log file |
SE_log_add_id_list adds a list of row IDs to an open log file. The log file must have been previously opened by SE_log_open.
SE_SUCCESS
SE_FAILURE
SE_ROW_NOEXIST
SE_INVALID_POINTER
SE_LAYER_NOEXIST
SE_LOG_IO_ERROR
SE_LOG_NOTOPEN
SE_NET_FAILURE
SE_SDE_NOT_STARTED