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

/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintServiceLookup.java314 long chgObj; field in class:Win32PrintServiceLookup.PrinterChangeListener
316 chgObj = notifyFirstPrinterChange(null);
320 if (chgObj != -1) {
323 if (notifyPrinterChange(chgObj) != 0) {
330 notifyClosePrinterChange(chgObj);
341 private native void notifyClosePrinterChange(long chgObj); argument
342 private native int notifyPrinterChange(long chgObj); argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A DWPrinterJob.cpp200 HANDLE chgObj = FindFirstPrinterChangeNotification(hPrinter, local
204 return (chgObj == INVALID_HANDLE_VALUE) ? (jlong)-1 : (jlong)chgObj;

Completed in 31 milliseconds