Aide:InetClose.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
InetClose
###Description###
Closes a handle returned from InetGet().
###Syntax###
InetClose ( handle )
###Parameters###
@@ParamTable@@
handle
A handle return from InetGet().
@@End@@
###ReturnValue###
True if the handle was found and closed, False if not.
###Remarks###
InetGet() handles must be closed or resources will leak.
Closing the handle to a download still in progress will cancel the download.
###Related###
InetGet
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
InetClose
###Description###
Ferme un handle retourné par InetGet().
###Syntax###
InetClose ( handle )
###Parameters###
@@ParamTable@@
handle
Un handle retourné par InetGet().
@@End@@
###ReturnValue###
True si le handle a été trouvé et fermé, sinon False.
###Remarks###
Les handles d'InetGet() doivent être fermés sinon, vous aurez une fuite de ressources.
Fermer le handle d'un téléchargement en cours annulera le téléchargement.
###Related###
<a href="InetGet.htm">InetGet</a>
###Example###
@@IncludeExample@@
Traducteur : Alex74
Contributeurs (pour les modifications avant le Wiki) : Tlem