UCOMIStream.Clone(UCOMIStream) Method

Definition

Creates a new stream object with its own seek pointer that references the same bytes as the original stream.

public:
 void Clone([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIStream ^ % ppstm);
public void Clone (out System.Runtime.InteropServices.UCOMIStream ppstm);
abstract member Clone : UCOMIStream -> unit
Public Sub Clone (ByRef ppstm As UCOMIStream)

Parameters

ppstm
UCOMIStream

On successful return, contains the new stream object.

Remarks

For more information, please see the existing documentation for IStream::Clone in the MSDN library.

Applies to