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

/external/chromium_org/printing/backend/
H A Dwin_helper.h48 bool OpenPrinter(const wchar_t* printer) { function in class:printing::ScopedPrinterHandle
49 // ::OpenPrinter may return error but assign some value into handle.
50 if (!::OpenPrinter(const_cast<LPTSTR>(printer), Receive(), NULL)) {
59 // Hide Receive to avoid assigning handle when ::OpenPrinter returned error.

Completed in 159 milliseconds