Click or drag to resize

IPersistStorageInitNew Method

Initializes a new storage object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void InitNew(
	IStorage pstg
)

Parameters

pstg  IStorage
The storage object used for initialization.
See Also