OpenProcess (KERNEL32.@)
HANDLE OpenProcess ( DWORD access, BOOL inherit, DWORD id )
Opens a handle to a process.
access | [In] | Desired access rights assigned to the returned handle. |
inherit | [In] | Determines whether or not child processes will inherit the handle. |
id | [In] | Process identifier of the process to get a handle to. |
Success: Valid handle to the specified process.
Failure: NULL, check GetLastError.
Defined in "winbase.h".
Implemented in "dlls/kernel32/process.c". source.winehq.org/source/dlls/kernel32/process.c
Debug channel "process".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.