Creates a new stream object with its own seek pointer that references the same bytes as the original stream.
| C# | Visual Basic |
void Clone( out IStream ppstm )
Sub Clone ( _ <OutAttribute> ByRef ppstm As IStream _ )
- ppstm ( IStream %)
- When this method returns, contains the new stream object.