Clone the stream instance.
Source position: types.pp line 515
| function IStream.Clone( | 
| out stm: IStream | 
| ):HRESULT; | 
Clone returns an independent but initially equal copy of the stream in stm. The function returns zero if the call was successful.
On error, a nonzero exit code is returned.