Searched refs:DISP_E_EXCEPTION (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/glue/
H A Dvboxapi.py668 # The DISP_E_EXCEPTION + excptinfo fun needs checking up, only
671 if hrXcpt == self.winerror.DISP_E_EXCEPTION:
831 oDst.DISP_E_EXCEPTION = -2147352567 # For COM compatability only.
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py253 ComError.DISP_E_EXCEPTION = -2147352567; # For COM compatability only.
260 This takes DISP_E_EXCEPTION & excepinfo into account.
266 # The DISP_E_EXCEPTION + excptinfo fun needs checking up, only
272 if hrXcpt == ComError.DISP_E_EXCEPTION and oXcpt.excepinfo is not None:
1294 if hrXcpt == winerror.DISP_E_EXCEPTION:
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h2158 #define DISP_E_EXCEPTION _HRESULT_TYPEDEF_(0x80020009) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h1804 #define DISP_E_EXCEPTION _HRESULT_TYPEDEF_(0x80020009L) macro

Completed in 137 milliseconds