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
33 lines
595 B
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name :
|
|
|
|
urlscan.h
|
|
|
|
Abstract:
|
|
|
|
Replace Dll, and retrieve URLScan Path
|
|
|
|
Author:
|
|
|
|
Christopher Achille (cachille)
|
|
|
|
Project:
|
|
|
|
URLScan Update
|
|
|
|
Revision History:
|
|
|
|
March 2002: Created
|
|
|
|
--*/
|
|
|
|
|
|
BOOL IsUrlScanInstalled( LPTSTR szPath, DWORD dwCharsinBuff );
|
|
DWORD InstallURLScanFix( LPTSTR szUrlScanPath );
|
|
BOOL ExtractUrlScanFile( LPTSTR szPath );
|
|
BOOL MoveOldUrlScan( LPTSTR szPath );
|
|
BOOL IsAdministrator();
|
|
BOOL UpdateRegistryforAddRemove();
|