@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CoCreateGuid API !!!!C# Signature: [DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)] static extern Guid CoCreateGuid(); !!!!User-Defined Types: None. !!!!Notes: None. !!!!Tips & Tricks: If you like the old-style GUIDs that are generated in sequential order and contain the machine's MAC address, try UuidCreateSequential. !!!!Sample Code: Please add some! !!!!Alternative Managed API: System.Guid.NewGuid() Documentation: CoCreateGuid@msdn on MSDN
Edit ole32.CoCreateGuid
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.