Searched refs:foundPort (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintControl.cpp107 LPTSTR * foundPort)
166 *foundPort = (info5->pPortName != NULL)
174 *foundPort = (info2->pPortName != NULL)
179 *foundPort = NULL;
218 *foundPort = port;
627 LPTSTR foundPort = NULL; local
634 &foundPrinter, &foundPort) &&
635 (foundPrinter != NULL) && (foundPort != NULL)) {
638 portName = _tcsdup(foundPort);
641 foundPrinter, foundPort)) {
105 FindPrinter(jstring printerName, LPBYTE pPrinterEnum, LPDWORD pcbBuf, LPTSTR * foundPrinter, LPTSTR * foundPort) argument
[all...]

Completed in 23 milliseconds