Hello,
In order to use a scanner on Windows XP/2003/Vista, we can't use an UMDF
driver, can we?
So, we have to start from the scanner minidriver sample "wiascanr", which is
a WDM driver. Is it ok for Vista?
In the WIA architecture, we have to make a minidriver (user mode) but we
need an USB driver (kernel mode) for instance... Is "usbscan.sys" always
correct?
And for a x64-based version of Vista?
Finally, in order to have a "Microsoft certification", are "wiascanr" and
"usbscan" usable?
Thank you very much!!