DeleteUrlCacheGroupDeleteUrlCacheGroup*
*Contents  *Index  *Topic Contents
*Previous Topic: DeleteUrlCacheEntry
*Next Topic: FindCloseUrlCache

DeleteUrlCacheGroup

BOOLAPI DeleteUrlCacheGroup (
    IN GROUPID GroupId,
    IN DWORD dwFlags,
    IN LPVOID lpReserved
);

Releases a GROUPID and any associated state in the cache index file.

GroupId
GROUPID value that is associated with the cache group to be released.
dwFlags
DWORD value containing the flags to control the cache group deletion. No flags are currently implemented. Must be set to zero.
lpReserved
Reserved. Must be set to NULL.

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