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.
22 lines
382 B
22 lines
382 B
/*
|
|
* H T M L M A P . H
|
|
*
|
|
* HTML .MAP file processing
|
|
*
|
|
* Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
|
|
*/
|
|
|
|
#ifndef _HTMLMAP_H_
|
|
#define _HTMLMAP_H_
|
|
|
|
BOOL
|
|
FIsMapProcessed (
|
|
LPCSTR lpszQueryString,
|
|
LPCSTR lpszUrlPrefix,
|
|
LPCSTR lpszServerName,
|
|
LPCSTR pszMap,
|
|
BOOL * pfRedirect,
|
|
LPSTR pszRedirect,
|
|
UINT cchBuf);
|
|
|
|
#endif // _HTMLMAP_H_
|