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. Thsi 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 "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 Jan 2008.