Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How does a COM server know which client Fn to call back
Message
From
26/12/2000 17:24:55
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00456181
Message ID:
00456932
Views:
34
>There is one onbard CALLBACK with VFP 6, (i thinks its a call back): COMRETURNERROR()

This is not a callback at all. It simply instructs your VFP COM server to raise a COM error by populating the COM exception structure and returning control to the calling process.

A callback is a very specific programming term that I think you are trying to use generally. It deals with delegating timing control to a called process, and allowing that process to directly invoke a function inside the caller.

I would venture to say that if you have only programmed in VFP, you have never dealt with callbacks of any kind.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform