FindNextUrlCacheEntryExFindNextUrlCacheEntryEx*
*



Contents  *



Index  *Topic Contents
*Previous Topic: FindNextUrlCacheEntry
*Next Topic: GetUrlCacheEntryInfo

FindNextUrlCacheEntryEx

BOOLAPI FindNextUrlCacheEntryEx (
    IN HANDLE hEnumHandle,
    OUT LPINTERNET_CACHE_ENTRY_INFO lpFirstCacheEntryInfo,
    IN OUT LPDWORD lpdwFirstCacheEntryInfoBufferSize,
    OUT LPVOID lpGroupAttributes,
    IN OUT LPDWORD pcbGroupAttributes,
    IN LPVOID lpReserved
);

Finds the next cache entry in a cache enumeration started by FindFirstUrlCacheEntryEx.

hEnumHandle
HANDLE type value returned by FindFirstUrlCacheEntryEx, which started a cache enumeration.
lpFirstCacheEntryInfo
Address of the buffer to hold the INTERNET_CACHE_ENTRY_INFO structure that the cache entry information will be stored in.
lpdwFirstCacheEntryInfoBufferSize
Address of a DWORD value that indicates the size of the buffer.
lpGroupAttributes
Must be set to NULL.
pcbGroupAttributes
Must be set to NULL.
lpReserved
Reserved. Must be set to NULL.

At the end of the enumeration, the application should call FindCloseUrlCache.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.