Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.1 KiB

  1. //+-------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1996.
  5. //
  6. // File: strings.h
  7. //
  8. // Contents: Definitions to use for loading string resources
  9. //
  10. // History: 20-Aug-96 MacM Created
  11. //
  12. //--------------------------------------------------------------------
  13. #define ACCPROV_MARTA_DACL_PROTECTED 1000
  14. #define ACCPROV_MARTA_SACL_PROTECTED 1001
  15. #define ACCPROV_MARTA_BOTH_PROTECTED 1002
  16. #define ACCPROV_ACCOUNT_OPS 1003
  17. #define ACCPROV_PRINTER_OPS 1004
  18. #define ACCPROV_SYSTEM_OPS 1005
  19. #define ACCPROV_POWER_USERS 1006
  20. #define ACCPROV_NTAUTHORITY 1007
  21. #define ACCPROV_BUILTIN 1008
  22. //
  23. // The counts of entries needs to be manually kept in synch with the
  24. // rights defined in accctrl.h.
  25. //
  26. //
  27. // This is the length of the longest string in the resource table. This must
  28. // be manually kept in synch
  29. //
  30. #define ACCPROV_LONGEST_STRING 28
  31. //
  32. // Base and count of standard access permissions
  33. //
  34. #define ACCPROV_STD_ACCESS 1100
  35. #define ACCPROV_NUM_STD 7
  36. //
  37. // Base and count of ds access permissions
  38. //
  39. #define ACCPROV_DS_ACCESS 1200
  40. #define ACCPROV_NUM_DS 9
  41. //
  42. // Base and count of file access permissions
  43. //
  44. #define ACCPROV_FILE_ACCESS 1300
  45. #define ACCPROV_NUM_FILE 9
  46. //
  47. // Base and count of direcotry access permissions
  48. //
  49. #define ACCPROV_DIR_ACCESS 1400
  50. #define ACCPROV_NUM_DIR 5
  51. //
  52. // Base and count of kernel access permissions
  53. //
  54. #define ACCPROV_KERNEL_ACCESS 1500
  55. #define ACCPROV_NUM_KERNEL 16
  56. //
  57. // Base and count of printer access permissions
  58. //
  59. #define ACCPROV_PRINT_ACCESS 1600
  60. #define ACCPROV_NUM_PRINT 5
  61. //
  62. // Base and count of service access permissions
  63. //
  64. #define ACCPROV_SERVICE_ACCESS 1700
  65. #define ACCPROV_NUM_SERVICE 9
  66. //
  67. // Base and count of registry access permissions
  68. //
  69. #define ACCPROV_REGISTRY_ACCESS 1800
  70. #define ACCPROV_NUM_REGISTRY 6
  71. //
  72. // Base and count of window station access permissions
  73. //
  74. #define ACCPROV_WIN_ACCESS 1900
  75. #define ACCPROV_NUM_WIN 9