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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.