Retrieves the next cache group in a cache group enumeration started by FindFirstUrlCacheGroup.
|
BOOL FindNextUrlCacheGroup(
HANDLE hFind,
GROUPID* lpGroupId,
LPVOID lpReserved
); |
Parameters
- 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.
Return Values
Returns TRUE if successful, or FALSE otherwise. To get specific error information, call GetLastError.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Wininet.h.
Link Library: Wininet.lib.
See Also
WinInet Functions | GetUrlCacheGroupAttribute | SetUrlCacheEntryGroup | FindFirstUrlCacheGroup | CreateUrlCacheGroup | DeleteUrlCacheGroup
Send Feedback on this topic to the authors
Feedback FAQs