Allow setting processor affinity.
authorIain Patterson <me@iain.cx>
Wed, 8 Jan 2014 14:55:59 +0000 (14:55 +0000)
committerIain Patterson <me@iain.cx>
Wed, 8 Jan 2014 14:56:13 +0000 (14:56 +0000)
The REG_SZ AppPriority entry specifies a list of processors which will
be converted to a mask and passed to SetProcessAffinityMask().

Processors are numbered from 0, must not exceed 63, and are separated
with commas or dashes, to specify a range.

Thanks Robert Middleton.


No differences found