| SE_loginfo_get_target_object |
Returns the logfile's layer or table information.
LONG SE_loginfo_get_target_object (const SE_LOGINFO loginfo, LONG *target_type, CHAR *table, CHAR *spatial_column);
| loginfo | The SE_LOGINFO handle |
| target_type | Whether the logfile is based on a table or layer |
| table | The registered table name |
| spatial_column | The spatial column name if the target is a layer |
SE_loginfo_get_target_object returns the information on the layer or table upon which logfile is based. The target_type parameter values are
SE_LOG_FOR_TABLE SE_LOG_FOR_LAYER
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_SDE_NOT_STARTED