Source position: rexx.pas line 262
type TRexxMsgPort = record
rmp_Node: TRexxRsrc;
rmp_Port: TMsgPort;
rmp_ReplyList: TList;
end;