|
ReactOS 0.4.17-dev-387-ga401325
|

Go to the source code of this file.
Macros | |
| #define | ok_wstri(x, y) ok(lstrcmpiW(x, y) == 0, "Wrong string. Expected %s, got %s\n", wine_dbgstr_w(y), wine_dbgstr_w(x)) |
Typedefs | |
| typedef HRESULT(WINAPI * | FN_SHEvaluateSystemCommandTemplate) (PCWSTR, PWSTR *, PWSTR *, PWSTR *) |
Functions | |
| static BOOL | TEST_Init (void) |
| static void | TEST_notepad (void) |
| START_TEST (SHEvaluateSystemCommandTemplate) | |
Variables | |
| static FN_SHEvaluateSystemCommandTemplate | g_fnSHEvaluateSystemCommandTemplate = NULL |
| #define ok_wstri | ( | x, | |
| y | |||
| ) | ok(lstrcmpiW(x, y) == 0, "Wrong string. Expected %s, got %s\n", wine_dbgstr_w(y), wine_dbgstr_w(x)) |
Definition at line 15 of file SHEvaluateSystemCommandTemplate.cpp.
Definition at line 12 of file SHEvaluateSystemCommandTemplate.cpp.
| START_TEST | ( | SHEvaluateSystemCommandTemplate | ) |
Definition at line 161 of file SHEvaluateSystemCommandTemplate.cpp.
Definition at line 18 of file SHEvaluateSystemCommandTemplate.cpp.
Referenced by START_TEST().
Definition at line 39 of file SHEvaluateSystemCommandTemplate.cpp.
Referenced by START_TEST().
|
static |
Definition at line 13 of file SHEvaluateSystemCommandTemplate.cpp.
Referenced by TEST_Init(), and TEST_notepad().