Scroll to navigation

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 thread
 

IMPLEMENTATION

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