Searched refs:E_ABORT (Results 1 - 11 of 11) sorted by relevance

/vbox/include/VBox/com/
H A Ddefs.h375 #define E_ABORT NS_ERROR_ABORT macro
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxBase.cpp210 case E_ABORT: aText = "The operation was canceled"; break;
H A DGlobal.cpp545 case E_ABORT: return VERR_CANCELLED;
590 case VERR_CANCELLED: return E_ABORT;
H A DEventImpl.cpp834 return E_ABORT;
1112 /* Note that E_ABORT is used above to signal that a passive
1114 * This overlaps with XPCOM specific use of E_ABORT to signal
1116 if (FAILED_DEAD_INTERFACE(cbRc) || cbRc == E_ABORT)
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py718 oDst.NS_ERROR_ABORT = oDst.E_ABORT
824 oDst.E_ABORT = oDst.NS_ERROR_ABORT
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp220 return E_ABORT;
574 if (rc == E_ABORT)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2295 case E_ABORT: /* No more directory entries left to process. */
3804 rc = E_ABORT; /* To set exit code accordingly. */
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py235 ComError.NS_ERROR_ABORT = ComError.E_ABORT;
246 ComError.E_ABORT = ComError.NS_ERROR_ABORT;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h2049 #define E_ABORT _HRESULT_TYPEDEF_(0x80004004) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h1695 #define E_ABORT _HRESULT_TYPEDEF_(0x80004004L) macro
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h735 #define E_ABORT NS_ERROR_ABORT macro

Completed in 298 milliseconds