Guardian Procedure Calls Reference Manual

set-attr-code Attribute Codes and Value Representations
The individual set-attr-code attribute codes and their associated value representations are:
TAL Value RepresentationAttributeCode
INT (10 words)mom's process handle40
INTprocess file security41 *
INTpriority42
INTlogged-on state45 *+
INTprimary47 *
INTqualifier information available49 *
INTSafeguard-authenticated logon50 * +
INTstop on logoff69 *+
INTpropagate logon70 *+
INTpropagate stop-on-logoff71 *+
INT(32)nice() caller's value75
INT(32)maximum size of the main stack104 *
INT(64)maximum size of the main stack144 *
Attributes marked with an asterisk (*) can be altered only when the caller is the target process.
Attributes marked with a plus sign (+) can be altered only when the caller is a privileged process.
40: mom's process handle
sets the process handle of the mom of the specified process. The process handle to be used
must only be the process handle of the calling process. If the calling process attempts to specify
a process handle other than itself as the mom process handle, PROCESS_SETINFO_ ignores
that parameter. See Considerations (page 1089) for more information.
41: process file security
sets the current default process file security setting. The security bits are as follows:
0<0:3>
ID code allowed for read<4:6>
ID code allowed for write<7:9>
ID code allowed for execute<10:12>
ID code allowed for purge<13:15>
ID code can be one of these:
Any user (local)0
Member of owner's group (local)1
Owner (local)2
Any user (local or remote)4
Member of owner's community (local or remote)5
Owner (local or remote)6
Super ID only (local)7
PROCESS_SETINFO_ Procedure 1087