| 366 | } |
| 367 | |
| 368 | TopLevelExceptionFilter::TopLevelExceptionFilter() |
| 369 | : pOldExceptionFilter(NULL) |
| 370 | { |
| 371 | InitializeSymFunctions(); |
| 372 | } |
| 373 | |
| 374 | TopLevelExceptionFilter::TopLevelExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER lpNewExceptionFilter) |
| 375 | : pOldExceptionFilter(NULL) |
nothing calls this directly
no test coverage detected