Home | History | Annotate | Download | only in backend

Lines Matching refs:handle

26   typedef HANDLE Handle;
28 static bool CloseHandle(HANDLE handle) {
29 return ::ClosePrinter(handle) != FALSE;
32 static bool IsHandleValid(HANDLE handle) {
33 return handle != NULL;
36 static HANDLE NullHandle() {
49 // ::OpenPrinter may return error but assign some value into handle.
59 // Hide Receive to avoid assigning handle when ::OpenPrinter returned error.
133 HANDLE progress_event,
134 HANDLE completion_event,
145 PRINTING_EXPORT bool InitBasicPrinterInfo(HANDLE printer,
148 PRINTING_EXPORT std::string GetDriverInfo(HANDLE printer);