table of contents
other versions
- wheezy 1.4.1-4
GetThreadPriority(3w) | Wine API | GetThreadPriority(3w) |
NAME¶
GetThreadPriority (KERNEL32.@)SYNOPSIS¶
INT GetThreadPriority(
HANDLE hthread
)
PARAMS¶
hthread [In] Handle to thread.DESCRIPTION¶
GetThreadPriority [ KERNEL32.@] Returns priority for thread.RETURNS¶
Success: Thread's priority level. Failure: THREAD_PRIORITY_ERROR_RETURNIMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/thread.c". Debug channel "thread".Oct 2012 | Wine API |