[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Return real group ID
Source position: oldlinux.pp line 1372
function GetGid: LongInt; |
Get the real group ID of the currently running process.
None.
|
Return effective group ID |
Program Example18; { Program to demonstrate the GetGid and GetEGid functions. } Uses oldlinux; begin writeln ('Group Id = ',getgid,' Effective group Id = ',getegid); end.
No notes exist for this page yet.