[Visual Basic 6.0] Sub Load(
ByVal pstm As IStream _
)
[Visual Basic .NET] Public Sub Load ( _ ByVal pstm As IStream _ )
[C#] public void Load ( IStream pstm );
[Java] public void load ( IStream pstm ) throws IOException, AutomationException
[C++] HRESULT Load( IStream* pstm );
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.