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

[Missing <param> documentation for "pv"]

cb (Int32)

[Missing <param> documentation for "cb"]

pcbWritten ( Int32 %)

[Missing <param> documentation for "pcbWritten"]

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