Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL522631-001
8-43
where the legitimate fields are encoded with numbers that represent the following
information:
USER_GETNEXT_
Returns the next user name or alias in the order in which it is stored by the security
mechanism in effect. On successive calls, all user names and aliases can be obtained.
initdir-len, INT .EXT:ref:1 output
initprog:initprog-maxlen, STRING .EXT:ref:*,INT:value output:input
initprog-len, INT .EXT:ref:1 output
default-security, INT .EXT:ref:1 output
<0:3> reserved
<4:6> read
<7:9> write
<10:12> execute
<13:15> purge
0 = A (any local user)
1 = G (any local group member)
2 = O (only the local owner)
3 = not used
4 = N (any network user)
5 = C (any network group/community user)
6 = U (only the network owner)
7 = - (only the local super ID (255,255))
error := USER_GETNEXT_ ( user-name:user-maxlen
,user-curlen
,is-alias );
error, INT returned value
0 No error.
11 Record not in use. The specified user name is undefined.