Searched refs:GetExceptionInformation (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dexcpt.h52 #define GetExceptionInformation (struct _EXCEPTION_POINTERS *)_exception_info macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexcpt.h52 #define GetExceptionInformation (struct _EXCEPTION_POINTERS *)_exception_info macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h70 * use GetExceptionInformation() and GetExceptionCode() to retrieve the
92 #define __EXCEPT(func) __except((func)(GetExceptionInformation()))
191 #define GetExceptionInformation() (__eptr) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h70 * use GetExceptionInformation() and GetExceptionCode() to retrieve the
88 #define __EXCEPT(func) __except((func)(GetExceptionInformation()))
191 #define GetExceptionInformation() (__eptr) macro
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp1070 __except (CidetAppXcptFilter(GetExceptionInformation()))

Completed in 68 milliseconds