Searched defs:GetExceptionInformation (Results 1 - 4 of 4) 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

Completed in 34 milliseconds