IStream.Clone Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new stream object with its own seek pointer that references the same bytes as the original stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- ppstm
- Type:
System.Runtime.InteropServices.ComTypes.IStream
%
When this method returns, contains the new stream object. This parameter is passed uninitialized.
Show: