20 lines
727 B
C
20 lines
727 B
C
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// 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"
|