How to Duplicate a Printer
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I've got a situation where I would like to be able to OpenPrinter(...), and then be able to AddPrinter(...) using the configuration from the First printer.. Thereby duplicating the printer (with a different name), but keeping all the configuration on Windows2000. Has anyone done anything like this before, or am I going down a dangerous path?