BSKStreamOpenBuffer

Module: BSKStream
BSKStream* BSKStreamOpenBuffer( BSKCHAR** bufPtr );
Inputs: Returns: the new stream object.

Description: Creates a new stream using the given pointer as the buffer. If the stream is writeable, writes will reallocate the given buffer to fit the written data.

Return to the API
Return to the function listing


Last updated on 9 Feb 2001 by Jamis Buck (minam@rpgplanet.com)