|
Parsing INF files
Hi I am trying to build a program for mass remote network printer installs. I have most of the code built in a algorithm so far, but in order to make use of the windows api's for installing printers I need to be able to parse out the driver names from INF files. I am sure in all the windows code there has to be something that does this because the driver wizard seems to manage it pretty easily.
Does anyone know a function/api that can pull the driver name(s) from a given INF file?
|