Searched refs:nonexisting_resourceW (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | misc.c | 206 static const WCHAR nonexisting_resourceW[] = {'N','o','n','e','x','i','s','t','i','n','g',0}; in test_LoadIconWithScaleDown() local 277 hr = pLoadIconMetric(hinst, nonexisting_resourceW, LIM_LARGE, &icon); in test_LoadIconWithScaleDown() 281 hr = pLoadIconWithScaleDown(hinst, nonexisting_resourceW, 32, 32, &icon); in test_LoadIconWithScaleDown()
|