Hi experts,
I am writing a small program in c++ which when user gives input as a (driver) .sys file.
The program has to identify that this .sys file is for which device.
for ex: if the user gives audio.sys, then is there a way in which I can read this file( to get PNP ID, vendor info, driver version, device class etc) the kind of data we get in a driver inf file.
it would be great if you can give a sample code.
TIA
Start Free Trial