Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File5.12.24 Psetgid TOS Name: »Psetgid« - Alter the group ID of the calling process. Opcode: 277 Syntax: int16_t Psetgid ( int16_t id ); Description: The function Psetgid sets the group ID of the current process to id. This must be a number between 0 and 255. Return value: The function can return the following results: 0-255 : No error has occurred (the new ID) EACCDN: The process does not have the authority to alter its ID Availability: As of the first in MultiTOS integrated MiNT version 1.04. Group: Process functions See also: Binding Psetuid