ReactOS 0.4.16-dev-752-g47bae01
|
#include <rtltests.h>
Go to the source code of this file.
Functions | |
VOID WINAPI | RtlUnwindWrapper (_In_ PVOID TargetFrame, _In_ PVOID TargetIp, _In_ PEXCEPTION_RECORD ExceptionRecord, _In_ PVOID ReturnValue) |
START_TEST (RtlUnwind) | |
Variables | |
CONTEXT | g_InContext |
CONTEXT | g_OutContext |
VOID WINAPI RtlUnwindWrapper | ( | _In_ PVOID | TargetFrame, |
_In_ PVOID | TargetIp, | ||
_In_ PEXCEPTION_RECORD | ExceptionRecord, | ||
_In_ PVOID | ReturnValue | ||
) |
Referenced by START_TEST().
START_TEST | ( | RtlUnwind | ) |
Definition at line 21 of file RtlUnwind.c.
CONTEXT g_InContext |
Definition at line 10 of file RtlUnwind.c.
Referenced by START_TEST().
CONTEXT g_OutContext |
Definition at line 11 of file RtlUnwind.c.
Referenced by START_TEST().