Jump to content

InetClose always returns false


Recommended Posts

Why does InetClose always returns false?

example code:

Local $hDownload = InetGet($oLink.href, $Downloadfile,1,1)

Do

Sleep(250)

Until InetGetInfo($hDownload, 2) ; Check if the download is complete.

Local $InetCloseResult = InetClose($hDownload)

;InetCloseResult this always returns False but would of expected True but perhaps this function is just a safety check.

Edited by neilontherock
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...