- 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
- Which Callback function is used when remote node is closing a socket. (Drivers) by Del Fredricks
- How can I call DrvBitBlt callback function? (Drivers) by kaedeluv
- Re: Callback function for IOCTL calls. (Drivers) by Tim Roberts
- question re: search function in XP (Computers & Technology) by lee.bowmanRE-MOVE-THIS@cox.net
- XP search function question (Computers & Technology) by lee.bowmanRE-MOVE-THIS@cox.net

