SetThreadPriorityBoost (KERNEL32.@)
BOOL SetThreadPriorityBoost ( HANDLE hthread, BOOL disable )
hthread | [In] | Handle to thread. |
disable | [In] | TRUE to disable priority boost. |
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.
Always returns FALSE to indicate a failure
Defined in "winbase.h".
Implemented in "dlls/kernel32/thread.c". source.winehq.org/source/dlls/kernel32/thread.c
Debug channel "thread".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.