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.

48 lines
1.3 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Windows NT Secure Server Roles Security Configuration Wizard
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 2002
  7. //
  8. // File: strings.h
  9. //
  10. // Contents: Non-localized strings.
  11. //
  12. // History: 16-Oct-01 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #ifndef STRINGS_H_GUARD
  16. #define STRINGS_H_GUARD
  17. extern PCWSTR g_wzSSRUIData;
  18. extern PCWSTR g_wzRole;
  19. extern PCWSTR g_wzRoles;
  20. extern PCWSTR g_wzRoleLocalization;
  21. extern PCWSTR g_wzName;
  22. extern PCWSTR g_wzDisplayName;
  23. extern PCWSTR g_wzDescription;
  24. extern PCWSTR g_wzType;
  25. extern PCWSTR g_wzSelected;
  26. extern PCWSTR g_wzServices;
  27. extern PCWSTR g_wzService;
  28. extern PCWSTR g_wzRequired;
  29. extern PCWSTR g_wzSelect;
  30. extern PCWSTR g_wzSatisfiable;
  31. extern PCWSTR g_wzInstalled;
  32. extern PCWSTR g_wzStartupCurrent;
  33. extern PCWSTR g_wzStartupDefault;
  34. extern PCWSTR g_wzDependencies;
  35. extern PCWSTR g_wzAncestors;
  36. extern PCWSTR g_wzProgeny;
  37. extern PCWSTR g_wzTrue;
  38. extern PCWSTR g_wzIndependent;
  39. extern PCWSTR g_wzServer;
  40. extern PCWSTR g_wzClient;
  41. extern PCWSTR g_wzSecurityLevel;
  42. extern PCWSTR g_wzQuestions;
  43. extern PCWSTR g_wzQuestion;
  44. #endif // STRINGS_H_GUARD