Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Properly Declare an API Function?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
How to Properly Declare an API Function?
Divers
Thread ID:
01566486
Message ID:
01566486
Vues:
55
Hi

I would like to know the correct way to delcare the following C function in VFP:

int SetServer_IP (int context, char *Value);

I used:

Declare Integer SetServer_IP In XTran.dll As PP_SetServer_IP Integer lnContext,String lcIP

but I am wondering whether the it should be:

Declare Integer SetServer_IP In XTran.dll As PP_SetServer_IP Integer lnContext,String @ lcIP

Thanks,
Simon
Simon White
dCipher Computing
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform