@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The StringFromCLSID API !!!!C# Signature: [DllImport("ole32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)] [return: MarshalAs(UnmanagedType.LPWStr)] static extern string StringFromCLSID([MarshalAs(UnmanagedType.LPStruct)] Guid rclsid); !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! !!!!Alternative Managed API: Guid.ToString("B") Documentation: StringFromCLSID@msdn on MSDN
Edit ole32.StringFromC...
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.