SetThreadPriorityBoost.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/thread.c".

Debug channel "thread".