From: uba on 30 Jan 2010 04:41 > This is a multi-sz, add your driver name as second string. > Thank you for the reply. I was able to add my filter to the string. Is there any debugger command to see the stack. I would like to know if my filter driver is below vendor provided filter in the stack. Thanks nd Regards, kid
From: Kalle Olavi Niemitalo on 30 Jan 2010 06:17 uba <kid07.uba(a)gmail.com> writes: > Is there any debugger command to see the stack. I would like to know > if my filter driver is below vendor provided filter in the stack. !devstack http://msdn.microsoft.com/library/cc266972.aspx
From: Maxim S. Shatskih on 30 Jan 2010 16:01 > Is there any debugger command to see the stack. I would like to know > if my filter driver is below vendor provided filter in the stack. !devnode Then !devobj several times. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Doron Holan [MSFT] on 1 Feb 2010 13:49 !devstack is much easier d -- This posting is provided "AS IS" with no warranties, and confers no rights. "Maxim S. Shatskih" <maxim(a)storagecraft.com.no.spam> wrote in message news:eiPul9eoKHA.5524(a)TK2MSFTNGP05.phx.gbl... >> Is there any debugger command to see the stack. I would like to know >> if my filter driver is below vendor provided filter in the stack. > > !devnode > > Then !devobj several times. > > -- > Maxim S. Shatskih > Windows DDK MVP > maxim(a)storagecraft.com > http://www.storagecraft.com >
From: eagersh on 1 Feb 2010 15:13 On Jan 30, 2:41 am, uba <kid07....(a)gmail.com> wrote: > > This is a multi-sz, add your driver name as second string. > > Thank you for the reply. I was able to add my filter to the string. > > Is there any debugger command to see the stack. I would like to know > if my filter driver is below vendor provided filter in the stack. > > Thanks nd Regards, > kid If you want to add your filter below existing filter you need to add the name of your filter driver before the name of existing filter driver in the registry. Igor Sharovar
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Microsoft Bus Drivers Next: A question about device tree |