|
ReactOS 0.4.17-dev-357-ga8f14ff
|

Go to the source code of this file.
Typedefs | |
| typedef PSTR(WINAPI * | FN_NextPathA) (PCSTR, PSTR, UINT) |
| typedef PWSTR(WINAPI * | FN_NextPathW) (PCWSTR, PWSTR, UINT) |
Functions | |
| static void | TEST_NextPathA (void) |
| static void | TEST_NextPathW (void) |
| START_TEST (NextPath) | |
Variables | |
| static FN_NextPathA | s_pNextPathA = NULL |
| static FN_NextPathW | s_pNextPathW = NULL |
Definition at line 12 of file NextPath.c.
| START_TEST | ( | NextPath | ) |
Definition at line 145 of file NextPath.c.
Definition at line 17 of file NextPath.c.
Referenced by START_TEST().
Definition at line 81 of file NextPath.c.
Referenced by START_TEST().
|
static |
Definition at line 14 of file NextPath.c.
Referenced by START_TEST(), and TEST_NextPathA().
|
static |
Definition at line 15 of file NextPath.c.
Referenced by START_TEST(), and TEST_NextPathW().