SE_stream_free |
Deletes a stream
LONG SE_stream_free (SE_STREAM stream);
stream | The stream handle |
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.
SE_SUCCESS
SE_CONNECTION_IN_USE
SE_CONNECTION_LOCKED
SE_INVALID_PARAM_VALUE
SE_NET_FAILURE
SE_SDE_NOT_STARTED