Thursday, July 20, 2006

GUID Creation on Windows


Information on how to create GUIDs on Windows, in case the need arises.

Functions:

1. UuidCreate() -->
MSDN link for UuidCreate()

2. UuidCreateSequential() -->

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: