FindFirstUrlCacheGroup (Windows CE 5.0)

Send Feedback

Initiates the enumeration of the cache groups in the Internet cache.

BOOL FindFirstUrlCacheGroup(  DWORDdwFlags,
  DWORDdwFilter,
  LPVOIDlpSearchCondition,
  DWORDdwSearchCondition,
  GROUPID*lpGroupId,
  LPVOIDlpReserved);

Parameters

  • dwFlags
    [in] Reserved. Must be zero.
  • dwFilter
    [in] Filters to be used. This parameter can be one of the following values.
    Value Meaning
    CACHEGROUP_SEARCH_ALL Search all cache groups.
    CACHEGROUP_SEARCH_BYURL Not currently implemented.
  • lpSearchCondition
    [in] Reserved. Must be NULL.
  • dwSearchCondition
    [in] Reserved. Must be zero.
  • lpGroupId
    [out] Pointer to the ID of the first cache group that matches the search criteria.
  • lpReserved
    [in, out] Reserved. Must be NULL.

Return Values

Returns a valid handle if successful, or NULL otherwise. To get specific error information, call GetLastError. If the function finds no matching files, GetLastError returns ERROR_NO_MORE_FILES.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Wininet.h.
Link Library: Wininet.lib.

See Also

WinInet Functions | GetUrlCacheGroupAttribute | SetUrlCacheEntryGroup | FindNextUrlCacheGroup | CreateUrlCacheGroup | DeleteUrlCacheGroup

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.