2
2G
Hi,
How is ProjectGuid generated? Or is it just some random generation.
Thanks.
How is ProjectGuid generated? Or is it just some random generation.
Thanks.
It's more the other way round: if it were randomly generated it would
not be a GUID. AFAIK CoCreateGuid() takes into account
machine-"specific" data and time.
However, MSDN says:
"To a very high degree of certainty, this function returns a unique
value – no other invocation, on the same or any other system (networked
or not), should return the same value."
cody said:If it wouldn't be generated randomly it wouldn't be a GUID.