How is ProjectGuid generated? Or is it just some random generation.
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."
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."
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.