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.
 
 
 
 
 
 

43 lines
1.3 KiB

//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000 Microsoft Corporation
//
// Module Name:
// ClusOCMResources.h
//
// Description:
// Contains the definition of the string ids used by this DLL.
//
// Maintained By:
// Vij Vasu (Vvasu) 03-MAR-2000
//
//////////////////////////////////////////////////////////////////////////////
// Make sure that this file is included only once per compile path.
#pragma once
// The starting ID for these strings.
#define IDS_OCM_START 0
//
// NOTE: Do not change the string ids of the next two strings.
// ClusOCM.inf relies on them being 1 and 2.
//
// Cluster Administrator
#define IDS_CLUADMIN_SHORTCUT ( IDS_OCM_START + 1 )
// Configures and manages server clusters
#define IDS_CLUADMIN_INFO_TIP ( IDS_OCM_START + 2 )
// Cluster Service
#define IDS_CLUSSVC_DISPLAY_NAME ( IDS_OCM_START + 3 )
// Enables servers to work together as a cluster to keep server-based applications highly available, regardless of individual component failures.
#define IDS_CLUSSVC_SERVICE_DESC ( IDS_OCM_START + 4 )
// The ending ID for these strings.
#define IDS_OCM_END 1999