#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0056.c.
10 {
12
14
15 try {
19 }
21 try {
23 }
24 finally {
27 }
28 }
30 }
32
35 return -1;
36 }
37
38 return 0;
39}
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[] = "SEH0056.c" |