Click or drag to resize

Ole32FuncWriteClassStg Method

Writes a class identifier to a storage object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void WriteClassStg(
	IStorage pStg,
	Guid rclsid
)

Parameters

pStg  IStorage
The storage object that receives the class identifier.
rclsid  Guid
The class identifier to write.
See Also