#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 15 of file seh0012.c.
15 {
17
19
20 try {
22 }
24
25 {
27 try {
29 }
31
32 {
35 return -1;
36 }
38 }
40 }
42
45 return -1;
46 }
47
48 return 0;
49}
#define EXCEPTION_CONTINUE_SEARCH
#define STATUS_ACCESS_VIOLATION
void rtlRaiseException(DWORD Status)
static LARGE_INTEGER Counter
#define EXCEPTION_ACCESS_VIOLATION
◆ rtlRaiseException()
Definition at line 10 of file seh0012.c.
10 {
12 return;
13}
VOID WINAPI RaiseException(_In_ DWORD dwExceptionCode, _In_ DWORD dwExceptionFlags, _In_ DWORD nNumberOfArguments, _In_opt_ const ULONG_PTR *lpArguments)
Referenced by main().
◆ test
char test[] = "SEH0012.c" |