$SAVE NOLIST /***************************************************************************** * IAGTCS.LIT: Definition of the connection$status data structure used in * the BIOS system call RQ$A$GET$CONNECTION$STATUS. *****************************************************************************/ DECLARE A$CONN$STATUS$STRUCTURE LITERALLY 'STRUCTURE( status WORD_16, file$driver BYTE, flags BYTE, open$mode BYTE, share$mode BYTE, file$ptr WORD_32, access BYTE)'; $RESTORE