Group: Internet Functions (WinInet) - Library: wininet
How to enumerate cookies and URL History entries in the cache of the local computer
HANDLE FindFirstUrlCacheGroup(
DWORD dwFlags,
DWORD dwFilter,
LPVOID lpSearchCondition,
DWORD dwSearchCondition,
GROUPID* lpGroupId,
LPVOID lpReserved
);
DECLARE INTEGER FindFirstUrlCacheGroup In wininet;
LONG dwFlags,;
LONG dwFilter,;
LONG lpSearchCond,;
LONG dwSearchCond,;
STRING @ lpGroupId,;
INTEGER @ lpReserved
dwFlags [in] Reserved. Must be zero.
dwFilter [in] Filters to be used.
lpSearchCondition [in] Reserved. Must be NULL.
dwSearchCondition [in] Reserved. Must be zero.
lpGroupId [out] Pointer to the ID of the first cache group that matches the search criteria.
lpReserved [in, out] Reserved. Must be NULL.
Returns a valid handle if successful, or NULL otherwise. To get specific error information, call GetLastError. If the function finds no matching files, GetLastError returns ERROR_NO_MORE_FILES.