#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ Echo()
Definition at line 10 of file seh0052.c.
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
◆ main()
Definition at line 12 of file seh0052.c.
12 {
15
17
18 try {
19 for (Index1 = 0; Index1 < 10; Index1 += 1) {
20 if (
Echo(Index1) == Index1) {
23 }
25 }
26 }
27 finally {
30 }
31 }
33
36 return -1;
37 }
38
39 return 0;
40}
#define AbnormalTermination
static LARGE_INTEGER Counter
◆ test
char test[] = "seh0052.c" |