Home
last modified time | relevance | path

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

/reactos/base/applications/network/dwnl/
H A Ddwnl.c359 DWORD dwUrlLen; in download_file() local
420 dwUrlLen = sizeof(szUrl) / sizeof(szUrl[0]); in download_file()
421 iRet = get_display_url(&urlc, szUrl, &dwUrlLen); in download_file()
433 dwUrlLen = sizeof(szUrl) / sizeof(szUrl[0]); in download_file()
434 if (!InternetCreateUrl(&urlc, ICU_ESCAPE, szUrl, &dwUrlLen)) in download_file()