SE_stream_get_connection |
Returns a stream’s connection handle
LONG SE_stream_get_connection
(SE_STREAM stream,
SE_CONNECTION *connection);
stream | The stream handle |
connection | The connection handle associated with the stream |
SE_stream_get_connection returns a streams connection handle. The streams connection handle was established when the stream was created.
SE_SUCCESS
SE_CONNECTION_IN_USE
SE_CONNECTION_LOCKED
SE_INVALID_PARAM_VALUE
SE_SDE_NOT_STARTED