Guardian Procedure Calls Reference Manual

Considerations
The DEFINEINFO procedure is designed to support the short form of the command interpreter INFO
command.
Example
STRING .EXT define^name[0:23];
STRING .EXT class^name[0:15];
STRING .EXT attr^name[0:15];
STRING .EXT value^buf[0:n];
INT value^buf^len;
INT value^len;
.
.
define^name ':=' ["=mytape "];
value^buf^len := n;
error := DEFINEINFO( define^name, class^name, attr^name,
value^buf, value^buf^len, value^len );
IF error <> DEOK THEN ... ;
266 Guardian Procedure Calls (D-E)