Source position: rexx.pas line 343
type tRexxMsgPort = record
rmp_Node: tRexxRsrc;
rmp_Port: tMsgPort;
rmp_ReplyList: tList;
end;