In The Hand - .NET Components for Mobility
Read Method (pv, cb, pcbRead)
NamespacesInTheHand.Runtime.InteropServices.ComTypesIStreamRead(array<Byte>[]()[], Int32, Int32%)
Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.
Declaration Syntax
C#Visual Basic
void Read(
	byte[] pv,
	int cb,
	out int pcbRead
)
Sub Read ( _
	<OutAttribute> pv As Byte(), _
	cb As Integer, _
	<OutAttribute> ByRef pcbRead As Integer _
)
Parameters
pv (array< Byte >[]()[])

[Missing <param> documentation for "pv"]

cb (Int32)

[Missing <param> documentation for "cb"]

pcbRead ( Int32 %)

[Missing <param> documentation for "pcbRead"]

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0