GetProcessId(3w)
NAME
GetProcessId (KERNEL32.@)
SYNOPSIS
DWORD GetProcessId
(
HANDLE hProcess
)
DESCRIPTION
Gets the a unique identifier of a process.
PARAMS
hProcess [In] Handle to the process.
RETURNS
Success: TRUE.
Failure: FALSE, check GetLastError(3w).
NOTES
The identifier is unique only on the machine and only until the process
exits (including system shutdown).
IMPLEMENTATION
Defined in "winbase.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".