Get current session ID
Source position: bunxh.inc line 57
function FpGetsid(
pid: TPid
):TPid ;
FpGetsid returns the session ID of the process pid. The return value is the session ID of the process. (it equals the PID of the session leader). The process pid must be in the same session as the current process.
On error, -1 is returned, and extended error information can be obtained with fpGetErrno.
Get process group ID
Return current process ID
Return parent process ID