table of contents
other versions
- wheezy 1.4.1-4
TlsSetValue(3w) | Wine API | TlsSetValue(3w) |
NAME¶
TlsSetValue (KERNEL32.@)SYNOPSIS¶
BOOL TlsSetValue(
DWORD index,
LPVOID value
)
DESCRIPTION¶
Stores a value in the thread's TLS slot.PARAMS¶
index [In] TLS index to set value for. value [In] Value to be stored.RETURNS¶
Success: TRUE Failure: FALSEIMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/process.c". Debug channel "process".Oct 2012 | Wine API |