SE_log_add_id

Adds a row ID to the logfile.

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 logfile
id The row ID reference to add to the logfile
Description

SE_log_add_id adds a single row ID to an open logfile. The logfile must have been previously opened by SE_log_open.

Returns

SE_SUCCESS
SE_ROW_NOEXIST

SE_LAYER_NOEXIST

SE_LOG_NOTOPEN

SE_LOG_IO_ERROR

SE_NET_FAILURE

SE_SDE_NOT_STARTED