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.
 
 
 
 
 
 

20 lines
746 B

//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1999-2000 Microsoft Corporation
//
// Module Name:
// EventName.h
//
// Description:
// Header file containing the name of an event that is used to synchronize
// post configuration with startup notification.
//
// Maintained By:
// Vij Vasu (VVasu) 27-AUG-2000
//
//////////////////////////////////////////////////////////////////////////////
#pragma once
#define POSTCONFIG_COMPLETE_EVENT_NAME L"Global\\Microsoft Cluster Configuration Post Configuration Completion Event"
#define SUCCESSFUL_CLEANUP_EVENT_NAME L"Global\\Microsoft Cluster Configuration Successful Cleanup Completion Event"