Leaked source code of windows server 2003
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.

32 lines
608 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name :
  4. lockdown.hxx
  5. Abstract:
  6. Upgrade old IIS Lockdown Wizard Settings to whatever
  7. is appropriate in IIS6
  8. Author:
  9. Christopher Achille (cachille)
  10. Project:
  11. Internet Services Setup
  12. Revision History:
  13. May 2002: Created
  14. --*/
  15. #define REGISTRY_WWW_DISABLEWEBDAV_NAME _T("DisableWebDAV")
  16. BOOL IsWebDavDisabled( LPBOOL pbWasDisabled );
  17. BOOL DisableWebDavInRestrictionList();
  18. BOOL IsWebDavDisabledViaRegistry( LPBOOL pbWasDisabled );