#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0006.c.
10 {
12
14
15 try {
16 try {
20
21 }
22 finally {
24
25
26
27
28 {
30 }
31 }
33 }
35
36 {
38
39
40
41
42 {
44 }
45 }
47
50 return -1;
51 }
52
53 return 0;
54}
VOID WINAPI RaiseException(_In_ DWORD dwExceptionCode, _In_ DWORD dwExceptionFlags, _In_ DWORD nNumberOfArguments, _In_opt_ const ULONG_PTR *lpArguments)
#define abnormal_termination
static LARGE_INTEGER Counter
#define EXCEPTION_INT_OVERFLOW
◆ test
char test[] = "SEH0006.c" |