SetUrlCacheEntryInfoSetUrlCacheEntryInfo*
*Contents  *Index  *Topic Contents
*Previous Topic: SetUrlCacheEntryGroup
*Next Topic: UnlockUrlCacheEntryFile

SetUrlCacheEntryInfo

BOOL SetUrlCacheEntryInfo(
    IN LPCSTR lpszUrlName,
    IN LPINTERNET_CACHE_ENTRY_INFO lpCacheEntryInfo,
    IN DWORD dwFieldControl
);

Sets the specified members of the INTERNET_CACHE_ENTRY_INFO structure.

lpszUrlName
Address of a string that contains the name of the cache entry. The name string should not contain any escape characters.
lpCacheEntryInfo
Address of an INTERNET_CACHE_ENTRY_INFO structure containing the values to be assigned to the cache entry designated by lpszUrlName.
dwFieldControl
Bitmask that indicates the members that are to be set. Can be a combination of the following values:
CACHE_ENTRY_ACCTIME_FC Sets the last access time.
CACHE_ENTRY_ATTRIBUTE_FC Sets the cache entry type.
CACHE_ENTRY_EXEMPT_DELTA_FC Sets the exempt delta.
CACHE_ENTRY_EXPTIME_FC Sets the expire time.
CACHE_ENTRY_HEADERINFO_FC Sets the header info.
CACHE_ENTRY_HITRATE_FC Sets the hit rate.
CACHE_ENTRY_MODTIME_FC Sets the last modified time.
CACHE_ENTRY_SYNCTIME_FC Sets the last sync time.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.