Home | History | Annotate | Download | only in handler

Lines Matching defs:ex

779   EXCEPTION_RECORD ex;
795 memset(&ex, 0, sizeof(ex));
796 ex.ExceptionCode = EXCEPTION_BREAKPOINT;
798 ex.ExceptionAddress = reinterpret_cast<PVOID>(ctx.Eip);
800 ex.ExceptionAddress = reinterpret_cast<PVOID>(ctx.Rip);
802 exinfo.ExceptionRecord = &ex;