Guardian Programming Reference Summary for C

Functions Summary (R-Z)
Guardian Programming Reference Summary for C522630-001
8-19
SETMODENOWAIT
Sets device-dependent functions with the nowait option on nowait files.
SETMYTERM
(superseded by PROCESS_SETINFO_) Permits a process to change the terminal it uses
as its home terminal.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
SETPARAM
Sets and fetches various values such as the station characteristics of network addresses.
#include <cextdecs(SETMODENOWAIT)>
_cc_status SETMODENOWAIT ( short filenum /* i */
,short function /* i */
,[ short param1 ] /* i */
,[ short param2 ] /* i */
,[ short _near *last-params ] /* o */
,[ long tag ] ); /* i */
_status_lt (<returned_value>) An error occurred (call FILEINFO).
_status_eq (<returned_value>) The SETMODENOWAIT is successful.
_status_gt (<returned_value>) The SETMODENOWAIT function is not
allowed for this device type.
#include <cextdecs(SETPARAM)>
_cc_status SETPARAM ( short filenum /* i */
,short function /* i */
,[ short _near *param-array ] /* i */
,[ short param-count ] /* i */
,[ short _near *last-param-array ] /* o */
,[ short _near *last-param-count ] /* o */
,[ short last-param-max ] /* i */
,[ long nowait-tag ] ); /* i */
_status_lt (<returned_value>) An error occurred (call FILEINFO).
_status_eq (<returned_value>) The SETPARAM is successful.
_status_gt (<returned_value>) The SETPARAM function is not allowed for
this device type.