Searched refs:lpEP (Results 1 – 2 of 2) sorted by relevance
52 static long WINAPI SignalHandlerFunction(LPEXCEPTION_POINTERS lpEP);126 static BOOL ReportCrash( LPEXCEPTION_POINTERS lpEP ) in ReportCrash() argument206 lpEP, in ReportCrash()264 static long WINAPI SignalHandlerFunction(LPEXCEPTION_POINTERS lpEP) in SignalHandlerFunction() argument271 Info.UserSignal = lpEP->ExceptionRecord->ExceptionCode; in SignalHandlerFunction()274 switch (lpEP->ExceptionRecord->ExceptionCode) in SignalHandlerFunction()309 if ( bRaiseCrashReporter && ReportCrash( lpEP ) || IsWin95A() ) in SignalHandlerFunction()
254 + static int _Except(void *pThis, LPEXCEPTION_POINTERS lpEP)256 + return reinterpret_cast<CVirtualBuffer *>(pThis)->Except(lpEP);