Scroll to navigation

TlsAlloc(3w) Wine API TlsAlloc(3w)

NAME

TlsAlloc (KERNEL32.@)

SYNOPSIS

DWORD TlsAlloc
(
)
 

DESCRIPTION

Allocates a thread local storage index.
 

RETURNS

Success: TLS index.
Failure: 0xFFFFFFFF
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/process.c".
Debug channel "process".
Oct 2012 Wine API