Aide:DllStructGetPtr.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
DllStructGetPtr
###Description###
Returns the pointer to the struct or an element in the struct.
###Syntax###
DllStructGetPtr ( Struct [,Element])
###Parameters###
@@ParamTable@@
Struct
The struct returned by DllStructCreate.
Element
[optional] The element of the struct who's pointer you need, starting at 1 or the elementname as defined in DllStructCreate.
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: The pointer to the struct.
Failure: 0.
@Error: 0 = No Error.
1 = Struct not a correct struct returned by DllStructCreate.
2 = Element is out of bounds.
@@End@@
###Remarks###
Used in DllCall.
###Related###
DllCall, DllStructCreate
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
DllStructGetPtr
###Description###
Retourne le pointeur vers la structure ou un élément dans la structure.
###Syntax###
DllStructGetPtr ( Struct [,Element])
###Parameters###
@@ParamTable@@
Struct
La structure renvoyée par DllStructCreate.
Element
[optionnel] L'élément de la structure qui est le pointeur dont vous avez besoin, à partir de 1 ou du nom de l’élément tel que défini dans DllStructCreate.
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Le pointeur vers la structure.
Échec: 0.
@error: 0 = Pas d'erreur.
1 = La structure n'est pas une structure correcte retourné par DllStructCreate.
2 = La valeur de l’élément est hors limites.
@@End@@
###Remarks###
Utilisé dans DllCall.
###Related###
DllCall, DllStructCreate
###Example###
@@IncludeExample@@
Traducteur :TT22
Contributeurs (pour les modifications avant le Wiki) :