table of contents
other versions
- wheezy 1.4.1-4
GetCurrentThreadId(3w) | Wine API | GetCurrentThreadId(3w) |
NAME¶
GetCurrentThreadId (KERNEL32.@)SYNOPSIS¶
DWORD GetCurrentThreadId(
)
DESCRIPTION¶
Get the current thread identifier.RETURNS¶
current thread identifierIMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/thread.c". Debug channel "thread".Oct 2012 | Wine API |