Package com.sun.jna.platform.win32
Class WinspoolUtil
- java.lang.Object
- 
- com.sun.jna.platform.win32.WinspoolUtil
 
- 
 public abstract class WinspoolUtil extends java.lang.ObjectWinspool Utility API.- Author:
- dblock[at]dblock.org, Ivan Ridao Freitas, Padrus, Artem Vozhdayenko
 
- 
- 
Constructor SummaryConstructors Constructor Description WinspoolUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Winspool.PRINTER_INFO_2[]getAllPrinterInfo2()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[]getPrinterInfo1()static Winspool.PRINTER_INFO_2[]getPrinterInfo2()static Winspool.PRINTER_INFO_2getPrinterInfo2(java.lang.String printerName)static Winspool.PRINTER_INFO_4[]getPrinterInfo4()
 
- 
- 
- 
Method Detail- 
getPrinterInfo1public static Winspool.PRINTER_INFO_1[] getPrinterInfo1() 
 - 
getPrinterInfo2public static Winspool.PRINTER_INFO_2[] getPrinterInfo2() 
 - 
getAllPrinterInfo2public static Winspool.PRINTER_INFO_2[] getAllPrinterInfo2() Returns printers that are physically attached to the local machine as well as remote printers to which it has a network connection.
 - 
getPrinterInfo2public static Winspool.PRINTER_INFO_2 getPrinterInfo2(java.lang.String printerName) 
 - 
getPrinterInfo4public static Winspool.PRINTER_INFO_4[] getPrinterInfo4() 
 - 
getJobInfo1public static Winspool.JOB_INFO_1[] getJobInfo1(WinNT.HANDLEByReference phPrinter) 
 
- 
 
-