Contents Index Topic Contents | ||
Previous Topic: RetrieveUrlCacheEntryStream Next Topic: SetUrlCacheEntryInfo |
SetUrlCacheEntryGroup
BOOLAPI SetUrlCacheEntryGroup ( IN LPCSTR lpszUrlName, IN DWORD dwFlags, IN GROUPID GroupId, IN LPBYTE pbGroupAttributes, IN DWORD cbGroupAttributes, IN LPVOID lpReserved );Adds entries to or removes entries from a cache group.
- Returns TRUE if successful, or FALSE otherwise.
- lpszUrlName
- String value that contains the URL of the cached resource.
- dwFlags
- DWORD value that determines whether the entry is added to or removed from a cache group. Can be one of the following values:
INTERNET_CACHE_GROUP_ADD Adds the cache entry to the cache group. INTERNET_CACHE_GROUP_REMOVE Removes the entry from the cache group. - GroupId
- GROUPID value that indicates the cache group that the entry will be added to or removed from.
- pbGroupAttributes
- Must be set to NULL.
- cbGroupAttributes
- Must be set to zero.
- lpReserved
- Reserved. Must be set to NULL.
A cache entry can belong to more than one cache group.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.