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.

30 lines
857 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ClusCompResources.h
  7. //
  8. // Description:
  9. // Contains the definition of the string ids used by this DLL.
  10. //
  11. // Maintained By:
  12. // Vij Vasu (Vvasu) 25-JUL-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 ID_COMP_START 0
  19. #define IDS_ERROR_UPGRADE_OTHER_NODES ( ID_COMP_START + 0 )
  20. #define IDS_ERROR_TCB_CHECK_FAILED ( ID_COMP_START + 1 )
  21. #define IDS_ERROR_TCB_PRIVILEGE_NEEDED ( ID_COMP_START + 2 )
  22. // The ending ID for these strings.
  23. #define ID_COMP_END 1999