GetProcessId function kernel32

int GetProcessId(
  1. int Process
)

Retrieves the process identifier of the specified process.

DWORD GetProcessId(
  HANDLE Process
);

Implementation

int GetProcessId(int Process) => _GetProcessId(Process);