Using Callback Functions

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Some DLL functions need to call a function in your code in order to run. When a function in a DLL calls a function in your code, your function is referred to as a callback function.