IPersistStorageSave Method |
Saves the object to storage.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Save(
IStorage pStgSave,
bool fSameAsLoad
)
Parameters
- pStgSave IStorage
- The destination storage object.
- fSameAsLoad Boolean
- if the destination storage is the same as the load storage.
See Also