SpMemoryStream SetData method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Object: SpMemoryStream

SetData Method

The SetData method sets the contents of the stream.

The SetData method writes stream data into the memory stream, and sets the Seek pointer to zero, so that the next SetData call to the stream will overwrite the data just written.


SpMemoryStream.SetData(
     Data As Variant
)

Parameters

Data
Specifies the Data.

Return Value

None.