SE_stream_get_connection

Returns a stream’s connection handle

Usage syntax

LONG SE_stream_get_connection
(SE_STREAM stream,
SE_CONNECTION *connection);

Parameters
stream The stream handle
connection The connection handle associated with the stream
Description

SE_stream_get_connection returns a stream’s connection handle. The stream’s connection handle was established when the stream was created.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_INVALID_PARAM_VALUE

SE_SDE_NOT_STARTED