Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't pass parameter and call function in the DLL
Message
De
18/02/1999 09:53:41
 
 
À
17/02/1999 19:17:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00182255
Message ID:
00188848
Vues:
21
Paul,
You said there is no SHORT in DECLARE so the Short will change to String ?
>Declare G_ICCPresent In V100_32.DLL SHORT ChannelNb, String @Response

The below function i want to get the return value of Response, how ?
>G_ICCPresent(const WORD16 ChannelNb,Byte *Response)
>>G_ICCPrensent(0,&Response) &&Function call

After call the G_ICCPresent the return value will store at Response right,
i will do a compare statement, below is write in C:
>If ((Response &0x004)==4) //compare the second bit is 1 or 0
> return true;
>else
> return false;

How can get the return value in VFP ?

regard,
chang
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform