Unit 'rexx' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tIoBuff

Declaration

Source position: rexx.pas line 306

type tIoBuff = record

  iobNode: tRexxRsrc;

  iobRpt: Pointer;

  iobRct: LongInt;

  iobDFH: LongInt;

  iobLock: LongInt;

  iobBct: LongInt;

  iobArea: array [0..RXBUFFSZ-1] of Byte;

end;


Documentation generated on: 2021-07-30