SpMemoryStream SetData method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.