Ole32FuncWriteClassStg Method |
Writes a class identifier to a storage object.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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