createitemmoniker (ole32)
Last changed: -207.91.27.146

.
Summary

C# Signature:

[DllImport("ole32.dll")]
static extern int CreateItemMoniker([MarshalAs(UnmanagedType.LPWStr)] string
   lpszDelim, [MarshalAs(UnmanagedType.LPWStr)] string lpszItem,
   out System.Runtime.InteropServices.ComTypes.IMoniker ppmk);

User-Defined Types:

None.

Notes:

For .Net 2.0, use System.Runtime.InteropServices.ComTypes.IMoniker as the final parameter; frameworks 1.0 and 1.1 use System.Runtime.InteropServices.UCOMIMoniker.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation