Guardian Procedure Calls Reference Manual

73: applicable attributes
returns the attribute types that are defined for the calling process. OSS attributes are 26, 27,
and 90 through 99. Guardian extended attributes are 21 through 23, and 80 through 84.
The return value of an undefined attribute is also undefined. The bits are defined as follows:
(reserved)<0:13>
The process type, where:<14>
Guardian process. Return values for OSS attributes are undefined.0
OSS process. Return values for OSS attributes are defined.1
The Guardian extended attributes, where:<15>
No Guardian extended attributes. The target system is running an operating system version
earlier than D30. Return values for Guardian extended attributes are undefined
0
Guardian extended attributes. The target system is running RVU D30 or later. Return values for
Guardian extended attributes are defined.
1
76: process file segment (PFS) in use
returns the size of the process file segment (in bytes) that is being used when the call was
made.
77: maximum process file segment (PFS) used
returns the maximum size of the process file segment (in bytes) that had ever been used at
any time the call was made.
80: effective group ID
returns the effective group ID. The effective group ID is a process attribute used in determining
access. This value can change during the process lifetime. The group ID is a nonnegative
integer that is used to identify a group of system users. Each system user is a member of at
least one group.
81: saved set-group-ID
returns the saved set-group-ID. The saved set-group-ID is a process attribute that allows some
flexibility in the assignment of the effective group ID attribute.
82: login name
returns the login name. The login name is either the alias name if the user was authenticated
using an alias or <group>.<user> if the user was authenticated using a user ID. A byte
length of 0 is returned if the process (or the process that created the target process) did not
log in, or if the target process is created using an operating system version earlier than D30.
83: group list
returns the number of groups the user belongs to followed by the group ID of each group.
84: saved set-user-ID
returns the saved set-user-ID. The saved set-user-ID is a process attribute that allows some
flexibility in the assignment of the effective user ID attribute.
90: OSS process ID (OSS processes only)
See the oss-pid parameter returned by the PROCESS_GETINFO_ procedure.
91: OSS parameter (OSS processes only)
returns the first 1024 bytes of the OSS parameter that created the process. A byte length of
0 is returned if the process is not an OSS process.
PROCESS_GETINFOLIST_ Procedure 1033