UCOMIStream.Clone(UCOMIStream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.