Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.
| C# | Visual Basic |
Sub Read ( _ <OutAttribute> pv As Byte(), _ cb As Integer, _ <OutAttribute> ByRef pcbRead As Integer _ )
- pv (array<Byte>[]()[][])
[Missing <param name="pv"/> documentation for "M:InTheHand.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.Int32@)"]
- cb (Int32)
[Missing <param name="cb"/> documentation for "M:InTheHand.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.Int32@)"]
- pcbRead (Int32%)
[Missing <param name="pcbRead"/> documentation for "M:InTheHand.Runtime.InteropServices.ComTypes.IStream.Read(System.Byte[],System.Int32,System.Int32@)"]