Searched refs:GetExceptionCode (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dexcpt.h51 #define GetExceptionCode _exception_code macro
H A Drpc.h76 #define RpcExceptionCode() GetExceptionCode()
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dexcpt.h51 #define GetExceptionCode _exception_code macro
H A Drpc.h84 #define RpcExceptionCode() GetExceptionCode()
/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 */
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmemobj-r0drv-nt.cpp319 NTSTATUS rcNt = GetExceptionCode();
761 NTSTATUS rcNt = GetExceptionCode();
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1095 rcNt = GetExceptionCode();
1124 rcNt = GetExceptionCode();
1153 rcNt = GetExceptionCode();
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp1246 Status = GetExceptionCode();

Completed in 52 milliseconds