Home | History | Annotate | Download | only in base

Lines Matching refs:ExceptionFilter

1237   int ExceptionFilter(unsigned int code, struct _EXCEPTION_POINTERS *ep) {
1253 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) {
1263 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) {