.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SuspendThread 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSuspendThread\fR (KERNEL32.@) .SH SYNOPSIS DWORD SuspendThread ( HANDLE \fIhthread\fR ) .SH PARAMS \fB[In]\fR Handle to the thread. .PP .SH DESCRIPTION .PP SuspendThread [\fBKERNEL32\fR.@] Suspends a thread. .SH RETURNS .PP \fBSuccess:\fR Previous suspend count .PP \fBFailure:\fR 0xFFFFFFFF .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/thread.c"\fR. .PP Debug channel \fB"thread"\fR.