NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.State.OleSave

[To be supplied.]

[Visual Basic]
extern Public Shared Sub OleSave( _
   ByVal pPS As IPersistStorage, _
   ByVal pStg As IStorage, _
   ByVal fSameAsLoad As Integer _
)
[C#]
public static extern void OleSave(
   IPersistStorage pPS,
   IStorage pStg,
   int fSameAsLoad
);
[C++]
public: static extern void OleSave(
   IPersistStorage* pPS,
   IStorage* pStg,
   int fSameAsLoad
);
[JScript]
public static extern function OleSave(
   pPS : IPersistStorage,
   pStg : IStorage,
   fSameAsLoad : int
);

Parameters

pPS
[To be supplied.]
pStg
[To be supplied.]
fSameAsLoad
[To be supplied.]

See Also

AxHost.State Class | AxHost.State Members | System.WinForms Namespace