SE_stream_free

Deletes a stream

Usage syntax

LONG SE_stream_free (SE_STREAM stream);

Parameters
stream The stream handle
Description

SE_stream_free deletes a stream and frees its associated memory. The stream handle is no longer valid. This function performs the same shutdown operations as SE_stream_close, then frees all resources associated with the stream.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_INVALID_PARAM_VALUE

SE_NET_FAILURE

SE_SDE_NOT_STARTED