|
||
Callback Routines |
||||||||||||||||||||
Synopsis |
The SilverScreen API has a number of callback routines that call user-supplied handlers that respond to different circumstances. In the days before event handlers this is how work of this nature was accomplished.
|
|||||||||||||||||||
|
|
|||||||||||||||||||
Remarks |
These routines are only available to the SilverPlus and SilverEngine development platforms. SilverC cannot change the default routines, and SilverSharp uses event handlers to perform this work. |
|||||||||||||||||||
See Also |
|
|
||||||||||||||||||
Header |
silver.h |
|||||||||||||||||||
Example |
The following code shows a sample error_message handler, how to install it, and how to invoke it. The other handlers all follow similarly:
|