#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 15 of file seh0008.c.
15 {
17
19
20 try {
22
24 }
26
27
28
29
30 {
32 }
34
37 return -1;
38 }
39
40 return 0;
41}
VOID WINAPI RaiseException(_In_ DWORD dwExceptionCode, _In_ DWORD dwExceptionFlags, _In_ DWORD nNumberOfArguments, _In_opt_ const ULONG_PTR *lpArguments)
#define STATUS_ACCESS_VIOLATION
static LARGE_INTEGER Counter
#define EXCEPTION_ACCESS_VIOLATION
◆ rtlRaiseStatus()
◆ test
char test[] = "SEH0008.c" |