Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

39 lines
1.1 KiB

/////////////////////////////////////////////////////////////////////////////
//
// 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_