You are reading help file online using chmlib.com
|
Object: SpMemoryStream
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
)
None.
You are reading help file online using chmlib.com
|