13#define InitConstString(s, c) \
14 wcscpy(s.Buffer, c); \
15 s.Buffer[sizeof(c) / sizeof(WCHAR) - 1] = 0; \
16 s.Length = sizeof(c) - sizeof(UNICODE_NULL)
23(
NTAPI *pFsRtlRemoveDotsFromPath)(
PWSTR OriginalString,
35 ASSERT(pFsRtlRemoveDotsFromPath);
#define InitConstString(s, c)
static USHORT USHORT * NewLength
NTSTATUS NTAPI FsRtlRemoveDotsFromPath(PWSTR OriginalString, USHORT PathLength, USHORT *NewLength)
#define ok_eq_hex(value, expected)
#define ok_eq_wstr(value, expected)
#define KmtGetSystemOrEmbeddedRoutineAddress(RoutineName)
#define STATUS_IO_REPARSE_DATA_INVALID
EH_STD::basic_string< char, EH_STD::char_traits< char >, eh_allocator(char) > TestString