#include <setjmp.h>
#include <windef.h>
Go to the source code of this file.
◆ __declspec()
Definition at line 11 of file longjmp.c.
18{
19 const _JUMP_BUFFER* jumpBuffer = (_JUMP_BUFFER*)_Buf;
20
21
23
24 if (jumpBuffer->Frame != 0)
25 {
30
32 (
PVOID)jumpBuffer->Rip,
33 &exceptionRecord,
35 }
36
37 __longjmp_noframe(jumpBuffer,
_Value);
38}
ULONG_PTR ExceptionInformation[EXCEPTION_MAXIMUM_PARAMETERS]