Set the current group ID
Source position: bunxh.inc line 53
function FpSetgid(
gid: TGid
):cint ;
fpSetUID sets the group ID of the current process. This call will only work if it is executed as root, or the program is setgid root.
On success, zero is returned, on error -1 is returned.
Extended error information can be retrieved with fpGetErrNo.
Set the current user ID
Return real group ID
Return current user ID
Return effective user ID
Return effective group ID
Return current process ID
Return parent process ID