home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / rexx / rexxio.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  902 b   |  45 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:rexx/rexxio.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST RXBUFFSZ=$CC
  6.  
  7. (---) OBJECT iobuff
  8. ( 32)   rrsizeof:substructure
  9. ( 32)   iobrpt:LONG
  10. ( 36)   iobrct:LONG
  11. ( 40)   iobdfh:LONG
  12. ( 44)   ioblock:LONG
  13. ( 48)   iobbct:LONG
  14. ( 52)   iobarea:substructure
  15. (---) ENDOBJECT     /* SIZEOF=256 */
  16.  
  17. CONST IOBNAME=10,
  18.       IOBMODE=24,
  19.       IOBEOF=25,
  20.       IOBPOS=28,
  21.       RXIO_EXIST=-1,
  22.       RXIO_STRF=0,
  23.       RXIO_READ=1,
  24.       RXIO_WRITE=2,
  25.       RXIO_APPEND=3,
  26.       RXIO_BEGIN=-1,
  27.       RXIO_CURR=0,
  28.       RXIO_END=1,
  29.       LLOFFSET=24,
  30.       LLVERS=28,
  31.       CLVALUE=24
  32.  
  33. (---) OBJECT rexxmsgport
  34. ( 32)   rrsizeof:substructure
  35. ( 32)   port:substructure
  36. ( 66)   replylist:substructure
  37. (---) ENDOBJECT     /* SIZEOF=80 */
  38.  
  39. CONST DT_DEV=0,
  40.       DT_DIR=1,
  41.       DT_VOL=2,
  42.       ACTION_STACK=$7D2,
  43.       ACTION_QUEUE=$7D3
  44.  
  45.