###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 ferms sinon, vous aurez une fuite de ressources.
 
Fermer le handle d'un tlchargement en cours annulera le tlchargement.
 
 
###Related###
<a href="InetGet.htm">InetGet</a>
 
 
###Example###
@@IncludeExample@@