|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | expect(expected, got) ok ( expected == got, "Expected %ld, got %ld\n", expected, got) |
| #define | expect_hr(expected, got) ok ( expected == got, "Expected %08lx, got %08lx\n", expected, got) |
Functions | |
| static | HRESULT (WINAPI *pAssocQueryStringA)(ASSOCF |
| static void **static void | test_getstring_bad (void) |
| static void | test_getstring_basic (void) |
| static void | test_getstring_no_extra (void) |
| static void | test_assoc_create (void) |
| START_TEST (assoc) | |
Variables | |
| static | ASSOCSTR |
| static | LPCSTR |
| static | LPSTR |
| static | LPDWORD = NULL |
| static | LPCWSTR |
| static | LPWSTR |
| static | REFIID |
| START_TEST | ( | assoc | ) |
Definition at line 304 of file assoc.c.
Definition at line 265 of file assoc.c.
Referenced by START_TEST().
Definition at line 35 of file assoc.c.
Referenced by START_TEST().
Definition at line 120 of file assoc.c.
Referenced by START_TEST().
Definition at line 191 of file assoc.c.
Referenced by START_TEST().