Process Hacker
ntxcapi.h
Go to the documentation of this file.
1 #ifndef _NTXCAPI_H
2 #define _NTXCAPI_H
3 
4 NTSYSAPI
5 BOOLEAN
6 NTAPI
8  _In_ PEXCEPTION_RECORD ExceptionRecord,
9  _In_ PCONTEXT ContextRecord
10  );
11 
12 NTSYSAPI
13 DECLSPEC_NORETURN
14 VOID
15 NTAPI
17  _In_ NTSTATUS Status
18  );
19 
20 NTSYSAPI
21 VOID
22 NTAPI
24  _In_ PEXCEPTION_RECORD ExceptionRecord
25  );
26 
27 NTSYSCALLAPI
28 NTSTATUS
29 NTAPI
31  _In_ PCONTEXT ContextRecord,
32  _In_ BOOLEAN TestAlert
33  );
34 
35 NTSYSCALLAPI
36 NTSTATUS
37 NTAPI
39  _In_ PEXCEPTION_RECORD ExceptionRecord,
40  _In_ PCONTEXT ContextRecord,
41  _In_ BOOLEAN FirstChance
42  );
43 
44 #endif