ReactOS 0.4.16-dev-338-g34e76ad
|
#include "ntdll_test.h"
Go to the source code of this file.
Functions | |
static | NTSTATUS (WINAPI *pRtlMultiByteToUnicodeN)(LPWSTR dst |
static | UINT (WINAPI *pRtlDetermineDosPathNameType_U)(PCWSTR path) |
static | ULONG (WINAPI *pRtlIsDosDeviceName_U)(PCWSTR dos_name) |
static | BOOLEAN (WINAPI *pRtlIsNameLegalDOS8Dot3)(const UNICODE_STRING * |
static | DWORD (WINAPI *pRtlGetFullPathName_U)(const WCHAR * |
static WCHAR WCHAR **static UNICODE_STRING WCHAR CURDIR *static void | test_RtlDetermineDosPathNameType_U (void) |
static void | test_RtlIsDosDeviceName_U (void) |
static void | test_RtlIsNameLegalDOS8Dot3 (void) |
static void | test_RtlGetFullPathName_U (void) |
static void | test_RtlDosPathNameToNtPathName_U_WithStatus (void) |
START_TEST (path) | |
Variables | |
static DWORD | dstlen |
static DWORD LPDWORD | reslen |
static DWORD LPDWORD LPCSTR | src |
static DWORD LPDWORD LPCSTR DWORD | srclen |
static | DWORD |
static | LPDWORD |
static | LPCWSTR |
static const STRING | BOOLEAN |
static | POEM_STRING |
static | PBOOLEAN |
static | ULONG |
START_TEST | ( | path | ) |
Definition at line 377 of file path.c.
|
static |
Definition at line 33 of file path.c.
Referenced by START_TEST().
Definition at line 348 of file path.c.
Referenced by START_TEST().
Definition at line 247 of file path.c.
Referenced by START_TEST().
Definition at line 93 of file path.c.
Referenced by START_TEST().
Definition at line 170 of file path.c.
Referenced by START_TEST().
Definition at line 23 of file path.c.
Referenced by test_RtlGetFullPathName_U().