This command returns 1 if the specified
logical processor is toggled on and 0 if the processor is toggled off.
You can toggle a processor on/off using
mnToggleAffinity
Processor IDs range from 1 to the number
of logical processors.
You can use mnGetLogicalCPU to determine how many logical processors are on the system.
unsigned int Processor: This is the logical processor that the command should use.
1 if the specified processor is toggled
on.
0 if the specified processor is toggled
off.
-1 if an error occurred.
C++
DBP
.Net