fMachineIdFlagSessionUnique#

Fully qualified name: omni::platforminfo::fMachineIdFlagSessionUnique

Defined in omni/platforminfo/IOsInfo2.h

constexpr MachineIdFlags omni::platforminfo::fMachineIdFlagSessionUnique = 0x00000002#

Flag to indicate that the generated machine ID should be created with the addition of extra information that stays the same for the duration of the calling process.

Machine IDs generated by another process even on the same machine will generate a different value. Note that if the omni.platforminfo plugin is unloaded and loaded again in the same process, machine IDs generated with this flag will differ from previous ones. There is a very slim probability that a machine ID generated on another machine with identical components and OS and using this flag could generate the same value.

Note

If this flag is combined with omni::platforminfo::fMachineIdFlagMakeUnique the generated machine ID will not be repeatable from another call.