IStream.Write Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a specified number of bytes into the stream object starting at the current seek pointer.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- pv
- Type:
System.Byte
()
The buffer to write this stream to.
- cb
- Type: System.Int32
The number of bytes to write to the stream.
- pcbWritten
- Type: System.IntPtr
On successful return, contains the actual number of bytes written to the stream object. If the caller sets this pointer to Zero, this method does not provide the actual number of bytes written.
Show: