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.

22 lines
382 B

  1. /*
  2. * H T M L M A P . H
  3. *
  4. * HTML .MAP file processing
  5. *
  6. * Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
  7. */
  8. #ifndef _HTMLMAP_H_
  9. #define _HTMLMAP_H_
  10. BOOL
  11. FIsMapProcessed (
  12. LPCSTR lpszQueryString,
  13. LPCSTR lpszUrlPrefix,
  14. LPCSTR lpszServerName,
  15. LPCSTR pszMap,
  16. BOOL * pfRedirect,
  17. LPSTR pszRedirect,
  18. UINT cchBuf);
  19. #endif // _HTMLMAP_H_