SE_serverinfo_get_logfilepoolsize

Extracts LOGFILEPOOLSIZE from the SE_SERVERINFO object

Usage syntax

LONG SE_serverinfo_get_logfilepoolsize(SE_SERVERINFO svrInfo, LONG *logfilepoolsize);

Parameters
svrInfo The SE_SERVERINFO object
logfilepoolsize LOGFILEPOOLSIZE value
Description

This function extracts the LOGFILEPOOLSIZE value from the SE_SERVERINFO structure.

The LOGFILEPOOLSIZE parameter specifies the size of the session-based log file pool. By default, this parameter is set to 0, which represents the number of log files that will be owned by the ArcSDE administrator that users can check out from the pool as opposed to creating their own.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED