There is a common misconception that GUIDs[1] are guaranteed to be unique. The misconception is probably because GUID stands for Globally Unique Identifier or people are misunderstanding the concept of being “mathematically guaranteed” unique. If you look at the documentation for one of the higher MS API function that creates GUIDs – CoCreateGuid you will […]