Searched refs:lpEP (Results 1 – 2 of 2) sorted by relevance
54 static long WINAPI SignalHandlerFunction(LPEXCEPTION_POINTERS lpEP);111 static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP ) in ReportCrash() argument191 lpEP, in ReportCrash()249 static long WINAPI SignalHandlerFunction(LPEXCEPTION_POINTERS lpEP) in SignalHandlerFunction() argument256 Info.UserSignal = lpEP->ExceptionRecord->ExceptionCode; in SignalHandlerFunction()259 switch (lpEP->ExceptionRecord->ExceptionCode) in SignalHandlerFunction()294 if ( bRaiseCrashReporter && ReportCrash( lpEP ) || IsWin95A() ) in SignalHandlerFunction()
254 + static int _Except(void *pThis, LPEXCEPTION_POINTERS lpEP)256 + return reinterpret_cast<CVirtualBuffer *>(pThis)->Except(lpEP);
Completed in 11 milliseconds