Group: Internet Functions (WinInet) - Library: wininet
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
BOOL FindCloseUrlCache(
HANDLE hEnumHandle
);
DECLARE INTEGER FindCloseUrlCache IN wininet;
INTEGER hEnumHandle
hEnumHandle [in] Handle returned by a previous call to the FindFirstUrlCacheEntry function.
Returns TRUE if successful, or FALSE otherwise.