Home
last modified time | relevance | path

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

/reactos/base/applications/rapps/include/
H A Dasyncinet.h52 pASYNCINET AsyncInetDownload(LPCWSTR lpszAgent,
/reactos/base/applications/rapps/
H A Dasyncinet.cpp33 pASYNCINET AsyncInetDownload(LPCWSTR lpszAgent, in AsyncInetDownload() argument
71 …AsyncInet->hInternet = InternetOpenW(lpszAgent, dwAccessType, lpszProxy, lpszProxyBypass, INTERNET… in AsyncInetDownload()
H A Dloaddlg.cpp655 LPCWSTR lpszAgent = L"RApps/1.1"; in ThreadFunc() local
785 hOpen = InternetOpenW(lpszAgent, INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, 0); in ThreadFunc()
788 hOpen = InternetOpenW(lpszAgent, INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, 0); in ThreadFunc()
792lpszAgent, INTERNET_OPEN_TYPE_PROXY, SettingsInfo.szProxyServer, SettingsInfo.szNoProxyFor, 0); in ThreadFunc()
/reactos/dll/win32/wininet/
H A Dinternet.c979 HINTERNET WINAPI InternetOpenW(LPCWSTR lpszAgent, DWORD dwAccessType, in InternetOpenW() argument
999 TRACE("(%s, %i, %s, %s, %i)\n", debugstr_w(lpszAgent), dwAccessType, in InternetOpenW()
1033 lpwai->agent = heap_strdupW(lpszAgent); in InternetOpenW()
1057 HINTERNET WINAPI InternetOpenA(LPCSTR lpszAgent, DWORD dwAccessType, in InternetOpenA() argument
1063 TRACE("(%s, 0x%08x, %s, %s, 0x%08x)\n", debugstr_a(lpszAgent), in InternetOpenA()
1066 szAgent = heap_strdupAtoW(lpszAgent); in InternetOpenA()