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

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp383 static LONG CALLBACK CidetAppVectoredXcptHandler(EXCEPTION_POINTERS *pXcptPtrs) function
385 RTStrmPrintf(g_pStdErr, "CidetAppVectoredXcptHandler!\n");
1341 RTTESTI_CHECK(AddVectoredExceptionHandler(1 /* first */, CidetAppVectoredXcptHandler) != NULL);

Completed in 44 milliseconds