ReactOS 0.4.16-dev-942-g91fadeb
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | ok_strings(Real, Local, Dll) ok_strings_(Real, Local, Dll, __LINE__) |
Functions | |
static BOOL | InitTestData () |
static void | ok_strings_ (PCUNICODE_STRING RealName, PCUNICODE_STRING LocalName, LPCWSTR DllName, int line) |
static void | cleanup (PUNICODE_STRING String, WCHAR *Buffer, USHORT BufferSize) |
static void | test_dllnames (void) |
static void | test_allocations (void) |
START_TEST (RtlComputePrivatizedDllName_U) | |
Variables | |
static WCHAR | ProcessDir [MAX_PATH] |
static WCHAR | LocalDir [MAX_PATH+10] |
Definition at line 64 of file RtlComputePrivatizedDllName_U.c.
|
static |
Definition at line 67 of file RtlComputePrivatizedDllName_U.c.
|
static |
Definition at line 14 of file RtlComputePrivatizedDllName_U.c.
Referenced by START_TEST().
|
static |
Definition at line 44 of file RtlComputePrivatizedDllName_U.c.
START_TEST | ( | RtlComputePrivatizedDllName_U | ) |
Definition at line 229 of file RtlComputePrivatizedDllName_U.c.
Definition at line 206 of file RtlComputePrivatizedDllName_U.c.
Referenced by START_TEST().
Definition at line 77 of file RtlComputePrivatizedDllName_U.c.
Referenced by START_TEST().
Definition at line 12 of file RtlComputePrivatizedDllName_U.c.
Referenced by InitTestData(), and ok_strings_().
Definition at line 11 of file RtlComputePrivatizedDllName_U.c.
Referenced by InitTestData(), and ok_strings_().