pub unsafe fn proc_parent(pid: Pid) -> Result<Pid, Errno>
Expand description

Returns the parent handle of a particular process

Parameters

  • pid - Handle of the process to get the parent handle for