@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CreateObjrefMoniker API !!!!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: CreateObjrefMoniker@msdn on MSDN
Edit ole32.CreateObjre...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.