SE_serverinfo_get_maxbufsize

Extracts MAXBUFSIZE from the SE_SERVERINFO object.

Usage syntax

LONG SE_serverinfo_get_maxbufsize (const SE_SERVERINFO svrInfo, LONG *bufsize);

Parameters
svrInfo The SE_SERVERINFO object
bufsize MAXBUFSIZE value
Description

This function extracts the MAXBUFSIZE value from the SE_SERVERINFO object.

MAXBUFSIZE represents the maximum buffer threshold. The minimum value is 12,288 (12 KB). If the MAXBUFSIZE value is greater than 12 KB but less than the MINBUFSIZE, the two values are switched.

By default, MAXBUFSIZE is set to 64 KB.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED