Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need book to learn Win32Api
Message
De
23/02/1997 13:10:35
 
 
À
23/02/1997 04:26:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Groupes d'usagers
Divers
Thread ID:
00021647
Message ID:
00021684
Vues:
43
>but structures (and pointers) are different things as VFP doesn't have them

It's true that VFP doesn't have pointers. Fortunately, for Win32API, you just need to send pointers as parameters for functions, not to make any other operations with them.

The rule is simple:
If the parameter is a pointer, you send it by address: @MyVar. If it's not a pointer, you send it by value: MyVar.

HTH,
Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform