Click or drag to resize

IStorageSetClass Method

Sets the class identifier of the storage object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetClass(
	in Guid clsid
)

Parameters

clsid  Guid
The class identifier to assign.
See Also