#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0003.c.
10 {
12
14
15 try {
19 }
21
22 {
24 }
26
29 return -1;
30 }
31
32 return 0;
33}
VOID WINAPI RaiseException(_In_ DWORD dwExceptionCode, _In_ DWORD dwExceptionFlags, _In_ DWORD nNumberOfArguments, _In_opt_ const ULONG_PTR *lpArguments)
static LARGE_INTEGER Counter
#define EXCEPTION_INT_OVERFLOW
◆ test
char test[] = "SEH0003.c" |