int tsmStreamToStdout ( FILE *stream )

Copies a stream to stdout

Documentation

Copies a stream to stdout.

Once you have opened an http or localdisk stream using tsmOpenStream, you can use this function to direct all of the data from the stream to standard output (stdout).

Returns:
Returns TRUE upon success, or FALSE otherwise
Parameters:
stream - a valid stream as returned by tsmOpenStream
Author:
Martin Reddy
Version:
1 May 1998
See Also:
tsmOpenStream, tsmCloseStream, tsmStreamToFile, tsmStreamToBuffer


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page