Scroll to navigation

SetThreadPriorityBoost(3w) Wine API 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

Declared in "winbase.h".
Implemented in "dlls/kernel32/thread.c".
Debug channel "thread".
Oct 2012 Wine API