writeclassstm (ole32)
Last changed: anonymous

.
Summary
Stores the specified CLSID in the stream.

C# Signature:

[DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)]
static extern void WriteClassStm(
    UCOMIStream pStm,
    [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