Re: best way to launch a UI or process from a device driver ?
- From: "Pavel A." <pavel_a@xxxxxxxxxxxxxxx>
- Date: Thu, 17 Jan 2008 23:56:42 +0200
"Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx> wrote in message news:eOOFWIVWIHA.1204@xxxxxxxxxxxxxxxxxxxxxxx
so i wonder if there are any other (better) ways ? such as WMI or something
like that ?
WMI events can surely help, but anyway you need the started code which will be
waiting for the WMI event. This will not give you anything, so, just start the
code anyway and use inverted call to poll the driver.
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
.
- References:
- Re: best way to launch a UI or process from a device driver ?
- From: Maxim S. Shatskih
- Re: best way to launch a UI or process from a device driver ?
- Prev by Date: Re: best way to launch a UI or process from a device driver ?
- Next by Date: Re: best way to launch a UI or process from a device driver ?
- Previous by thread: Re: best way to launch a UI or process from a device driver ?
- Next by thread: Re: best way to launch a UI or process from a device driver ?
- Index(es):
Relevant Pages
|