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.

43 lines
1.3 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ClusOCMResources.h
  7. //
  8. // Description:
  9. // Contains the definition of the string ids used by this DLL.
  10. //
  11. // Maintained By:
  12. // Vij Vasu (Vvasu) 03-MAR-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. // Make sure that this file is included only once per compile path.
  16. #pragma once
  17. // The starting ID for these strings.
  18. #define IDS_OCM_START 0
  19. //
  20. // NOTE: Do not change the string ids of the next two strings.
  21. // ClusOCM.inf relies on them being 1 and 2.
  22. //
  23. // Cluster Administrator
  24. #define IDS_CLUADMIN_SHORTCUT ( IDS_OCM_START + 1 )
  25. // Configures and manages server clusters
  26. #define IDS_CLUADMIN_INFO_TIP ( IDS_OCM_START + 2 )
  27. // Cluster Service
  28. #define IDS_CLUSSVC_DISPLAY_NAME ( IDS_OCM_START + 3 )
  29. // Enables servers to work together as a cluster to keep server-based applications highly available, regardless of individual component failures.
  30. #define IDS_CLUSSVC_SERVICE_DESC ( IDS_OCM_START + 4 )
  31. // The ending ID for these strings.
  32. #define IDS_OCM_END 1999