table of contents
other versions
- wheezy 1.4.1-4
GetCurrentProcess(3w) | Wine API | 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¶
Declared in "objbase.h". Implemented in "dlls/kernel32/process.c". Debug channel "process".Oct 2012 | Wine API |