#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0058.c.
10 {
12
14
15 try {
19 }
21 try {
25 }
28 }
30
33 return -1;
34 }
35
36 return 0;
37}
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[] = "SEH0058.c" |