Source position: rexx.pas line 200
type tRexxRsrc = record
rr_Node: tNode;
rr_Func: SmallInt;
rr_Base: Pointer;
rr_Size: LongInt;
rr_Arg1: LongInt;
rr_Arg2: LongInt;
end;