Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for Cā522630-001
5-4
return value:
DEFINEDELETEALL
Deletes all DEFINEs from the calling processās context.
DEFINEINFO
Returns selected information about a DEFINE.
return value:
0 = Add was successful.
2049 = A syntax error occurred in name.
2051 = Define does not exist.
2052 = Unable to obtain file-system buffer space.
2054 = Bounds error in define-name.
2066 = Missing parameter.
#include <cextdecs(DEFINEDELETEALL)>
short DEFINEDELETEALL ();
#include <cextdecs(DEFINEINFO)>
short DEFINEINFO ( constchar *define-name /* i */
,char *class /* o */
,char *attribute-name /* o */
,char *value-buf /* o */
,short value-buf-len /* o */
,short _near *value-len ); /* o */
0 = Add was successful.
2049 = A syntax error occurred in name.
2051 = Define does not exist.
2052 = Unable to obtain file-system buffer space.
2054 = Bounds error in define-name.
2066 = Missing parameter.