Group: Internet Functions (WinInet) - Library: wininet
How to enumerate cookies and URL History entries in the cache of the local computer
BOOL FindNextUrlCacheGroup(
HANDLE hFind,
GROUPID* lpGroupId,
LPVOID lpReserved
);
DECLARE INTEGER FindNextUrlCacheGroup IN wininet;
INTEGER hFind,;
STRING @ lpGroupId,;
INTEGER @ lpReserved
hFind [in] Handle to the cache group enumeration handle, which is returned by FindFirstUrlCacheGroup.
lpGroupId [out] Pointer to a variable that receives the cache group identifier.
lpReserved [in, out] Reserved. Must be NULL.
Returns TRUE if successful, or FALSE otherwise.