table of contents
other versions
- wheezy 1.4.1-4
TlsAlloc(3w) | Wine API | TlsAlloc(3w) |
NAME¶
TlsAlloc (KERNEL32.@)SYNOPSIS¶
DWORD TlsAlloc(
)
DESCRIPTION¶
Allocates a thread local storage index.RETURNS¶
Success: TLS index. Failure: 0xFFFFFFFFIMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/process.c". Debug channel "process".Oct 2012 | Wine API |