欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

基 礎(chǔ) 函 數(shù) 參 考


InetClose

關(guān)閉 InetGet() 返回的句柄.

InetClose ( 句柄 )

參 數(shù)

句柄 由 InetGet() 返回的句柄.

返 回 值

返回 True, 句柄找到并關(guān)閉, 如果不是則返回 False.

備 注

InetGet() 句柄必須關(guān)閉, 不然殘留資源不會釋放.

下載過程中關(guān)閉句柄會導(dǎo)致取消下載.

相 關(guān) 函 數(shù)

InetGet

函 數(shù) 示 例


Local $hDownload = InetGet("http://www.autoitscript.com/autoit3/files/beta/update.dat", @TempDir & "\update.dat", 1, 1)
Do
    Sleep(250)
Until InetGetInfo($hDownload, 2) ; 檢查完成的下載.
Local $nBytes = InetGetInfo($hDownload, 0)
InetClose($hDownload) ; 關(guān)閉句柄以釋放資源.
MsgBox(0, "", "讀取字節(jié): " & $nBytes)

provider with jb51.net (unicode)