Searched defs:GetExceptionCode (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dexcpt.h51 #define GetExceptionCode _exception_code macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexcpt.h51 #define GetExceptionCode _exception_code macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h70 * use GetExceptionInformation() and GetExceptionCode() to retrieve the
95 #define __EXCEPT_PAGE_FAULT __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION)
192 #define GetExceptionCode() (__eptr->ExceptionRecord->ExceptionCode) macro
206 /* hack to make GetExceptionCode() work in handler */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h70 * use GetExceptionInformation() and GetExceptionCode() to retrieve the
91 #define __EXCEPT_PAGE_FAULT __except(GetExceptionCode() == EXCEPTION_ACCESS_VIOLATION)
192 #define GetExceptionCode() (__eptr->ExceptionRecord->ExceptionCode) macro
206 /* hack to make GetExceptionCode() work in handler */

Completed in 80 milliseconds