GetCurrentProcess(3w)
NAME
GetCurrentProcess (KERNEL32.@)
SYNOPSIS
HANDLE GetCurrentProcess ( )
DESCRIPTION
Get a handle to the current process.
PARAMS
None.
RETURNS
A handle representing the current process.
IMPLEMENTATION
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/process.c".
- Debug channel "process".