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.

63 lines
1.9 KiB

  1. //--------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 2000
  6. //
  7. // File: resource.h
  8. //
  9. // Contents: the resource header for saferbox.c
  10. //
  11. // History: 25-Nov-00 johnla created
  12. //
  13. //--------------------------------------------------------------------------
  14. //defintion for string IDS
  15. #define MAX_USAGE_LEN 4096
  16. #define IDS_CMD_QUERY 5001
  17. #define IDS_CMD_RUN 5002
  18. #define IDS_CMD_HASH 5003
  19. #define IDS_CMD_LIST 5004
  20. #define IDS_CMD_LISTRULES 5005
  21. #define IDS_FLAG_LEVELID 5006
  22. #define IDS_FLAG_RULETYPES 5007
  23. #define IDS_RULETYPES_PATH 5008
  24. #define IDS_RULETYPES_HASH 5009
  25. #define IDS_RULETYPES_CERTIFICATE 5010
  26. #define IDS_USAGE_SYNTAX 5011
  27. #define IDS_FLAG_SCOPE 5034
  28. #define IDS_SCOPE_HKLM 5035
  29. #define IDS_SCOPE_HKCU 5036
  30. #define IDS_CMD_REGKEY 5037
  31. #define IDS_CMD_DUMPREG 5038
  32. #define IDS_USINGDEFAULTRULE 5100
  33. #define IDS_MATCHPATH 5101
  34. #define IDS_MATCHHASH 5102
  35. #define IDS_MATCHZONE 5103
  36. #define IDS_MATCHCERTORDEFAULT 5104
  37. #define IDS_GUIDRULEIS 5105
  38. #define IDS_SECURITYLEVEL 5106
  39. #define IDS_SECURITYLEVELDESC 5107
  40. #define IDS_ERR_NOLEVELSFOUND 5108
  41. #define IDS_ERR_NOLEVELID 5109
  42. #define IDS_ERR_CMDLINETOOLONG 5110
  43. #define IDS_ERR_NOAPPNAME 5111
  44. #define IDS_ERR_IMGACCESSERR 5112
  45. #define IDS_ERR_ERRMATCHRULE 5113
  46. #define IDS_ERR_PROCESSNOLAUNCH 5114
  47. #define IDS_ERR_LEVELOPENERR 5115
  48. #define IDS_ERR_PROCESSLAUNCHERR 5116
  49. #define IDS_PROCSUSPENDED 5117
  50. #define IDS_THREADRESUMED 5118
  51. #define IDS_ERR_GETVERERR 5119
  52. #define IDS_ERR_INCORRECTOSVER 5120
  53. #define IDS_LISTING_HKCU 5121
  54. #define IDS_LISTING_HKLM 5122
  55. #define IDS_NORULESFOUND 5123
  56. #define IDS_DEFAULTLEVEL 5124
  57. #define IDS_ERR_REGNOTFOUND 5125
  58. #define IDS_ERR_NOREGVALUE 5126
  59. #define IDS_REGVALUE 5127