You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is so the client can tell the user it needs to upgrade the driver for
full functionality
looking through ntdev archives it seems as though the easiest way will be
to have a define inside the driver and an ioctl or something to pull out
the version
ref: http://www.osronline.com/showThread.cfm?link=153896
http://www.osronline.com/showThread.cfm?link=54282
Original issue reported on code.google.com by djpnew...@gmail.com on 16 Nov 2009 at 7:24
The text was updated successfully, but these errors were encountered:
the current driver (0.1) does not have a version ioctl so maybe getting the
actual
driver version (from inf DriverVer) should be the way forward
I have looked at QueryDosDevice (using "BusDogFilter" not "\\.\BusDogFilter")
and it
just returns "\Device\BusDogFilter"
I need a DeviceInstanceId that I can pass to SetupDiOpenDeviceInfo and from
there call
SetupDiGetDriverInfoDetail
Original comment by djpnew...@gmail.com on 17 Nov 2009 at 8:09
Original issue reported on code.google.com by
djpnew...@gmail.com
on 16 Nov 2009 at 7:24The text was updated successfully, but these errors were encountered: