Aide:DllCallbackFree.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
DllCallbackFree
###Description###
Frees a previously created handle created with DllCallbackRegister.
###Syntax###
DllCallbackFree ( handle )
###Parameters###
@@ParamTable@@
handle
The DllCallback handle, as returned by a previous call to DllCallbackRegister.
@@End@@
###ReturnValue###
None.
###Remarks###
Upon termination, AutoIt automatically closes any handles it opened but calling DllCallbackFree is still a good idea.
###Related###
DllCall, DllCallbackGetPtr, DllCallbackRegister
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
DllCallbackFree
###Description###
Libère une poignée créés précédemment avec DllCallbackRegister.
###Syntax###
DllCallbackFree ( handle )
###Parameters###
@@ParamTable@@
handle
Le handle renvoyé précédemment par l'utilisation de la fonction DllCallback.
@@End@@
###ReturnValue###
Aucune.
###Remarks###
En cas de résiliation, AutoIt ferme automatiquement touts les handles ouverts mais utiliser la fonction DllCallbackFree est toujours une bonne idée.
###Related###
DllCall, DllCallbackGetPtr, DllCallbackRegister
###Example###
@@IncludeExample@@
Traducteur : TT22
Contributeurs (pour les modifications avant le Wiki) :