Searched refs:lpszAgent (Results 1 – 4 of 4) sorted by relevance
/reactos/base/applications/rapps/include/ |
H A D | asyncinet.h | 52 pASYNCINET AsyncInetDownload(LPCWSTR lpszAgent,
|
/reactos/base/applications/rapps/ |
H A D | asyncinet.cpp | 33 pASYNCINET AsyncInetDownload(LPCWSTR lpszAgent, in AsyncInetDownload() argument 71 …AsyncInet->hInternet = InternetOpenW(lpszAgent, dwAccessType, lpszProxy, lpszProxyBypass, INTERNET… in AsyncInetDownload()
|
H A D | loaddlg.cpp | 655 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() 792 … lpszAgent, INTERNET_OPEN_TYPE_PROXY, SettingsInfo.szProxyServer, SettingsInfo.szNoProxyFor, 0); in ThreadFunc()
|
/reactos/dll/win32/wininet/ |
H A D | internet.c | 979 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()
|