Need a way to register an even handler with a driver using IOCTL and driver
callback that method when something happens - if the application is still
running.

--
Sincerely,
Maruf Maniruzzaman,
Software Engineer,
KAZ Software Limited,
Dhaka, Bangladesh.
http://www.kaz.com.bd
http://www.kuashaonline.com

Re: Best way to callback to user application method? by Don

Don
Tue Jul 10 07:08:36 CDT 2007

Use the inverted call, this is the normal approach windows uses. See
http://www.osronline.com/article.cfm?id=94 for a good description.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

"kuasha" <kuasha@discussions.microsoft.com> wrote in message
news:3F070720-DC77-4A39-9F61-D3194890585C@microsoft.com...
> Need a way to register an even handler with a driver using IOCTL and
> driver
> callback that method when something happens - if the application is still
> running.
>
> --
> Sincerely,
> Maruf Maniruzzaman,
> Software Engineer,
> KAZ Software Limited,
> Dhaka, Bangladesh.
> http://www.kaz.com.bd
> http://www.kuashaonline.com
>



Re: Best way to callback to user application method? by kuasha

kuasha
Tue Jul 10 07:42:01 CDT 2007

Thanks Don. It really helps.

--
Sincerely,
Maruf Maniruzzaman,
Software Engineer,
KAZ Software Limited,
Dhaka, Bangladesh.
http://www.kaz.com.bd
http://www.kuashaonline.com



"Don Burn" wrote:

> Use the inverted call, this is the normal approach windows uses. See
> http://www.osronline.com/article.cfm?id=94 for a good description.
>
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Website: http://www.windrvr.com
> Blog: http://msmvps.com/blogs/WinDrvr
> Remove StopSpam to reply
>
> "kuasha" <kuasha@discussions.microsoft.com> wrote in message
> news:3F070720-DC77-4A39-9F61-D3194890585C@microsoft.com...
> > Need a way to register an even handler with a driver using IOCTL and
> > driver
> > callback that method when something happens - if the application is still
> > running.
> >
> > --
> > Sincerely,
> > Maruf Maniruzzaman,
> > Software Engineer,
> > KAZ Software Limited,
> > Dhaka, Bangladesh.
> > http://www.kaz.com.bd
> > http://www.kuashaonline.com
> >
>
>
>