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_RETURN
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/thread.c".
- Debug channel "thread".