Go to the source code of this file.
◆ SetUnrelatedDirectory()
static VOID SetUnrelatedDirectory |
( |
VOID |
| ) |
|
|
static |
◆ START_TEST()
Definition at line 102 of file SetCurrentDirectory.c.
103{
106}
static VOID TestSetCurrentDirectoryA(VOID)
static VOID TestSetCurrentDirectoryW(VOID)
◆ TestSetCurrentDirectoryA()
static VOID TestSetCurrentDirectoryA |
( |
VOID |
| ) |
|
|
static |
Definition at line 24 of file SetCurrentDirectory.c.
25{
29
31
33 ok(Ret ==
TRUE,
"SetCurrentDirectoryA failed\n");
37
38
40 ok(Ret ==
TRUE,
"SetCurrentDirectoryA failed\n");
44
45
47 ok(Ret ==
TRUE,
"SetCurrentDirectoryA failed\n");
51
53
54
56 ok(Ret ==
TRUE,
"SetCurrentDirectoryA failed\n");
60}
static VOID SetUnrelatedDirectory(VOID)
int strcmp(const char *String1, const char *String2)
DWORD WINAPI GetCurrentDirectoryA(IN DWORD nBufferLength, OUT LPSTR lpBuffer)
BOOL WINAPI SetCurrentDirectoryA(IN LPCSTR lpPathName)
_In_ ULONG _In_ ULONG _In_ ULONG Length
Referenced by START_TEST().
◆ TestSetCurrentDirectoryW()
static VOID TestSetCurrentDirectoryW |
( |
VOID |
| ) |
|
|
static |
Definition at line 64 of file SetCurrentDirectory.c.
65{
69
71
73 ok(Ret ==
TRUE,
"SetCurrentDirectoryW failed\n");
77
78
80 ok(Ret ==
TRUE,
"SetCurrentDirectoryW failed\n");
84
85
87 ok(Ret ==
TRUE,
"SetCurrentDirectoryW failed\n");
91
93
94
96 ok(Ret ==
TRUE,
"SetCurrentDirectoryW failed\n");
100}
#define GetCurrentDirectoryW(x, y)
_Check_return_ _CRTIMP int __cdecl wcscmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)
Referenced by START_TEST().