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.14 Pgetuid TOS Name: »Pgetuid« - Get user ID of a process. Opcode: 271 Syntax: int16_t Pgetuid ( void ); Description: The function Pgetuid returns the actual user ID of the current (calling) process. This is a number between 0 and 255 that determines the access rights permissions of the process, and can be used to differentiate the individual users in multi-user systems. Return value: The return value is the actual user ID of the process. Availability: As of the first in MultiTOS integrated MiNT version 1.04. Group: Process functions See also: Binding Pgetgid Pgeteuid Pgetegid