Yes, that is what the DEVICE_OBJECT::StackSize field is for.
d
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Ajitabh Saxena
Sent: Friday, February 05, 2010 1:25 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Device IO Controls.
So From the IO Manager perspective, does it create as many number of IO Stack locations as there are driver in the driver stack and then call the top level driver in the stack ?
– Aj.
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Doron Holan
Sent: Friday, February 05, 2010 1:17 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Device IO Controls.
Yup and there is nothing you can do about it in your driver. No matter what you try to do, a filter driver can undo it. Both drivers are running at the same level of trust in the OS and as a result, both are on equal footing
d
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Ajitabh Saxena
Sent: Friday, February 05, 2010 1:08 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Device IO Controls.
Hi All,
I have a function driver which exposes a bunch of IOCTLs. The question that I have is that can someone write a filter driver on top of my function driver and monitor/capture data that my application is sending me using the private IOCTL interfaces( assuming that they have information regarding the data structures that I use)
My understanding is that it cannot be done but I am not sure about it.
Any pointers are appreciated.
– Ajitabh.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer