'Declaration Public Function CopyTo( _ ByVal streamDest As IStream, _ ByVal numberOfBytesToCopy As Long, _ ByRef bytesWritten As Long _ ) As Long
public long CopyTo( IStream streamDest, long numberOfBytesToCopy, out long bytesWritten )
Parameters
- streamDest
- The stream destination.
- numberOfBytesToCopy
- The number of bytes to copy.
- bytesWritten
- The bytes written.
Return Value
The number of bytes read from this instance