Archive for February 9th, 2007
WinAPI CallBack functions
You need to execute a particular piece of code when a particular criterion is met with. Worst you can do is to continuously loop to check if the criterion is met or not (thus eating up CPU time), or best see if there is a WinAPI function that can enable the system to make a CallBack to a function defined in your application as and when the criterion is met and thus enabling you to execute the code.
Read the rest of this entry »


