I have to write a driver for Windows 98. This driver is not very difficult,
it only reads the PCI Configuration and returns this to an application.
I’m not if i should write a WDM driver or to write a VXD. A VXD is more
complicated, because of the use Assembler. The advantage of VXD is, it’s
easy to install and the communication is not so difficult (Just call
CreateFile(“\\.\Nameof.vxd”,…)).
A WDM driver is much easier to understand and have much in common with my
existing Win2000 driver. But i don’t know how to install this driver on the
start of my application and uninstall when my application terminates. Also i
don’t know how to get a Handle to the driver.
Any suggestion, comments ?
Andreas Roth
AR Soft
mailto:xxxxx@arsoft-online.de
http://www.arsoft-online.de
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com