home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / cmc.cli / xcmcx.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-11  |  2.0 KB  |  49 lines

  1. /*
  2.  -  X C M C X . H
  3.  -
  4.  *  Purpose:
  5.  *      CMC return codes to be used by the string table in the resource file.
  6.  *      This is necessary since the resource compiler can't process IDs with
  7.  *      casts in them.
  8.  *
  9.  */
  10.  
  11. #define CMC_SUCCESS                         0
  12. #define CMC_E_AMBIGUOUS_RECIPIENT           1
  13. #define CMC_E_ATTACHMENT_NOT_FOUND          2
  14. #define CMC_E_ATTACHMENT_OPEN_FAILURE       3
  15. #define CMC_E_ATTACHMENT_READ_FAILURE       4
  16. #define CMC_E_ATTACHMENT_WRITE_FAILURE      5
  17. #define CMC_E_COUNTED_STRING_UNSUPPORTED    6
  18. #define CMC_E_DISK_FULL                     7
  19. #define CMC_E_FAILURE                       8
  20. #define CMC_E_INSUFFICIENT_MEMORY           9
  21. #define CMC_E_INVALID_CONFIGURATION         10
  22. #define CMC_E_INVALID_ENUM                  11
  23. #define CMC_E_INVALID_FLAG                  12
  24. #define CMC_E_INVALID_MEMORY                13
  25. #define CMC_E_INVALID_MESSAGE_PARAMETER     14
  26. #define CMC_E_INVALID_MESSAGE_REFERENCE     15
  27. #define CMC_E_INVALID_PARAMETER             16
  28. #define CMC_E_INVALID_SESSION_ID            17
  29. #define CMC_E_INVALID_UI_ID                 18
  30. #define CMC_E_LOGON_FAILURE                 19
  31. #define CMC_E_MESSAGE_IN_USE                20
  32. #define CMC_E_NOT_SUPPORTED                 21
  33. #define CMC_E_PASSWORD_REQUIRED             22
  34. #define CMC_E_RECIPIENT_NOT_FOUND           23
  35. #define CMC_E_SERVICE_UNAVAILABLE           24
  36. #define CMC_E_TEXT_TOO_LARGE                25
  37. #define CMC_E_TOO_MANY_FILES                26
  38. #define CMC_E_TOO_MANY_RECIPIENTS           27
  39. #define CMC_E_UNABLE_TO_NOT_MARK_AS_READ    28
  40. #define CMC_E_UNRECOGNIZED_MESSAGE_TYPE     29
  41. #define CMC_E_UNSUPPORTED_ACTION            30
  42. #define CMC_E_UNSUPPORTED_CHARACTER_SET     31
  43. #define CMC_E_UNSUPPORTED_DATA_EXT          32
  44. #define CMC_E_UNSUPPORTED_FLAG              33
  45. #define CMC_E_UNSUPPORTED_FUNCTION_EXT      34
  46. #define CMC_E_UNSUPPORTED_VERSION           35
  47. #define CMC_E_USER_CANCEL                   36
  48. #define CMC_E_USER_NOT_LOGGED_ON            37
  49.