Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/misc/
H A Dexticon.c315 DWORD dwSearchReturn; in ICO_ExtractIconExW() local
331dwSearchReturn = SearchPathW(NULL, lpszExeFileName, NULL, ARRAY_SIZE(szExePath), szExePath, NULL); in ICO_ExtractIconExW()
332 if ((dwSearchReturn == 0) || (dwSearchReturn > ARRAY_SIZE(szExePath))) in ICO_ExtractIconExW()