win32inet.FindFirstUrlCacheEntryEx
(PyUrlCacheHANDLE, dict) = FindFirstUrlCacheEntryEx(SearchPattern, Flags , Filter , GroupId )
Initiates an enumeration of the browser cache
Parameters
Comments
Accepts keyword args
Win32 API References
Return Value
Returns a handle that can be passed to win32inet::FindNextUrlCacheEntry, and a dict containing information for the first entry found. Throws error code ERROR_NO_MORE_ITEMS if no items are found.