Home
last modified time | relevance | path

Searched refs:getstring_test (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/shell32/
H A Dassoc.c104 static void getstring_test(LPCWSTR assocName, HKEY progIdKey, ASSOCSTR str, LPCWSTR expected_string… in getstring_test() function
172 getstring_test(test_extensionW, NULL, ASSOCSTR_DEFAULTICON, NULL, __LINE__); in test_IQueryAssociations_GetString()
173 getstring_test(test_progidW, NULL, ASSOCSTR_DEFAULTICON, NULL, __LINE__); in test_IQueryAssociations_GetString()
174 getstring_test(NULL, test_progid_key, ASSOCSTR_DEFAULTICON, NULL, __LINE__); in test_IQueryAssociations_GetString()
181 getstring_test(test_extensionW, NULL, ASSOCSTR_DEFAULTICON, test_iconW, __LINE__); in test_IQueryAssociations_GetString()
182 getstring_test(test_progidW, NULL, ASSOCSTR_DEFAULTICON, test_iconW, __LINE__); in test_IQueryAssociations_GetString()
183 getstring_test(NULL, test_progid_key, ASSOCSTR_DEFAULTICON, test_iconW, __LINE__); in test_IQueryAssociations_GetString()