|
Hardware ID Extractor
Documentation for CPU CORE MASK
To use the 'GetCPUID' function, you need to specify which core you want to interogate. You will pass this information as a paramater for 'GetCPUID'. This parameter (the core mask) is a binary number consisting in a number of digits equal with the number of cores, so each bit coresponds to a core. Set the bit corresponding to the core that you want to access to "1". Leave the rest of the bits set to "0".
Anyway, don't bother too much to understand this.
We provided a function called CoreNumber2CoreMask. Just use it. |
|||||||||||||||||