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

TIoBuff

Declaration

Source position: rexx.pas line 236

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: 2025-07-25