/////////////////////////////////////////////////////////////////////////////
//
//	Copyright (c) 1996-1997 Microsoft Corporation
//
//	Module Name:
//		ConstDef.h
//
//	Abstract:
//		Definitions of constants used in the IIS Cluster Administrator
//		extension.
//
//	Author:
//		David Potter (davidp)	March 7, 1997
//
//	Revision History:
//
//	Notes:
//
/////////////////////////////////////////////////////////////////////////////

#ifndef _CONSTDEF_H_
#define _CONSTDEF_H_

/////////////////////////////////////////////////////////////////////////////
// Constant Definitions
/////////////////////////////////////////////////////////////////////////////

#define REGPARAM_IIS_SERVICE_NAME				_T("ServiceName")
#define REGPARAM_IIS_DIRECTORY					_T("Directory")
#define REGPARAM_IIS_ALIAS						_T("Alias")
#define REGPARAM_IIS_ACCOUNTNAME				_T("AccountName")
#define REGPARAM_IIS_PASSWORD					_T("Password")
#define REGPARAM_IIS_ACCESSMASK 				_T("AccessMask")

#define RESTYPE_NAME_IIS_VIRTUAL_ROOT			_T("IIS Virtual Root")

/////////////////////////////////////////////////////////////////////////////

#endif // _CONSTDEF_H_
