win32inet.FindFirstUrlCacheEntry

(PyUrlCacheHANDLE, dict) = FindFirstUrlCacheEntry(SearchPattern)

Initiates an enumeration of the browser cache

Parameters

SearchPattern=None : str

Type of entry to find, can be 'visited:', 'cookie:', or None

Comments

Accepts keyword args

Win32 API References

Search for FindFirstUrlCacheEntry at msdn, google or google groups.

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.