SE_log_add_id

Adds a row ID to the log file

Usage syntax

LONG SE_log_add_id (SE_CONNECTION connection, SE_LOG log, LONG id);

Parameters
connection The connection handle
log The file descriptor of an open log file
id The row ID reference to add to the log file
Description

SE_log_add_id adds a single row ID to an open log file. The log file must have been previously opened by SE_log_open_log.

Returns

SE_SUCCESS
SE_ROW_NOEXIST

SE_LAYER_NOEXIST

SE_LOG_NOTOPEN

SE_LOG_IO_ERROR

SE_NET_FAILURE

SE_SDE_NOT_STARTED