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.

49 lines
869 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. xchgclus.h
  5. Abstract:
  6. Header file for definitions and structure for a resource dll
  7. for a backoffice server comprised of serveral services.
  8. This is specifically for exchange.
  9. Author:
  10. Sunita Shrivastava (sunitas) 23-June-1997
  11. Revision History:
  12. --*/
  13. #ifndef _XCHGCLUS_H_
  14. #define _XCHGCLUS_H_
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. #define RESOURCE_NAME L"Exchange"
  19. #define SYNC_VALUE_COUNT 4
  20. #define REG_SYNC_VALUE
  21. #define ENVIRONMENT 1 // GetComputerName must return cluster name
  22. #define COMMON_MUTEX L"Cluster$ExchangeMutex" // Limit of one resource of this type
  23. #define LOG_CURRENT_MODULE LOG_MODULE_EXCHANGE
  24. //define the resource type
  25. #define EXCHANGE_RESOURCE_NAME L"Exchange"
  26. #ifdef _cplusplus
  27. }
  28. #endif
  29. #endif // ifndef _XCHGCLUS_H