FindNextUrlCacheGroup function (wininet.h)
Retrieves the next cache group in a cache group enumeration started by FindFirstUrlCacheGroup.
BOOL FindNextUrlCacheGroup(
[in] HANDLE hFind,
[out] GROUPID *lpGroupId,
[in, out] LPVOID lpReserved
);
[in] hFind
The cache group enumeration handle, which is returned by FindFirstUrlCacheGroup.
[out] lpGroupId
Pointer to a variable that receives the cache group identifier.
[in, out] lpReserved
This parameter is reserved and must be NULL.
Returns TRUE if successful, or FALSE otherwise. To get specific error information, call GetLastError.
Continue to call FindNextUrlCacheGroup until the last item in the cache is returned.
Like all other aspects of the WinINet API, this function cannot be safely called from within DllMain or the constructors and destructors of global objects.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | wininet.h |
Library | Wininet.lib |
DLL | Wininet.dll |