Click to return to the Networking, Protocols     
DeleteUrlCacheEntry Funct...     FindCloseUrlCache Functio...     Persistent URL Cache Func...    
Web Workshop  |  Networking, Protocols & Data Formats

DeleteUrlCacheGroup Function


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

Syntax

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

Parameters

GroupId
GROUPID value that is associated with the cache group to be released.
dwFlags
Unsigned long integer value containing the flags to control the cache group deletion. This can be set to CACHEGROUP_FLAG_FLUSHURL_ONDELETE, which causes DeleteUrlCacheGroup to delete all of the cache entries associated with this group, unless the entry belongs to another group.
lpReserved
Reserved. Must be set to NULL.

Return Value

Returns TRUE if successful, or FALSE otherwise. To get specific error information, call GetLastError.

Function Information

Windows NT Use version 4.0. Implemented only as an ANSI function.
Windows Use Windows 95 and later. Implemented only as an ANSI function.
Header Wininet.h
Import library Wininet.lib
Minimum availability Internet Explorer 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

Microsoft Win32 Internet Functions Overview, Caching, Microsoft Win32 Internet Functions Reference, Persistent URL Cache Functions



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.