Re: apps talking to a driver,
From: Don Burn (burn_at_stopspam.acm.org)
Date: 05/24/04
- Next message: Duong Nguyen: "help me with Comm filter in Numega"
- Previous message: Gary Chanson: "Re: Control installation process after windows restart"
- In reply to: Patrick Zou: "apps talking to a driver,"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 19:04:25 -0400
There is an sample driver and program to do this in the current DDK.
Basically, you pass the handle in then call ObReferenceObjectByHandle to get
a pointer to the event.
-- Don Burn (MVP, Windows DDK) Windows 2k/XP/2k3 Filesystem and Driver Consulting Remove StopSpam from the email to reply "Patrick Zou" <patrick_zou@no_spam_hotmail.com> wrote in message news:enwRvodQEHA.2452@TK2MSFTNGP11.phx.gbl... > Can I create an event in apps and pass this event to drivers through > DeviceIoControl, but wait on this event, which will be fired by drivers? is > this event still valid in driver? Or what mechanism is normally used in such > senario? where apps should wait on something from driver? > > thanks > >
- Next message: Duong Nguyen: "help me with Comm filter in Numega"
- Previous message: Gary Chanson: "Re: Control installation process after windows restart"
- In reply to: Patrick Zou: "apps talking to a driver,"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|