Package com.sun.jna.platform.win32
Class WinspoolUtil
java.lang.Object
com.sun.jna.platform.win32.WinspoolUtil
Winspool Utility API.
- Author:
- dblock[at]dblock.org, Ivan Ridao Freitas, Padrus, Artem Vozhdayenko
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Winspool.PRINTER_INFO_2[]Returns printers that are physically attached to the local machine as well as remote printers to which it has a network connection.static Winspool.JOB_INFO_1[]getJobInfo1(WinNT.HANDLEByReference phPrinter) static Winspool.PRINTER_INFO_1[]static Winspool.PRINTER_INFO_2[]static Winspool.PRINTER_INFO_2getPrinterInfo2(String printerName) static Winspool.PRINTER_INFO_4[]
- 
Constructor Details- 
WinspoolUtilpublic WinspoolUtil()
 
- 
- 
Method Details- 
getPrinterInfo1
- 
getPrinterInfo2
- 
getAllPrinterInfo2Returns printers that are physically attached to the local machine as well as remote printers to which it has a network connection.
- 
getPrinterInfo2
- 
getPrinterInfo4
- 
getJobInfo1
 
-