Callback routine
<Back to Last Page> <Full Glossary>
Definition:
A callback routine is a routine (function or procedure) in your program that Windows calls. More generally, a callback is a means of sending a function as a parameter into another function. When the callback function has completed, control is passed back to the original function.
Related Resources:
Hey Windows, Call me!
Let Windows work for you: implementing function callbacks with Delphi.
Windows/Shell/API programming with Delphi
Tutorials, articles, tech. tips, etc.
<Back to Last Page> <Full Glossary>