FpSetgid
Set the current group ID
Declaration
Source position: bunxh.inc line 53
function FpSetgid(gid: TGid) : cint;
Description
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.
Errors
Extended error information can be retrieved with fpGetErrNo .
See also
Name | Description |
---|---|
FpGetEGid | Return effective group ID |
FpGetEUid | Return effective user ID |
FpGetGid | Return real group ID |
FpGetPid | Return current process ID |
FpGetPPid | Return parent process ID |
FpGetUid | Return current user ID |
FpSetUid | Set the current user ID |