GetProcessID

The GetProcessID function returns the process id of a given process handle.

function GetProcessID(
  dwProcessHandle: DWord
): DWord; stdcall;

Parameters

dwProcessHandle
[in] Handle of the process.
 

Remarks

-

 

Return Values

If the function succeeds, the return value is the process id.

If the function fails, the return value is 0.

 

Requirements

Client Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.
Header

Declared in uallKernel.pas