uuidcreatesequential

Weird behavior of UuidCreateSequential

Hi, I have a software that runs over 2 000 computers on my company, without any issues. This software, at some time, generate a GUID (or UUID) using UuidCreateSequential() (MSDN link). The call usually returns RPC_S_OK on every computer. But on one of them, it always returns RPC_S_UUID_LOCAL_ONLY. The documentation states that: T...