|
From: Kid on 3 May 2008 21:34 Hi Can Vista use filter driver , any framework change ? Does MSDN Library tell us much about filter driver ? I have question about ComPort Inf section of msports.inf [ComPort.NT.HW] AddReg=ComPort.NT.HW.AddReg [ComPort.NT.HW.AddReg] HKR,,"UpperFilters",0x00010000,"serenum" What does Inf HW section use for, and where will it create registry key ? Thank you .
From: Tim Roberts on 4 May 2008 00:56 Kid <Kid(a)discussions.microsoft.com> wrote: > >Can Vista use filter driver , any framework change ? Do you mean WDM filter drivers? If so, then there is no change. >Does MSDN Library tell us much about filter driver ? The WDK contains several good samples. The concept is just not that complicated. >I have question about ComPort Inf section of msports.inf > >[ComPort.NT.HW] >AddReg=ComPort.NT.HW.AddReg > >[ComPort.NT.HW.AddReg] >HKR,,"UpperFilters",0x00010000,"serenum" > >What does Inf HW section use for, and where will it create registry key ? Devices use keys in (at least) three different parts of the registry: the Services section, the software key in Control\Classes, and the hardware key in Enum. The UpperFilters value happens to lives in the hardware key, and the .NT.HW suffix is the way that you store a value there. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
|
Pages: 1 Prev: Visual studio project files for devcon Next: Prevent loading of SCSIAdapter in Safe Mode |