SetThreadPriorityBoost(3w)
NAME
SetThreadPriorityBoost (KERNEL32.@)
SYNOPSIS
BOOL SetThreadPriorityBoost ( HANDLE hthread, BOOL disable )
PARAMS
hthread [In] Handle to thread.
disable [In] TRUE to disable priority boost.
DESCRIPTION
SetThreadPriorityBoost [KERNEL32.@] Sets priority boost for thread.
Priority boost is not implemented. This function always returns FALSE and sets last error to ERROR_CALL_NOT_IMPLEMENTED.
RETURNS
Always returns FALSE to indicate a failure
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".