Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP AddressOf?
Message
From
09/04/2003 10:23:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
VFP AddressOf?
Miscellaneous
Thread ID:
00775473
Message ID:
00775473
Views:
138
Hi all,

What is the VFP function that emulates the VB AddressOf when passing values to Win32 API. This is passing to the DLL a pointer to the callback routine.
example:
declare long CreateEnv in Win32APIDLL
declare long SetCallbackSolver in Win32APIDLL (long pEnv, long pcbf, double @ pUserData)
pEnv=CreateEnv()
nError=0
dBestObj=1E+30
nError=SetCallbackSolver(pEnv, AddressOf MySolverCallback, dBestObj) <-- here
Or is this not possible with VFP8?
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform