[DllImport("wininet.dll")]
static extern bool FindNextUrlCacheGroup(
IntPtr hFind,
ref int lpGroupId,
IntPtr lpReserved);
<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
None.
None
None.
Please add some!
http://support.microsoft.com/kb/q311289/