#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ Echo()
Definition at line 10 of file seh0055.c.
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
◆ main()
Definition at line 12 of file seh0055.c.
12 {
14
16
17 try {
18 try {
22
23 } else {
25 }
26 }
27 finally {
31 }
32 }
34
36 }
37 finally {
40 }
41 }
43
46 return -1;
47 }
48
49 return 0;
50}
#define abnormal_termination
static LARGE_INTEGER Counter
◆ test
char test[] = "seh0055.c" |