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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dutil.h33 class win32_error : public std::runtime_error class in inherits:std::runtime_error
38 win32_error(const std::string &msg,DWORD code = GetLastError()) : std::runtime_error(msg + ":" + message(code)), errorcode(code) {}; function in class:win32_error
H A Dwindow.cc63 throw win32_error("RegisterClassEx failed");
89 throw win32_error("CreateWindowEx failed");
99 throw win32_error("Could not create window");
109 throw win32_error("SetWindowLongPtr failed",err);
115 throw win32_error("SetWindowLongPtr failed",err);
191 throw win32_error("SetWindowPos failed");
202 throw win32_error("SetWindowPos failed");
213 throw win32_error("SetWindowPos failed");
223 throw win32_error("SetWindowPos failed");
234 throw win32_error("SetWindowPo
[all...]
H A Ddialog.cc46 throw win32_error("CreateDialog failed");
H A Dutil.cc28 std::string win32_error::message(DWORD errorcode)
H A Dwizard.cc94 throw win32_error("PropertySheet failed");
126 throw win32_error("CreatePropertySheetPage failed", err);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
H A Dconfig.cc41 throw win32_error("WideCharToMultiByte");
45 throw win32_error("WideCharToMultiByte");
53 throw win32_error("MultiByteToWideChar");
57 throw win32_error("MultiByteToWideChar");
H A Dmain.cc586 throw win32_error("CreateProcess failed");
619 throw win32_error("CreateProcess failed", err);

Completed in 6 milliseconds