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.

19 lines
746 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // EventName.h
  7. //
  8. // Description:
  9. // Header file containing the name of an event that is used to synchronize
  10. // post configuration with startup notification.
  11. //
  12. // Maintained By:
  13. // Vij Vasu (VVasu) 27-AUG-2000
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. #pragma once
  17. #define POSTCONFIG_COMPLETE_EVENT_NAME L"Global\\Microsoft Cluster Configuration Post Configuration Completion Event"
  18. #define SUCCESSFUL_CLEANUP_EVENT_NAME L"Global\\Microsoft Cluster Configuration Successful Cleanup Completion Event"