GetThreadPriorityBoost (KERNEL32.@)
BOOL GetThreadPriorityBoost ( HANDLE hthread, PBOOL pstate )
hthread | [In] | Handle to thread. |
pstate | [Out] | pointer to var that receives the boost state. |
GetThreadPriorityBoost [KERNEL32.@] Returns priority boost for thread.
Always reports that priority boost is disabled.
Success: TRUE.
Failure: FALSE
Defined in "winbase.h".
Implemented in "dlls/kernel/thread.c". source.winehq.org/source/dlls/kernel/thread.c
Debug channel "thread".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.