Source code of Windows XP (NT5)
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.

110 lines
6.5 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ServerResources.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. // Galen Barbee (GalenB) 28-AUG-2000
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. // Make sure that this file is included only once per compile path.
  17. #pragma once
  18. // The starting ID for these strings.
  19. #define ID_CCS_START 4000
  20. /////////////////////////////////////////////////////////////////////
  21. // Strings
  22. /////////////////////////////////////////////////////////////////////
  23. #define IDS_WARNING_NO_IP_ADDRESSES ( ID_CCS_START + 1 )
  24. #define IDS_ERROR_NODE_INFO_CREATE ( ID_CCS_START + 2 )
  25. #define IDS_ERROR_MANAGED_RESOURCE_ENUM_CREATE ( ID_CCS_START + 3 )
  26. #define IDS_ERROR_NETWORKS_ENUM_CREATE ( ID_CCS_START + 4 )
  27. #define IDS_ERROR_COMMIT_CHANGES ( ID_CCS_START + 5 )
  28. #define IDS_ERROR_CLUSTER_NAME_NOT_FOUND ( ID_CCS_START + 6 )
  29. #define IDS_ERROR_CLUSTER_IP_ADDRESS_NOT_FOUND ( ID_CCS_START + 7 )
  30. #define IDS_ERROR_CLUSTER_IP_SUBNET_NOT_FOUND ( ID_CCS_START + 8 )
  31. #define IDS_ERROR_CLUSTER_NETWORKS_NOT_FOUND ( ID_CCS_START + 9 )
  32. #define IDS_ERROR_WMI_NETWORKADAPTERSETTINGS_QRY_FAILED ( ID_CCS_START + 10 )
  33. #define IDS_ERROR_IP_ADDRESS_SUBNET_COUNT_UNEQUAL ( ID_CCS_START + 11 )
  34. #define IDS_ERROR_PRIMARY_IP_NOT_FOUND ( ID_CCS_START + 12 )
  35. //#define ( ID_CCS_START + 13 )
  36. //#define ( ID_CCS_START + 14 )
  37. #define IDS_ERROR_PHYSDISK_SIGNATURE ( ID_CCS_START + 15 )
  38. #define IDS_ERROR_NODE_DOWN ( ID_CCS_START + 16 )
  39. #define IDS_ERROR_WMI_OS_QRY_FAILED ( ID_CCS_START + 17 )
  40. #define IDS_ERROR_PHYSDISK_NO_FILE_SYSTEM ( ID_CCS_START + 18 )
  41. #define IDS_ERROR_WMI_PAGEFILE_QRY_FAILED ( ID_CCS_START + 19 )
  42. #define IDS_ERROR_WMI_PHYS_DISKS_QRY_FAILED ( ID_CCS_START + 20 )
  43. #define IDS_ERROR_PHYSDISK_NOT_NTFS ( ID_CCS_START + 21 )
  44. #define IDS_ERROR_WMI_NETWORKADAPTER_QRY_FAILED ( ID_CCS_START + 22 )
  45. #define IDS_ERROR_WMI_DISKDRIVEPARTITIONS_QRY_FAILED ( ID_CCS_START + 23 )
  46. #define IDS_ERROR_WBEM_CONNECTION_FAILURE ( ID_CCS_START + 24 )
  47. #define IDS_WARNING_BOOT_PARTITION_NOT_NTFS ( ID_CCS_START + 25 )
  48. #define IDS_ERROR_WMI_GET_LOGICALDISK_FAILED ( ID_CCS_START + 26 )
  49. #define IDS_ERROR_WMI_NETWORKADAPTER_DUPE_FOUND ( ID_CCS_START + 27 )
  50. #define IDS_WARNING__NON_TCP_CONFIG ( ID_CCS_START + 28 )
  51. #define IDS_ERROR_WQL_QRY_NEXT_FAILED ( ID_CCS_START + 29 )
  52. #define IDS_WARNING_NO_VALID_TCP_CONFIGS ( ID_CCS_START + 30 )
  53. #define IDS_ERROR_CONVERT_TO_DOTTED_QUAD_FAILED ( ID_CCS_START + 31 )
  54. #define IDS_ERROR_NULL_POINTER ( ID_CCS_START + 32 )
  55. #define IDS_ERROR_OUTOFMEMORY ( ID_CCS_START + 33 )
  56. #define IDS_ERROR_OPEN_CLUSTER_FAILED ( ID_CCS_START + 34 )
  57. #define IDS_ERROR_INVALIDARG ( ID_CCS_START + 35 )
  58. #define IDS_ERROR_WBEM_LOCATOR_CREATE_FAILED ( ID_CCS_START + 36 )
  59. #define IDS_ERROR_WBEM_BLANKET_FAILURE ( ID_CCS_START + 37 )
  60. #define IDS_ERROR_NETWORK_ENUM ( ID_CCS_START + 38 )
  61. #define IDS_WARNING_NETWORK_NOT_CONNECTED ( ID_CCS_START + 39 )
  62. #define IDS_WARNING_NETWORK_SKIPPED ( ID_CCS_START + 40 )
  63. #define IDS_LDM ( ID_CCS_START + 41 )
  64. #define IDS_ERROR_WMI_OS_QRY_NEXT_FAILED ( ID_CCS_START + 42 )
  65. #define IDS_ERROR_WMI_PAGEFILE_QRY_NEXT_FAILED ( ID_CCS_START + 43 )
  66. #define IDS_NODE_INFO_CREATE ( ID_CCS_START + 44 )
  67. #define IDS_MANAGED_RESOURCE_ENUM_CREATE ( ID_CCS_START + 45 )
  68. #define IDS_NETWORKS_ENUM_CREATE ( ID_CCS_START + 46 )
  69. #define IDS_COMMIT_CHANGES ( ID_CCS_START + 47 )
  70. #define IDS_NLBS_SOFT_ADAPTER_NAME ( ID_CCS_START + 48 )
  71. #define IDS_WARNING_NLBS_DETECTED ( ID_CCS_START + 49 )
  72. #define IDS_VALIDATING_NODE_OS_VERSION ( ID_CCS_START + 50 )
  73. //#define ( ID_CCS_START + 51 )
  74. #define IDS_INFO_PHYSDISK_PRECREATE ( ID_CCS_START + 52 )
  75. #define IDS_INFO_PHYSDISK_CREATE ( ID_CCS_START + 53 )
  76. #define IDS_ERROR_GPT_DISK ( ID_CCS_START + 54 )
  77. #define IDS_GPT ( ID_CCS_START + 55 )
  78. #define IDS_ERROR_CLUSTER_NETWORK_NOT_FOUND ( ID_CCS_START + 56 )
  79. #define IDS_INFO_PRUNING_PAGEFILEDISK_BUS ( ID_CCS_START + 57 )
  80. #define IDS_INFO_PRUNING_BOOTDISK_BUS ( ID_CCS_START + 58 )
  81. #define IDS_INFO_PRUNING_SYSTEMDISK_BUS ( ID_CCS_START + 59 )
  82. #define IDS_INFO_PAGEFILEDISK_PRUNED ( ID_CCS_START + 60 )
  83. #define IDS_INFO_BOOTDISK_PRUNED ( ID_CCS_START + 61 )
  84. #define IDS_INFO_SYSTEMDISK_PRUNED ( ID_CCS_START + 62 )
  85. //#define ( ID_CCS_START + 63 )
  86. #define IDS_WARNING_SERVICES_FOR_MAC_INSTALLED ( ID_CCS_START + 64 )
  87. #define IDS_ERROR_SERICES_FROM_MAC_FAILED ( ID_CCS_START + 65 )
  88. #define IDS_ERROR_WIN32 ( ID_CCS_START + 66 )
  89. #define IDS_ERROR_NO_NETWORK_NAME ( ID_CCS_START + 67 )
  90. #define IDS_ERROR_INVALID_NETWORK_ROLE ( ID_CCS_START + 68 )
  91. #define IDS_ERROR_LDM_DISK ( ID_CCS_START + 69 )
  92. #define IDS_INFO_PHYSDISK_NOT_CLUSTER_CAPABLE ( ID_CCS_START + 70 )
  93. #define IDS_ERROR_FOUND_NON_SCSI_DISK ( ID_CCS_START + 71 )
  94. #define IDS_WARNING_DHCP_ENABLED ( ID_CCS_START + 72 )
  95. /////////////////////////////////////////////////////////////////////
  96. // Notification strings
  97. /////////////////////////////////////////////////////////////////////
  98. #define IDS_NOTIFY_SERVER_INITIALIZED ( ID_CCS_START + 1000 )
  99. // The ending ID for these strings.
  100. #define ID_CCS_END 5999