home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / fsrc1241.zip / main.h < prev    next >
Text File  |  1997-04-27  |  1KB  |  42 lines

  1. /* Main.H */
  2.  
  3. /* Return-Codes */
  4. #define RET_NOACTION        0  /* Nix passiert */
  5. #define RET_NEWNETMAIL      1  /* Neue Netmail eingegeben */
  6. #define RET_NEWECHOMAIL     2  /* Neue Echomail eingegeben */
  7. #define RET_NEWLOCALMAIL    4  /* Neue Localmail eingegeben */
  8. #define RET_ERROR         255  /* Init-Fehler */
  9.  
  10. /* Programmstatus */
  11. #define PROGSTATUS_READING    0
  12. #define PROGSTATUS_EDITING    1
  13. #define PROGSTATUS_NOSETUP    2
  14. #define PROGSTATUS_CLEANUP    3
  15.  
  16. /* Feldlaengen */
  17. #define LEN_USERNAME       35  /* alle excl. Nullbyte */
  18. #define LEN_SUBJECT        71
  19. #define LEN_ORIGIN         61
  20. #define LEN_AREADESC       40
  21. #define LEN_AREATAG        50
  22. #define LEN_PATHNAME       CCHMAXPATH-1
  23. #define LEN_MACRO        1023
  24. #define LEN_REGCODE        40
  25. #define LEN_COMMANDLINE    LEN_PATHNAME
  26. #define LEN_QUOTETEMP      20
  27. #define LEN_TEMPLTEXT     100
  28. #define LEN_5DADDRESS      40
  29. #define LEN_FINDTEXT       50
  30. #define LEN_LISTTAG        50
  31. #define LEN_DOMAIN         50
  32. #define LEN_FIRSTLINE      79
  33. #define LEN_SYSTEMNAME    100
  34. #define LEN_PHONENR        50
  35. #define LEN_LOCATION       50
  36. #define LEN_PASSWORD        8
  37. #define LEN_MODEMTYPE      20
  38. #define LEN_SEARCHTEXT    100
  39. #define LEN_REQFILE        12
  40.  
  41. void QuickMessage(HWND hwndOwner, char *text);
  42.