.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetExitCodeThread 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetExitCodeThread\fR (KERNEL32.@) .SH SYNOPSIS BOOL GetExitCodeThread ( HANDLE \fIhthread\fR, LPDWORD \fIexitcode\fR ) .SH PARAMS \fIhthread\fR \fB[In]\fR Handle to thread. .PP \fIexitcode\fR \fB[Out]\fR Address to receive termination status. .PP .SH DESCRIPTION .PP Gets termination status of thread. .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.