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.

41 lines
1.3 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1998 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // SetupCommonLibRes.h
  7. //
  8. // Abstract:
  9. // Definition of resource constants used with the cluster setup
  10. // common library.
  11. //
  12. // Implementation File:
  13. // SetupCommonLibRes.rc
  14. //
  15. // Author:
  16. // C. Brent Thomas (a-brentt) April 1, 1998
  17. //
  18. // Revision History:
  19. //
  20. // Notes:
  21. //
  22. /////////////////////////////////////////////////////////////////////////////
  23. #ifndef __SETUPCOMMONLIBRES_H_
  24. #define __SETUPCOMMONLIBRES_H_
  25. /////////////////////////////////////////////////////////////////////////////
  26. // Constant Definitions
  27. //
  28. // Note that the high orger byte of the value was chosen arbitrarily to
  29. // preclude collisions with symbols defined elsewhere. There is, of course,
  30. // no guarrantee.
  31. /////////////////////////////////////////////////////////////////////////////
  32. #define IDS_ERROR_UNREGISTERING_COM_OBJECT 0xEC01
  33. #define IDS_CLUSTERING_SERVICES_INSTALL_STATE_REGKEY_NAME 0xEC02
  34. #define IDS_CLUSTERING_SERVICES_INSTALL_STATE_REGVALUE_NAME 0xEC03
  35. /////////////////////////////////////////////////////////////////////////////
  36. #endif // __SETUPCOMMONLIBRES_H_