SE_serverinfo_get_streampoolsize

Extracts STREAMPOOLSIZE from the SE_SERVERINFO object

Usage syntax

LONG SE_serverinfo_get_streampoolsize (const SE_SERVERINFO svrInfo, LONG *streampool);

Parameters
svrInfo The SE_SERVERINFO object
streampool STREAMPOOLSIZE value
Description

This function extracts the STREAMPOOLSIZE value from the SE_SERVERINFO object.

The STREAMPOOLSIZE is the maximum number of allocated stream resources added to the stream pool. The resources of the stream pool are reused whenever new streams are created. Until the value of STREAMPOOLSIZE is exceeded, the resources of released streams are added to the stream pool. If the stream pool is full when a stream is released, its resources are deallocated.

Returns

SE_SUCCESS
SE_INVALID_POINTER

SE_INVALID_SERVERINFO_OBJECT

SE_SDE_NOT_STARTED