22. FAQ o Win API

Q> As in multiprocessor system to specify to the task on what processor to work? 
A> 

HANDLE threadHandle = GetCurrentThread (); 
SetThreadIdealProcessor (threadHandle, 1); 

2000 (c) DM