.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH TlsGetValue 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBTlsGetValue\fR (KERNEL32.@) .SH SYNOPSIS LPVOID TlsGetValue ( DWORD \fIindex\fR ) .SH DESCRIPTION .PP Gets value in a thread's \fBTLS\fR slot. .SH PARAMS \fIindex\fR \fB[In]\fR \fBTLS\fR \fIindex\fR to retrieve value for. .PP .SH RETURNS .PP \fBSuccess:\fR Value stored in calling thread's \fBTLS\fR slot for \fIindex\fR. .PP \fBFailure:\fR \fB0\fR and \fBGetLastError(3w)\fR returns \fBNO_ERROR\fR. .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/process.c"\fR. .PP Debug channel \fB"process"\fR.