SE_serverinfo_get_maxconnections |
Extracts the CONNECTIONS value from the SE_SERVERINFO object
LONG SE_serverinfo_get_maxconnections (const SE_SERVERINFO svrInfo, LONG *conns);
svrInfo | The SE_SERVERINFO object |
conns | CONNECTIONS value |
This function extracts the CONNECTIONS value from the SE_SERVERINFO data structure.
The CONNECTIONS parameter specifies the maximum number of simultaneous connections accepted by the ArcSDE geodatabase. Connections include ArcSDE service and direct connections to the geodatabase.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_SERVERINFO_OBJECT
SE_SDE_NOT_STARTED