PyIStream.CopyTo

ULARGE_INTEGER = CopyTo(stream, cb )

Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.

Parameters

stream : PyIStream

The stream to write to.

cb : ULARGE_INTEGER

The number of bytes to write.

Return Value

The return value is the number of bytes actually written.