Guardian Programming Reference Summary for C
Guardian Programming Reference Summary for C—522630-001
14-1
14
Interprocess Messages
Interprocess Command Interpreter Messages
For a complete description of the command interpreter interprocess messages, refer to 
the Guardian Programmer’s Guide. Unless otherwise specified, file name are in 
internal (expanded) format. Note that the user ID of a user who is logged off is 0 and 
the user ID of the null user (0.0) is 0.
-1 STARTUP 
typedef struct CIStartup {
 short messageCode; /* always -1 */
 struct {
 short volume[ 4 ];
 short subVolume[ 4 ];
 } defaults;
 struct {
 short volume[ 4 ];
 short subVolume[ 4 ];
 short fileName[ 4 ];
 } infile, outfile;
 char param[1]; /* parameter string for */
 /* the run command up to */
 /* 530 */
} CIStartup;










