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.

121 lines
4.5 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_APP
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "Windows NT MARTA provider"
  6. #define VER_INTERNALNAME_STR "ntmarta.dll"
  7. #include "common.ver"
  8. #include "strings.h"
  9. #include "martaevt.rc"
  10. STRINGTABLE
  11. BEGIN
  12. ACCPROV_MARTA_DACL_PROTECTED "The DACL was protected."
  13. ACCPROV_MARTA_SACL_PROTECTED "The SACL was protected."
  14. ACCPROV_MARTA_BOTH_PROTECTED "Both the DACL and SACL were protected."
  15. ACCPROV_STD_ACCESS "Modify Auditing"
  16. ACCPROV_STD_ACCESS + 1 "Delete"
  17. ACCPROV_STD_ACCESS + 2 "Read Permissions"
  18. ACCPROV_STD_ACCESS + 3 "Modify Permissions"
  19. ACCPROV_STD_ACCESS + 4 "Modify Owner"
  20. ACCPROV_STD_ACCESS + 5 "Synchronize"
  21. ACCPROV_STD_ACCESS + 6 "All Standard Rights"
  22. ACCPROV_DS_ACCESS "Create Child Objects"
  23. ACCPROV_DS_ACCESS + 1 "Delete Child Objects"
  24. ACCPROV_DS_ACCESS + 2 "List Contents"
  25. ACCPROV_DS_ACCESS + 3 "Modify Self"
  26. ACCPROV_DS_ACCESS + 4 "Read Property"
  27. ACCPROV_DS_ACCESS + 5 "Write Property"
  28. ACCPROV_DS_ACCESS + 6 "Delete Tree"
  29. ACCPROV_DS_ACCESS + 7 "List Object"
  30. ACCPROV_DS_ACCESS + 8 "Control Access"
  31. ACCPROV_FILE_ACCESS "Read Data"
  32. ACCPROV_FILE_ACCESS + 1 "Write Data"
  33. ACCPROV_FILE_ACCESS + 2 "Append Data"
  34. ACCPROV_FILE_ACCESS + 3 "Read Extended Attributes"
  35. ACCPROV_FILE_ACCESS + 4 "Write Extended Attributes"
  36. ACCPROV_FILE_ACCESS + 5 "Execute"
  37. ACCPROV_FILE_ACCESS + 6 "Read Attributes"
  38. ACCPROV_FILE_ACCESS + 7 "Write Attributes"
  39. ACCPROV_FILE_ACCESS + 8 "Create Pipe Instance"
  40. ACCPROV_DIR_ACCESS "List Folder"
  41. ACCPROV_DIR_ACCESS + 1 "Create Files"
  42. ACCPROV_DIR_ACCESS + 2 "Create Folders"
  43. ACCPROV_DIR_ACCESS + 3 "Delete Files and SubFolders"
  44. ACCPROV_DIR_ACCESS + 4 "Traverse Folder"
  45. ACCPROV_KERNEL_ACCESS "Terminate"
  46. ACCPROV_KERNEL_ACCESS + 1 "Create Thread"
  47. ACCPROV_KERNEL_ACCESS + 2 "Operate on Address Space"
  48. ACCPROV_KERNEL_ACCESS + 3 "Read Address Space"
  49. ACCPROV_KERNEL_ACCESS + 4 "Write Address Space"
  50. ACCPROV_KERNEL_ACCESS + 5 "Duplicate Handle"
  51. ACCPROV_KERNEL_ACCESS + 6 "Create Process"
  52. ACCPROV_KERNEL_ACCESS + 7 "Set Information"
  53. ACCPROV_KERNEL_ACCESS + 8 "Query Information"
  54. ACCPROV_KERNEL_ACCESS + 9 "Control"
  55. ACCPROV_KERNEL_ACCESS + 10 "Alert"
  56. ACCPROV_KERNEL_ACCESS + 11 "Get Context"
  57. ACCPROV_KERNEL_ACCESS + 12 "Set Context"
  58. ACCPROV_KERNEL_ACCESS + 13 "Token"
  59. ACCPROV_KERNEL_ACCESS + 14 "Impersonate"
  60. ACCPROV_KERNEL_ACCESS + 15 "Impersonate Directly"
  61. ACCPROV_PRINT_ACCESS "Administer Print Server"
  62. ACCPROV_PRINT_ACCESS + 1 "Enumerate Print Server"
  63. ACCPROV_PRINT_ACCESS + 2 "Administer Printer"
  64. ACCPROV_PRINT_ACCESS + 3 "Use Printer"
  65. ACCPROV_PRINT_ACCESS + 4 "Administer Print Job"
  66. ACCPROV_SERVICE_ACCESS "Query Service Information"
  67. ACCPROV_SERVICE_ACCESS + 1 "Set Service Information"
  68. ACCPROV_SERVICE_ACCESS + 2 "Query Service Status"
  69. ACCPROV_SERVICE_ACCESS + 3 "List Services"
  70. ACCPROV_SERVICE_ACCESS + 4 "Start Service"
  71. ACCPROV_SERVICE_ACCESS + 5 "Stop Service"
  72. ACCPROV_SERVICE_ACCESS + 6 "Pause Service"
  73. ACCPROV_SERVICE_ACCESS + 7 "Query Service Status"
  74. ACCPROV_SERVICE_ACCESS + 8 "Control Service"
  75. ACCPROV_REGISTRY_ACCESS "Query Registry Key"
  76. ACCPROV_REGISTRY_ACCESS + 1 "Set Registry Key"
  77. ACCPROV_REGISTRY_ACCESS + 2 "Create Sub Keys"
  78. ACCPROV_REGISTRY_ACCESS + 3 "List Sub Keys"
  79. ACCPROV_REGISTRY_ACCESS + 4 "Notify Changes"
  80. ACCPROV_REGISTRY_ACCESS + 5 "Create/Modify Link"
  81. ACCPROV_WIN_ACCESS "Access Clipboard"
  82. ACCPROV_WIN_ACCESS + 1 "Access Global Atoms"
  83. ACCPROV_WIN_ACCESS + 2 "Create Desktop"
  84. ACCPROV_WIN_ACCESS + 3 "Enumerate Desktops"
  85. ACCPROV_WIN_ACCESS + 4 "Enumerate Windowstation"
  86. ACCPROV_WIN_ACCESS + 5 "Read Attributes"
  87. ACCPROV_WIN_ACCESS + 6 "Write Attributes"
  88. ACCPROV_WIN_ACCESS + 7 "Access Screen"
  89. ACCPROV_WIN_ACCESS + 8 "Exit Windows"
  90. ACCPROV_ACCOUNT_OPS "Account Operators"
  91. ACCPROV_PRINTER_OPS "Printer Operators"
  92. ACCPROV_SYSTEM_OPS "System Operators"
  93. ACCPROV_POWER_USERS "Power Users"
  94. ACCPROV_NTAUTHORITY "NT AUTHORITY"
  95. ACCPROV_BUILTIN "BUILTIN"
  96. END