table of contents
other versions
- wheezy 1.4.1-4
GetCurrentThread(3w) | Wine API | GetCurrentThread(3w) |
NAME¶
GetCurrentThread (KERNEL32.@)SYNOPSIS¶
HANDLE GetCurrentThread(
)
DESCRIPTION¶
GetCurrentThread [ KERNEL32.@] Gets pseudohandle for current thread.RETURNS¶
Pseudohandle for the current threadIMPLEMENTATION¶
Declared in "winbase.h". Implemented in "dlls/kernel32/thread.c". Debug channel "thread".Oct 2012 | Wine API |