I'm writing a program to display the type of printer connected to the system with it's other details, but i can't seem to find any function, method or class that gives me the details on the printer's type(i.e: if it's an inkjet or a laser printer). Any suggestions at to how to do it will be greatly appreciated. Thanks.
C++: Is there a way to programmatically check if my printer is an Inkjet or a Laser printer?
586 views Asked by Death Guard At
2
Please check GetPrinter MS SDK API and see
pPrinterand other similar APIs at https://learn.microsoft.com/en-us/windows/win32/printdocs/printing-and-print-spooler-functions#printer-functions