windows-nt/Source/XPSP1/NT/base/cluster/mgmt/cluscfg/inc/cluscfgconstants.h
2020-09-26 16:20:57 +08:00

23 lines
808 B
C

//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2001 Microsoft Corporation
//
// Module Name:
// ClusCfgContants.h
//
// Description:
// This file contains constants needed by more than one ClusCfg Wizard
// component.
//
// Maintained By:
// Galen Barbee (GalenB) 23-FEB-2001
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// Constants
//////////////////////////////////////////////////////////////////////////////
#define HR_S_RPC_S_SERVER_UNAVAILABLE MAKE_HRESULT( 0, FACILITY_WIN32, RPC_S_SERVER_UNAVAILABLE )
#define HR_S_RPC_S_CLUSTER_NODE_DOWN MAKE_HRESULT( 0, FACILITY_WIN32, ERROR_CLUSTER_NODE_DOWN )