Definitions for "Callback Function"
Keywords:  api, pointer, calld, esql, glut
A function defined by the application which the Windows API will call. Callback functions are usually used whenever the program must process certain information itself at some time in the midst of the execution of an API function. In Visual Basic, all callback function must be declared Public and be defined in a module. Back
a function supplied to the library by the application program that binds a specific condition (e
a function that allows an external library, in this case GLUT, to link to functions in this program, so the library can control event handling
an ordinary subroutine whose reference is passed around
Keywords:  invoked, button, press, interface, code
Code connecting an application's user interface to its code. For example, a callback is invoked when you press a button.
Keywords:  serialisation, point
a point of serialisation, i