[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 );
AxHost.State Class | AxHost.State Members | System.WinForms Namespace