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.

39 lines
1020 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: urltrack.h
  7. //
  8. // Contents: precompiled header file for the urltrack directory
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 07-25-97 PeihwaL Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #include <windows.h>
  18. #include <windowsx.h>
  19. #include <ole2.h> // to get IStream for image.c
  20. #define DISALLOW_Assert
  21. #include <debug.h>
  22. #include <winerror.h>
  23. #include <winnlsp.h>
  24. #include <wininet.h>
  25. #include <winineti.h>
  26. #include <urlmon.h>
  27. typedef struct _MY_LOGGING_INFO {
  28. LPHIT_LOGGING_INFO pLogInfo;
  29. BOOL fuseCache;
  30. BOOL fOffLine;
  31. } MY_LOGGING_INFO, * LPMY_LOGGING_INFO;
  32. ULONG _IsLoggingEnabled(LPCSTR pszUrl);
  33. BOOL _WriteHitLogging(LPMY_LOGGING_INFO pLogInfo);
  34. BOOL IsGlobalOffline(void);