home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / useful / dist / dev / e / amiga_e / modules-text / exec / ports.txt < prev    next >
Text File  |  1992-09-02  |  517b  |  25 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:exec/ports.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT mp
  6. (  0)   ln:substructure
  7. ( 14)   flags:CHAR
  8. ( 15)   sigbit:CHAR
  9. ( 16)   sigtask:LONG
  10. ( 20)   msglist:substructure
  11. (---) ENDOBJECT     /* SIZEOF=34 */
  12.  
  13. CONST MP_SOFTINT=16,
  14.       PF_ACTION=3,
  15.       PA_SIGNAL=0,
  16.       PA_SOFTINT=1,
  17.       PA_IGNORE=2
  18.  
  19. (---) OBJECT mn
  20. (  0)   ln:substructure
  21. ( 14)   replyport:LONG
  22. ( 18)   length:INT
  23. (---) ENDOBJECT     /* SIZEOF=20 */
  24.  
  25.