Problems with DDK in W2000
-
Hi, I'm having problems with the UpdateDriverForPlugAndPlayDevices() service in the DDK. For example the driver installation sample \2600.1106\src\setup\install works fine in WinXP Pro and the output is (xxx = correct hw id):
... Found! [xxx] Driver Installed successfully.
But in W2000 SP3 it fails:... Found! [xxx] UpdateDriverForPlugAndPlayDevices FAILURE: (0xe0000203)
So it finds the device matching the given hardware id but fails to install the drivers. That error code means ERROR_NO_DRIVER_SELECTED but this information doesn't help much. What could be causing this behavior? According to the DDK documentation this feature should be supported in ME, 2000 and XP but I'm able to use it only in XP Pro and Home. I compile with VC++6.0EE in Win Xp Pro. - Jussi