This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub Clone ( _ ByRef ppstm As IStream _ )
[C#] public void Clone ( ref IStream ppstm );
[C++]
HRESULT Clone(
IStream** ppstm
);
[C++] Parameters ppstm [out]
ppstm is a parameter of type IStream**
IStream is a Microsoft interface. Please refer to MSDN for information about this interface.