SE_connection_set_application_ids

Sets current application IDs

Usage syntax

LONG SE_connection_set_application_ids (SE_CONNECTION handle, const LONG *app_id_list, LONG app_id_count);

Parameters
handle ArcSDE server connection handle
app_id_list The list of application IDs to set
app_id_count The number of entries in app_id_list, 0 when setting none
Description

This function sets the applications IDs for the specified connection. This allows the current connection to be used to modify ArcSDE objects locked to those applications.

Note that this function is not logged in an ArcSDE trace file.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_INVALID_CONNECTION

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_RELEASE

SE_NET_FAILURE

SE_SDE_NOT_STARTED