Searched defs:info4 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A DWPrinterJob.cpp154 PRINTER_INFO_4 *info4 = (PRINTER_INFO_4 *) local
156 utf_str = JNU_NewStringPlatform(env, info4->pPrinterName);
H A Dawt_PrintControl.cpp145 PRINTER_INFO_4 *info4 = (PRINTER_INFO_4 *) local
147 if (info4->pPrinterName != NULL &&
148 _tcsicmp(lpcPrinterName, info4->pPrinterName) == 0) {
154 if (::OpenPrinter(info4->pPrinterName, &hPrinter, NULL)) {
177 *foundPrinter = info4->pPrinterName;

Completed in 36 milliseconds