Guardian Procedure Calls Reference Manual
initdir-maxlen specifies the length of the string variable initdir in bytes.
This parameter pair is required if initdir-len is specified.
initdir-len
output
INT .EXT:ref:1
if initdir is returned, contains its actual length in bytes.
This parameter is required if initdir:initdir-maxlen is specified.
initprog:initprog-maxlen
output:input
STRING .EXT:ref:*, INT:value
if present and if initprog-maxlen is not 0, returns the OSS pathname for the initial program
for the specified user in an OSS environment.
initprog-maxlen specifies the length of the string variable initprog in bytes.
This parameter pair is required if initprog-len is specified.
initprog-len
output
INT .EXT:ref:1
if initprog is returned, contains its actual length in bytes.
This parameter is required if initprog:initprog-maxlen is specified.
default-security
output
INT .EXT:ref:1
if present, returns the default file security to be used when a new file is created under the
specified user ID. This information is returned in the form:
reserved<0:3>
read<4:6>
write<7:9>
execute<10:12>
purge<13:15>
where the legitimate fields are encoded with numbers that represent this information:
A (any local user)0
G (any local group member)1
O (only the local owner)2
not used3
N (any network user)4
C (any network group/community user)5
U (only the network owner)6
– (only the local super ID)7
These parameters are supported in G06.27 and all subsequent G-series RVUs.
USER_GETINFO_ Procedure 1455