Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-10
option
DEFINESAVEWORK[2]
DEFINESAVEWORK saves the DEFINE working set in the background set.
DEFINESAVEWORK2 allows a second background working set to be saved.
return value:
DEFINESETATTR
Modifies the value of an attribute in the DEFINE working set.
2075 = The value of option (bits 0-14) is not 0.
2076 = User’s buffer is too small.
2077 = The buffer or define-name parameter is in invalid segment.
2079 = An attempt to save the working set occurred, but define-name is
DEFAULTS and working set is not class DEFAULTS.
Bits 0-14 are reserved and must be 0.
Bit 15 1 Save the current working set and name it define-name.
0 Save the active DEFINE named by define-name.
#include <cextdecs(DEFINESAVEWORK[2])>
short DEFINESAVEWORK[2] ();
0 = Successful
2052 = Unable to obtain file-system buffer space
2053 = Not enough physical memory
#include <cextdecs(DEFINESETATTR)>
short DEFINESETATTR
( constchar *attribute-name /* i */
,[ const char *value ] /* i */
,[ short value-len ] /* i */
,[ short _near *default-names ] ); /* i */