Searched refs:ASSOCSTR_DEFAULTICON (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/shell32/ |
H A D | assoc.c | 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()
|
/reactos/dll/win32/shell32/ |
H A D | CQueryAssociations.cpp | 405 case ASSOCSTR_DEFAULTICON: in GetString()
|
/reactos/modules/rosapps/applications/devutils/shlextdbg/ |
H A D | shlextdbg.cpp | 326 qtype = ASSOCSTR_DEFAULTICON; in AssocQ()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 617 ASSOCSTR_DEFAULTICON, /* Icon */ enumerator
|