NAME

GetProcessId  (KRNL386.483)

SYNOPSIS

 DWORD GetProcessId
 (
  HANDLE hProcess
 )

DESCRIPTION

GetProcessId (KERNEL32.@).

Gets the a unique identifier of a process.

PARAMS

hProcess [In] Handle to the process.

RETURNS

Success: TRUE.

Failure: FALSE, check GetLastError.

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 "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 Jul 2008.