mcParamPut — Get MemCom system parameters
#include <memcom.h> int mcParamPut(int key, int value);
mcParamPut
sets
MemCom system parameters. If completed
successfully, the function returns 0. Otherwise, a negative value
indicating the MemCom error number is
returned.
key
System parameter name of parameter to be set (input). Valid names are:
MC_ABORT_LEVEL
Current abort level flag. Valid parameters
value
are
MC_TERM_ERR
, which specifies
abort on error, and MC_TERM_CONT
,
which specifies continue on error.
value
Parameter to be set (input).
See also mcGetParam