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