Jalaj P. Jha

Technical & Miscellaneous Ramblings

Archive for February 9th, 2007

WinAPI CallBack functions

with 5 comments

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 »

Written by Jalaj

February 9th, 2007 at 7:39 am

Posted in Application, Visual Basic, WinAPI

Tagged with