Retrieves the next cache group in a cache group enumeration started by FindFirstUrlCacheGroup.
Syntax
BOOL FindNextUrlCacheGroup( IN HANDLE hFind, OUT GROUPID *lpGroupId, IN OUT LPVOID lpReserved );
Parameters
- hFind
- Valid cache group enumeration handle returned by FindFirstUrlCacheGroup.
- lpGroupId
- Address of a GROUPID variable that contains the cache group identification.
- lpReserved
- Reserved. Must be set to NULL.
Return Value
Returns TRUE if successful, or FALSE otherwise. To get specific error information, call GetLastError.
Function Information
Windows NT Use version 4.0. Implemented only as an ANSI function. Windows Use Windows 95 and later. Implemented only as an ANSI function. Header Wininet.h Import library Wininet.lib Minimum availability Internet Explorer 5