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