Leaked source code of windows server 2003
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.

52 lines
1.8 KiB

  1. //
  2. // System level IO verification configuration utility
  3. // Copyright (c) Microsoft Corporation, 1999
  4. //
  5. //
  6. // module: resid.hxx
  7. // author: DMihai
  8. // created: 04/19/99
  9. // description: resource IDs
  10. //
  11. //
  12. #ifndef __RESID_HXX_INCLUDED__
  13. #define __RESID_HXX_INCLUDED__
  14. //
  15. // string IDs
  16. //
  17. #define IDS_FIRST 25000
  18. #define IDS_HELP_LINE1 ( IDS_FIRST + 1 )
  19. #define IDS_HELP_LINE3 ( IDS_FIRST + 2 )
  20. #define IDS_HELP_LINE4 ( IDS_FIRST + 3 )
  21. #define IDS_HELP_LINE5 ( IDS_FIRST + 4 )
  22. #define IDS_HELP_LINE6 ( IDS_FIRST + 5 )
  23. #define IDS_HELP_LINE7 ( IDS_FIRST + 6 )
  24. #define IDS_HELP_LINE8 ( IDS_FIRST + 7 )
  25. #define IDS_HELP_LINE9 ( IDS_FIRST + 8 )
  26. #define IDS_ENABLE_CMDLINE_OPTION ( IDS_FIRST + 100 )
  27. #define IDS_DISABLE_CMDLINE_OPTION ( IDS_FIRST + 101 )
  28. #define IDS_STATUS_CMDLINE_OPTION ( IDS_FIRST + 102 )
  29. #define IDS_CANNOT_ALLOCATE_MEMORY ( IDS_FIRST + 203 )
  30. #define IDS_ACCESS_IS_DENIED ( IDS_FIRST + 204 )
  31. #define IDS_REGOPENKEYEX_FAILED ( IDS_FIRST + 205 )
  32. #define IDS_REGQUERYVALUEEX_FAILED ( IDS_FIRST + 206 )
  33. #define IDS_REGQUERYVALUEEX_UNEXP_TYPE ( IDS_FIRST + 207 )
  34. #define IDS_REGQUERYVALUEEX_UNEXP_SIZE ( IDS_FIRST + 208 )
  35. #define IDS_REGSETVALUEEX_FAILED ( IDS_FIRST + 209 )
  36. #define IDS_VERIFIER_ENABLED_FORMAT ( IDS_FIRST + 210 )
  37. #define IDS_VERIFIER_NOT_ENABLED_FORMAT ( IDS_FIRST + 211 )
  38. #define IDS_MUST_REBOOT ( IDS_FIRST + 212 )
  39. #define IDS_NOTHING_CHANGED ( IDS_FIRST + 213 )
  40. #define IDS_REGCREATEKEYEX_FAILED ( IDS_FIRST + 214 )
  41. #define IDS_REGDELETEVALUE_FAILED ( IDS_FIRST + 215 )
  42. #define IDS_KVERIFY_ENABLED ( IDS_FIRST + 216 )
  43. #endif //#ifndef __RESID_HXX_INCLUDED__