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.

64 lines
3.0 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // CommonStrings.h
  7. //
  8. // Description:
  9. // Contains the definition of the string ids used by this library.
  10. // This file will be included in the main resource header of the project.
  11. //
  12. // Maintained By:
  13. // David Potter (DavidP) 01-AUG-2001
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. // Make sure that this file is included only once per compile path.
  17. #pragma once
  18. #include <ResourceIdRanges.h>
  19. //////////////////////////////////////////////////////////////////////////////
  20. // Informational Strings
  21. //////////////////////////////////////////////////////////////////////////////
  22. #define IDS_INFO_NOT_MANAGED_NETWORKS ( ID_COMMON_START + 0 )
  23. #define IDS_INFO_NOT_MANAGED_NETWORKS_REF ( ID_COMMON_START + 1 )
  24. //////////////////////////////////////////////////////////////////////////////
  25. // Warning Strings
  26. //////////////////////////////////////////////////////////////////////////////
  27. // The cluster IP address is already in use.
  28. #define IDS_ERROR_IP_ADDRESS_IN_USE_REF ( ID_COMMON_START + 200 )
  29. //////////////////////////////////////////////////////////////////////////////
  30. // Error Strings
  31. //////////////////////////////////////////////////////////////////////////////
  32. #define IDS_ERROR_NULL_POINTER ( ID_COMMON_START + 600 )
  33. #define IDS_ERROR_NULL_POINTER_REF ( ID_COMMON_START + 601 )
  34. #define IDS_ERROR_INVALIDARG ( ID_COMMON_START + 610 )
  35. #define IDS_ERROR_INVALIDARG_REF ( ID_COMMON_START + 611 )
  36. #define IDS_ERROR_OUTOFMEMORY ( ID_COMMON_START + 620 )
  37. #define IDS_ERROR_OUTOFMEMORY_REF ( ID_COMMON_START + 621 )
  38. #define IDS_ERROR_WIN32 ( ID_COMMON_START + 630 )
  39. #define IDS_ERROR_WIN32_REF ( ID_COMMON_START + 631 )
  40. #define IDS_UNKNOWN_QUORUM ( ID_COMMON_START + 640 )
  41. #define IDS_DISK ( ID_COMMON_START + 641 )
  42. #define IDS_LOCALQUORUM ( ID_COMMON_START + 642 )
  43. #define IDS_MAJORITY_NODE_SET ( ID_COMMON_START + 643 )
  44. #define IDS_PROCESSOR_ARCHITECTURE_UNKNOWN ( ID_COMMON_START + 650 )
  45. #define IDS_PROCESSOR_ARCHITECTURE_INTEL ( ID_COMMON_START + 651 )
  46. #define IDS_PROCESSOR_ARCHITECTURE_MIPS ( ID_COMMON_START + 652 )
  47. #define IDS_PROCESSOR_ARCHITECTURE_ALPHA ( ID_COMMON_START + 653 )
  48. #define IDS_PROCESSOR_ARCHITECTURE_PPC ( ID_COMMON_START + 654 )
  49. #define IDS_PROCESSOR_ARCHITECTURE_IA64 ( ID_COMMON_START + 655 )
  50. #define IDS_PROCESSOR_ARCHITECTURE_AMD64 ( ID_COMMON_START + 656 )