.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetThreadPriorityBoost 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetThreadPriorityBoost\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetThreadPriorityBoost ( HANDLE \fIhthread\fR, PBOOL \fIpstate\fR ) .SH PARAMS \fIhthread\fR \fB[In]\fR Handle to thread. .PP \fIpstate\fR \fB[Out]\fR pointer to var that receives the boost state. .PP .SH DESCRIPTION .PP GetThreadPriorityBoost [\fBKERNEL32\fR.@] Returns priority boost for thread. .PP Always reports that priority boost is disabled. .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/thread.c"\fR. .PP Debug channel \fB"thread"\fR.