I have created a plug and play driver that works fine in Windows 2000 and
XP. It uses an *.inf file to manually install the device by using the "Add
Hardware" control panel program. It receives PnP messages, etc. Now I'm
trying to create another version that will run on Windows 98. The problem
is the new driver does not receive any plug and play messages and the
AddDevice routing is never called. How can I manually add the device? Is
there an equivelent function to the AddService function of the Windows
2000/XP *.inf file instructions?