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.

39 lines
934 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1996 - 2000
  3. Module Name:
  4. rsevents.h
  5. Abstract:
  6. This module defines names of events that are used to synchronize HSM components,
  7. which are located in different units.
  8. Author:
  9. Ran Kalach (rankala) 4/5/00
  10. --*/
  11. #ifndef _RSEVENTS_
  12. #define _RSEVENTS_
  13. // State event parameters
  14. #define SYNC_STATE_EVENTS_NUM 3
  15. #define HSM_ENGINE_STATE_EVENT OLESTR("HSM Engine State Event")
  16. #define HSM_FSA_STATE_EVENT OLESTR("HSM Fsa State Event")
  17. #define HSM_IDB_STATE_EVENT OLESTR("HSM Idb State Event")
  18. #define EVENT_WAIT_TIMEOUT (10*60*1000) // 10 minutes
  19. // RSS backup name
  20. // Note: The Backup/Snapshot writer string should be the same as the name written to the
  21. // Registry for NTBackup exclude list (FilesNotToBackup value)
  22. #define RSS_BACKUP_NAME OLESTR("Remote Storage")
  23. #endif // _RSEVENTS_