writeclassstg (ole32)
Last changed: anonymous

.
Summary
Stores the specified class identifier (CLSID) in a storage object.

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)]
static extern void WriteClassStg(
    IStorage pStg,
    [In, MarshalAs(UnmanagedType.LPStruct)] Guid rclsid);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation