CreateObjrefMoniker (ole32)
Last changed: anonymous

.
Summary

C# Signature:

[DllImport("ole32.dll")]
static extern int CreateObjrefMoniker([MarshalAs(UnmanagedType.IUnknown)]
   object pUnk, out IMoniker ppMk);

User-Defined Types:

None.

Notes:

As of .NET 2.0, UCOMIMoniker is obsolete and has been replaced with System.Runtime.InteropServices.ComTypes.IMoniker. This extends to all interfaces of the System.Runtime.InteropServices namespace starting with "UCOM...". Each of them are replaced in the System.Runtime.InteropServices.ComTypes namespace, with same name, except for the "UCOM" at the beginning.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation