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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp318 pThis->Core.ActualCtx.cr2 = pXcptPtrs->ExceptionRecord->ExceptionInformation[1];
320 if (pXcptPtrs->ExceptionRecord->ExceptionInformation[0] == EXCEPTION_WRITE_FAULT)
322 else if (pXcptPtrs->ExceptionRecord->ExceptionInformation[0] == EXCEPTION_EXECUTE_FAULT)
324 else if (pXcptPtrs->ExceptionRecord->ExceptionInformation[0] != EXCEPTION_READ_FAULT)
328 if (VirtualQuery((PVOID)pXcptPtrs->ExceptionRecord->ExceptionInformation[1], &MemInfo, sizeof(MemInfo)) > 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddbghelp.h714 ULONG64 ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]; member in struct:_MINIDUMP_EXCEPTION
H A Dwinnt.h2215 ULONG_PTR ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]; member in struct:_EXCEPTION_RECORD
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddbghelp.h654 ULONG64 ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]; member in struct:_MINIDUMP_EXCEPTION
H A Dwinnt.h2424 ULONG_PTR ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]; member in struct:_EXCEPTION_RECORD

Completed in 146 milliseconds