In The Hand LtdIn The Hand
CopyTo Method (pstm, cb, pcbRead, pcbWritten)
NamespacesInTheHand.Runtime.InteropServices.ComTypesIStreamCopyTo(IStream, Int64, IntPtr, IntPtr)
.NET Components for Mobility
Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.
Declaration Syntax
C#Visual Basic
void CopyTo(
	IStream pstm,
	long cb,
	IntPtr pcbRead,
	IntPtr pcbWritten
)
Sub CopyTo ( _
	pstm As IStream, _
	cb As Long, _
	pcbRead As IntPtr, _
	pcbWritten As IntPtr _
)
Parameters
pstm (IStream)

[Missing <param name="pstm"/> documentation for "M:InTheHand.Runtime.InteropServices.ComTypes.IStream.CopyTo(InTheHand.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr)"]

cb (Int64)

[Missing <param name="cb"/> documentation for "M:InTheHand.Runtime.InteropServices.ComTypes.IStream.CopyTo(InTheHand.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr)"]

pcbRead (IntPtr)

[Missing <param name="pcbRead"/> documentation for "M:InTheHand.Runtime.InteropServices.ComTypes.IStream.CopyTo(InTheHand.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr)"]

pcbWritten (IntPtr)

[Missing <param name="pcbWritten"/> documentation for "M:InTheHand.Runtime.InteropServices.ComTypes.IStream.CopyTo(InTheHand.Runtime.InteropServices.ComTypes.IStream,System.Int64,System.IntPtr,System.IntPtr)"]

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0