table of contents
other versions
- wheezy 1.4.1-4
SetThreadIdealProcessor(3w) | Wine API | SetThreadIdealProcessor(3w) |
NAME¶
SetThreadIdealProcessor (KERNEL32.@)SYNOPSIS¶
DWORD SetThreadIdealProcessor(
HANDLE hThread,
DWORD dwIdealProcessor
)
PARAMS¶
hThread [In] Specifies the thread of interest. dwIdealProcessor [In] Specifies the new preferred processor.DESCRIPTION¶
SetThreadIdealProcessor [ KERNEL32.@] Sets preferred processor for thread.RETURNS¶
Success: Value of last call to SetThreadIdealProcessor Failure: -1IMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/thread.c". Debug channel "thread".Oct 2012 | Wine API |