ReactOS 0.4.15-dev-6694-g4ba8af9
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | test_data |
Macros | |
#define | ok_eq_hex(value, expected) ok((value) == (expected), #value " = 0x%lx, expected 0x%lx\n", value, expected) |
#define | ok_eq_pointer(value, expected) ok((value) == (expected), #value " = %p, expected %p\n", value, expected) |
#define | EXPECT_IN_SAME_DIR (WCHAR*)0xdead |
Functions | |
HANDLE | _CreateActCtxFromFile (LPCWSTR FileName, int line) |
void | TestRedirection (void) |
void | TestBuffers () |
START_TEST (RtlDosApplyFileIsolationRedirection_Ustr) | |
Variables | |
UNICODE_STRING | DotDll = RTL_CONSTANT_STRING(L".DLL") |
struct test_data | Tests [] |
Definition at line 13 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
#define ok_eq_hex | ( | value, | |
expected | |||
) | ok((value) == (expected), #value " = 0x%lx, expected 0x%lx\n", value, expected) |
Definition at line 10 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
#define ok_eq_pointer | ( | value, | |
expected | |||
) | ok((value) == (expected), #value " = %p, expected %p\n", value, expected) |
Definition at line 11 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
Definition at line 59 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
Referenced by START_TEST(), and TestDllRedirection().
START_TEST | ( | RtlDosApplyFileIsolationRedirection_Ustr | ) |
Definition at line 370 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
void TestBuffers | ( | ) |
Definition at line 145 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
Referenced by START_TEST().
Definition at line 81 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
Referenced by START_TEST().
UNICODE_STRING DotDll = RTL_CONSTANT_STRING(L".DLL") |
Definition at line 15 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
Referenced by TestBuffers(), and TestRedirection().
Definition at line 25 of file RtlDosApplyFileIsolationRedirection_Ustr.c.
Referenced by GetTests(), IsDataUnicode(), ProcessCommandLine(), RunTestCases(), START_TEST(), TestBind(), TestDuplicate(), TestNodeName(), TestRedirection(), TestRelativeNames(), TestRtlQueryRegistryValues(), TestServiceName(), TestSharedCacheMap(), and wWinMain().