SE_serverinfo_get_maxarraybytes |
Extracts MAXARRAYBYTES from the SE_SERVERINFO object
LONG SE_serverinfo_get_maxarraybytes (const SE_SERVERINFO svrInfo, LONG *arraybytes);
svrInfo | The SE_SERVERINFO object |
arraybytes | MAXARRAYBYTES value |
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.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_SERVERINFO_OBJECT
SE_SDE_NOT_STARTED