CopyTo Method (ComStreamProxy)
Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.
public System.long CopyTo(
IStream ,
System.long ,
out System.long
)
'Declaration
Public Function CopyTo( _
ByVal As IStream, _
ByVal As System.Long, _
ByRef As System.Long _
) As System.Long
Parameters
- streamDest
- numberOfBytesToCopy
- bytesWritten