XCMCX.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  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. #define CMC_SUCCESS                         0
  11. #define CMC_E_AMBIGUOUS_RECIPIENT           1
  12. #define CMC_E_ATTACHMENT_NOT_FOUND          2
  13. #define CMC_E_ATTACHMENT_OPEN_FAILURE       3
  14. #define CMC_E_ATTACHMENT_READ_FAILURE       4
  15. #define CMC_E_ATTACHMENT_WRITE_FAILURE      5
  16. #define CMC_E_COUNTED_STRING_UNSUPPORTED    6
  17. #define CMC_E_DISK_FULL                     7
  18. #define CMC_E_FAILURE                       8
  19. #define CMC_E_INSUFFICIENT_MEMORY           9
  20. #define CMC_E_INVALID_CONFIGURATION         10
  21. #define CMC_E_INVALID_ENUM                  11
  22. #define CMC_E_INVALID_FLAG                  12
  23. #define CMC_E_INVALID_MEMORY                13
  24. #define CMC_E_INVALID_MESSAGE_PARAMETER     14
  25. #define CMC_E_INVALID_MESSAGE_REFERENCE     15
  26. #define CMC_E_INVALID_PARAMETER             16
  27. #define CMC_E_INVALID_SESSION_ID            17
  28. #define CMC_E_INVALID_UI_ID                 18
  29. #define CMC_E_LOGON_FAILURE                 19
  30. #define CMC_E_MESSAGE_IN_USE                20
  31. #define CMC_E_NOT_SUPPORTED                 21
  32. #define CMC_E_PASSWORD_REQUIRED             22
  33. #define CMC_E_RECIPIENT_NOT_FOUND           23
  34. #define CMC_E_SERVICE_UNAVAILABLE           24
  35. #define CMC_E_TEXT_TOO_LARGE                25
  36. #define CMC_E_TOO_MANY_FILES                26
  37. #define CMC_E_TOO_MANY_RECIPIENTS           27
  38. #define CMC_E_UNABLE_TO_NOT_MARK_AS_READ    28
  39. #define CMC_E_UNRECOGNIZED_MESSAGE_TYPE     29
  40. #define CMC_E_UNSUPPORTED_ACTION            30
  41. #define CMC_E_UNSUPPORTED_CHARACTER_SET     31
  42. #define CMC_E_UNSUPPORTED_DATA_EXT          32
  43. #define CMC_E_UNSUPPORTED_FLAG              33
  44. #define CMC_E_UNSUPPORTED_FUNCTION_EXT      34
  45. #define CMC_E_UNSUPPORTED_VERSION           35
  46. #define CMC_E_USER_CANCEL                   36
  47. #define CMC_E_USER_NOT_LOGGED_ON            37