Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual—522629-013
4-17
DEFINEDELETEALL Procedure
DEFINEDELETEALL Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Considerations
Related Programming Manual
Summary
This procedure allows the caller to delete all DEFINEs from the calling process’s
context.
Syntax for C Programmers
Syntax for TAL Programmers
Considerations
•
If an error occurs, the DEFINE is not deleted.
•
The context-changes count is incremented each time DEFINEDELETEALL is
invoked and a consequent change to the process’s context occurs. The count is
incremented by one even if more than one DEFINE is deleted.
•
The =_DEFAULTS DEFINE cannot be deleted and is bypassed by this procedure.
Related Programming Manual
For programming information about the DEFINEDELETEALL procedure, refer to the
Guardian Programmer’s Guide.
#include <cextdecs(DEFINEDELETEALL)>
short DEFINEDELETEALL ();
CALL DEFINEDELETEALL;