@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CoGetClassObject API !!!!C# Signature: [DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] [return: MarshalAs(UnmanagedType.Interface)] static extern object CoGetClassObject( [In, MarshalAs(UnmanagedType.LPStruct)] Guid rclsid, CLSCTX dwClsContext, IntPtr pServerInfo, [In, MarshalAs(UnmanagedType.LPStruct)] Guid riid); !!!!VB Signature: Declare Unicode Function CoGetClassObject _ Lib "ole32.dll" _ Alias "CoGetClassObject" _ (<[In](), MarshalAs(UnmanagedType.LPStruct)> ByVal rclsid As Guid, _ ByVal dwClsContext As CLSCTX, _ ByVal pServerInfo As IntPtr, _ <[In](), MarshalAs(UnmanagedType.LPStruct)> ByVal riid As Guid) _ As <MarshalAs(UnmanagedType.Interface)> Object !!!!User-Defined Types: [CLSCTX] !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Do you know one? Please contribute it! Documentation: CoGetClassObject@msdn on MSDN
Edit ole32.CoGetClassO...
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.