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.

33 lines
595 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name :
  4. urlscan.h
  5. Abstract:
  6. Replace Dll, and retrieve URLScan Path
  7. Author:
  8. Christopher Achille (cachille)
  9. Project:
  10. URLScan Update
  11. Revision History:
  12. March 2002: Created
  13. --*/
  14. BOOL IsUrlScanInstalled( LPTSTR szPath, DWORD dwCharsinBuff );
  15. DWORD InstallURLScanFix( LPTSTR szUrlScanPath );
  16. BOOL ExtractUrlScanFile( LPTSTR szPath );
  17. BOOL MoveOldUrlScan( LPTSTR szPath );
  18. BOOL IsAdministrator();
  19. BOOL UpdateRegistryforAddRemove();