C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / CopyTo Method

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

Parameters

streamDest
numberOfBytesToCopy
bytesWritten
See Also