Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual—522629-013
4-15
DEFINEDELETE Procedure
DEFINEDELETE Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Related Programming Manual
Summary
This procedure allows the caller to delete a DEFINE from the calling process’s context.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
indicates the outcome of the call:
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
For other error values associated with DEFINEs, refer to the
Guardian Procedure
Errors and Messages Manual.
#include <cextdecs(DEFINEDELETE)>
short DEFINEDELETE ( const char *define-name );
error := DEFINEDELETE ( define-name ); ! i