public abstract class WinspoolUtil
extends java.lang.Object
Constructor and Description |
---|
WinspoolUtil() |
Modifier and Type | Method and 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_2 |
getPrinterInfo2(java.lang.String printerName) |
static Winspool.PRINTER_INFO_4[] |
getPrinterInfo4() |
public static Winspool.PRINTER_INFO_1[] getPrinterInfo1()
public static Winspool.PRINTER_INFO_2[] getPrinterInfo2()
public static Winspool.PRINTER_INFO_2[] getAllPrinterInfo2()
public static Winspool.PRINTER_INFO_2 getPrinterInfo2(java.lang.String printerName)
public static Winspool.PRINTER_INFO_4[] getPrinterInfo4()
public static Winspool.JOB_INFO_1[] getJobInfo1(WinNT.HANDLEByReference phPrinter)