Scroll to navigation

GetCurrentThreadId(3w) Wine API GetCurrentThreadId(3w)

NAME

GetCurrentThreadId (KERNEL32.@)

SYNOPSIS

DWORD GetCurrentThreadId
(
)
 

DESCRIPTION

Get the current thread identifier.
 

RETURNS

current thread identifier
 

IMPLEMENTATION

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