Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dcursoricon.c1246 char path_image[MAX_PATH]; in test_LoadImage_working_directory_run() local
1250 sprintf(path_image, "%s\\test.bmp", path); in test_LoadImage_working_directory_run()
1255 …handle = CreateFileA(path_image, GENERIC_READ|GENERIC_WRITE, 0, NULL, CREATE_NEW, FILE_ATTRIBUTE_N… in test_LoadImage_working_directory_run()
1276 ret = DeleteFileA(path_image); in test_LoadImage_working_directory_run()