Re: Mouse driver for shared PS/2 for Win NT by Ray
Ray
Wed Feb 07 13:51:05 CST 2007
Not sure what you mean by a "shared PS/2 Connection", but the moufiltr
and kbdfiltr examples in the WDK demonstrate how to write a PS/2 filter
driver.
The WDF/KMDF samples for the same driver are probably much better for a
beginner than the WDM ones (though you'll want to understand WDM
eventually if you plan to write a lot of drivers)...
SMeyer wrote:
> Hello ,
> I need to write a Win NT driver for shared PS/2 Connection.
> I`m a beginner for driver developing but a good C++ - Programmer /Developer .
>
> Now my Questions:
>
> Can I write Win NT driver with the new DDK ?
> How can I learn fastest to write them.
> Have someone an example for a Mousedriver / PS/2 ?
>
> Thanks in advance
> Sönke
--
Ray