HomeSort by relevance Sort by last modified time
    Searched defs:OpenPrinter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/printing/backend/
win_helper.h 49 bool OpenPrinter(const wchar_t* printer) {
51 // ::OpenPrinter may return error but assign some value into handle.
52 if (::OpenPrinter(const_cast<LPTSTR>(printer), &temp_handle, NULL)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h 828 #define OpenPrinter __MINGW_NAME_AW(OpenPrinter)
    [all...]

Completed in 93 milliseconds