[Visual Basic 6.0] Sub Save(
ByVal pstm As IStream, _
ByVal fClearDirty As Long _
) As Empty
[Visual Basic .NET] Public Sub Save ( ByVal pstm As IStream, _ ByVal fClearDirty As Integer _ )
[C#] public void Save ( IStream pstm, int fClearDirty );
[C++] public: void Save ( IStream pstm, int fClearDirty );
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.