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 / docfile.ms / msprc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-11  |  2.1 KB  |  64 lines

  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.  
  9.  
  10. /* EditText IDs */
  11.  
  12. #define IDE_ROOT_PATH           106
  13. #define IDE_ACCOUNT_PASSWORD    107
  14.  
  15. /* CheckBox IDs */
  16.  
  17. #define IDC_CREATE              121
  18. #define IDC_REMEMBER            122
  19.  
  20. /* Static Text IDs */
  21. #define TEXT_PATH               141
  22.  
  23. /* String IDs */
  24.  
  25. #define IDS_SUCCESS                     0
  26. #define IDS_NO_ACCESS                   1
  27. #define IDS_NOINTERFACE                 2
  28. #define IDS_INVALIDARG                  3
  29. #define IDS_CALL_FAILED                 4
  30. #define IDS_NOT_FOUND                   5
  31. #define IDS_NO_SUPPORT                  6
  32. #define IDS_ERRORS_RETURNED             7
  33. #define IDS_PARTIAL_COMPLETION          8
  34. #define IDS_BAD_CHARWIDTH               9
  35. #define IDS_BAD_VALUE                   10
  36. #define IDS_BUSY                        11
  37. #define IDS_COLLISION                   12
  38. #define IDS_COMPUTED                    13
  39. #define IDS_CORRUPT_DATA                14
  40. #define IDS_CORRUPT_STORE               15
  41. #define IDS_DISK_ERROR                  16
  42. #define IDS_HAS_FOLDERS                 17
  43. #define IDS_HAS_MESSAGES                18
  44. #define IDS_INVALID_ENTRYID             19
  45. #define IDS_INVALID_OBJECT              20
  46. #define IDS_LOGON_FAILED                21
  47. #define IDS_NETWORK_ERROR               22
  48. #define IDS_NON_STANDARD                23
  49. #define IDS_NOT_ENOUGH_DISK             24
  50. #define IDS_NOT_ENOUGH_MEMORY           25
  51. #define IDS_NOT_ENOUGH_RESOURCES        26
  52. #define IDS_NOT_IN_QUEUE                27
  53. #define IDS_OBJECT_CHANGED              28
  54. #define IDS_OBJECT_DELETED              29
  55. #define IDS_STRING_TOO_LONG             30
  56. #define IDS_SUBMITTED                   31
  57. #define IDS_TOO_BIG                     32
  58. #define IDS_UNABLE_TO_ABORT             33
  59. #define IDS_UNCONFIGURED                34
  60. #define IDS_UNEXPECTED_TYPE             35
  61. #define IDS_UNKNOWN_FLAGS               36
  62. #define IDS_USER_CANCEL                 37
  63. #define IDS_VERSION                     38
  64.