GetProcessId (KRNL386.483)
DWORD GetProcessId ( HANDLE hProcess )
GetProcessId (KERNEL32.@).
Gets the a unique identifier of a process.
hProcess | [In] | Handle to the process. |
Success: TRUE.
Failure: FALSE, check GetLastError.
The identifier is unique only on the machine and only until the process exits (including system shutdown).
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 Nov 2008.