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