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

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996-1997 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ConstDef.h
  7. //
  8. // Abstract:
  9. // Definitions of constants used in the IIS Cluster Administrator
  10. // extension.
  11. //
  12. // Author:
  13. // David Potter (davidp) March 7, 1997
  14. //
  15. // Revision History:
  16. //
  17. // Notes:
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20. #ifndef _CONSTDEF_H_
  21. #define _CONSTDEF_H_
  22. /////////////////////////////////////////////////////////////////////////////
  23. // Constant Definitions
  24. /////////////////////////////////////////////////////////////////////////////
  25. #define REGPARAM_IIS_SERVICE_NAME _T("ServiceName")
  26. #define REGPARAM_IIS_DIRECTORY _T("Directory")
  27. #define REGPARAM_IIS_ALIAS _T("Alias")
  28. #define REGPARAM_IIS_ACCOUNTNAME _T("AccountName")
  29. #define REGPARAM_IIS_PASSWORD _T("Password")
  30. #define REGPARAM_IIS_ACCESSMASK _T("AccessMask")
  31. #define RESTYPE_NAME_IIS_VIRTUAL_ROOT _T("IIS Virtual Root")
  32. /////////////////////////////////////////////////////////////////////////////
  33. #endif // _CONSTDEF_H_