Click or drag to resize

IPersistStorageSave Method

Saves the object to storage.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void 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