FindNextUrlCacheGroup (Windows CE 5.0)

Send Feedback

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

BOOL FindNextUrlCacheGroup(  HANDLEhFind,
  GROUPID*lpGroupId,
  LPVOIDlpReserved);

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

© 2006 Microsoft Corporation. All rights reserved.