I got a ERROR_INSUFFICIENT_BUFFER
error when invoking FindNextUrlCacheEntry()
. Then I want to retrieve the failed entry again, using a enlarged buffer. But I found that when I invoke FindNextUrlCacheEntry()
, it seems I was retrieving the one next to the failed entry. Is there any approach I can go back to retrieve the information of the just failed entry?