The Windows API makes frequent use of C-style function pointers to create entities termed "callback function" or simply "callbacks". Using callback programmers were able to configure one function to report back to(call back) another unction in this application.