This topic has not yet been rated - Rate this topic

FindNextUrlCacheGroup function

Applies to: desktop apps only

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

Syntax

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

Parameters

hFind [in]

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]

This parameter is reserved and must be NULL.

Return value

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

Remarks

Continue to call FindNextUrlCacheGroup until the last item in the cache is returned.

Like all other aspects of the WinINet API, this function cannot be safely called from within DllMain or the constructors and destructors of global objects.

Note  WinINet does not support server implementations. In addition, it should not be used from a service. For server implementations or services use Microsoft Windows HTTP Services (WinHTTP).

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wininet.h

Library

Wininet.lib

DLL

Wininet.dll

See also

Caching
WinINet Functions

 

 

Send comments about this topic to Microsoft

Build date: 2/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ