I got a event in my driver and need to inform my application.
If I don't want to poll the driver. How can I do? thanks a lot.

Re: How a driver notify user-mode application? by Maxim

Maxim
Mon Sep 08 14:07:48 CDT 2003

WMI event is one of the possibilities.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Jeff" <jeffrey_chan@dtri.com.tw> wrote in message
news:uTI5prfdDHA.1280@tk2msftngp13.phx.gbl...
> I got a event in my driver and need to inform my application.
> If I don't want to poll the driver. How can I do? thanks a lot.
>
>



Re: How a driver notify user-mode application? by Jeff

Jeff
Tue Sep 09 06:09:37 CDT 2003

Thanks, it did work.

"Don Burn" <burn@acm.org> ¦b¶l¥ó news:vlorp42i40b8e6@corp.supernews.com ¤¤¼¶
¼g...
> You have a bunch of ways, the simplest is an inverted call
> see http://www.osronline.com/article.cfm?id=94. You can
> also share an event between the driver and the user space
> see http://www.osronline.com/article.cfm?id=108.
>
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
>
>
> "Jeff" <jeffrey_chan@dtri.com.tw> wrote in message
> news:uTI5prfdDHA.1280@tk2msftngp13.phx.gbl...
> > I got a event in my driver and need to inform my application.
> > If I don't want to poll the driver. How can I do? thanks a lot.
> >
> >
>
>