Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Embedded
Windows Embedded CE
Windows CE 5.0
Windows CE Features
WinInet Reference
WinInet Functions
 FindNextUrlCacheGroup
Platform Builder for Microsoft Windows CE 5.0
FindNextUrlCacheGroup
Send Feedback

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


© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker