| View previous topic :: View next topic |
| Author |
Message |
dmonckton Contributor


Joined: 09 Aug 2002 Posts: 117 Location: Lewes, U.K.
|
Posted: Tue Sep 29, 2009 9:34 am Post subject: Windows Call-backs |
|
|
Hi All
Can anybody give me some guidance on how to code Windows call-back
functions. I have reached the point in my program where the API call
generates a call-back and I don't have a clue how to code for it!! So
far I have been able to get away with API calls that return pointers to
information, I can cope with that but not call-backs.
Any help would be greatly appreciated
Thanks
David.M |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Tue Sep 29, 2009 8:52 pm Post subject: |
|
|
Callbacks are not an option with VDS, and I really don't think there are any workarounds for it. _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Wed Sep 30, 2009 9:23 pm Post subject: |
|
|
Yes there is. GadgetX has built in callback functions that you can pass to API function. I have a demo that shows how to use it. The name of the demo is the EnumWindows.dsc demo. It shows how you can give a Win32 API the address of a GadgetX callback function to enumerate all the open windows on your PC. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
|