.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SetThreadPriorityBoost 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSetThreadPriorityBoost\fR (KERNEL32.@) .SH SYNOPSIS BOOL SetThreadPriorityBoost ( HANDLE \fIhthread\fR, BOOL \fIdisable\fR ) .SH PARAMS \fIhthread\fR \fB[In]\fR Handle to thread. .PP \fIdisable\fR \fB[In]\fR \fBTRUE\fR to \fIdisable\fR priority boost. .PP .SH DESCRIPTION .PP SetThreadPriorityBoost [\fBKERNEL32\fR.@] Sets priority boost for thread. .PP Priority boost is not implemented. This function always returns \fBFALSE\fR and sets last error to \fBERROR_CALL_NOT_IMPLEMENTED\fR. .SH RETURNS .PP Always returns \fBFALSE\fR to indicate a failure .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/thread.c"\fR. .PP Debug channel \fB"thread"\fR.