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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.