home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pc3270sa.zip / apps / winaping / constdef.h < prev    next >
Text File  |  2002-02-28  |  1KB  |  25 lines

  1.  
  2. #define  WM_APING_DONE                  (WM_USER + 5)   // user msg
  3. #define  WM_CPICCALL_ERR                (WM_USER + 6)   // user msg
  4. #define  WM_REFRESH                     (WM_USER + 7)   // user msg
  5.  
  6. #define  MAX_TP_NAME                    (64)
  7. #define  MAX_DESTINATION                (17)
  8. #define  MAX_MODE_NAME                  (8)
  9. #define  MAX_USERID                     (10)
  10. #define  MAX_PASSWORD                   (10)
  11. #define  MAX_PACKETSIZE                 (32763)         // see d10749
  12. #define  MAX_CONSECUTIVE                (32767)
  13. #define  MAX_ITERATIONS                 (65535)
  14.  
  15. #define  MAX_SYM_DEST_NAME              (8)
  16. #define  LAST_MESSAGE_NUM               (32767)
  17. #define  EXCHANGE_BUFFER_SIZE           (128)
  18.  
  19. #define  MAJOR_VERSION                  (2)
  20. #define  MINOR_VERSION                  (38)
  21. #define  ONEWAY_MAJOR_VERSION           (2)
  22. #define  ONEWAY_MINOR_VERSION           (2)
  23. #define  CPICERR_EXCHANGE_VERSION       (1)
  24. #define  CPICERR_EXCHANGE_OPSYS_STRING  (2)
  25.