Re: best way to launch a UI or process from a device driver ?



"Hao Zhuang" <HaoZhuang@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:BF973224-5852-4E66-95EB-7A712D136795@xxxxxxxxxxxxxxxx
hi pavel, do you have a pointer to some details what need to be done ?
preferrably both the kernel and user lands.

thanks very much !


the WMI documentation. Registering for events works in user mode, triggering events
can be done in a driver.

--PA

- hao

"Pavel A." wrote:

the whole trick with WMI is that it does not require your app
to stay running and listening. It will listen for you, and can start your app
even if it is not running.
Somewhat close to this are custom eventlog handlers on Vista - but much simpler :)

--PA





.


Loading