Searched refs:pExceptionInfo (Results 1 – 2 of 2) sorted by relevance
1121 int WinSalInstance::WorkaroundExceptionHandlingInUSER32Lib(int, LPEXCEPTION_POINTERS pExceptionInfo) argument1131 if (pExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_MSC_CPP_EXCEPTION)1134 return UnhandledExceptionFilter( pExceptionInfo );
87 …tatic int WorkaroundExceptionHandlingInUSER32Lib(int nExcept, LPEXCEPTION_POINTERS pExceptionInfo);
Completed in 21 milliseconds