<DllImport("urlmon.dll", CharSet:=CharSet.Auto, SetLastError:=True)> Public Shared Function URLDownloadToCacheFile(ByVal lpUnkcaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwBufLength As Long, ByVal dwReserved As Long, ByVal IBindStatusCallback As Long) As Integer
End Function