Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
cache.hxx
Package: win2ksrc.rar [view]
Upload User: caisha3
Upload Date: 2013-09-21
Package Size: 208739k
Code Size: 1k
Category:
Windows Develop
Development Platform:
Visual C++
- /*++
- Copyright (c) 1994 Microsoft Corporation
- Module Name:
- cache.hxx
- Abstract:
- master include file.
- Author:
- Madan Appiah (madana) 12-Apr-1995
- Environment:
- User Mode - Win32
- Revision History:
- --*/
- #ifndef _CACHE_HXX_
- #define _CACHE_HXX_
- #include <wininetp.h>
- #include <shlwapi.h>
- #include <shlwapip.h>
- #include <cachedef.h>
- #include <hashutil.hxx>
- #include <debug.h>
- #include <util.hxx>
- #include <reg.hxx>
- #include <filemap.hxx>
- #include <filemgr.hxx>
- #include <contain.hxx>
- #include <instcon.hxx>
- #include <conlist.hxx>
- #include <hndlmgr.hxx>
- #include <cookies.hxx>
- #include <conmgr.hxx>
- #include <group.hxx>
- #include <global.h>
- #include <proto.h>
- #include <inetp.h>
- #include <registry.h>
- #include <urlcache.h>
- #include <platform.h>
- #endif // _CACHE_HXX_
- // temporary junk
- #ifndef INTERNET_CACHE_GROUP_NONE
- #define INTERNET_CACHE_GROUP_NONE 2
- #define INTERNET_CACHE_MODIFY_DATA 4
- #endif