#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ addtwo()
Definition at line 10 of file seh0028.c.
10 {
12
14 return;
15}
VOID WINAPI RaiseException(_In_ DWORD dwExceptionCode, _In_ DWORD dwExceptionFlags, _In_ DWORD nNumberOfArguments, _In_opt_ const ULONG_PTR *lpArguments)
#define EXCEPTION_INT_OVERFLOW
Referenced by main().
◆ main()
Definition at line 17 of file seh0028.c.
17 {
19
21
22 try {
23
26 }
28
29 {
30
32 }
34
37 return -1;
38 }
39
40 return 0;
41}
#define STATUS_INTEGER_OVERFLOW
void addtwo(long First, long Second, long *Place)
#define GetExceptionCode()
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0028.c" |