Desktop Functions: Smart Device Functions:
|
CoCreateGuid (ole32)
C# Signature:
[DllImport("ole32.dll", ExactSpelling=true, PreserveSig=false)] User-Defined Types:None. Notes:While debugging in VS, you may get an error. Disable the error, and te code runs just fine. 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:
Guid guid; Alternative Managed API:
System.Guid.NewGuid() Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|