GUID Creation on Windows
Information on how to create GUIDs on Windows, in case the need arises.
Functions:
1. UuidCreate() -->
MSDN link for UuidCreate()
MSDN link for UuidCreateSequential()
3. CoCreateGuid() (COM) --> MSDN link for CoCreateGuid()
4. EXE to generate GUIDs : guidgen.exe. Microsoft link for downloading GUIDGen
5. Site that generates GUIDs for you: http://www.guidgen.com/
6. GUID structure explained: http://msdn2.microsoft.com/en-us/library/system.guid.aspx
No comments:
Post a Comment