<DllImport("wininet.dll", _
SetLastError:=True, _
CharSet:=CharSet.Auto, _
EntryPoint:="DeleteUrlCacheGroup", _
CallingConvention:=CallingConvention.StdCall)> _
Shared Function DeleteUrlCacheGroup( _
ByVal GroupId As Long, _
ByVal dwFlags As Int32, _
ByVal lpReserved As IntPtr) As Boolean
End Function
None.
None
None.
Please add some!
http://support.microsoft.com/kb/q311289/