Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1001 Bytes

FindCloseUrlCache.md

File metadata and controls

43 lines (29 loc) · 1001 Bytes

Home

Function name : FindCloseUrlCache

Group: Internet Functions (WinInet) - Library: wininet


Closes the specified cache enumeration handle.


Code examples:

How to enumerate cookies and URL History entries in the cache of the local computer
How to delete IE cookies, clear IE history and delete files in Temporary Internet Files directory

Declaration:

BOOL FindCloseUrlCache(
  HANDLE hEnumHandle
);
  

FoxPro declaration:

DECLARE INTEGER FindCloseUrlCache IN wininet;
	INTEGER hEnumHandle  

Parameters:

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


Return value:

Returns TRUE if successful, or FALSE otherwise.