Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual522629-013
4-26
DEFINENEXTNAME Procedure
DEFINENEXTNAME Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Summary
This procedure returns the name of the DEFINE that follows the specified DEFINE (in
ASCII order).
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
indicates the outcome of the call:
0 Successful
2049 A syntax error occurred in name
2051 DEFINE not found
2052 Unable to obtain file-system buffer space
2054 Parameter address is bad
2066 Missing parameter
2060 No more DEFINEs
For other error values associated with DEFINEs, refer to the
Guardian Procedure
Errors and Messages Manual.
#include <cextdecs(DEFINENEXTNAME)>
short DEFINENEXTNAME ( char *define-name );
error := DEFINENEXTNAME ( define-name ); ! i,o