in Advanced Delphi :: To call most
API/
DLL functions from Delphi, you write a function that calls the
API function, and you're done. In some cases, however, system needs to call an application-defined function in response to events generated by an
API call. Simply put, a callback function is a ...
More...