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.
30 lines
857 B
30 lines
857 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// ClusCompResources.h
|
|
//
|
|
// Description:
|
|
// Contains the definition of the string ids used by this DLL.
|
|
//
|
|
// Maintained By:
|
|
// Vij Vasu (Vvasu) 25-JUL-2000
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
// Make sure that this file is included only once per compile path.
|
|
#pragma once
|
|
|
|
// The starting ID for these strings.
|
|
#define ID_COMP_START 0
|
|
|
|
#define IDS_ERROR_UPGRADE_OTHER_NODES ( ID_COMP_START + 0 )
|
|
#define IDS_ERROR_TCB_CHECK_FAILED ( ID_COMP_START + 1 )
|
|
#define IDS_ERROR_TCB_PRIVILEGE_NEEDED ( ID_COMP_START + 2 )
|
|
|
|
// The ending ID for these strings.
|
|
#define ID_COMP_END 1999
|
|
|
|
|