This topic has not yet been rated - Rate this topic

SpMemoryStream SetData method (SAPI 5.3)

Speech API 5.3
Microsoft Speech API 5.3

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.


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.