ReactOS 0.4.16-dev-1210-gbc03c01
RtlCaptureContext.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS api tests
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Test for x86 RtlCaptureContext
5 * COPYRIGHT: Copyright 2022 Timo Kreuzer <timo.kreuzer@reactos.org>
6 */
7
8#include <rtltests.h>
9
10VOID
12 _Inout_ PCONTEXT InOutContext,
13 _Out_ PCONTEXT CapturedContext);
14
16{
17 // TODO
18}
VOID RtlCaptureContextWrapper(_Inout_ PCONTEXT InOutContext, _Out_ PCONTEXT CapturedContext)
#define START_TEST(x)
Definition: atltest.h:75
NTSYSAPI VOID NTAPI RtlCaptureContext(_Out_ PCONTEXT ContextRecord)
#define _Inout_
Definition: no_sal2.h:162
#define _Out_
Definition: no_sal2.h:160