-------------------------------------------------------------------------
| 41 | |
| 42 | //------------------------------------------------------------------------- |
| 43 | IDebugEventsHandler::ExceptionType IDebugEventsHandler::OnException(HANDLE hProcess, HANDLE hThread, const EXCEPTION_DEBUG_INFO&) |
| 44 | { |
| 45 | return IDebugEventsHandler::ExceptionType::NotHandled; |
| 46 | } |
| 47 | } |
nothing calls this directly
no outgoing calls
no test coverage detected