//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1995. // // File: urltrack.h // // Contents: precompiled header file for the urltrack directory // // Classes: // // Functions: // // History: 07-25-97 PeihwaL Created // //---------------------------------------------------------------------------- #include #include #include // to get IStream for image.c #define DISALLOW_Assert #include #include #include #include #include #include typedef struct _MY_LOGGING_INFO { LPHIT_LOGGING_INFO pLogInfo; BOOL fuseCache; BOOL fOffLine; } MY_LOGGING_INFO, * LPMY_LOGGING_INFO; ULONG _IsLoggingEnabled(LPCSTR pszUrl); BOOL _WriteHitLogging(LPMY_LOGGING_INFO pLogInfo); BOOL IsGlobalOffline(void);