Process Hacker
ntxcapi.h File Reference

Go to the source code of this file.

Functions

NTSYSAPI BOOLEAN NTAPI RtlDispatchException (_In_ PEXCEPTION_RECORD ExceptionRecord, _In_ PCONTEXT ContextRecord)
 
NTSYSAPI DECLSPEC_NORETURN
VOID NTAPI 
RtlRaiseStatus (_In_ NTSTATUS Status)
 
NTSYSAPI VOID NTAPI RtlRaiseException (_In_ PEXCEPTION_RECORD ExceptionRecord)
 
NTSYSCALLAPI NTSTATUS NTAPI NtContinue (_In_ PCONTEXT ContextRecord, _In_ BOOLEAN TestAlert)
 
NTSYSCALLAPI NTSTATUS NTAPI NtRaiseException (_In_ PEXCEPTION_RECORD ExceptionRecord, _In_ PCONTEXT ContextRecord, _In_ BOOLEAN FirstChance)
 

Function Documentation

NTSYSCALLAPI NTSTATUS NTAPI NtContinue ( _In_ PCONTEXT  ContextRecord,
_In_ BOOLEAN  TestAlert 
)
NTSYSCALLAPI NTSTATUS NTAPI NtRaiseException ( _In_ PEXCEPTION_RECORD  ExceptionRecord,
_In_ PCONTEXT  ContextRecord,
_In_ BOOLEAN  FirstChance 
)
NTSYSAPI BOOLEAN NTAPI RtlDispatchException ( _In_ PEXCEPTION_RECORD  ExceptionRecord,
_In_ PCONTEXT  ContextRecord 
)
NTSYSAPI VOID NTAPI RtlRaiseException ( _In_ PEXCEPTION_RECORD  ExceptionRecord)
NTSYSAPI DECLSPEC_NORETURN VOID NTAPI RtlRaiseStatus ( _In_ NTSTATUS  Status)