UpdateDriverForPlugAndPlayDevices failed,errcode=0x103
C / C++ / MFC
3
Posts
2
Posters
2
Views
1
Watching
-
I write a setup app for usb driver acording to \NTDDK\src\general\setup\install; In Windows xp ,it runs successfully;but in win2000 failed. who can tell me why? TKS a lot.
Given the giant leaps in USB support from 2000 to XP, I'd guess that you're using a system API that either didn't exist in Win2k or had different paramters/options. You'd have to look at your code and the docco to figure out just which one it is.
Software rusts. Simon Stephenson, ca 1994.
-
Given the giant leaps in USB support from 2000 to XP, I'd guess that you're using a system API that either didn't exist in Win2k or had different paramters/options. You'd have to look at your code and the docco to figure out just which one it is.
Software rusts. Simon Stephenson, ca 1994.