ReadFmtUserTypeStg (ole32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)]
static extern void ReadFmtUserTypeStg(IStorage pStg, out CLIPFORMAT pcf,
   [MarshalAs(UnmanagedType.LPWStr)] out string lplpszUserType);

User-Defined Types:

CLIPFORMAT

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation