#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ Echo()
Definition at line 10 of file seh0051.c.
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
◆ main()
Definition at line 12 of file seh0051.c.
12 {
14
16
17 try {
21 } else {
23 }
24 }
25 finally {
28 }
29 }
31
34 return -1;
35 }
36
37 return 0;
38}
#define AbnormalTermination
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0051.c" |