SetProcessAffinityMask(hProcess, mask)
Sets a processor affinity mask for a specified process.
Parameters
hProcess : PyHANDLE
handle to the process of interestmask : int
a processor affinity maskComments
This function does not exist on all platforms.