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

Windows编程

开发平台:

Visual C++

  1. /*
  2.  *  M S P R C . H
  3.  *  
  4.  *  Resource definitions for the Sample Message Store Provider.
  5.  *  
  6.  *  Copyright 1992-1995 Microsoft Corporation.  All Rights Reserved.
  7.  */
  8. /* EditText IDs */
  9. #define IDE_ROOT_PATH           106
  10. #define IDE_ACCOUNT_PASSWORD    107
  11. /* CheckBox IDs */
  12. #define IDC_CREATE              121
  13. #define IDC_REMEMBER            122
  14. /* Static Text IDs */
  15. #define TEXT_PATH               141
  16. /* String IDs */
  17. #define IDS_SUCCESS                     0
  18. #define IDS_NO_ACCESS                   1
  19. #define IDS_NOINTERFACE                 2
  20. #define IDS_INVALIDARG                  3
  21. #define IDS_CALL_FAILED                 4
  22. #define IDS_NOT_FOUND                   5
  23. #define IDS_NO_SUPPORT                  6
  24. #define IDS_ERRORS_RETURNED             7
  25. #define IDS_PARTIAL_COMPLETION          8
  26. #define IDS_BAD_CHARWIDTH               9
  27. #define IDS_BAD_VALUE                   10
  28. #define IDS_BUSY                        11
  29. #define IDS_COLLISION                   12
  30. #define IDS_COMPUTED                    13
  31. #define IDS_CORRUPT_DATA                14
  32. #define IDS_CORRUPT_STORE               15
  33. #define IDS_DISK_ERROR                  16
  34. #define IDS_HAS_FOLDERS                 17
  35. #define IDS_HAS_MESSAGES                18
  36. #define IDS_INVALID_ENTRYID             19
  37. #define IDS_INVALID_OBJECT              20
  38. #define IDS_LOGON_FAILED                21
  39. #define IDS_NETWORK_ERROR               22
  40. #define IDS_NON_STANDARD                23
  41. #define IDS_NOT_ENOUGH_DISK             24
  42. #define IDS_NOT_ENOUGH_MEMORY           25
  43. #define IDS_NOT_ENOUGH_RESOURCES        26
  44. #define IDS_NOT_IN_QUEUE                27
  45. #define IDS_OBJECT_CHANGED              28
  46. #define IDS_OBJECT_DELETED              29
  47. #define IDS_STRING_TOO_LONG             30
  48. #define IDS_SUBMITTED                   31
  49. #define IDS_TOO_BIG                     32
  50. #define IDS_UNABLE_TO_ABORT             33
  51. #define IDS_UNCONFIGURED                34
  52. #define IDS_UNEXPECTED_TYPE             35
  53. #define IDS_UNKNOWN_FLAGS               36
  54. #define IDS_USER_CANCEL                 37
  55. #define IDS_VERSION                     38