findnexturlcachegroup (wininet)
Last changed: -68.228.236.235

.
Summary
Retrieves the next cache group in a cache group enumeration

C# Signature:

  [DllImport("wininet.dll")]
  static extern bool FindNextUrlCacheGroup(
    IntPtr hFind,
    ref int lpGroupId,
    IntPtr lpReserved);

VB Signature:

  <DllImport("wininet.dll", _
       SetLastError:=True, _
       CharSet:=CharSet.Auto, _
       EntryPoint:="FindNextUrlCacheGroup", _
       CallingConvention:=CallingConvention.StdCall)> _
    Shared Function FindNextUrlCacheGroup( _
    ByVal hFind As IntPtr, _
    ByRef lpGroupId As Long, _
    ByVal lpReserved As IntPtr) As Boolean
    End Function

User-Defined Types:

None.

Alternative Managed API:

None

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

http://support.microsoft.com/kb/q311289/

Documentation