{ Version 1.0 File:EX:[22,320]RPOI.CON Author: Jim Bostwick 13-Sep-84 History: Last Edit: 4-DEC-1984 13:34:06 } {*USER* This file defines constants used with the RPOI procedure. These are bits in the RPOI_Flags word of RPOI_Info_rec record. The constant names follow the MACRO symbol names, with the MACRO "." replaced by "_". Prior definition of GENERAL3.TYP, BITS.TYP, and RPOI.TYP is assumed. } CONST { Three bits defined in the RPOI_Flags word. Indicated condition true if bit set. } RP_OEX = b7; { Force issuing task to exit } RP_OAL = b1; { Pass all parent connections to offspring. NOTE: this bit may NOT be set if issuing task is a CLI. } RP_ONX = b2; { Pass first connection from issuing task's parent to offspring task, if there is one. This is legal for CLIs. } { NOTE: If neither RP_OAL nor RP_ONX is set in the RPOI_Flags word, no parent connections from issuing task are passed to offspring. }