FindNextUrlCacheGroup (Windows Embedded CE 6.0)

1/6/2010

Retrieves the next cache group in a cache group enumeration started by FindFirstUrlCacheGroup.

Syntax

BOOL FindNextUrlCacheGroup(
  HANDLE hFind,
  GROUPID* lpGroupId,
  LPVOID lpReserved
);

Parameters

  • lpGroupId
    [out] Pointer to a variable that receives the cache group identifier.
  • lpReserved
    [in, out] Reserved. Must be NULL.

Return Value

Returns TRUE if successful, or FALSE otherwise. To get specific error information, call GetLastError.

Requirements

Header wininet.h
Library wininet.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

WinInet Functions
GetUrlCacheGroupAttribute
SetUrlCacheEntryGroup
FindFirstUrlCacheGroup
CreateUrlCacheGroup
DeleteUrlCacheGroup