Click or drag to resize

ComIStreamWrapperCopyTo Method


Namespace: DWSIM.SharedClasses
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.4.5.0
Syntax
public void CopyTo(
	IStream pstm,
	long cb,
	IntPtr pcbRead,
	IntPtr pcbWritten
)
Request Example View Source

Parameters

pstm  IStream
 
cb  Int64
 
pcbRead  IntPtr
 
pcbWritten  IntPtr
 

Implements

IStreamCopyTo(IStream, Int64, IntPtr, IntPtr)
See Also