SE_loginfo_get_target_object

Returns the log file's layer or table information

Usage syntax

LONG SE_loginfo_get_target_object (const SE_LOGINFO loginfo, LONG *target_type, CHAR *table, CHAR *spatial_column);

Parameters
loginfo The SE_LOGINFO handle
target_type Whether the log file is based on a table or layer
table The registered table name
spatial_column The spatial column name if the target is a layer
Description

SE_loginfo_get_target_object returns the information on the layer or table upon which a log file is based. The target_type parameter values are SE_LOG_FOR_TABLE or SE_LOG_FOR_LAYER.

Returns

    SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED