Guardian Programming Reference Summary for C
Functions Summary (O-Q)
Guardian Programming Reference Summary for C—522630-001
7-23
PROCESS_SETSTRINGINFO_
Alters a single string-form attribute of a specified process, and optionally returns the
prior value of the attribute.
specifier
Attribute Code Value Representation
40 mom's process handle short (10 TNS words)
* 41 process file security short
42 priority short
* 45 logged-on state short
* 47 primary short
* 49 qualifier info available short
* 50 Safeguard-authenticated logon short
* 69 stop on logoff short
* 70 propagate logon short
* 71 propagate stop-on-logoff short
#include <cextdecs(PROCESS_SETSTRINGINFO_)>
short PROCESS_SETSTRINGINFO_ ([ short *processhandle ]/* i */
,[ short specifier ] /* i */
,short set-attr-code /* i */
,const char *set-value /* i */
,short length /* i */
,[ char *old-value ] /* o */
,[ short maxlen ] /* i */
,[ short *old-value-len ] ); /* o */
0 = Act upon the specified process only.
1 = Act upon both members if processhandle specifies a member of a named
process pair.