SE_serverinfo_get_maxarraybytes

Extracts MAXARRAYBYTES from the SE_SERVERINFO object

Usage syntax

LONG SE_serverinfo_get_maxarraybytes (const SE_SERVERINFO svrInfo, LONG *arraybytes);

Parameters
svrInfo The SE_SERVERINFO object
arraybytes MAXARRAYBYTES value
Description

This function extracts MAXARRAYBYTES from the SE_SERVERINFO object.

The MAXARRAYBYTES parameter controls the maximum number of array bytes allocated per stream. It is used to manage the memory allocations for array buffers on the server.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED