Searched defs:ExceptionCode (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dexception.h192 #define GetExceptionCode() (__eptr->ExceptionRecord->ExceptionCode)
207 DWORD ExceptionCode; member in struct:__tagWINE_FRAME
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dexception.h192 #define GetExceptionCode() (__eptr->ExceptionRecord->ExceptionCode)
207 DWORD ExceptionCode; member in struct:__tagWINE_FRAME
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddbghelp.h708 ULONG ExceptionCode; member in struct:_MINIDUMP_EXCEPTION
H A Dwinternl.h323 LONG ExceptionCode; /* 1a4/02c0 */ member in struct:_TEB
H A Dwinnt.h2209 DWORD ExceptionCode; member in struct:_EXCEPTION_RECORD
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddbghelp.h648 ULONG ExceptionCode; member in struct:_MINIDUMP_EXCEPTION
H A Dwinternl.h323 LONG ExceptionCode; /* 1a4/02c0 */ member in struct:_TEB
H A Dwinnt.h2418 DWORD ExceptionCode; member in struct:_EXCEPTION_RECORD
/vbox/include/iprt/nt/
H A Dnt.h990 uint32_t ExceptionCode; /**< 0x2c0 / 0x1a4 */ member in struct:_TEB_COMMON
1322 AssertCompileMemberOffset(TEB_COMMON, ExceptionCode, ARCH_BITS == 64 ? 0x2c0 : 0x1a4);

Completed in 1080 milliseconds