Closes the specified cache enumeration handle.
Syntax
BOOL FindCloseUrlCache( IN HANDLE hEnumHandle );
Parameters
- hEnumHandle
- Handle returned by a previous call to the FindFirstUrlCacheEntry function.
Return Value
Returns TRUE if successful, or FALSE otherwise. To get extended 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 3.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