SE_stream_in_progress

Returns the status of the specified stream

Usage syntax

LONG SE_stream_in_progress
(SE_STREAM stream,
BOOL *in_progress);

Parameters
stream The stream handle
in_progress TRUE if the stream is not closed
Description

SE_stream_in_progress returns the status of the specified stream. TRUE indicates that the referenced stream is initialized and not closed. FALSE indicates that the stream referenced by the supplied handle is not currently open.

Returns

SE_SUCCESS 
SE_CONNECTION_IN_USE
 
SE_CONNECTION_LOCKED

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_SDE_NOT_STARTED