Aide:DllCallbackGetPtr.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
DllCallbackGetPtr
###Description###
Returns the pointer to a callback function that can be passed to the Win32 API.
###Syntax###
DllCallbackGetPtr ( handle )
###Parameters###
@@ParamTable@@
handle
A DllCallback handle returned from DllCallbackRegister.
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: The pointer to the callback function.
Failure: 0.
@@End@@
###Remarks###
Use DllCallbackGetPtr to pass the address of a callback function to the Win32 API when using DllCall.
###Related###
DllCall, DllCallBackRegister, DllCallbackFree
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
DllCallbackGetPtr
###Description###
Retourne le pointeur sur une fonction de rappel qui peut être transmis à l'API Win32.
###Syntax###
DllCallbackGetPtr ( handle )
###Parameters###
@@ParamTable@@
handle
Un handle DllCallback retourné par DllCallbackRegister.
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Le pointeur de la fonction de rappel.
Échec: 0.
@@End@@
###Remarks###
Utilisez DllCallbackGetPtr pour passer l'adresse d'une fonction de rappel à l'API Win32 en utilisant DllCall.
###Related###
DllCall, DllCallBackRegister, DllCallbackFree
###Example###
@@IncludeExample@@
Traducteur : TT22
Contributeurs (pour les modifications avant le Wiki) :