Scroll to navigation

GetCurrentProcessId(3w) Wine API GetCurrentProcessId(3w)

NAME

GetCurrentProcessId (KERNEL32.@)

SYNOPSIS

DWORD GetCurrentProcessId
(
)
 

DESCRIPTION

Get the current process identifier.
 

RETURNS

current process identifier
 

IMPLEMENTATION

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