Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array of bytes
Message
From
13/06/2005 08:42:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Array of bytes
Miscellaneous
Thread ID:
01022720
Message ID:
01022720
Views:
73
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
Next
Reply
Map
View

Click here to load this message in the networking platform