Tech Support > Microsoft Windows > Drivers > Question for Callback function
Question for Callback function
Posted by wuzs on May 23rd, 2005


I'am puzzled about what "Callback" do and how!


Posted by Tim Roberts on May 25th, 2005


"wuzs" <yepkora@hotmail.com> wrote:
A callback is just a pointer to a function that you hand to someone else.
When that other function needs you to perform some service or report some
status, it "calls back" into your function.

They aren't commonly used in device drivers, however. You might want to
find a different newsgroup.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc


Similar Posts