home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / fl11new.zip / DEFS.I < prev    next >
Text File  |  1992-04-07  |  974b  |  38 lines

  1.     IFND FLUSH_DEFS_I
  2. FLUSH_DEFS_I SET 1
  3.  
  4. ; --------------------------------------------------------------
  5. ; Project name: FLUSHLibrary    Launched: 01/04/92    by Ms...
  6. ; --------------------------------------------------------------
  7. ; This file "flush.library general definitions"
  8. ;     created: 01/04/92        last modified: 07/04/92
  9. ;     version: 1.1            PV: 002
  10. ; These are general data, needed by client programs.
  11. ;
  12. ; FLUSH:Defs.I (C) Marc Schaefer 1992     flush@alphanet.imp.com
  13.  
  14. ; Library version.
  15.  
  16. FLUSH_VERSION    EQU    1
  17.  
  18. ; Defines.
  19.  
  20. MODE_SIGNALME    EQU    1        ; See documentation
  21. MODE_HANDLER    EQU    2
  22. MODE_MSG    EQU    3
  23.  
  24. ALERT_MISCLOSE    EQU    $9201        ; Close, subscribe list not empty.
  25. ALERT_DISERR    EQU    $9202        ; FlushDisableAnnounce, illegal try.
  26. ALERT_ENERR    EQU    $9203        ; Illegal mode FlushEnableAnnounce.
  27. ALERT_TRASHERR    EQU    $9204        ; List trashed.
  28.  
  29. AO_FlushLib    EQU    $9200        ; For you: If you failed to open it.
  30.  
  31. ; Library name.
  32.  
  33. FLUSHNAME:    MACRO
  34.         DC.B    "flush.library",0
  35.         ENDM
  36.  
  37.     ENDC !FLUSH_DEFS_I
  38.