Home
last modified time | relevance | path

Searched refs:handleVectoredException (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7922 static LONG CALLBACK handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo);
10664 … LONG CALLBACK FatalConditionHandler::handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo) { in handleVectoredException() function in Catch::FatalConditionHandler
10682 exceptionHandlerHandle = AddVectoredExceptionHandler(1, handleVectoredException); in FatalConditionHandler()