|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rtl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID NTAPI | RtlGetCallersAddress (_Out_ PVOID *CallersAddress, _Out_ PVOID *CallersCaller) |
| BOOLEAN NTAPI | RtlDispatchException (_In_ PEXCEPTION_RECORD ExceptionRecord, _In_ PCONTEXT Context) |
| VOID NTAPI | RtlUnwind (_In_opt_ PVOID TargetFrame, _In_opt_ PVOID TargetIp, _In_opt_ PEXCEPTION_RECORD ExceptionRecord, _In_ PVOID ReturnValue) |
| VOID NTAPI | RtlInitializeContext (IN HANDLE ProcessHandle, OUT PCONTEXT ThreadContext, IN PVOID ThreadStartParam OPTIONAL, IN PTHREAD_START_ROUTINE ThreadStartAddress, IN PINITIAL_TEB StackBase) |
| BOOLEAN NTAPI RtlDispatchException | ( | _In_ PEXCEPTION_RECORD | ExceptionRecord, |
| _In_ PCONTEXT | Context | ||
| ) |
Definition at line 34 of file except.c.
Referenced by KiDispatchException(), KiUserExceptionDispatcher(), RtlRaiseException(), and RtlRaiseStatus().