Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array of bytes
Message
De
13/06/2005 08:42:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Array of bytes
Divers
Thread ID:
01022720
Message ID:
01022720
Vues:
74
Hi,

I have this VB sample code and need to convert it to VFP

Dim FpTemplate(0 To 767) As Byte

procTimeOut = 15000
fpTemplateLength = 768
retCode = AET60_Enroll(FpTemplate(0),fpTemplateLength,procTimeOut)

When I pass for FpTemplate a numeric array the function returns for every element thesame value.

This is the declaration in C
AET60_Enroll (BYTE *Template, DWORD *TemplateLength, DWORD TimeOut);

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform