Topic : TOS - das Betriebssystem Author : Version : tos.hyp (5. März 2013) Subject : Programmieren/Atari Nodes : 3001 Index Size : 93602 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Titel @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File5.11.9 Pgetgroups TOS Name: »Pgetgroups« - gets the supplementary group ids for the calling process. Gemdosnummer: 327 (0x0147) Deklaration: int32_t Pgetgroups( int16_t len, int16_t *gidset); Beschreibung: This function gets the supplementary group ids for the calling process. len specifies the length (in words) of the array to be filled with the supplementary group ids available. This value must be a positive number not greater than NGROUPS_MAX. If len is a zero, the call will return the number of supplementary group ids currently available for the calling process. gidset is a pointer to a word array to be filled with retrieved ids. The NGROUPS_MAX value is returned by Sysconf(). Ergebnis: Returns a number of supplementary group ids for the process on success or a negative GEMDOS error code otherwise. Verfügbar: Sie steht ab MiNT 1.11 zu Verfügung. Gruppe: Prozessfunktionen Querverweis: Binding Psetgroups Sysconf