FindCloseUrlCache

This function closes the specified cache enumeration handle.

At a Glance

Header file: Wininet.h
Windows CE versions: 2.12 and later

Syntax

BOOL FindCloseUrlCache( HANDLE hEnumHandle);

Parameters

hEnumHandle

[in] Handle returned by a previous call to the FindFirstUrlCacheEntry function

Return Values

Returns TRUE if successful, or FALSE otherwise

See Also

FindFirstUrlCacheEntry