#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ Echo()
Definition at line 10 of file seh0054.c.
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
◆ main()
Definition at line 12 of file seh0054.c.
12 {
14
16
17 try {
18 try {
22
23 } else {
25 }
26 }
27 finally {
30 }
31 }
33
37
38 } else {
40 }
41 }
42 finally {
45 }
46 }
48
51 return -1;
52 }
53
54 return 0;
55}
#define abnormal_termination
static LARGE_INTEGER Counter
◆ test
char test[] = "seh0054.c" |