I've got scanner device driver package contains 3 files:
- Scanner.inf
- Scanner.cat
- Scanner.sys
I'm not sure this driver package is full.
Questions:
1. Are these files enough for driver package and normal device working?
Or driver package has to contain DLL file as well?
2. How to send command 'Scan page' to scanner device from C# if I've got just these 3 files (Scanner.inf, Scanner.cat, Scanner.sys)?