SE_connection_get_stream_spec

Returns buffering properties for future streams

Usage syntax

LONG SE_connection_get_stream_spec (SE_CONNECTION connection, SE_STREAM_SPEC *spec);

Parameters
connection The connection handle
spec A pointer to an SE_STREAM_SPEC structure
Description

SE_connection_get_stream_spec returns the advanced properties for subsequent stream creation. The properties deal with the stream pool size on the client, buffer management on the server and the transmission buffers between client and server.

The SE_STREAM_SPEC structure contains the properties.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_SHAPE_BUF_SIZE

SE_INVALID_STREAM_SPEC

SE_NET_FAILURE

SE_SDE_NOT_STARTED