IMStream::NewStreamPage
The IMStream::NewStreamPage method creates a new stream page object.
Quick info
HRESULT NewStreamPage(VARIANT vData, long lSize, VARIANT_BOOL bCopy,
IMStreamPage** pIStreamPage)
Parameters
- vData
- [in] - data to the stream in bytes
- lSize
- [in] - size of the new stream
- bCopy
- [in] - copies the data to the new stream page
Return values
The
following value is returned when this method is called:
- S_OK
- Success status