Source position: rexx.pas line 133
type tRexxMsg = record |
rm_Node: tMessage; |
rm_TaskBlock: Pointer; |
rm_LibBase: Pointer; |
rm_Action: LongInt; |
rm_Result1: LongInt; |
rm_Result2: LongInt; |
rm_Args: array [0..15] of PChar; |
rm_PassPort: pMsgPort; |
rm_CommAddr: PChar; |
rm_FileExt: PChar; |
rm_Stdin: LongInt; |
rm_Stdout: LongInt; |
rm_avail: LongInt; |
end; |