IStream::Clone Method (IStream^%)

 

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

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

void Clone(
	[OutAttribute] IStream^% ppstm
)

Parameters

ppstm
Type: System.Runtime.InteropServices.ComTypes::IStream^%

When this method returns, contains the new stream object. This parameter is passed uninitialized.

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: