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.

49 lines
2.3 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // W2KProxyStrings.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. #include <ResourceIdRanges.h>
  19. /////////////////////////////////////////////////////////////////////
  20. // Error strings
  21. /////////////////////////////////////////////////////////////////////
  22. #define IDS_F_SVR_CONNECT ( ID_CCW2K_START + 1 )
  23. #define IDS_F_NODE_CONNECT ( ID_CCW2K_START + 2 )
  24. #define IDS_SVR_CONNECT ( ID_CCW2K_START + 3 )
  25. #define IDS_SVR_INIT ( ID_CCW2K_START + 4 )
  26. #define IDS_INFO_NODE ( ID_CCW2K_START + 5 )
  27. #define IDS_F_INFO_NODE ( ID_CCW2K_START + 6 )
  28. #define IDS_INFO_RES ( ID_CCW2K_START + 7 )
  29. #define IDS_F_INFO_RES ( ID_CCW2K_START + 8 )
  30. #define IDS_INFO_NET ( ID_CCW2K_START + 9 )
  31. #define IDS_F_INFO_NET ( ID_CCW2K_START + 10 )
  32. #define IDS_GINFO_CLUSTER ( ID_CCW2K_START + 11 )
  33. #define IDS_F_GINFO_CLUSTER ( ID_CCW2K_START + 12 )
  34. #define IDS_GINFO_IPADDR ( ID_CCW2K_START + 13 )
  35. #define IDS_F_GINFO_IPADDR ( ID_CCW2K_START + 14 )
  36. #define IDS_GINFO_NET ( ID_CCW2K_START + 15 )
  37. #define IDS_F_GINFO_NET ( ID_CCW2K_START + 16 )
  38. #define IDS_GINFO_NODE ( ID_CCW2K_START + 17 )
  39. #define IDS_F_GINFO_NODE ( ID_CCW2K_START + 18 )
  40. #define IDS_INFO_CLUSTER ( ID_CCW2K_START + 19 )
  41. #define IDS_F_INFO_CLUSTER ( ID_CCW2K_START + 20 )
  42. #define IDS_GINFO_PDISK ( ID_CCW2K_START + 21 )
  43. #define IDS_F_GINFO_PDISK ( ID_CCW2K_START + 22 )
  44. #define IDS_WARNING_MINOR_BAD_CREDENTIALS ( ID_CCW2K_START + 23 )