.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetThreadId 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetThreadId\fR (KERNEL32.@) .SH SYNOPSIS DWORD GetThreadId ( HANDLE \fIThread\fR ) .SH DESCRIPTION .PP Retrieve the identifier of a thread. .SH PARAMS \fIThread\fR \fB[In]\fR The thread to retrieve the identifier of. .PP .SH RETURNS .PP \fBSuccess:\fR Identifier of the target thread. .PP \fBFailure:\fR \fB0\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.